dsp-0.2.3: Haskell Digital Signal Processing

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

DSP.Multirate.Polyphase

Description

Polyphase interpolators and decimators

Reference: C&R

Synopsis

Documentation

poly_interpSource

Arguments

:: (Num a, Eq a) 
=> Int

L

-> Array Int a

h[n]

-> [a]

x[n]

-> [a]

y[n]

Polyphase interpolator