HOME

TheInfoList



OR:

A high-pass filter (HPF) is an
electronic filter Electronic filters are a type of signal processing filter in the form of electrical circuits. This article covers those filters consisting of lumped electronic components, as opposed to distributed-element filters. That is, using component ...
that passes signals with a
frequency Frequency is the number of occurrences of a repeating event per unit of time. It is also occasionally referred to as ''temporal frequency'' for clarity, and is distinct from '' angular frequency''. Frequency is measured in hertz (Hz) which is ...
higher than a certain cutoff frequency and attenuates signals with frequencies lower than the cutoff frequency. The amount of attenuation for each frequency depends on the filter design. A high-pass filter is usually modeled as a linear time-invariant system. It is sometimes called a low-cut filter or bass-cut filter in the context of audio engineering. High-pass filters have many uses, such as blocking DC from circuitry sensitive to non-zero average voltages or
radio frequency Radio frequency (RF) is the oscillation rate of an alternating electric current or voltage or of a magnetic, electric or electromagnetic field or mechanical system in the frequency range from around to around . This is roughly between the uppe ...
devices. They can also be used in conjunction with a
low-pass filter A low-pass filter is a filter that passes signals with a frequency lower than a selected cutoff frequency and attenuates signals with frequencies higher than the cutoff frequency. The exact frequency response of the filter depends on the filt ...
to produce a bandpass filter. In the optical domain filters are often characterised by wavelength rather than frequency. High-pass and low-pass have the opposite meanings, with a "high-pass" filter (more commonly "long-pass") passing only ''longer'' wavelengths (lower frequencies), and vice versa for "low-pass" (more commonly "short-pass").


Description

In electronics, a filter is a two-port electronic circuit which removes
frequency Frequency is the number of occurrences of a repeating event per unit of time. It is also occasionally referred to as ''temporal frequency'' for clarity, and is distinct from '' angular frequency''. Frequency is measured in hertz (Hz) which is ...
components from a signal (time-varying voltage or current) applied to its input port. A high-pass filter attenuates frequency components below a certain frequency, called its cutoff frequency, allowing higher frequency components to pass through. This contrasts with a
low-pass filter A low-pass filter is a filter that passes signals with a frequency lower than a selected cutoff frequency and attenuates signals with frequencies higher than the cutoff frequency. The exact frequency response of the filter depends on the filt ...
, which attenuates frequencies higher than a certain frequency, and a bandpass filter, which allows a certain band of frequencies through and attenuates frequencies both higher and lower than the band. In
optics Optics is the branch of physics that studies the behaviour and properties of light, including its interactions with matter and the construction of instruments that use or detect it. Optics usually describes the behaviour of visible, ultra ...
a high pass filter is a transparent or translucent window of colored material that allows light longer than a certain
wavelength In physics, the wavelength is the spatial period of a periodic wave—the distance over which the wave's shape repeats. It is the distance between consecutive corresponding points of the same phase on the wave, such as two adjacent crests, tr ...
to pass through and attenuates light of shorter wavelengths. Since light is often measured not by frequency but by
wavelength In physics, the wavelength is the spatial period of a periodic wave—the distance over which the wave's shape repeats. It is the distance between consecutive corresponding points of the same phase on the wave, such as two adjacent crests, tr ...
, which is inversely related to frequency, a high pass optical filter, which attenuates light frequencies below a cutoff frequency, is often called a short-pass filter; it attenuates longer wavelengths.


First-order continuous-time implementation

