章节目录 (6).ppt
![资源得分’ title=](/images/score_1.gif)
![资源得分’ title=](/images/score_1.gif)
![资源得分’ title=](/images/score_1.gif)
![资源得分’ title=](/images/score_1.gif)
![资源得分’ title=](/images/score_05.gif)
《章节目录 (6).ppt》由会员分享,可在线阅读,更多相关《章节目录 (6).ppt(82页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、2020/7/17,1,3.7 z-Transform Z变换,The DTFT provides a frequency-domain representation of discrete-time signals and LTI discrete-time systems Because of the convergence condition, in many cases, the DTFT of a sequence may not exist As a result, it is not possible to make use of such frequency-domain ch
2、aracterization in these cases,2020/7/17,2,z-TransformZ变换,A generalization of the DTFT defined by leads to the z-transform z-transform may exist for many sequences for which the DTFT does not exist Moreover, use of z-transform techniques permits simple algebraic manipulations,2020/7/17,3,z-TransformZ
3、变换,Consequently, z-transform has become an important tool in the analysis and design of digital filters For a given sequence gn, its z-transform G(z) is defined as where is a complex variable,2020/7/17,4,z-Transform Z变换,If we let , then the z-transform reduces to The above can be interpreted as the
4、DTFT of the modified sequence For r = 1 (i.e., |z| = 1), z-transform reduces to its DTFT, provided the latter exists,2020/7/17,5,z-TransformZ变换,The contour |z| = 1 is a circle in the z-plane of unity radius and is called the unit circle单位圆 Like the DTFT, there are conditions on the convergence of th
5、e infinite series For a given sequence, the set R of values of z for which its z-transform converges is called the region of convergence (ROC)收敛区域,2020/7/17,6,z-Transform Z变换,From our earlier discussion on the uniform convergence of the DTFT, it follows that the series converges if is absolutely sum
6、mable, i.e., if,2020/7/17,7,z-Transform Z变换,In general, the ROC收敛区域of a z-transform of a sequence gn is an annular region of the z-plane: where,2020/7/17,8,The z-transform is a form of the Cauchy-Laurent series and is an analytic function at every point in the ROC Let f (z) denote an analytic (or ho
7、lomorphic) function over an annular region centered at,Cauchy-Laurent Series柯西 - 洛朗序列,2020/7/17,9,Then f (z) can be expressed as the bilateral series being a closed and counterclockwise integration contour contained in,Cauchy-Laurent Series,where,2020/7/17,10,z-Transform,Example - Determine the z-tr
8、ansform X(z) of the causal sequence and its ROC Now The above power series converges to ROC is the annular region |z| |a|,2020/7/17,11,z-Transform,Example - The z-transform m(z) of the unit step sequence mn can be obtained from by setting a = 1: ROC is the annular region,m,2020/7/17,12,z-Transform,N
9、ote: The unit step sequence mn is not absolutely summable, and hence its DTFT does not converge uniformly Example - Consider the anti-causal sequence,2020/7/17,13,z-Transform,Its z-transform is given by ROC is the annular region,2020/7/17,14,z-Transform,Note: The z-transforms of the two sequences an
10、d are identical even though the two parent sequences are different Only way a unique sequence can be associated with a z-transform is by specifying its ROC,2020/7/17,15,z-Transform,The DTFT of a sequence gn converges uniformly if and only if the ROC of the z-transform G(z) of gn includes the unit ci
11、rcle The existence of the DTFT does not always imply the existence of the z-transform,2020/7/17,16,z-Transform,Example - The finite energy sequence has a DTFT given by which converges in the mean-square sense,2020/7/17,17,z-Transform,However, does not have a z-transform as it is not absolutely summa
12、ble for any value of r, i.e. Some commonly used z-transform pairs are listed on the next slide,2020/7/17,18,Table 3.8: Commonly Used z-Transform Pairs,2020/7/17,19,Rational z-Transforms,In the case of LTI discrete-time systems we are concerned with in this course, all pertinent z-transforms are rati
13、onal functions of That is, they are ratios of two polynomials in :,2020/7/17,20,Rational z-Transforms,The degree of the numerator polynomial P(z) is M and the degree of the denominator polynomial D(z) is N An alternate representation of a rational z-transform is as a ratio of two polynomials in z:,2
14、020/7/17,21,Rational z-Transforms,A rational z-transform can be alternately written in factored form as,2020/7/17,22,Rational z-Transforms,At a root of the numerator polynomial , and as a result, these values of z are known as the zeros零点 of G(z) At a root of the denominator polynomial , and as a re
15、sult, these values of z are known as the poles极点 of G(z),2020/7/17,23,Rational z-Transforms,Consider Note G(z) has M finite zeros and N finite poles If N M there are additional zeros at z = 0 (the origin in the z-plane) If N M there are additional poles at z = 0,2020/7/17,24,Rational z-Transforms,Ex
16、ample - The z-transform has a zero at z = 0 and a pole at z = 1,m,2020/7/17,25,Exercise 5.1.3. Producing Pole/Zero Plots.,% Exercise 5.1.3. Producing Pole/Zero Plots. clc; clear; close all; % Step (a). b = 1 3 3 1; % Numerator Coefficients. a = 1 .5 .3 .1; % Denominator Coefficients. % Produce and d
17、isplay the Poles/Zeros plot. figure(Name,Exercise 5.1.3. Producing Pole/Zero Plots); zplane(b,a); grid on; % Produce and display the frequency response. figure(Name,Exercise 5.1.3. Producing Pole/Zero Plots); freqz(b,a); % or better: % fvtool(b,a); % Step (b). % Find the numerical values of poles an
18、d zeros z p k = tf2zpk(b,a),2020/7/17,26,result,2020/7/17,27,Rational z-Transforms,A physical interpretation of the concepts of poles and zeros can be given by plotting the log-magnitude as shown on next slide for,2020/7/17,28,Rational z-Transforms,poles,zeros,2020/7/17,29,Rational z-Transforms,Obse
19、rve that the magnitude plot exhibits very large peaks around the points which are the poles of G(z) It also exhibits very narrow and deep wells around the location of the zeros at,2020/7/17,30,ROC of a Rational z-Transform,ROC of a z-transform is an important concept Without the knowledge of the ROC
20、, there is no unique relationship between a sequence and its z-transform Hence, the z-transform must always be specified with its ROC,2020/7/17,31,ROC of a Rational z-Transform,Moreover, if the ROC of a z-transform includes the unit circle, the DTFT of the sequence is obtained by simply evaluating t
21、he z-transform on the unit circle There is a relationship between the ROC of the z-transform of the impulse response of a causal LTI discrete-time system and its BIBO stability,2020/7/17,32,ROC of a Rational z-Transform,The ROC of a rational z-transform is bounded by the locations of its poles To un
22、derstand the relationship between the poles and the ROC, it is instructive to examine the pole-zero plot of a z-transform Consider again the pole-zero plot of the z-transform m(z),2020/7/17,33,ROC of a Rational z-Transform,In this plot, the ROC, shown as the shaded area, is the region of the z-plane
23、 just outside the circle centered at the origin and going through the pole at z = 1,2020/7/17,34,ROC of a Rational z-Transform,Example - The z-transform H(z) of the sequence is given by Here the ROC is just outside the circle going through the point,2020/7/17,35,ROC of a Rational z-Transform,A seque
24、nce can be one of the following types: finite-length, right-sided, left-sided and two-sided In general, the ROC depends on the type of the sequence of interest,2020/7/17,36,ROC of a Rational z-Transform,Example - Consider a finite-length sequence gn defined for , where M and N are non-negative integ
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 章节目录 6 章节 目录
![提示](https://www.taowenge.com/images/bang_tan.gif)
限制150内