Info
この質問は閉じられています。 編集または回答するには再度開いてください。
remove frequency component above 5Khz
1 回表示 (過去 30 日間)
古いコメントを表示
How to write MATLAB program to remove frequency component above 5Khz fro the audio file.
1. Use standard matlab function for filter
2.Implement overlap-add/save method with the help DFT to implement above operation.
I recorded 3 sec audio file and filtered it, using butterworth filter. After that I want to determine DFT of recorded signal using overlap-add or overlap-save method. But I don't understand how to segment the audio signal and which signal should be used as impulse sequence for calculation of DFT and how to implement DFT Audio signal. please help me its urgent....
1 件のコメント
回答 (0 件)
この質問は閉じられています。
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!