The simple first-order electronic high-pass filter shown in Figure 1 is implemented by placing an input voltage across the series combination of a
capacitor A capacitor is a device that stores electrical energy in an electric field by virtue of accumulating electric charges on two close surfaces insulated from each other. It is a passive electronic component with two terminals. The effect of a ...
and a
resistor A resistor is a passive two-terminal electrical component that implements electrical resistance as a circuit element. In electronic circuits, resistors are used to reduce current flow, adjust signal levels, to divide voltages, bias activ ...
and using the voltage across the resistor as an output. The transfer function of this linear time-invariant system is: :\frac=\frac. The product of the resistance and capacitance (''R''×''C'') is the time constant (τ); it is inversely proportional to the cutoff frequency ''f''''c'', that is, :f_c = \frac = \frac,\, where ''f''''c'' is in
hertz The hertz (symbol: Hz) is the unit of frequency in the International System of Units (SI), equivalent to one event (or cycle) per second. The hertz is an SI derived unit whose expression in terms of SI base units is s−1, meaning that one her ...
, ''Ï„'' is in seconds, ''R'' is in ohms, and ''C'' is in
farad The farad (symbol: F) is the unit of electrical capacitance, the ability of a body to store an electrical charge, in the International System of Units (SI). It is named after the English physicist Michael Faraday (1791–1867). In SI base unit ...
s. The cutoff frequency is where the pole of the filter levels off the filter's frequency response. Figure 2 shows an active electronic implementation of a first-order high-pass filter using an operational amplifier. The transfer function of this linear time-invariant system is: :\frac=\frac. In this case, the filter has a passband gain of −''R''2/''R''1 and has a cutoff frequency of :f_c = \frac = \frac,\, Because this filter is active, it may have non-unity passband gain. That is, high-frequency signals are inverted and amplified by ''R''2/''R''1.


Discrete-time realization

Discrete-time high-pass filters can also be designed. Discrete-time filter design is beyond the scope of this article; however, a simple example comes from the conversion of the continuous-time high-pass filter above to a discrete-time realization. That is, the continuous-time behavior can be
discretized In applied mathematics, discretization is the process of transferring continuous functions, models, variables, and equations into discrete counterparts. This process is usually carried out as a first step toward making them suitable for numerical ...
. From the circuit in Figure 1 above, according to Kirchhoff's Laws and the definition of
capacitance Capacitance is the capability of a material object or device to store electric charge. It is measured by the change in charge in response to a difference in electric potential, expressed as the ratio of those quantities. Commonly recognized a ...
: :\begin V_(t) = I(t)\, R &\text\\ Q_c(t) = C \, \left( V_(t) - V_(t) \right) &\text\\ I(t) = \frac &\text \end where Q_c(t) is the charge stored in the capacitor at time t. Substituting Equation (Q) into Equation (I) and then Equation (I) into Equation (V) gives: :V_(t) = \overbrace^ \, R = R C \, \left( \frac - \frac \right) This equation can be discretized. For simplicity, assume that samples of the input and output are taken at evenly spaced points in time separated by \Delta_T time. Let the samples of V_ be represented by the sequence (x_1, x_2, \ldots, x_n), and let V_ be represented by the sequence (y_1, y_2, \ldots, y_n) which correspond to the same points in time. Making these substitutions: :y_i = R C \, \left( \frac - \frac \right) And rearranging terms gives the recurrence relation :y_i = \overbrace^ + \overbrace^ That is, this discrete-time implementation of a simple continuous-time RC high-pass filter is :y_i = \alpha y_ + \alpha (x_ - x_) \qquad \text \qquad \alpha \triangleq \frac By definition, 0 \leq \alpha \leq 1. The expression for parameter \alpha yields the equivalent time constant RC in terms of the sampling period \Delta_T and \alpha: :RC = \Delta_T \left( \frac \right). Recalling that :f_c=\frac so RC=\frac then \alpha and f_c are related by: :\alpha = \frac and :f_c=\frac. If \alpha = 0.5, then the RC time constant equal to the sampling period. If \alpha \ll 0.5, then RC is significantly smaller than the sampling interval, and RC \approx \alpha \Delta_T.


Algorithmic implementation

