The technical field of this invention is digital signal processing, and more particularly to infinite impulse response filters.
One of the most-used digital filter forms is the biquad. A biquad is a second order (two poles and two zeros) Infinite Impulse Response (IIR) filter. It is high enough order to be useful on its own, and because of the coefficient sensitivities in higher order filters the biquad is often used as the basic building block for more complex filters. For instance, a biquad low pass filter has a cutoff slope of 12 dB/octave, useful for tone controls; if a 24 dB/octave filter is needed, you can cascade two biquads and it will have less coefficient sensitivity problems than a single fourth-order design.
Biquads come in several forms. The most obvious, a direct implementation of the second order differential equation (y[n]=a0*x[n]+a1*x[n−1]+a2*x[n−2]−b1*y[n−1]−b2*y[n−2]), is called direct form I and is shown in
Direct form I is the best choice for implementation in a fixed point processor because it has a single summation point.
We can take direct form I and split it at the summation point as shown in
In floating point applications, direct form II is preferred because it reduces memory requirements, and floating point computation is not sensitive to overflow in the way fixed point computations are.
We can improve on this configuration by transposing the filter. To transpose a filter, the signal flow direction is reversed. Output becomes input, distribution nodes become summers, and summers become nodes as shown in
An improved biquad filter that is optimized for wide instruction word digital signal processors. The feedback path of the filter is modified, resulting in significant performance improvements.
These and other aspects of this invention are illustrated in the drawings, in which:
Table 3 shows performance benchmarks of the improved biquad filter executing on Texas Instruments C674x and C66x digital signal processors using single precision 32-bit floating point arithmetic, and Table 4 benchmarks filter performance using mixed/double precision floating point arithmetic on the same digital signal processors.
Number | Name | Date | Kind |
---|---|---|---|
4679001 | West | Jul 1987 | A |
20140059101 | Steele | Feb 2014 | A1 |
20160112033 | Bhardwaj | Apr 2016 | A1 |
Number | Date | Country |
---|---|---|
WO 2015140113 | Sep 2015 | WO |
Number | Date | Country | |
---|---|---|---|
20160112033 A1 | Apr 2016 | US |