fbpx
Wikipedia

High-pass filter

A high-pass filter (HPF) is an electronic filter that passes signals with a frequency 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.[1] High-pass filters have many uses, such as blocking DC from circuitry sensitive to non-zero average voltages or radio frequency devices. They can also be used in conjunction with a low-pass filter to produce a band-pass filter.

Ideal high-pass filter frequency response

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").[2][3]

Description

In electronics, a filter is a two-port electronic circuit which removes frequency 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, 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 a high pass filter is a transparent or translucent window of colored material that allows light longer than a certain wavelength to pass through and attenuates light of shorter wavelengths. Since light is often measured not by frequency but by wavelength, 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

 
Figure 1: A passive, analog, first-order high-pass filter, realized by an RC circuit

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 and a resistor and using the voltage across the resistor as an output. The transfer function of this linear time-invariant system is:

 

The product of the resistance and capacitance (R×C) is the time constant (τ); it is inversely proportional to the cutoff frequency fc, that is,

 

where fc is in hertz, τ is in seconds, R is in ohms, and C is in farads. The cutoff frequency is where the pole of the filter levels off the filter's frequency response.

 
Figure 2: An active high-pass filter

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:

 

In this case, the filter has a passband gain of −R2/R1 and has a cutoff frequency of

 

Because this filter is active, it may have non-unity passband gain. That is, high-frequency signals are inverted and amplified by R2/R1.

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.

From the circuit in Figure 1 above, according to Kirchhoff's Laws and the definition of capacitance:

 

where   is the charge stored in the capacitor at time  . Substituting Equation (Q) into Equation (I) and then Equation (I) into Equation (V) gives:

 

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   time. Let the samples of   be represented by the sequence  , and let   be represented by the sequence   which correspond to the same points in time. Making these substitutions:

 

And rearranging terms gives the recurrence relation

 

That is, this discrete-time implementation of a simple continuous-time RC high-pass filter is

 

By definition,  . The expression for parameter   yields the equivalent time constant   in terms of the sampling period   and  :

 .

Recalling that

  so  

then   and   are related by:

 

and

 .

If  , then the   time constant equal to the sampling period. If  , then   is significantly smaller than the sampling interval, and  .

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[1..n] x, real dt, real RC) var real[1..n] y var real α := RC / (RC + dt) y[1] := x[1] for i from 2 to n y[i] := α × y[i−1] + α × (x[i] − x[i−1]) return y 

The loop which calculates each of the   outputs can be refactored into the equivalent:

 for i from 2 to n y[i] := α × (y[i−1] + x[i] − x[i−1]) 

