dsp-0.2.4: Haskell Digital Signal Processing

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

DSP.Filter.IIR.Matchedz

Description

Matched-z transform

References: Proakis and Manolakis, Rabiner and Gold

Synopsis

Documentation

matchedz Source #

Arguments

:: Double

T_s

-> ([Double], [Double])

(b,a)

-> ([Double], [Double])

(b',a')

Performs the matched-z transform