フィルターのクリア

remove the noise from an audio signal

1 回表示 (過去 30 日間)
enas
enas 2014 年 4 月 3 日
Iam using this code
rec1 = audiorecorder(8000, 16, 2);
disp('Start speaking.')
recordblocking(rec1, 2);
disp('End of Recording.');
play(rec1);
y= getaudiodata(rec1);
x2=y(:,1);
and I want to filter out the noise using ellipord filter (or any other suggestion) to apply the filter I need to find a & b and those depends on ws & wp which I dont know how to find or identify them , I've already read the help in matlab but it didnt help that much

回答 (0 件)

カテゴリ

Help Center および File ExchangeSpeech Recognition についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by