Table of Contents
Introduction
This blog derives the ideal low pass filter (LPF) step by step using simple math.
More DSP blogs!
Frequency Domain Ideal Low Pass Filter
An ideal low pass filter (LPF) allows signals below the cutoff frequency to pass through unmodified with a linear gain of 1 and no phase change, while simultaneously completely rejecting all frequencies above the cutoff frequency with a linear gain of 0.
Mathematically, the ideal LPF is defined in the frequency domain by [oppenheim1999, p.43]
(1)
The frequency response for the ideal LPF in (1) for is given in Figure 1.
Time Domain Ideal Low Pass Filter
The ideal LPF in the time domain is derived by taking the inverse discrete-time Fourier transform (IDTFT) of (1),
(2)
The IDTFT is defined as
(3)
(4)
The integral in (4) is simplified via Euler’s formula as
(5)
The cutoff frequency is the frequency in radians, defined as
(6)
where is the frequency in Hz normalized by the sampling rate ,
(7)
The impulse response h[n] can therefore be written as
(8)
Equation (8) can then be transformed into a sinc function where
(9)
The impulse response h[n] can therefore be written as
(10)
The impulse response from (10) is given in Figure 2.
Conclusion
The ideal low pass filter is a finite-length rectangle in the frequency domain but an infinitely long sinc in the time domain. Selecting the cutoff frequency determines which frequencies will be passed by the filter and which will be attenuated.
More DSP blogs!