synthesizer-0.0.3: Audio signal processing coded in HaskellSource codeContentsIndex
Synthesizer.Plain.Filter.Recursive.Chebyshev
Portabilityrequires multi-parameter type classes
Stabilityprovisional
Maintainersynthesizer@henning-thielemann.de
Description
Chebyshev lowpass and highpass
Documentation
parameterB :: C a => a -> T a -> a -> Parameter aSource
runA :: (C a, C a v) => Passband -> Int -> a -> T a -> T v -> T vSource
runB :: (C a, C a v) => Passband -> Int -> a -> T a -> T v -> T vSource
highpassA :: (C a, C a v) => Int -> a -> T a -> T v -> T vSource
Produced by Haddock version 2.3.0