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!