sleepingSatellite
Nuclear
- Feb 24, 2006
- 8
I have a continuous system, having L-transfer function F(s)G(s), followed by a sample-and-hold, according to the following scheme:
Input signal -> F(s) --> G(s) --> S&H(period = T) -> Output signal
The sample-and-hold samples its input signal at times t = nT (so T is the period).
I have:
F(s) = (1 - exp(-as))/s -> It integrates the input signal over the last a seconds
G(s) = (1 - exp(-Ts))/s -> It integrates its input signal over the last T seconds (the same T as the S&H)
S&H(s) = (1 - exp(-Ts))/s -> It gives me every T seconds the updated result from G(s)
Because of the S&H, the output signal is a staircase-shaped signal made of T-long steps.
Task: Given the output signal and known F(s), G(s) and S&H(s) I have to reconstruct the input signal.
It is not required to necessarily reconstruct the input signal pointwise. A staircase-shaped reconstruction (I guess with T-long steps) would be enough.
Because of this S&H and the staircase-shaped output signal I think that the best way is to approach the problem using the z-Transform, because this way the output signal can be represented through a polynom.
I have read in the literature that when there are continuous systems (like F(s) and G(s)) first one should turn their L-transform into the corresponding z-Transform.
Developing F(s)xG(s) I get terms like exp(-as)/s3, that is, a parabola shifted by a seconds, where a is not a multiple of T!: how can I find the corresponding z-Transform ? The z-transform time-shift rule applies only for time-shifts that are multiple of T.
Thanks to anybody who can give me suggestions.
Input signal -> F(s) --> G(s) --> S&H(period = T) -> Output signal
The sample-and-hold samples its input signal at times t = nT (so T is the period).
I have:
F(s) = (1 - exp(-as))/s -> It integrates the input signal over the last a seconds
G(s) = (1 - exp(-Ts))/s -> It integrates its input signal over the last T seconds (the same T as the S&H)
S&H(s) = (1 - exp(-Ts))/s -> It gives me every T seconds the updated result from G(s)
Because of the S&H, the output signal is a staircase-shaped signal made of T-long steps.
Task: Given the output signal and known F(s), G(s) and S&H(s) I have to reconstruct the input signal.
It is not required to necessarily reconstruct the input signal pointwise. A staircase-shaped reconstruction (I guess with T-long steps) would be enough.
Because of this S&H and the staircase-shaped output signal I think that the best way is to approach the problem using the z-Transform, because this way the output signal can be represented through a polynom.
I have read in the literature that when there are continuous systems (like F(s) and G(s)) first one should turn their L-transform into the corresponding z-Transform.
Developing F(s)xG(s) I get terms like exp(-as)/s3, that is, a parabola shifted by a seconds, where a is not a multiple of T!: how can I find the corresponding z-Transform ? The z-transform time-shift rule applies only for time-shifts that are multiple of T.
Thanks to anybody who can give me suggestions.