pre-emphasis filter
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello! How can I implement pre-emphasis filter in matlab? I have to implement it for any audio file and then compare the differences.
0 Commenti
Risposte (1)
Star Strider
il 17 Giu 2016
To design a filter such as that, it’s probably best to use the firls function or its FIR-design friends. There are many ways to design filters in MATLAB, but for your purpose, that’s probably the easiest.
Remember to check the transfer function with the freqz function to be sure the filter is doing what you want it to.
0 Commenti
Vedere anche
Categorie
Scopri di più su Audio Processing Algorithm Design in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!