필터 지우기
필터 지우기

pre-emphasis filter

조회 수: 7 (최근 30일)
aliha wasim
aliha wasim 2016년 6월 17일
답변: Star Strider 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