MATLAB code for Butterworth filter having sound as a input signal

5 views (last 30 days)
sir! kindly send me the MATLAB code for digital butterworth filter having sound as a input signal.. Thanking you.
  1 Comment
Jan
Jan on 28 Jan 2011
Answers is not a "do it for me" platform. If you explain your specific problem, you will get specific help.

Sign in to comment.

Accepted Answer

Drew Weymouth
Drew Weymouth on 11 Nov 2011
MATLAB has a built in function butter in the Signal Processing Toolbox that will return coefficients for a Butterworth high- or lowpass filter. Type help butter in the command window. Once you have coefficients, use filter ("standard" filtering) or filtfilt (zero-phase) to perform the filtering.
  1 Comment
Jan
Jan on 11 Nov 2011
The solution is correct. I do no think, that GITS will still need this after 10 months, but for other readers it can be useful.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!