The filter recurrence relation provides a way to determine the output samples in terms of the input samples and the preceding output. The following pseudocode algorithm will simulate the effect of a high-pass filter on a series of digital samples, assuming equally spaced samples: // Return RC high-pass filter output samples, given input samples, // time interval ''dt'', and time constant ''RC'' function highpass(''real ..n' x, ''real'' dt, ''real'' RC) var ''real ..n' y var ''real'' α := RC / (RC + dt) y := x for i from 2 to n y := α × y −1+ α × (x − x −1 return y The loop which calculates each of the n outputs can be refactored into the equivalent: for i from 2 to n y := α × (y −1+ x − x −1 However, the earlier form shows how the parameter α changes the impact of the prior output and current ''change'' in input . In particular, * A large α implies that the output will decay very slowly but will also be strongly influenced by even small changes in input. By the relationship between parameter α and time constant RC above, a large α corresponds to a large RC and therefore a low
corner frequency In physics and electrical engineering, a cutoff frequency, corner frequency, or break frequency is a boundary in a system's frequency response at which energy flowing through the system begins to be reduced ( attenuated or reflected) rather than ...
of the filter. Hence, this case corresponds to a high-pass filter with a very narrow stopband. Because it is excited by small changes and tends to hold its prior output values for a long time, it can pass relatively low frequencies. However, a constant input (i.e., an input with ) will always decay to zero, as would be expected with a high-pass filter with a large RC. * A small α implies that the output will decay quickly and will require large changes in the input (i.e., is large) to cause the output to change much. By the relationship between parameter α and time constant RC above, a small α corresponds to a small RC and therefore a high corner frequency of the filter. Hence, this case corresponds to a high-pass filter with a very wide stopband. Because it requires large (i.e., fast) changes and tends to quickly forget its prior output values, it can only pass relatively high frequencies, as would be expected with a high-pass filter with a small RC.


Applications


Audio

