<< Chapter < Page Chapter >> Page >
Summarizes second order lowpass, bandpass, and highpass fitlers.

Second-order lowpass filters

The second-order lowpass filter has system function

H ( s ) = Ω n 2 s 2 + 2 ζ Ω n s + Ω n 2

where Ω n is the undamped natural frequency , and ζ is the damping ratio . The undamped natural frequency and damping ratio are properties of the physical devices used to implement the second-order filter (capacitors, inductors, and resistors, in the case of an electrical circuit). It so happens that the damping ratio satisfies ζ 0 . Using the formula for the roots of a quadratic polynomial, the two poles of H ( s ) are easily found to be

s 1 = - ζ Ω n + Ω n ζ 2 - 1 s 2 = - ζ Ω n - Ω n ζ 2 - 1

There are three possible sets of poles that are categorized as follows:

  1. Overdamped: the poles are real and distinct. This occurs if ζ > 1 . In this case the impulse response is given by:
    h ( t ) = Ω n 2 ζ 2 - 1 e s 1 t u ( t ) - Ω n 2 ζ 2 - 1 e s 2 t u ( t )
  2. Critically damped: corresponds to ζ = 1 . The two poles are repeated with,
    s 1 = s 2 = - ζ Ω n = - Ω n
    and the impulse response is given by
    h ( t ) = Ω n 2 t e - ζ Ω n t u ( t )
  3. Underdamped: corresponds to 0 ζ < 1 , giving a pair of complex conjugate poles. In this case, the impulse response is given by
    h ( t ) = Ω n 1 - ζ 2 e - ζ Ω n t sin 1 - ζ 2 Ω n t u ( t )
    Note that in the underdamped case, the magnitude of the poles is | s 1 | = | s 2 | = Ω n , and when ζ = 0 , the two poles are on the imaginary axis which corresponds to an impulse response that is a pure sinusoid and the system is unstable.

A root locus diagram shows the paths that the poles of H ( s ) would take as the damping ratio is decreased from some number greater than 1 down to 0, and is shown in [link] .

Root locus of second-order lowpass filter having Ω n = 10 .

The frequency response of the second-order lowpass filter can be found using the substitution H ( j Ω ) = H ( s ) | s = j Ω , giving

H j Ω = Ω n 2 Ω n 2 - Ω 2 + j 2 ζ Ω n Ω

The frequency response magnitude is shown in [link] for Ω n = 10 and several values of ζ . Note that for the underdamped case, there is a resonance or peak that would be expected to maximize at the undamped natural frequency Ω n , when ζ = 0 .

Frequency response of second-order lowpass filter with Ω n = 10 and several values of ζ .

We also observe that for the critically damped case, since

H ( s ) = Ω n 2 s + Ω n 2

setting s = j Ω gives H Ω n = 1 2 . Moreover, it is clear that for Ω < Ω n , H Ω n > 1 2 and for Ω > Ω n , H Ω n < 1 2 . These ideas will be used later when we discuss Bode plots.

Second-order filter implementation

Series RLC circuit.

Second order filters can be implemented using either passive or active circuit elements. We will consider the series RLC circuit shown in [link] . A lowpass filter results by taking the filter output to be the voltage across the capacitor. Using voltage division, the system function is easily found to be

H l p ( s ) = V l p ( s ) V i ( s ) = 1 L C s 2 + R L s + 1 L C

Comparing [link] with [link] we find that the undamped natural frequency is Ω n = 1 L C , while 2 ζ Ω n = R L , giving the attenuation coefficient:

α ζ Ω n = R 2 L

A second-order highpass filter is implemented by taking the output of the filter to be the inductor voltage in the series RLC circuit. The resulting system function is

H h p ( s ) = V h p ( s ) V i ( s ) = s 2 s 2 + R L s + 1 L C

So in terms of the undamped natural frequency and damping ratio, the second-order highpass filter is given by

H h p ( s ) = s 2 s 2 + 2 ζ Ω n s + Ω n 2

The graph of the frequency response magnitude of this filter is shown in [link] for several damping ratios and Ω n = 10 .

Frequency response of second-order highpass filter with Ω n = 10 and several values of ζ .

Not surprisingly, a second-order bandpass filter results by taking the output of the filter be the resistor voltage in the series RLC circuit. The system function is then

H b p ( s ) = V b p ( s ) V i ( s ) = R L s s 2 + R L s + 1 L C

This can be expressed in terms of ζ and Ω n as

H b p ( s ) = 2 ζ Ω n s s 2 + 2 ζ Ω n s + Ω n 2

Frequency response of second-order bandpass filter

Setting s = j Ω in [link] gives the frequency response of the second-order bandpass filter

H b p ( j Ω ) = j 2 ζ Ω n Ω Ω n 2 - Ω 2 + j 2 ζ Ω n Ω

The magnitude of this frequency response is shown in [link] where Ω n = 10 .

Frequency response of second-order bandpass filter with Ω n = 10 and several values of ζ .

Evidently, the frequency response peaks at Ω = Ω n . To prove this, we can divide the numerator and denominator of [link] by j 2 ζ Ω n Ω , giving

H b p ( j Ω ) = 1 1 - j Ω n 2 - Ω 2 2 ζ Ω n Ω = 1 1 + j Ω 2 - Ω n 2 2 ζ Ω n Ω = 1 1 + j A ( Ω )

where

A ( Ω ) = Ω 2 - Ω n 2 2 ζ Ω n Ω

It is easy to check that A ( Ω n ) = 0 and A ( Ω ) > 0 , Ω Ω n . Therefore H b p ( j Ω ) does in fact peak at Ω = Ω n .

The bandwidth of bandpass filters is typically measured as the difference between the two frequencies, Ω 2 and Ω 1 , at which the gain has dropped by 3 decibels from its peak of 0 dB. A diagram of this is shown in [link] .

