How can i design Butter worth filter

 Akzeptierte Antwort

Friedrich
Friedrich am 20 Mär. 2014

0 Stimmen

There is a function called butter in the Signal Processing Toolbox which does exactly what you want.

Weitere Antworten (1)

Dries billiet
Dries billiet am 20 Mär. 2014

0 Stimmen

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

Gefragt:

am 20 Mär. 2014

Bearbeitet:

am 23 Mär. 2014

Community Treasure Hunt

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

Start Hunting!

Translated by