Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by Pravitha

  1. P

    Hi, I am working on Kalman filter please help me in correcting the program code...

    Hi, program has some logical errors.Estimated output is not matching with input.And there is difficulties in applying the audio samples in kalman equations.
  2. P

    Hi, I am working on Kalman filter please help me in correcting the program code...

    clc; clear all; close all; load handel.mat filename = 'handel.wav'; [x, fs]=audioread('handel.wav'); p=20; % order taken in papera lp=p; lp1=lp+1; [a g]=lpc(x,p); % finding lpc , prediction filter polynomial a , p is the order p=15 I = eye(lp,lp); i= zeros(lp,1); ppi = [i I]...

Part and Inventory Search

Back
Top