Definition of bandpass filter bandwidth, B W = Ω 2 - Ω 1 .

Formulas for Ω 1 and Ω 2 can be found by solving

A ( Ω ) = ± 1

since if A ( Ω ) = ± 1 , we get H ( j Ω ) = 1 2 . Solving the quadratic equation A ( Ω ) = 1 gives two solutions:

Ω ˜ 1 = ζ Ω n + Ω n 1 + ζ 2
Ω ˜ 2 = ζ Ω n - Ω n 1 + ζ 2

while solving A ( Ω ) = - 1 gives two additional solutions

Ω ˜ 3 = - ζ Ω n + Ω n 1 + ζ 2
Ω ˜ 4 = - ζ Ω n - Ω n 1 + ζ 2

Since Ω n 1 + ζ 2 > ζ Ω n , we pick the two positive solutions as the “corner” frequencies:

Ω 1 = - ζ Ω n + Ω n 1 + ζ 2
Ω 2 = ζ Ω n + Ω n 1 + ζ 2

The two negative frequencies are just the negatives of the two positive frequencies (recall that H ( j Ω ) has even symmetry). So the bandwidth is B W = Ω 2 - Ω 1 = 2 ζ Ω n . It can also be readily verified that Ω n = Ω 1 Ω 2 , that is, the center frequency of the bandpass filter is the geometric mean of the two corner frequencies. The qualify factor , Q o is defined as

Q o = Ω n B W

and is a measure of the narrowness of the filter bandwidth, with respect to its center frequency. It can be seen that Q o = 1 2 ζ .

Questions & Answers

differentiate between demand and supply giving examples
Lambiv Reply
differentiated between demand and supply using examples
Lambiv
what is labour ?
Lambiv
how will I do?
Venny Reply
how is the graph works?I don't fully understand
Rezat Reply
information
Eliyee
devaluation
Eliyee
t
WARKISA
hi guys good evening to all
Lambiv
multiple choice question
Aster Reply
appreciation
Eliyee
explain perfect market
Lindiwe Reply
In economics, a perfect market refers to a theoretical construct where all participants have perfect information, goods are homogenous, there are no barriers to entry or exit, and prices are determined solely by supply and demand. It's an idealized model used for analysis,
Ezea
What is ceteris paribus?
Shukri Reply
other things being equal
AI-Robot
When MP₁ becomes negative, TP start to decline. Extuples Suppose that the short-run production function of certain cut-flower firm is given by: Q=4KL-0.6K2 - 0.112 • Where is quantity of cut flower produced, I is labour input and K is fixed capital input (K-5). Determine the average product of lab
Kelo
Extuples Suppose that the short-run production function of certain cut-flower firm is given by: Q=4KL-0.6K2 - 0.112 • Where is quantity of cut flower produced, I is labour input and K is fixed capital input (K-5). Determine the average product of labour (APL) and marginal product of labour (MPL)
Kelo
yes,thank you
Shukri
Can I ask you other question?
Shukri
what is monopoly mean?
Habtamu Reply
What is different between quantity demand and demand?
Shukri Reply
Quantity demanded refers to the specific amount of a good or service that consumers are willing and able to purchase at a give price and within a specific time period. Demand, on the other hand, is a broader concept that encompasses the entire relationship between price and quantity demanded
Ezea
ok
Shukri
how do you save a country economic situation when it's falling apart
Lilia Reply
what is the difference between economic growth and development
Fiker Reply
Economic growth as an increase in the production and consumption of goods and services within an economy.but Economic development as a broader concept that encompasses not only economic growth but also social & human well being.
Shukri
production function means
Jabir
What do you think is more important to focus on when considering inequality ?
Abdisa Reply
any question about economics?
Awais Reply
sir...I just want to ask one question... Define the term contract curve? if you are free please help me to find this answer 🙏
Asui
it is a curve that we get after connecting the pareto optimal combinations of two consumers after their mutually beneficial trade offs
Awais
thank you so much 👍 sir
Asui
In economics, the contract curve refers to the set of points in an Edgeworth box diagram where both parties involved in a trade cannot be made better off without making one of them worse off. It represents the Pareto efficient allocations of goods between two individuals or entities, where neither p
Cornelius
In economics, the contract curve refers to the set of points in an Edgeworth box diagram where both parties involved in a trade cannot be made better off without making one of them worse off. It represents the Pareto efficient allocations of goods between two individuals or entities,
Cornelius
Suppose a consumer consuming two commodities X and Y has The following utility function u=X0.4 Y0.6. If the price of the X and Y are 2 and 3 respectively and income Constraint is birr 50. A,Calculate quantities of x and y which maximize utility. B,Calculate value of Lagrange multiplier. C,Calculate quantities of X and Y consumed with a given price. D,alculate optimum level of output .
Feyisa Reply
Answer
Feyisa
c
Jabir
the market for lemon has 10 potential consumers, each having an individual demand curve p=101-10Qi, where p is price in dollar's per cup and Qi is the number of cups demanded per week by the i th consumer.Find the market demand curve using algebra. Draw an individual demand curve and the market dema
Gsbwnw Reply
suppose the production function is given by ( L, K)=L¼K¾.assuming capital is fixed find APL and MPL. consider the following short run production function:Q=6L²-0.4L³ a) find the value of L that maximizes output b)find the value of L that maximizes marginal product
Abdureman
types of unemployment
Yomi Reply
What is the difference between perfect competition and monopolistic competition?
Mohammed
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Signals, systems, and society. OpenStax CNX. Oct 07, 2012 Download for free at http://cnx.org/content/col10965/1.15
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Signals, systems, and society' conversation and receive update notifications?

Ask