Frequency and Phase response of an IIR system whose system function is given H(z)
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
My system function is of the form below,
I want to plot its magnitude and phase response. w should be between -pi and pi. How can I plot?
0 Commenti
Risposte (1)
Paul Hoffrichter
il 16 Dic 2020
Modificato: Paul Hoffrichter
il 16 Dic 2020
Here is an example to plot the magnitude and phase frequency response
>> b = [0.0563 -0.0009 -0.0009 0.0563];
>> a = [1.0000 -2.1291 1.7834 -0.5435];
>> freqz(b,a)
0 Commenti
Vedere anche
Categorie
Scopri di più su Filter Design in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!