Digital biquad filter

Digital biquad filter

In signal processing, a digital biquad filter is a second-order recursive linear filter, containing two poles and two zeros. "Biquad" is an abbreviation of "biquadratic", which refers to the fact that in the Z domain, its transfer function is the ratio of two quadratic functions:

\ H(z)=\frac{b_0+b_1z^{-1}+b_2z^{-2}} {1+a_1z^{-1}+a_2z^{-2} }

High-order recursive filters can be highly sensitive to quantization of their coefficients, and can easily become unstable. This is much less of a problem with first and second-order filters; therefore, higher-order filters are typically implemented as serially-cascaded biquad sections (and a first-order filter if necessary).

Contents

Implementation

Direct Form 1

The most straightforward implementation is the Direct Form 1, which has the following difference equation:

\ y(n) = b_0x(n) + b_1x(n-1) + b_2x(n-2) - a_1y(n-1) - a_2y(n-2)

Here the b0, b1 and b2 coefficients determine zeros, and a1, a2 determine the position of the poles.

Flow graph of biquad filter in Direct Form 1:

Biquad filter DF-I.svg

Direct Form 2

The Direct Form 1 implementation requires four delay registers. An equivalent circuit is the Direct Form 2 implementation, which requires only two delay registers:

Biquad filter DF-II.svg

The Direct Form 2 implementation is called the canonical form, because it uses the minimal amount of delays, adders and multipliers, yielding in the same transfer function as the Direct Form 1 implementation. The difference equations for DF2 are:

\ y(n)=b_0 w(n)+b_1 w(n-1)+b_2 w(n-2),

where

\ w(n)=x(n)-a_1 w(n-1)-a_2 w(n-2).

References

See also


Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать курсовую

Look at other dictionaries:

  • Biquad filter — For the digital implementation of a biquad filter, check digital biquad filter. A biquad filter is a type of linear filter that implements a transfer function that is the ratio of two quadratic functions. The name biquad is short for biquadratic …   Wikipedia

  • Digital filter — A general finite impulse response filter with n stages, each with an independent delay, di, and amplification gain, ai. In electronics, computer science and mathematics, a digital filter is a system that performs mathematical operations on a… …   Wikipedia

  • Electronic filter topology — An elementary filter topology introduces a capacitor into the feedback path of an op amp to achieve an unbalanced active implementation of a low pass transfer function Electronic filter topology defines electronic filter circuits without taking… …   Wikipedia

  • Filter design — is the process of designing a filter (in the sense in which the term is used in signal processing, statistics, and applied mathematics), often a linear shift invariant filter, which satisfies a set of requirements, some of which are contradictory …   Wikipedia

  • Linear filter — A linear filter applies a linear operator to a time varying input signal. Linear filters are very common in electronics and digital signal processing (see the article on electronic filters), but they can also be found in mechanical engineering… …   Wikipedia

  • Electronic filter — Electronic filters are electronic circuits which perform signal processing functions, specifically intended to remove unwanted signal components and/or enhance wanted ones. Electronic filters can be:*passive or active *analog or digital *discrete …   Wikipedia

  • Butterworth filter — The Butterworth filter is one type of electronic filter design. It is designed to have a frequency response which is as flat as mathematically possible in the passband. Another name for them is maximally flat magnitude filters.The Butterworth… …   Wikipedia

  • Mason's rule — Mason s gain formula (MGF) is a method for finding the transfer function of a linear signal flow graph (SFG). The formula was derived by Samuel Jefferson Mason[1] and is named after its discoverer. MGF is an alternate method to finding the… …   Wikipedia

  • Adel Sedra — is an Egyptian electrical engineer whose research specialization is microelectronics, with particular emphasis on applications in communication and instrumentation systems. He received his bachelor of science in electrical engineering from Cairo… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”