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개)
카테고리
도움말 센터 및 File Exchange에서 State Estimation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!