An RC High-Pass Filter is a first-order electronic circuit that allows high-frequency signals to pass while attenuating low-frequency signals. It is widely used in signal processing, communication systems, and analog electronics for removing low-frequency noise or DC components from signals.
![]()
Table of Contents
Circuit Description
A basic RC high-pass filter consists of the following components:
- A capacitor \(C\) connected in series with the input signal
- A resistor \(R\) connected between the output node and ground
- The output voltage \(V_{out}\) taken across the resistor
The capacitor and resistor together form a frequency-dependent voltage divider.
Working Principle
The operation of the RC high-pass filter depends on the frequency-dependent reactance of the capacitor.
Capacitive reactance is given by
\[
X_C = \frac{1}{2\pi f C}
\]
- At low frequencies: The capacitive reactance \(X_C\) is very large. The capacitor behaves like an open circuit, so very little signal appears across the resistor. Hence the output voltage is small.
- At high frequencies: The capacitive reactance becomes very small. The capacitor behaves like a short circuit, allowing the signal to pass through the resistor. Therefore the output voltage becomes approximately equal to the input voltage.
Thus, the circuit attenuates low-frequency signals while allowing high-frequency signals to pass.
Transfer Function
Using impedance analysis, the impedance of the resistor and capacitor are
\[
Z_R = R
\]
\[
Z_C = \frac{1}{j\omega C}
\]
Applying the voltage divider rule, the output voltage across the resistor is
\[
V_{out} = V_{in} \times \frac{Z_R}{Z_R + Z_C}
\]
Substituting the impedances
\[
V_{out} = V_{in} \times \frac{R}{R + \frac{1}{j\omega C}}
\]
Multiplying numerator and denominator by \(j\omega C\)
\[
V_{out} = V_{in} \times \frac{j\omega RC}{1 + j\omega RC}
\]
Therefore, the transfer function of the RC high-pass filter is
\[
H(j\omega) = \frac{V_{out}}{V_{in}} = \frac{j\omega RC}{1 + j\omega RC}
\]
Magnitude Response
The magnitude of the transfer function is
\[
|H(j\omega)| = \frac{\omega RC}{\sqrt{1 + (\omega RC)^2}}
\]
Phase Response
The phase angle of the high-pass filter is
\[
\phi = \tan^{-1}\left(\frac{1}{\omega RC}\right)
\]
Cutoff Frequency
The cutoff frequency (or corner frequency) is the frequency at which the output voltage becomes
\( \frac{1}{\sqrt{2}} \) times the input voltage.
\[
f_c = \frac{1}{2\pi RC}
\]
At the cutoff frequency:
- Output voltage = \(0.707\,V_{in}\)
- Gain = \(-3\,dB\)
- Phase shift = \(+45^\circ\)
Frequency Response
The frequency response of an RC high-pass filter consists of two regions:
- Stopband Region: \(f < f_c\). Low-frequency signals are attenuated.
- Passband Region: \(f > f_c\). High-frequency signals pass through the filter.
The slope of the magnitude response below the cutoff frequency is
\[
+20\,dB/decade
\]
which is characteristic of a first-order filter.
Time Domain Response
When a step input is applied to the RC high-pass filter, the output voltage is
\[
V_{out}(t) = V e^{-t/RC}
\]
The parameter
\[
\tau = RC
\]
is called the time constant of the circuit.
Applications
RC high-pass filters are widely used in practical electronic circuits such as:
- Removing DC components from signals
- Audio signal processing
- Coupling stages of amplifiers
- Edge detection circuits
- Wave shaping circuits