zplane() Matlab函式

zplane() Matlab函式

Matlab中用來繪製離散時間系統的零極點值。

基本介紹

  • 中文名:zplane() Matlab函式
  • 隸屬:Matlab
  • 作用:繪製離散時間系統的零極點值
  • 類型:程式函式名
zplane(z, p) 繪製出列向量z中的零點(以符號“○” 表示)和列向量p中的極點(以符號“×”表示),同時畫出參考單位圓,並在多階零點和極點的右上角標出其階數。如果z和p為矩陣,則zplane以不同的顏色分別繪出z和p各列中的零點和極點。
zplane(B, A) 繪製出系統函式H(z)的零極點圖。其中B和A為系統函式H(z) = B(z)/A(z)的分子和分母多項式係數向量。 zplane(B, A) 輸入的是傳遞函式模型,函式首先調用root函式以求出它們的零極點。假設系統函式H(z)用下式表示:
zplane() Matlab函式
B=[B(1) B(2) B(3) ... B(M+1)];
A=[A(1) A(2) A(3) ... A(N+1)];
zplane(d)finds the zeros and poles of the transfer function represented by the digital filter,d. Usedesignfiltto generatedbased on frequency-response specifications. The pole-zero plot is displayed infvtool.
[hz,hp,ht]=zplane(z,p)returns vectors of handles to the zero lines,hz, and the pole lines,hp.htis a vector of handles to the axes/unit circle line and to text objects, which are present when there are multiple zeros or poles. If there are no zeros or no poles,hzorhpis the empty matrix[].

相關詞條

熱門詞條

聯絡我們