Butterworth filter frequency response with 2nd order, 3rd order and 4th order figures
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
hi,
i want butterworth filter frequency response with 2nd order, 3rd order and 4th order in a single plot..
0 Commenti
Risposte (1)
Honglei Chen
il 19 Lug 2012
Just as an example
[b1,a1] = butter(2,0.5);
[b2,a2] = butter(3,0.5);
fvtool(b1,a1,b2,a2)
0 Commenti
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!