ROC in Sign function Z-transform

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 3K views
Bromio
Messages
59
Reaction score
0

Homework Statement


Calculate the Z-transform of the function x[n] = u[n]-u[-n-1].

Homework Equations


[itex]X(z) = ZT\{x[n]\} = \sum_{n=-\infty}^{\infty}x[n]z^{-n}[/itex]

[itex]ZT\{u[n]\} = \displaystyle\frac{1}{1-z^{-1}}[/itex], ROC: |z| > 1.
[itex]ZT\{-u[-n-1]\} = \displaystyle\frac{1}{1-z^{-1}}[/itex], ROC: |z| < 1.

[itex]ZT\{x[n]\} = X(z)[/itex], ROC: R1
[itex]ZT\{y[n]\} = Y(z)[/itex], ROC: R2
[itex]ZT\{ax[n]+by[n]\} = aX(z)+bY(z)[/itex], ROC: at least [itex]R1\cap R2[/itex]

The Attempt at a Solution


Using formulas in section 2. it is obvious that [itex]X(z) = ZT\{x[n]\} = \displaystyle\frac{2}{1-z^{-1}}[/itex], but which is the ROC? The intersection between |z| > 1 and |z|< 1 is null.

Thank you.
 
Physics news on Phys.org
Isn't it that if there the intersection of the ROC is null then you can't use the z-transform because it diverges?
 
SpaceDomain said:
Isn't it that if there the intersection of the ROC is null then you can't use the z-transform because it diverges?

I thought that, but if you take z = e^(j*Omega), you obtain the correct Fourier transform.

In addition (without rigorousness), this z-transform was asked in an exam and I'm sure it exists. What is happening?
 
Bromio said:
I thought that, but if you take z = e^(j*Omega), you obtain the correct Fourier transform.

So taking the z-transform and evaluating at z = e^(j*Omega) is the definition of the DTFT, right? Isn't the DTFT more prone to instability than the z-transform?

Hmm.. I will think about this more. Maybe someone else is better suited to answer this question as my DSP class begins covering the z-transform this upcoming Monday (good time to start reading up on it though!).

Is this for a graduate level DSP course? Just curious.
 
Last edited:
SpaceDomain said:
So taking the z-transform and evaluating at z = e^(j*Omega) is the definition of the DTFT, right? Isn't the DTFT more prone to instability than the z-transform?

Yes, DTFT only exists if the unit circle |z| = 1 is in the ROC.

So I don't know if I'm making mistakes and this ROC is miscalculated or if there is another explanation to this behavior.

SpaceDomain said:
Is this for a graduate level DSP course? Just curious.
Yes. Electrical engineering, more exactly.