Plotting responses to z-plane transfer functions

Jimbo
Messages
10
Reaction score
0
Hi

I am looking for any tutorials in how to plot a time response plot from a z-plane transfer function

For example, if you have G = 4 / z + 2

I understand that plotting this on the z-plane would result in a point at -2 (although I am not sure about how the numerator of 4 might affect this) but I am unsure about the steps to be taken to convert this to a time response plot?

Any help is much appreciated!
 
Engineering news on Phys.org
If you're talking about what I think you're talking about (control systems... my experience uses 's' instead of 'z'), then to plot the time domain, you need to take the inverse Laplace to get to the time domain.

In this case, you're looking at e^-2t for a time domain response to a step input.
 
You'd only use the inverse Laplace tranform to find the time response if this were a continuous-time tranfer function. Since we're talking about the z-plane, I'll assume you're talking about a discrete-time system. You should specify the form of the input function, since the output function response will depend on the input convolved with the transfer function; since you didn't say, I'll assume you're looking for the unit impulse response (that's what the tranfer function is).

Anyhow, let's see if I can do this without messing up:

Y(z) = G(z)X(z) = \frac 4 {z+2} = 4 \frac{z^{-1}}{1+2z^{-1}} = 4z^{-1}\frac 1 {1+2z^{-1}}

(X(z) = 1)

which is the same as
Y(z) = 4\frac{1}{1+2z^{-1}} time shifted one sample to the right.

so
y[n] = 4(-2)^{n-1}u[n-1]

where u is the unit step function.

The standard way to plot this would be to use a stem plot
(so it kind of looks like a bunch of lollipops).
y[0] = 0
y[1] = 4
y[2] = -8
y[3] = 16
and so on...
 
If you want the inverse Z-transform, then it involves a contour integration. You should have a table in your textbook that would include Z-transforms of the basic functions. If you want the general rule:

x(n) = (1/2πi) integral of { X(z) zn-1 dz }

where x(n) is the discrete time signal, X(z) is the Z-transform of it, and the integration is around a closed contour (but I can't remember what the rules are for the contour; it probably has to contain all of the poles and the origin). In your case, X(z) is G and x(n) is the response to a Kronecker Delta input of δ0n.
 
Great!

Thanks for all the help!

Just what I needed!
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K