synthesizer-0.2.0.1: Audio signal processing coded in HaskellSource codeContentsIndex
Synthesizer.Plain.Filter.LinearPredictive
Synopsis
approxCoefficients :: C a => a -> [a] -> [a] -> [(a, [a])]
Documentation
approxCoefficients :: C a => a -> [a] -> [a] -> [(a, [a])]Source
Determine optimal filter coefficients and residue by adaptive approximation. The number of initial filter coefficients is used as filter order.
Produced by Haddock version 2.4.2