1 / 31

Lecture 5 – 6 Z - Transform

Lecture 5 – 6 Z - Transform. By Dileep Kumar. Frequency domain vs Time domain. Frequency domain is a term used to describe the analysis of mathematical functions or signals with respect to frequency.

sydney
Télécharger la présentation

Lecture 5 – 6 Z - Transform

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Lecture 5 – 6Z - Transform By Dileep Kumar

  2. Frequency domain vs Time domain • Frequency domain is a term used to describe the analysis of mathematical functions or signals with respect to frequency. • (communications point of view) A plane on which signal strength can be represented graphically as a function of frequency, instead of a function of time. • control systems) Pertaining to a method of analysis, particularly useful for fixed linear systems in which one does not deal with functions of time explicitly, but with their Laplace or Fourier transforms, which are functions of frequency. • Speaking non-technically, a time domain graph shows how a signal changes over time, whereas a frequency domain graph shows how much of the signal lies within each given frequency band over a range of frequencies.

  3. Cont: • A frequency domain representation can also include information on the phase shift that must be applied to each sinusoid in order to be able to recombine the frequency components to recover the original time signal. • The frequency domain relates to the Fourier transform or Fourier series by decomposing a function into an infinite or finite number of frequencies. This is based on the concept of Fourier series that any waveform can be expressed as a sum of sinusoids (sometimes infinitely many.) • In using the Laplace, Z-, or Fourier transforms, the frequency spectrum is complex and describes the frequency magnitude and phase. In many applications, phase information is not important. By discarding the phase information it is possible to simplify the information in a frequency domain representation to generate a frequency spectrum or spectral density. A spectrum analyser is a device that displays the spectrum.

  4. The Direct Z-Transform The z-transform of a discrete time signal is defined as the power series (1) Where z is a complex variable. For convenience, the z-transform of a signal x[n] is denoted by X(z) = Z{x[n]} Since the z-transform is an infinite series, it exists only for those values of z for which this series converges. The Region of Convergence (ROC) of X(z) is the set of all values of z for which this series converges. We illustrate the concepts by some simple examples.

  5. Example 1: Determine the z-transform of the following signals • x[n] = [1, 2, 5, 7, 0, 1] Solution: X(z) = 1 + 2z-1+ 5z-2 + 7z-3 + z-5, ROC: entire z plane except z = 0 (b) y[n] = [1, 2, 5, 7, 0, 1] Solution: Y(z) = z2 + 2z + 5 + 7z-1 + z-3 ROC: entire z-plane except z = 0 and z = . • z[n] = [0, 0, 1, 2, 5, 7, 0, 1] Solution: z-2 + 2z-3 + 5z-4 + 7z-5 + z-7, ROC: all z except z=0

  6. (d) p[n] = [n] Solution: P(z) = 1, ROC: entire z-plane. (e) q[n] = [n – k], k > 0 Solution: Q(z) = z-k, entire z-plane except z=0. (f) r[n] = [n+k], k > 0 Solution: R(z) = zk, ROC: entire z-plane except z = .

  7. Example 2: Determine the z-transform of x[n] = (1/2)nu[n] Solution: ROC: |1/2 z-1| < 1, or equivalently |z| > 1/2

  8. Example 3: Determine the z-transform of the signal x[n] = anu[n] Solution:

  9. Properties of z-transform • Linearity If x1[n]  X1(z) and x2[[n]  X2(z) then a1x1[n] + a2x2[n]  a1X1(z) + a2X2(z)

  10. Example: Determine the z-transform of the signal x[n] = [3(2n) – 4(3n)]u[n] Solution: Example 4: Determine the z-transform of the signal (cosw0n)u[n]

  11. Time Shifting Property:If x[n]  X(z) then x[n-k]  z-kX(z)Proof: since then the change of variable m = n-k produces

  12. Example: Find the z-transform of a unit step function. Use time shifting property to find z-transform of u[n] – u[n-N]. The z-transform of u[n] can be found as Now the z-transform of u[n]-u[n-N] may be found as follows:

  13. Scaling in the z-domain If x[n]  X(z) Then anx[n]  X(a-1z) For any constant a, real or complex. Proof: Example 5: Determine the z-transform of the signal an(cosw0n)u[n]. Solution: since

  14. Time reversal If x[n]  X(z) then x[-n]  X(z-1) Proof: Example 6: Determine the z-transform of u[-n]. Solution: since z[u[n]] = 1/(1 – z-1) Therefore, Z[u[-n]] = 1/(1-z)

  15. Differentiation in the z - Domain x[n]  X(z) then nx[n] = -z(dX(z)/dz) Tutorial 4: Q1: Prove the differentiation property of z – transform. Example 7: Determine the z-transform of the signal x[n] = nanu[n]. Solution:

  16. Convolution and Correlation • To study the LTI systems, convolution plays important role. Shifting multiplications and summation are operations in computation of convolution. • Correlation which is very much similar to convolution provides information about the similarity between the two sequences. • It is used in Radars, digital communication and mobile communication etc. • The main application of correlation is that the incoming/received signal is correlated with standard signals and signal of this set which has maximum correlation with the incoming/received signal is detected.

  17. Convolution of two sequences If x1[n]  X1(z) and x2[n]  X2(z) then x1[n]*x2[n] = X1(z)X2(z) Proof: The convolution of x1[n] and x2[n] is defined as The z-transform of x[n] is Upon interchanging the order of the summation and applying the time shifting property, we obtain

  18. Example 8:Compute the convolutionof the signals x1[n] = [1, -2, 1] and Solution: X1(z) = 1 – 2z-1 + z-2 X2(z) = 1 + z-1 + z-2 + z-3 + z-4 + z-5 Now X(z) = X1(z)X2(z) = 1 – z-1 – z-6 + z-7 Hence x[n] = [1, -1, 0, 0, 0, 0, -1, 1] Note: You should verify this result from the definition of the convolution sum.

  19. Exercise • Find the convolution of sequences?

  20. Correlation of two sequencesIf x1[n]  X1(z) and x2[n]  X2(z) • Proof:

  21. Continue:

  22. Correlation of two sequencesIf x1[n]  X1(z) and x2[n]  X2(z) then rx1x2[k] = X1(z)X2(z-1) • Tutorial 4 Q2: Prove this property. The Initial Value Theorem: If x[n] is causal then Proof: Obviously, as z  , z-n  0 since n >0, this proves the theorem.

  23. Final Value TheoremIf x[n]  X(z), then • Tutorial 4 Q3: Prove the Final Value Theorem Example 9: Find the final value of Solution: The final value theorem yields

  24. Inverse z-transform In general, the inverse z-transform may be found by using any of the following methods: • Power series method • Partial fraction method

  25. Power Series Method Example 2: Determine the z-transform of By dividing the numerator of X(z) by its denominator, we obtain the power series  x[n] = [1, 3/2, 7/2, 15/8, 31/16,…. ]

  26. Power Series Method Example 2:Determine the z-transform of By dividing the numerator of X(z) by its denominator, we obtain the power series  x[n] = [2, 1.5, 0.5, 0.25, …..]

  27. Partial Fraction Method: Example 1: Find the signal corresponding to the z-transform Solution: or

  28. Partial Fraction Method: Example 2: Find the signal corresponding to the z-transform Solution:

  29. Z-Transform Solution of Linear Difference Equations • We can use z-transform to solve the difference equation that characterizes a causal, linear, time invariant system. The following expressions are especially useful to solve the difference equations: • z[y[(n-1)T] = z-1Y(z) +y[-T] • Z[y(n-2)T] = z-2Y(z) + z-1y[-T] + y[-2T] • Z[y(n-3)T] = z-3Y(z) + z-2y[-T] + z-1y[-2T] + y[-3T]

  30. Example: Consider the following difference equation:y[nT] –0.1y[(n-1)T] – 0.02y[(n-2)T] = 2x[nT] – x[(n-1)T]where the initial conditions are y[-T] = -10 and y[-2T] = 20. Y[nT] is the output and x[nT] is the unit step input. Solution: Computing the z-transform of the difference equation gives Y(z) – 0.1[z-1Y(z) + y[-T]] – 0.02[z-2Y(z) + z-1y[-T] + y[-2T]] = 2X(z) – z-1X(z) Substituting the initial conditions we get Y(z) – 0.1z-1Y(z) +1 – 0.02z-2Y(z) – 0.2z-1 –0.4 = (2 – z-1)X(z)

  31. and the output signal y[nT] is

More Related