dsp-0.2.4.1: Haskell Digital Signal Processing

Copyright(c) Matthew Donadio 2003
LicenseGPL
Maintainerm.p.donadio@ieee.org
Stabilityexperimental
Portabilityportable
Safe HaskellSafe
LanguageHaskell98

DSP.Filter.IIR.Prony

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

Documentation

prony Source #

Arguments

:: Int

p

-> Int

q

-> Array Int Double

g[n]

-> (Array Int Double, Array Int Double)

(b,a)

Implementation of Prony's method