Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
remove frequency component above 5Khz
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commento
Risposte (0)
Questa domanda è chiusa.
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!