|
| Synthesizer.Plain.Filter.Recursive.AllpassPoly | | Portability | requires multi-parameter type classes | | Stability | provisional | | Maintainer | synthesizer@henning-thielemann.de |
|
|
|
| Description |
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| Constructors | | Instances | |
|
|
|
| Compute coefficients for an allpass that shifts low frequencies
by approximately the shift you want.
To achieve this we solve a linear least squares problem,
where low frequencies are more weighted than high ones.
The output is a list of coefficients for an arbitrary order allpass.
|
|
|
|
|
|
|
|
| integrateScrewExp :: C a => a -> Int -> (a, a) | Source |
|
|
| integrateNum :: (C a, C a v) => Int -> (a, a) -> (a -> v) -> v | Source |
|
|
| Produced by Haddock version 2.4.2 |