Table of Contents
Introduction
The blog describes why windowing functions are needed in spectral analysis! This blog uses the Fourier Transform as a Cross-Correlation as a foundation and shares much in common with the blog DFT Frequency Resolution Explained. Be sure to review those blog posts for a different perspective on this explanation.
More blogs!
Discrete Fourier Transform (DFT)
Before getting to windowing functions, it’s necessary to understand what the discrete Fourier transform (DFT) is and what the assumptions are regarding the inputs.
On page 542 (second edition) of Alan Oppenheim’s excellent book Discrete-Time Signal Processing [oppenheim1999] he makes the statement that the inputs to the DFT are assumed be periodic with period N,
(1)
Why? Where does this requirement come from?
The DFT is a series of cross-correlations with an input signal and complex sinusoids ,
(2)
The complex sinusoid has a period of N such that
(3)
Figure 1 shows how the complex sinusoid
(4)
is periodic in the time domain.
The inputs to the DFT are assumed to be periodic in N because the complex sinusoids used in the cross-correlation are periodic in N. Cross-correlation is a measure of similarity. The highest measure of similarity of a complex exponential with period N is also a complex sinusoid with period N. Therefore the DFT measures the similarity of an input signal with those periodic complex exponentials.
Periodic Inputs
The implication of the periodicity for an input signal is that the beginning and end of a time-series is connected. Begin with a signal of length N, such that N samples of the time-series for ,
(5)
The other samples for and can derived from the periodicity constraint (1). The values and can be written such that
(6)
(7)
The values and can be written such that
(8)
(9)
The time-series x[n] can therefore be written as
(10)
which shows how the last sample x[N-1] is immediately followed by the first sample x[0], connecting the first and last sequence of the time-series. Figure 2 gives a graphical example in 3D, showing how a periodic signal begins and ends at the sample sample.
Thus periodic inputs are assumed, but not required, for the DFT. What happens when the input is not periodic? A windowing function is needed.
Windowing Functions
The complex sinusoid with and ,
(11)
does not meet the periodicity constraint in (1) which is displayed in Figure 3.
Figure 4 more clearly demonstrates how there is a sharp transition between the beginning and ending samples of the complex sinusoid .
Windowing functions force a periodicity of length N in the time-series x[n] by driving the inputs to zero at the beginning and ending samples. Figure 5 and Figure 6 demonstrate how the sharp transitions are smoothed by the application of the Bartlett window. Notice how the sharp transitions from Figure 4 have been smoothed by the windowing function in Figure 6.
Conclusion
The DFT requires periodic inputs because it acts as a cross-correlator with a complex sinusoid. The inputs are assumed to periodic in that the last sample connects to the first input sample without a sharp transition as demonstrated with 3D plots. A windowing function forces a non-periodic input to appear periodic by driving the beginning and ending samples to zero.
More blogs!
2 Responses
Hey, Matt! It’s been a while! I just found your blog. This is such a great explaination!
Thank you! It’s good to hear from you Dylan