|
| Synthesizer.Plain.Filter.Recursive.SecondOrder | | Portability | requires multi-parameter type classes | | Stability | provisional | | Maintainer | synthesizer@henning-thielemann.de |
|
|
|
| Description |
| All recursive filters with real coefficients
can be decomposed into first order and second order filters with real coefficients.
This follows from the Fundamental theorem of algebra.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| Parameters for a general recursive filter of 2nd order.
| | Constructors | | Parameter | | | c0 :: !a | | | c1 :: !a | | | c2 :: !a | | | d1 :: !a | | | d2 :: !a | |
|
| Instances | |
|
|
|
| Constructors | | Status | | | u1 :: !a | | | u2 :: !a | | | y1 :: !a | | | y2 :: !a | |
|
| Instances | |
|
|
|
|
|
|
|
|
|
| Given a function which computes the filter parameters of a lowpass filter
for a given frequency,
turn that into a function which generates highpass parameters,
if requested filter type is Highpass.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Produced by Haddock version 2.4.2 |