Haskell DSP LibrarySource codeParentContentsIndex
DSP.Filter.IIR.Prony
Portability portable
Stability experimental
Maintainer m.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
:: Int p
-> Int q
-> Array Int Double g[n]
-> (Array Int Double, Array Int Double) (b,a)
Implementation of Prony's method
Produced by Haddock version 0.4