User:Cplusplusboy/sandbox: Difference between revisions

Content deleted Content added
No edit summary
ttesting
Line 2:
<math>L\{x(t)\} \equiv X(s) \equiv \int_0^{\infty}{x(t)e^{-st}dt}
</math>
 
If the continuous time signal <math>x(t)</math> is uniformly sampled with a train of impulses to get a discrete time signal <math>x^{*}(k) = x(kT</math>), then it can be represented as :
<math>x^{*}(k) = x(kT) = \sum_{k=0}^{\infty}{x(t).\delta(t-kT)}</math>
where <math>T</math> is the sampling interval.
 
Now the Laplace transform of the sampled signal (discrete time) is called [[Star_TransformStar_transform]] and is given by :
<math> \begin{array}{l l l l l l}
L\{x^{*}(k)\} & = & X^{*}(s) & = & \int_0^{\infty}{\sum_{k=0}^{\infty}{x(t).\delta(t-kT)} e^{-st}dt} \\
 
& = & \sum_{k=0}^{\infty}{x(kT).e^{-kTs}}, & & \text{by sifting property} \\
 
& = & \sum_{k=0}^{\infty}{x^{*}(k).z^{-k}}, z = e^{sT} \\
Line 16 ⟶ 17:
\end{array} </math>
 
It can be seen that the [[Laplace_Transform]] of an impulse sampled signal is the called the [[Star_TransformStar_transform]] and is the same as the [[Z_Transform]] of the corresponding sequence when {{<math|>s = \frac{\ln{(z)}}{T}}}</math>.
<ref name=ogata_dtcs>{{cite book|last=Ogata|first=Katsuhiko|title=Discrete-Time Control Systems|publisher=Pearson Education|___location=India|isbn=81-7808-335-3|pages=75-77}}</ref>