A.18 Fourier Analysis: Pairs
This section lists few pairs, which are among the most important ones. Both continuous and discrete-time signals are exemplified.
- f 1.
- impulse
DC level
- f 2.
- pulse
sinc
Several pairs of pulses and sincs are described below.4
(A.54)
(A.55) Due to the duality property, sincs in time-domain lead to pulses in frequency-domain. In continous-time, one has:
(A.56) where is given in Hertz, and
(A.57) where is given in rad/s. Note that in Eq. (A.57) one has a sine, not a sinc.
Considering discrete-time signals and assuming determines the spectrum bandwidth (recall that it suffices to specify for ) one has:
(A.58) Now it is assumed a discrete-time pulse train with period and, for the pulse centered in 0, from to and 0 otherwise. This pulse is replicated: the next is centered in and has non-zero values in the range and so on. The spectrum is
where , via L’Hopital’s rule.
For a continuous-time pulse train with each pulse of duration and period (one pulse is centered at , with duration from to ) one has:
where and .
- f 3.
- exponential
rational function
- f 4.
- complex exponential
impulse
(A.59) - f 5.
- train of impulses
train of impulses
The Fourier series coefficient of an impulse train of period , with one of the impulses at the origin is . In case the impulses are shifted in time, a linear phase appears in . If the series should be represented in the transform domain, the coefficient values are represented by impulses with area and separated in frequency by multiples of , creating another impulse train:
(A.60) In rad/s instead of Hertz, the pair is:
(A.61) For discrete-time, a train of impulses with amplitude one and period leads to series coefficients . Representing these coefficients in the transform domain leads to another train of impulses in spaced by with areas :
Due to the corresponding Fourier series, note that any periodic impulse train can be written as a sum of of complex exponentials. For instance, in discrete-time:
(A.62) In continuous-time, one can represent the transform of the impulse train in two distinct ways. One is by calculating the series coefficients and then representing them in the transform domain. The second alternative is via the definition of the Fourier transform of the impulse train, and then using the impulse sifting property. These two alternatives can be written as:
(A.63) The equality in Eq. (A.63) is not trivial because the continuous-time impulse is a generalized function. In order to get insight on how the sum of these complex exponentials converge to an impulse train, the interested reader can use the code MatlabOctaveCodeSnippets/snip_appfourier_impulse_train.m.