필터 지우기
필터 지우기

How I can plot the magnitude and phase response of the transfer function

조회 수: 14 (최근 30일)
can someone help me figure this out.Screenshot 2019-12-26 at 12.30.22.png

채택된 답변

Star Strider
Star Strider 2019년 12월 26일
Try this:
z = tf('z',-1);
H = tf((0.0534*(1+z^-1)*(1-10166*z^-1 + z^-2))/((1-0.683*z^-1)*(1-1.4461*z^-1+0.7957*z^-2)))
H.Variable = 'z^-1'
bode(H)
  댓글 수: 5
Mohsen Salimy
Mohsen Salimy 2019년 12월 26일
Thank you so much I think this looks much like it...

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by