Using zero-pole-gain Butterworth filter
Mostrar comentarios más antiguos
Hi,
I want use Butterworth filter but this design:
% Zero-Pole-Gain design
[z,p,k] = butter(n,Wn,ftype);
How can I then filter data? For example, something like this:
dataOut = filter(b,a,dataIn);
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Butterworth en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!