How to filter a noisy sound with Kalman filter?

Hello! I am a begginer in Matlab and I have to filter a noisy sound with a Kalman and a Kalman Like filter. My code is:
load handel.mat
hfile='bugsbunny1'; wavwrite(y, Fs, hfile) clear y Fs
[y, Fs, nbits, readinfo] = wavread(hfile); sound(y, Fs); pause %pt a asculta varianta cu sgomot apasati enter noise=randn(length(y),1)*0.20; sound(y+noise,Fs)
Do you have any idea how can I do this? Thank you a lot! Diana

추가 답변 (0개)

태그

질문:

2011년 3월 15일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by