synthesizer-core-0.2.1: Audio signal processing coded in Haskell: Low level partSource codeContentsIndex
Synthesizer.Plain.Filter.Recursive
Portabilityrequires multi-parameter type classes
Stabilityprovisional
Maintainersynthesizer@henning-thielemann.de
Contents
Various Filters
Recursive filters with resonance
Description
Synopsis
data Pole a = Pole {
poleResonance :: !a
poleFrequency :: !a
}
data Passband
= Lowpass
| Highpass
Various Filters
Recursive filters with resonance
data Pole a Source
Description of a filter pole.
Constructors
Pole
poleResonance :: !aResonance, that is the amplification of the band center frequency.
poleFrequency :: !aBand center frequency.
show/hide Instances
C a v => C a (Pole v)
Eq a => Eq (Pole a)
Read a => Read (Pole a)
Show a => Show (Pole a)
C v => C (Pole v)
data Passband Source
Constructors
Lowpass
Highpass
show/hide Instances
Produced by Haddock version 2.4.2