老古开发网首页
导航:老古开发网首页文章索引文章分类DSP数字信号处理→[matlab中画系统零极点的方法]
| -文章搜索 - 最新文章 - |

matlab中画系统零极点的方法

发布时间:2006年5月28日 点击次数:1519
来源:   作者:
 

写论文的时候由于需要画出系统的零极点图。但是之前不知道怎么用matlab画,今天研究了一下,拿出来和大家共享。所用到的matlab函数为zplane,matlab给出的解释如下:

     ZPLANE Z-plane zero-pole plot.
    ZPLANE(Z,P) plots the zeros Z and poles P (in column vectors) with the
    unit circle for reference.  Each zero is represented with a ''o'' and
    each pole with a ''x'' on the plot.  Multiple zeros and poles are
    indicated by the multiplicity number shown to the upper right of the
    zero or pole.  ZPLANE(Z,P) where Z and/or P is a matrix, plots the zeros
    or poles in different columns using the colors specified by the axes
    ColorOrder property.
 
    ZPLANE(B,A) where B and A are row vectors containing transfer function
    polynomial coefficients plots the poles and zeros of B(z)/A(z).  Note
    that if B and A are both scalars they will be interpreted as Z and P.
 
    [HZ,HP,Hl] = ZPLANE(Z,P) returns vectors of handles to the lines and
    text objects generated.  HZ is a vector of handles to the zeros lines,
    HP is a vector of handles to the poles lines, and Hl is a vector of
    handles to the axes / unit circle line and to text objects which are
    present when there are multiple zeros or poles.  In case there are no
    zeros or no poles, HZ or HP is set to the empty matrix [].
 
    ZPLANE(Z,P,AX) puts the plot into the axes specified by the handle AX.

      假设为一个零点,多个极点系统且b=[0.2 0.8 0.64],a=1,用zplane(b,a)就可以画出如下的系统零极点图。

      

     从图中可以看出。该系统有一个极点,两个零点,且都在单位圆以外,其中一个在单位圆附近,另一个距离单位圆较远。由于在单位圆外附近有零点存在,故该系统在某个频带有比较大的幅度衰落,相位特性也会成非线性。

     使用freqz函数可以画出系统的幅度特性和相位特性如下图所示

       可见在数字高频出,系统的幅度确实呈现大的衰减,相位变化也已经是非线性的了。


欢迎进入老古论坛进行讨论
[DSP数字信号处理] 相关文章:
几个DSP高手的经验介绍(转贴)
简介:
一 . 我是已经从事 DSP 开发有几年了,看到许多朋友对 DSP 的开发非常感兴取,我结合这几年对 DSP 的开发写一写自己的感受,一家之言,欢迎指教。我上研究生的第一天起根据老板的安排就开始接触 DSP ,那时 DSP 开发在国内高校刚刚开始,一台 DSP 开发器接近一万还是 ISA 总线的,我从 206 开始 240 、 2407A 都作过产品,对 5402 、 2812 、 5471 在产品方案规划制定和论证时也研究过。由于方向所限对 6X 、 8X 系列没有接触。 我发现在国内无论在公司或高校许多地方为了......

中断在TMS320C54x系列DSP中的应用
Ateme推出硬件编码器支持MPEG-4 AVC/H.264
基于TMS320DM642的网络摄像机设计
基于DSP的直接转矩控制系统的设计与实现
运用定点DSP实现MPEG-4标准中DCT系数快速量化的方法
基于TMS320C60000DSP的视频解码器设计及其硬件实现方案
CY7C53120神经元芯片及其应用
可编程器件实现的雷达数字脉冲宽度鉴别电路
应用DDS芯片AD9835开发的一种高精度频率信号发生器
 
下一个:[DSP数字信号处理]DSP常用的外围芯片清单
简介:
C2000系统常用芯片 SRAM: CY7C199-15PC 32K×8, 5V CY7C1021-15ZC &nbs......
 

上一个:[DSP数字信号处理]数字图像处理(1)

老古开发网版权所有 2006年9月 asp.Net V2.0 设计:老古
页面缓存:10分钟 执行时间:16毫秒