Plotting responses to z-plane transfer functions

AI Thread Summary
To plot a time response from a z-plane transfer function like G = 4 / (z + 2), one must first understand the relationship between the z-domain and time-domain responses. The inverse Z-transform is essential for converting to the time domain, which can be done using contour integration or referencing a Z-transform table for basic functions. The time response for a unit impulse input results in a sequence represented by y[n] = 4(-2)^(n-1)u[n-1]. A stem plot is typically used to visualize the discrete-time response, showing values such as y[1] = 4 and y[2] = -8. Understanding these concepts allows for effective plotting and analysis of discrete-time systems.
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!
 
Thread 'Where is my curb stop?'
My water meter is submerged under water for about 95% of the year. Today I took a photograph of the inside of my water meter box because today is one of the rare days that my water meter is not submerged in water. Here is the photograph that I took of my water meter with the cover on: Here is a photograph I took of my water meter with the cover off: I edited the photograph to draw a red circle around a knob on my water meter. Is that knob that I drew a red circle around my meter...
Hi all, i have some questions about the tesla turbine: is a tesla turbine more efficient than a steam engine or a stirling engine ? about the discs of the tesla turbine warping because of the high speed rotations; does running the engine on a lower speed solve that or will the discs warp anyway after time ? what is the difference in efficiency between the tesla turbine running at high speed and running it at a lower speed ( as fast as possible but low enough to not warp de discs) and: i...

Similar threads

Replies
14
Views
2K
Replies
2
Views
2K
Replies
1
Views
3K
Replies
3
Views
2K
Replies
1
Views
1K
Replies
9
Views
4K
Replies
1
Views
2K
Back
Top