Bilateral ZZ-transform of exponential

信息处理 z-transform
2022-01-30 21:21:36

We all know that anu(n) has unilateral Z-transform. But what is the Z-transform of an? (bilateral) When i tried to solve, i got answer as 'zero'.

But bilateral Laplace transform of et doesn't exist. Both are exponentials in discrete and continuous domain respectively. Considering the similarity between Laplace and Z-transform, how to explain the above problem?

Below, this is how I got 'zero'

an=anu(n)+anu(n1),

Now taking Z-transform on both sides we get

zzaandzza
respectively which add to 'zero'

1个回答

In complete analogy with the bilateral Laplace transform of x(t)=eat (which doesn't exist), the bilateral Z-transform of an doesn't exist either. The series

n=anzn

converges nowhere, simply because an grows without bounds for n if |a|<1, or for n if |a|>1. Of course, for |a|=1 there series doesn't converge either.

EDIT:

As for your computation of the Z-transform of an, the mistake lies in the fact that in addition to the algebraic expression of the transform you also need to consider the region of convergence. If you split an (as you did) as

(1)an=anu[n]+anu[n1]

you can compute the Z-transform of both right-hand side expressions separately:

(2)Z{anu[n]}=zza,|z|>|a|Z{anu[n1]}=zza,|z|<|a|

Note that the region of convergence (ROC) for the first part is outside the circle with radius |a|, whereas the ROC of the second part is inside the circle with radius |a|. The ROC of the total expression would be the overlap of the two ROCs, which is zero. Consequently, the sum doesn't converge anywhere and the Z-transform of the total expression doesn't exist.