pre-emphasis filter

7 次查看(过去 30 天)
aliha wasim
aliha wasim 2016-6-17
Hello! How can I implement pre-emphasis filter in matlab? I have to implement it for any audio file and then compare the differences.

回答(1 个)

Star Strider
Star Strider 2016-6-17
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.

类别

Help CenterFile Exchange 中查找有关 Signal Processing Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by