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
x(t) = δ(t) X(ω) = 2π
x[n] = δ[n] X(ejΩ) = 1
x[n] = 1 2π X(ejΩ) = k=δ(Ω k2π)
f 2.
pulse sinc

Several pairs of pulses and sincs are described below.4

x(t) = { A, T2 t T2 0,otherwise X(f) = ATsinc(fT)
(A.54)

 

x[n] = { 1,0 n M 1 0,otherwise X(ejΩ) = sin (ΩM2) sin (Ω2) ejΩ(M1)2
(A.55)

Due to the duality property, sincs in time-domain lead to pulses in frequency-domain. In continous-time, one has:

x(t) = 1 πtsin (2πFt) = 2Fsinc(2Ft) X(f) = { 1, |f| F 0, otherwise
(A.56)

where F is given in Hertz, and

x(t) = 1 πtsin(Wt) X(ω) = { 1, |ω| W 0, otherwise
(A.57)

where W is given in rad/s. Note that in Eq. (A.57) one has a sine, not a sinc.

Considering discrete-time signals and assuming α 1 determines the spectrum bandwidth (recall that it suffices to specify X(ejΩ) for π Ω π ) one has:

x[n] = 2π α sinc (n α ) X(ejΩ) = { 1, πα Ω πα 0, otherwise
(A.58)

Now it is assumed a discrete-time pulse train x[n] with period N and, for the pulse centered in 0, x[n] = 1 from n = M to N = M and 0 otherwise. This pulse is replicated: the next is centered in n = N and has non-zero values in the range [N M,N + M] and so on. The spectrum is

X[k] = 1 N sin (k(2M + 1) π N ) sin (k π N ) ,

where X[k] = 2M+1 N ,k = 0,±N,±2N,, via L’Hopital’s rule.

For a continuous-time pulse train with each pulse of duration 2Tp and period T0 (one pulse is centered at t = 0, with duration from Tp to Tp) one has:

ck = sin (2πkf0Tp) = sin (kω0Tp) = 2f0Tpsinc(2kf0Tp) = 2Tp T0 sinc (k2Tp T0 ) ,

where f0 = 1T0 and ω0 = 2πf0.

f 3.
exponential rational function
eatu(t) 1 ( + a),a > 0

 

anu[n] 1 (1 aejΩ), |a| < 1
f 4.
complex exponential impulse

ej2πf0t δ(f f 0)
(A.59)
f 5.
train of impulses train of impulses

The Fourier series coefficient of an impulse train of period T0, with one of the impulses δ(t) at the origin t = 0 is ck = 1T0. In case the impulses are shifted in time, a linear phase appears in ck. If the series should be represented in the transform domain, the coefficient values ck are represented by impulses with area ck and separated in frequency by multiples of f0 = 1T0, creating another impulse train:

l=δ(t lT 0) 1 T0 k=δ (f k T0 ) .
(A.60)

In rad/s instead of Hertz, the pair is:

l=δ(t lT 0) 2π T0 k=δ (ω k2π T0 )
(A.61)

For discrete-time, a train of impulses with amplitude one and period N0 leads to series coefficients X[k] = 1N0,k. Representing these coefficients in the transform domain leads to another train of impulses in Ω spaced by 2πN0 with areas 2πN0:

l=δ[n lN 0] 2π N0 k=δ (Ω k 2π N0 ) .

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:

l=δ[n lN 0] = 1 N0 k=0N0 1ej2πknN0 .
(A.62)

In continuous-time, one can represent the transform X(f) of the impulse train in two distinct ways. One is by calculating the series coefficients ck = 1T0 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:

X(f) = 1 T0 k=δ (f k T0 ) = k=ej2πfkT0 .
(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.