Butterworth filter frequency response with 2nd order, 3rd order and 4th order figures

Respuestas (1)

Just as an example
[b1,a1] = butter(2,0.5);
[b2,a2] = butter(3,0.5);
fvtool(b1,a1,b2,a2)

Productos

Preguntada:

el 19 de Jul. de 2012

Community Treasure Hunt

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

Start Hunting!

Translated by