I imported a .wav signal to Matlab workspace, I am then asked to "band limit" the signal using a fourth order Butterworth filter but I am not really sure how to do that.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
You should first read the documentation of the Matlab function This function is used to design a Butterworth filter. One of the possible syntax is:
Now if you want to apply this to your case, you could do something like this:
|
|||||||
|
filterbuilderand get your filter right, then if you need you can expert it and use the code elsewhere or write the code easily. – Ali Dec 22 '11 at 13:05