Discrete Time Fourier Transform
The last chapter focused on the discrete periodic signal. When the discrete signal is not periodic and spans infinitely, just like what we did, we need to push the DFT to a limit for DTFT.
x[t]=N1k=0∑N−1X[k]ejkN2πtX[k]=t=0∑N−1x[t]e−jkN2πt
However, again, we need to use the Cauchy Principle Value, that is, we need, to rewrite it into,
x[t]=N1k=−N/2∑N/2−1X[k]ejkN2πtX[k]=N/2∑N/2−1x[t]e−jkN2πt
Because we only need the summation to span over any single period.
Then let's push N→+∞, the forward transform is,
N→+∞limN/2∑N/2−1x[t]e−jkN2πt=ω:=kN2π−∞∑+∞x[t]e−jωt
Thus X[k] becomes the continuous,
X(ω)=−∞∑+∞x[t]e−jωt
For the inverse transform,
N→+∞limN1k=−N/2∑N/2−1X[k]ejkN2πt=N→+∞lim∫−21N+21N−1X(kN2π)ejkN2πtdk=ω:=kN2π2π1∫−π+πX(ω)ejωtdω
In conclusion, the discrete time fourier transform is,
x[t]=2π1∫−π+πX(ω)ejωtdωX(ω)=t=−∞∑+∞x[t]e−jωt
DTFT and DFT are commonly used in signal processing, but not the analysis for systems. Usually, we use z transform instead, since it's more general. So we will not introduce there properties here.