Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Z Transform

Status
Not open for further replies.

Baidehi

Newbie
Joined
Apr 3, 2022
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
12
Can someone please help me out with this Z transform problem? I have just started with this chapter and got stuck here:
Find the Z transform of (n-1)u(n-1)
 

The key is to note that it contains a "time"-delayed shift. So if you first find the template
  • x[ n ] = n*u[ n ]
from the table of transforms:
  • Z{ x [ n ] } = X(z) = (z^-1) / ( 1 - z^-1)^2
A single time shift equals dividing by z thus
  • Z{ x(n-1) } = X(z) / z
Then just fill in the template
  • Z{x(n-1)} = (z^-2) / ( 1 - z^-1)^2 = 1 / ( z - 1 )^2
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top