Filtering contaminants out of a sound clip

8 views (last 30 days)
T.S. H
T.S. H on 17 Nov 2011
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

Answers (2)

Wayne King
Wayne King on 17 Nov 2011
Sounds like you need a highpass filter.
  1. Look at the frequency content of your signal using spectrum.periodogram
  2. Decide on the basis of #1, which frequencies you want to filter.
  3. Design the filter using fdesign.highpass
  4. filter the data using filter()

bym
bym on 17 Nov 2011

Categories

Find more on Audio Processing Algorithm Design in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!