Filtering contaminants out of a sound clip
Mostra commenti meno recenti
Hi,
I'm trying to filter out a contaminant from a sound clip using Matlab. It sounds kind of like a low pitched horn. I know there are a lot of built-in Matlab filters that can help with this. Could someone explain the general process.
Any help would be appreciated?
Thanks
Risposte (2)
Wayne King
il 17 Nov 2011
0 voti
Sounds like you need a highpass filter.
- Look at the frequency content of your signal using spectrum.periodogram
- Decide on the basis of #1, which frequencies you want to filter.
- Design the filter using fdesign.highpass
- filter the data using filter()
bym
il 17 Nov 2011
0 voti
maybe this will help or provide direction
Categorie
Scopri di più su Audio Processing Algorithm Design in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!