High-pass filters have many applications. They are used as part of an audio crossover to direct high frequencies to a tweeter while attenuating bass signals which could interfere with, or damage, the speaker. When such a filter is built into a
loudspeaker A loudspeaker (commonly referred to as a speaker or speaker driver) is an electroacoustic transducer that converts an electrical audio signal into a corresponding sound. A ''speaker system'', also often simply referred to as a "speaker" or ...
cabinet it is normally a passive filter that also includes a
low-pass filter A low-pass filter is a filter that passes signals with a frequency lower than a selected cutoff frequency and attenuates signals with frequencies higher than the cutoff frequency. The exact frequency response of the filter depends on the filt ...
for the
woofer A woofer or bass speaker is a technical term for a loudspeaker driver designed to produce low frequency sounds, typically from 50 Hz up to 1000 Hz. The name is from the onomatopoeic English word for a dog's bark, "woof" (in contrast to t ...
and so often employs both a capacitor and inductor (although very simple high-pass filters for tweeters can consist of a series capacitor and nothing else). As an example, the formula above, applied to a tweeter with a resistance of 10 Î©, will determine the capacitor value for a cut-off frequency of 5 kHz. C = \frac = \frac = 3.18 \times 10^ , or approx 3.2 Î¼F. An alternative, which provides good quality sound without inductors (which are prone to parasitic coupling, are expensive, and may have significant internal resistance) is to employ bi-amplification with active RC filters or active digital filters with separate power amplifiers for each
loudspeaker A loudspeaker (commonly referred to as a speaker or speaker driver) is an electroacoustic transducer that converts an electrical audio signal into a corresponding sound. A ''speaker system'', also often simply referred to as a "speaker" or ...
. Such low-current and low-voltage line level crossovers are called active crossovers. Rumble filters are high-pass filters applied to the removal of unwanted sounds near to the lower end of the audible range or below. For example, noises (e.g., footsteps, or motor noises from record players and tape decks) may be removed because they are undesired or may overload the RIAA equalization circuit of the preamp. High-pass filters are also used for AC coupling at the inputs of many audio power amplifiers, for preventing the amplification of DC currents which may harm the amplifier, rob the amplifier of headroom, and generate waste heat at the
loudspeaker A loudspeaker (commonly referred to as a speaker or speaker driver) is an electroacoustic transducer that converts an electrical audio signal into a corresponding sound. A ''speaker system'', also often simply referred to as a "speaker" or ...
s voice coil. One amplifier, the professional audio model DC300 made by Crown International beginning in the 1960s, did not have high-pass filtering at all, and could be used to amplify the DC signal of a common 9-volt battery at the input to supply 18 volts DC in an emergency for
mixing console A mixing console or mixing desk is an electronic device for mixing audio signals, used in sound recording and reproduction and sound reinforcement systems. Inputs to the console include microphones, signals from electric or electronic inst ...
power. However, that model's basic design has been superseded by newer designs such as the Crown Macro-Tech series developed in the late 1980s which included 10 Hz high-pass filtering on the inputs and switchable 35 Hz high-pass filtering on the outputs. Another example is the QSC Audio PLX amplifier series which includes an internal 5 Hz high-pass filter which is applied to the inputs whenever the optional 50 and 30 Hz high-pass filters are turned off. Mixing consoles often include high-pass filtering at each channel strip. Some models have fixed-slope, fixed-frequency high-pass filters at 80 or 100 Hz that can be engaged; other models have sweepable high-pass filters, filters of fixed slope that can be set within a specified frequency range, such as from 20 to 400 Hz on the Midas Heritage 3000, or 20 to 20,000 Hz on the Yamaha M7CL
digital mixing console In professional audio, a digital mixing console (DMC) is a type of mixing console used to combine, route, and change the dynamics, equalization and other properties of multiple audio input signals, using digital signal processing rather than an ...
. Veteran systems engineer and live sound mixer Bruce Main recommends that high-pass filters be engaged for most mixer input sources, except for those such as kick drum,
bass guitar The bass guitar, electric bass or simply bass (), is the lowest-pitched member of the string family. It is a plucked string instrument similar in appearance and construction to an electric or an acoustic guitar, but with a longer neck and s ...
and piano, sources which will have useful low-frequency sounds. Main writes that DI unit inputs (as opposed to
microphone A microphone, colloquially called a mic or mike (), is a transducer that converts sound into an electrical signal. Microphones are used in many applications such as telephones, hearing aids, public address systems for concert halls and pub ...
inputs) do not need high-pass filtering as they are not subject to modulation by low-frequency stage wash—low frequency sounds coming from the subwoofers or the
public address A public address system (or PA system) is an electronic system comprising microphones, amplifiers, loudspeakers, and related equipment. It increases the apparent volume (loudness) of a human voice, musical instrument, or other acoustic sound sou ...
system and wrapping around to the stage. Main indicates that high-pass filters are commonly used for directional microphones which have a proximity effect—a low-frequency boost for very close sources. This low-frequency boost commonly causes problems up to 200 or 300 Hz, but Main notes that he has seen microphones that benefit from a 500 Hz high-pass filter setting on the console.


Image

Example of high-pass filter applied to the right half of a photograph. The left side is unmodified, Right side is with a high-pass filter applied (in this case, with a radius of 4.9) High-pass and low-pass filters are also used in digital image processing to perform image modifications, enhancements, noise reduction, etc., using designs done in either the spatial domain or the
frequency domain In physics, electronics, control systems engineering, and statistics, the frequency domain refers to the analysis of mathematical functions or signals with respect to frequency, rather than time. Put simply, a time-domain graph shows how a ...
. The unsharp masking, or sharpening, operation used in image editing software is a high-boost filter, a generalization of high-pass.


See also

* DSL filter * Band-stop filter * Bias tee * Differentiator


References


External links


Common Impulse Responses

ECE 209: Review of Circuits as LTI Systems
a short primer on the mathematical analysis of (electrical) LTI systems.
ECE 209: Sources of Phase Shift
an intuitive explanation of the source of phase shift in a high-pass filter. Also verifies simple passive LPF transfer function by means of trigonometric identity. {{DEFAULTSORT:High-Pass Filter Linear filters Synthesiser modules Filter frequency response