필터 지우기
필터 지우기

zplane z or z-1

조회 수: 3 (최근 30일)
Juan Chehin
Juan Chehin 2021년 8월 5일
댓글: Juan Chehin 2021년 8월 6일
Hello, does anyone know if this graph of zplane corresponds to the z or z-1 plane?
Fs = 4400;
Fn = Fs/2;
n = 3; Rp = 0.5;
Wn = [250 2000]/Fn;
[b a]=cheby1(n,Rp,Wn,'bandpass')
[h,w]=zplane(b,a)

채택된 답변

Chunru
Chunru 2021년 8월 6일
It's z-plane. See the following example, where all poles are inside the unit circle.
[b,a] = cheby2(8/2,20,[1 5]/8);
zplane(b,a)
  댓글 수: 1
Juan Chehin
Juan Chehin 2021년 8월 6일
Thanks!

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

추가 답변 (0개)

카테고리

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

제품


릴리스

R2014b

Community Treasure Hunt

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

Start Hunting!

Translated by