symsane
- 13
- 0
If the z-transform of x[n] is X(z), then what is the z-transform of x[n+1] in terms of X(z) ?
There is a shift theorem, similar to the other kinds of reciprocal transforms. To prove it, just change n to n' in the sum, replace n' by n+1, and then shift the sum back to n.symsane said:If the z-transform of x[n] is X(z), then what is the z-transform of x[n+1] in terms of X(z) ?
OK, so you are using the UNILATERAL transform (i.e. for causal systems). So, you should see some similarities to the Laplace transform. If you've studied transient response of LTI circuit, the Laplace transform is what you (probably) use there.symsane said:If the z-transform of x[n] is X(z), I can solve the z-transform of x[n-1] in terms of X(z) and what I found is X(z)z-1+x[-1].
If you know how to prove the result that you have above for xn-1, then you should be able to do this. Did you read my previous post? Are you having trouble arranging terms in the summation?symsane said:... I want to solve the z-transform of x[n+1] in terms of X(z) ?