Lecture 9
Lecture 9
Discrete Time
Fourier
Transform
(DTFT)
ℑ ℑ
x[n] ⇔ y[n] ⇔ Y (ω
X (ω ) )
Digital Signal Processing, © 2006 Robi Polikar, Rowan University
Linearity &
Differentiation In Frequency
 The DTFT is a linear operator
ℑ
ax[n] + by[n] ⇔ aX (ω ) + bY
(ω )
 Multiplying the time domain signal with the independent time variable
is equivalent to differentiation in frequency domain.
ℑ
dX
nx[n] ⇔ j
(ω
dω)
ℑ
n
x[n]e jω 0 ⇔ X (ω − ω0 )
∞ 1 π 2 2
∑ x[n] = 2π ∫X dω
n = −∞ −π(ω )
Energy of a continuous
periodic function
x=zeros(1000,1); x=ones(1000,1);
x(500)=1; subplot(211)
subplot(211) plot(x); grid
plot(x); grid X=abs(fft(x));
X=abs(fft(x)); subplot(212)
subplot(212) w=linspace(-
w=-pi:2*pi/999:pi; pi, pi, 1000);
plot(w, fftshift(X)); grid plot(w, fftshift(X)); grid
x[n] = e jω n ⇔ X (ω = 2π ∑ δ (ω − ω0 + 2π k )
0
)
k =−∞
⎧1, − M ≤ n ≤
x[n] = rect M [n] = ⎨
M
⎩0, otherwise
ℑ
M
⇔
∑ =sin (M , ω≠0
e − jω n sin ( 2 )
+ 1 2 )ω ω
n=−M
⎧1, ω ≤ω
H (ω ) ⎨
c
⎩ 0, ωc ≤ ω ≤
=
π
ª Taking its inverse DTFT, we can obtain the corresponding impulse function h[n]:
sin ωc n
h[n] =
πn