However, the earlier form shows how the parameter α changes the impact of the prior output y[i-1] and current change in input (x[i] - x[i-1]). 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   above, a large α corresponds to a large   and therefore a low corner frequency 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 {{{1}}}) will always decay to zero, as would be expected with a high-pass filter with a large  .
  • A small α implies that the output will decay quickly and will require large changes in the input (i.e., (x[i] - x[i-1]) is large) to cause the output to change much. By the relationship between parameter α and time constant   above, a small α corresponds to a small   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  .

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 cabinet it is normally a passive filter that also includes a low-pass filter for the woofer 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.  , 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. Such low-current and low-voltage line level crossovers are called active crossovers.[1]

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.[1]

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 loudspeakers 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 power.[4] 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.[5] 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.[6]

 
A 75 Hz "low cut" filter from an input channel of a Mackie 1402 mixing console as measured by Smaart software. This high-pass filter has a slope of 18 dB per octave.

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. 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 and piano, sources which will have useful low-frequency sounds. Main writes that DI unit inputs (as opposed to microphone 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 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.[7]

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.[8] The unsharp masking, or sharpening, operation used in image editing software is a high-boost filter, a generalization of high-pass.

See also

References

  1. ^ a b c Watkinson, John (1998). The Art of Sound Reproduction. Focal Press. pp. 268, 479. ISBN 0-240-51512-9. Retrieved March 9, 2010.
  2. ^ "RP Photonics Encyclopedia - optical filters, dye, etalons, dielectric, dichroic, Lyot, tuners". www.rp-photonics.com. Retrieved 2019-05-20.
  3. ^ "High-pass filter dictionary definition | high-pass filter defined". www.yourdictionary.com. Retrieved 2019-05-20.
  4. ^ Andrews, Keith; posting as ssltech (January 11, 2010). . Recording, Engineering & Production. ProSoundWeb. Archived from the original on 15 July 2011. Retrieved 9 March 2010.
  5. ^ (PDF). Macro-Tech Series. Crown Audio. 2007. Archived from the original (PDF) on January 3, 2010. Retrieved March 9, 2010.
  6. ^ (PDF). QSC Audio. 1999. Archived from the original (PDF) on February 9, 2010. Retrieved March 9, 2010.
  7. ^ Main, Bruce (February 16, 2010). "Cut 'Em Off At The Pass: Effective Uses Of High-Pass Filtering". Live Sound International. Framingham, Massachusetts: ProSoundWeb, EH Publishing.
  8. ^ Paul M. Mather (2004). Computer processing of remotely sensed images: an introduction (3rd ed.). John Wiley and Sons. p. 181. ISBN 978-0-470-84919-4.

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.

high, pass, filter, this, article, about, electronic, component, australian, band, high, pass, filter, band, high, pass, filter, electronic, filter, that, passes, signals, with, frequency, higher, than, certain, cutoff, frequency, attenuates, signals, with, fr. This article is about an electronic component For the Australian band see High Pass Filter band A high pass filter HPF is an electronic filter that passes signals with a frequency 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 1 High pass filters have many uses such as blocking DC from circuitry sensitive to non zero average voltages or radio frequency devices They can also be used in conjunction with a low pass filter to produce a band pass filter Ideal high pass filter frequency response 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 2 3 Contents 1 Description 2 First order continuous time implementation 3 Discrete time realization 3 1 Algorithmic implementation 4 Applications 4 1 Audio 4 2 Image 5 See also 6 References 7 External linksDescription EditIn electronics a filter is a two port electronic circuit which removes frequency 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 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 a high pass filter is a transparent or translucent window of colored material that allows light longer than a certain wavelength to pass through and attenuates light of shorter wavelengths Since light is often measured not by frequency but by wavelength 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 Edit Figure 1 A passive analog first order high pass filter realized by an RC circuit 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 and a resistor and using the voltage across the resistor as an output The transfer function of this linear time invariant system is V o u t s V i n s s R C 1 s R C displaystyle frac V rm out s V rm in s frac sRC 1 sRC The product of the resistance and capacitance R C is the time constant t it is inversely proportional to the cutoff frequency fc that is f c 1 2 p t 1 2 p R C displaystyle f c frac 1 2 pi tau frac 1 2 pi RC where fc is in hertz t is in seconds R is in ohms and C is in farads The cutoff frequency is where the pole of the filter levels off the filter s frequency response Figure 2 An active high pass filter 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 V o u t s V i n s s R 2 C 1 s R 1 C displaystyle frac V rm out s V rm in s frac sR 2 C 1 sR 1 C In this case the filter has a passband gain of R2 R1 and has a cutoff frequency of f c 1 2 p t 1 2 p R 1 C displaystyle f c frac 1 2 pi tau frac 1 2 pi R 1 C Because this filter is active it may have non unity passband gain That is high frequency signals are inverted and amplified by R2 R1 Discrete time realization EditFor another method of conversion from continuous to discrete time see Bilinear transform 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 From the circuit in Figure 1 above according to Kirchhoff s Laws and the definition of capacitance V out t I t R V Q c t C V in t V out t Q I t d Q c d t I displaystyle begin cases V text out t I t R amp text V Q c t C left V text in t V text out t right amp text Q I t frac operatorname d Q c operatorname d t amp text I end cases where Q c t displaystyle Q c t is the charge stored in the capacitor at time t displaystyle t Substituting Equation Q into Equation I and then Equation I into Equation V gives V out t C d V in d t d V out d t I t R R C d V in d t d V out d t displaystyle V text out t overbrace C left frac operatorname d V text in operatorname d t frac operatorname d V text out operatorname d t right I t R RC left frac operatorname d V text in operatorname d t frac operatorname d V text out operatorname d t 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 D T displaystyle Delta T time Let the samples of V in displaystyle V text in be represented by the sequence x 1 x 2 x n displaystyle x 1 x 2 ldots x n and let V out displaystyle V text out be represented by the sequence y 1 y 2 y n displaystyle y 1 y 2 ldots y n which correspond to the same points in time Making these substitutions y i R C x i x i 1 D T y i y i 1 D T displaystyle y i RC left frac x i x i 1 Delta T frac y i y i 1 Delta T right And rearranging terms gives the recurrence relation y i R C R C D T y i 1 Decaying contribution from prior inputs R C R C D T x i x i 1 Contribution from change in input displaystyle y i overbrace frac RC RC Delta T y i 1 text Decaying contribution from prior inputs overbrace frac RC RC Delta T left x i x i 1 right text Contribution from change in input That is this discrete time implementation of a simple continuous time RC high pass filter is y i a y i 1 a x i x i 1 where a R C R C D T displaystyle y i alpha y i 1 alpha x i x i 1 qquad text where qquad alpha triangleq frac RC RC Delta T By definition 0 a 1 displaystyle 0 leq alpha leq 1 The expression for parameter a displaystyle alpha yields the equivalent time constant R C displaystyle RC in terms of the sampling period D T displaystyle Delta T and a displaystyle alpha R C D T a 1 a displaystyle RC Delta T left frac alpha 1 alpha right Recalling that f c 1 2 p R C displaystyle f c frac 1 2 pi RC so R C 1 2 p f c displaystyle RC frac 1 2 pi f c then a displaystyle alpha and f c displaystyle f c are related by a 1 2 p D T f c 1 displaystyle alpha frac 1 2 pi Delta T f c 1 and f c 1 a 2 p a D T displaystyle f c frac 1 alpha 2 pi alpha Delta T If a 0 5 displaystyle alpha 0 5 then the R C displaystyle RC time constant equal to the sampling period If a 0 5 displaystyle alpha ll 0 5 then R C displaystyle RC is significantly smaller than the sampling interval and R C a D T displaystyle RC approx alpha Delta T Algorithmic implementation Edit 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 1 n x real dt real RC var real 1 n y var real a RC RC dt y 1 x 1 for i from 2 to n y i a y i 1 a x i x i 1 return y The loop which calculates each of the n displaystyle n outputs can be refactored into the equivalent for i from 2 to n y i a y i 1 x i x i 1 However the earlier form shows how the parameter a changes the impact of the prior output y i 1 and current change in input x i x i 1 In particular A large a 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 a and time constant R C displaystyle RC above a large a corresponds to a large R C displaystyle RC and therefore a low corner frequency 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 1 will always decay to zero as would be expected with a high pass filter with a large R C displaystyle RC A small a implies that the output will decay quickly and will require large changes in the input i e x i x i 1 is large to cause the output to change much By the relationship between parameter a and time constant R C displaystyle RC above a small a corresponds to a small R C displaystyle 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 R C displaystyle RC Applications EditAudio Edit 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 cabinet it is normally a passive filter that also includes a low pass filter for the woofer 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 W will determine the capacitor value for a cut off frequency of 5 kHz C 1 2 p f R 1 6 28 5000 10 3 18 10 6 displaystyle C frac 1 2 pi fR frac 1 6 28 times 5000 times 10 3 18 times 10 6 or approx 3 2 mF 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 Such low current and low voltage line level crossovers are called active crossovers 1 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 1 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 loudspeakers 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 power 4 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 5 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 6 A 75 Hz low cut filter from an input channel of a Mackie 1402 mixing console as measured by Smaart software This high pass filter has a slope of 18 dB per octave 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 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 and piano sources which will have useful low frequency sounds Main writes that DI unit inputs as opposed to microphone 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 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 7 Image Edit 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 8 The unsharp masking or sharpening operation used in image editing software is a high boost filter a generalization of high pass See also EditDSL filter Band stop filter Bias tee DifferentiatorReferences Edit a b c Watkinson John 1998 The Art of Sound Reproduction Focal Press pp 268 479 ISBN 0 240 51512 9 Retrieved March 9 2010 RP Photonics Encyclopedia optical filters dye etalons dielectric dichroic Lyot tuners www rp photonics com Retrieved 2019 05 20 High pass filter dictionary definition high pass filter defined www yourdictionary com Retrieved 2019 05 20 Andrews Keith posting as ssltech January 11 2010 Re Running the board for a show this big Recording Engineering amp Production ProSoundWeb Archived from the original on 15 July 2011 Retrieved 9 March 2010 Operation Manual MA 5002VZ PDF Macro Tech Series Crown Audio 2007 Archived from the original PDF on January 3 2010 Retrieved March 9 2010 User Manual PLX Series Amplifiers PDF QSC Audio 1999 Archived from the original PDF on February 9 2010 Retrieved March 9 2010 Main Bruce February 16 2010 Cut Em Off At The Pass Effective Uses Of High Pass Filtering Live Sound International Framingham Massachusetts ProSoundWeb EH Publishing Paul M Mather 2004 Computer processing of remotely sensed images an introduction 3rd ed John Wiley and Sons p 181 ISBN 978 0 470 84919 4 External links Edit Wikimedia Commons has media related to Highpass filters 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 Retrieved from https en wikipedia org w index php title High pass filter amp oldid 1142309305, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.