Frequency and Phase response of an IIR system whose system function is given H(z)
조회 수: 2 (최근 30일)
이전 댓글 표시
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
답변 (1개)
Paul Hoffrichter
2020년 12월 16일
편집: Paul Hoffrichter
2020년 12월 16일
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
참고 항목
카테고리
Help Center 및 File Exchange에서 Filter Design에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!