dsp-0.2.3: Haskell Digital Signal Processing

Portabilityportable
Stabilityexperimental
Maintainerm.p.donadio@ieee.org
Safe HaskellSafe-Inferred

DSP.Filter.IIR.Matchedz

Description

Matched-z transform

References: Proakis and Manolakis, Rabiner and Gold

Synopsis

Documentation

matchedzSource

Arguments

:: Double

T_s

-> ([Double], [Double])

(b,a)

-> ([Double], [Double])

(b',a')

Performs the matched-z transform