What if i apply high pass & low pass filter to audio file?

2 次查看(过去 30 天)
Hi,
I want an exaplantion about what if i apply low pass butterworth 5th order filter to an audio file? What happens if I apply high pass butterworth 5th order filter to an audio file? And lastly what happens if I apply white noise to an audio file?
I don't want the code. I want to understand the concept first so can anyone please send me good explaination about this?

采纳的回答

Star Strider
Star Strider 2014-9-3
A low-pass filter would delete the frequencies above the filter cutoff.
A high-pass filter would delete the frequencies below the filter cutoff.
(You can cascade the filters if you wanted to do both, but it would be more efficient to use a bandpass filter in that instance.)
Adding white noise would add noise to the signal evenly across the spectrum.
  4 个评论
Rajith
Rajith 2014-9-3
Ya you are absoultely correct. I want to extract MFCC and PLP features for the audio file before extracting I have beed told to apply low pass, high pass filter and white noise. Which I don't get the extact meaning?
Star Strider
Star Strider 2014-9-3
I’m not familiar with MFCC and PLP features, but Dan Ellis at Columbia (NYC, U.S.) obviously is. His page PLP and RASTA (and MFCC, and inversion) in Matlab using melfcc.m and invmelfcc.m seems a good place to start. (Please cite his page if you use his routines.)
It is probably best for you to search the Internet to find information most relevant to your particular applications. Feature extraction from audio signals is not an area of my expertise, but it looks interesting.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Audio Processing Algorithm Design 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by