Hey guys can you help me

1 view (last 30 days)
PAUL
PAUL on 20 Mar 2014
Edited: PAUL on 23 Mar 2014
How can i design Butter worth filter

Accepted Answer

Friedrich
Friedrich on 20 Mar 2014
There is a function called butter in the Signal Processing Toolbox which does exactly what you want.

More Answers (1)

Dries billiet
Dries billiet on 20 Mar 2014
this is also with the function called butter. For a highpass you can write the following: [a,b]=butter(order,cutofffreq,'high') or write 'low' if you would like lowpass filter

Community Treasure Hunt

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

Start Hunting!