フィルターのクリア

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 Center および File ExchangeDigital Filter Analysis についてさらに検索

製品


リリース

R2014b

Community Treasure Hunt

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

Start Hunting!

Translated by