synthesizer-0.2: Audio signal processing coded in HaskellSource codeContentsIndex
Synthesizer.Plain.Filter.Recursive.Integration
Portabilityrequires multi-parameter type classes
Stabilityprovisional
Maintainersynthesizer@henning-thielemann.de
Description
Filter operators from calculus
Synopsis
run :: C v => T v -> T v
runInit :: C v => v -> T v -> T v
Documentation
run :: C v => T v -> T vSource
Integrate with initial value zero. However the first emitted value is the value of the input signal. It maintains the length of the signal.
runInit :: C v => v -> T v -> T vSource
Integrate with initial condition. First emitted value is the initial condition. The signal become one element longer.
Produced by Haddock version 2.4.2