필터 지우기
필터 지우기

Magnitude and phase response of IIR filter from given transfer function

조회 수: 14 (최근 30일)
Mohsen Salimy
Mohsen Salimy 2019년 12월 25일
답변: Maadhav Akula 2019년 12월 30일
I am trying to work to obtain a figure from the following transfer function below:
%numerator coefficients
b0 = 0.05634;
b1 = [1 1];
b2 = [1 -1.0166 1];
%denominator coefficients
a1 = [1 -0.683];
a2 = [1 -1.4461 0.7957];
Please help obtain this code as im getting stuck using differenatied between fir and iir filters formula on matlab code

답변 (1개)

Maadhav Akula
Maadhav Akula 2019년 12월 30일
I think you are looking for the freqz function which gives the Magnitude and Phase response of a filter.
Following links might be helpful:
Hope this helps!

카테고리

Help CenterFile Exchange에서 Filter Design에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by