dsp-0.2.2: Haskell Digital Signal Processing

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

DSP.Multirate.CIC

Description

CIC filters

R = rate change

M = differential delay in combs

N = number of stages

Synopsis

Documentation

cic_interpolateSource

Arguments

:: Num a 
=> Int

R

-> Int

M

-> Int

N

-> [a]

x[n]

-> [a]

y[n]

CIC interpolator

cic_decimateSource

Arguments

:: Num a 
=> Int

R

-> Int

M

-> Int

N

-> [a]

x[n]

-> [a]

y[n]

CIC interpolator