Ideal High-Pass Filter Impulse Response
Unit Converter
- {{ unit.name }}
- {{ unit.name }} ({{updateToValue(fromUnit, unit, fromValue)}})
Citation
Use the citation below to add this to your bibliography:
Find More Calculator ☟
Ideal High-Pass Filter Impulse Response
An ideal high-pass filter allows frequencies higher than a certain cutoff frequency to pass through while attenuating frequencies lower than the cutoff frequency. The impulse response of an ideal high-pass filter is derived from the inverse Fourier transform of its frequency response.
Calculation Formula
The impulse response \( h(n) \) of an ideal high-pass filter can be defined as:
\[ h(n) = \begin{cases} 1 - 2f_c & \text{if } n = 0 \ -\frac{\sin(2\pi f_c n)}{\pi n} & \text{if } n \neq 0 \end{cases} \]
Where:
- \( f_c \) is the normalized cutoff frequency (cutoff frequency divided by the sampling rate).
- \( n \) is the sample index, ranging from \( -(N-1)/2 \) to \( (N-1)/2 \) for a filter with \( N \) points.
Example Calculation
If the cutoff frequency is 1000 Hz and the sampling rate is 10000 Hz, the normalized cutoff frequency \( f_c \) is 0.1. The impulse response can be calculated for \( N = 51 \) points as follows:
For \( n = 0 \): \[ h(0) = 1 - 2 \times 0.1 = 0.8 \]
For \( n \neq 0 \): \[ h(n) = -\frac{\sin(2\pi \times 0.1 \times n)}{\pi n} \]
Importance and Usage
The ideal high-pass filter is widely used in signal processing to remove low-frequency components from a signal. This can be useful in various applications such as audio processing, communication systems, and image processing where it is essential to eliminate unwanted low-frequency noise or interference.