What if i apply high pass & low pass filter to audio file?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Rajith
el 3 de Sept. de 2014
Comentada: Star Strider
el 3 de Sept. de 2014
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?
0 comentarios
Respuesta aceptada
Star Strider
el 3 de Sept. de 2014
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 comentarios
Star Strider
el 3 de Sept. de 2014
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.
Más respuestas (0)
Ver también
Categorías
Más información sobre Audio Processing Algorithm Design en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!