Z-transform for a signal with an unknown sampling rate

mtarek16
Messages
10
Reaction score
0

Homework Statement


Given a ramp function x(t) = t*heaviside(t) with the known z-transform ( z / (z-1)^2 ).
If the time-domain signal has been delayed by 2 seconds, then sampled with an unknown sampling rate (T). How could I get the z-transform (one-sided) for the discrete signal, for any values of T ?
I guess my question is really how to express that delay in the Z-domain. I have searched a lot and couldn't find any good resources.

Homework Equations


original signal : x(t) = t*heaviside(t) - X(z) = z / (z-1)^2
delayed signal: x(t) = (t-2)*heaviside(t-2) - X(z) = ?

The Attempt at a Solution


I have been trying a lot with this problem. The last (and seemingly to me) the closest I've got is :
X(z) = T*( z / (z-1)^2 )*(z^-s)
where :
s = 2/T if T < 1
s = 2*T if 1<= T < 2
s = T if T >= 2
Of course, if s turns out to be a non-integer value, the solution would be wrong.

Any help on that is greatly appreciated.

Regards,
MT
 
Last edited:
Physics news on Phys.org
Another take :
X(z) = T*( z / (z-1)^2 )*(z^-ceil(s))
where :
s = 2/T if T <= 1
s = T if T > 1

Seems right to me, but is the equation is in an acceptable/correct mathematical form ??
 
Uh ! I'm sorry, the conditions I wrote are again wrong, here's my final approach :
X(z) = T*( z / (z-1)^2 )*(z^-ceil(2/T))

Again, it seems to me that it's functionally correct, although I'm not sure if it's syntactically correct too.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top