dsp-0.1: Haskell Digital Signal ProcessingContentsIndex
DSP.Filter.IIR.Prony
Portabilityportable
Stabilityexperimental
Maintainerm.p.donadio@ieee.org
Description

General case of Prony's Method where K > p+q

References: L&I, Sect 8.1; P&B, Sect 7.5; P&M, Sect 8.5.2

Notation follows L&I

Synopsis
prony :: Int -> Int -> Array Int Double -> (Array Int Double, Array Int Double)
Documentation
prony
:: Intp
-> Intq
-> Array Int Doubleg[n]
-> (Array Int Double, Array Int Double)(b,a)
Implementation of Prony's method
Produced by Haddock version 0.8