dsp-0.1: Haskell Digital Signal ProcessingContentsIndex
DSP.Multirate.CIC
Portabilityportable
Stabilityexperimental
Maintainerm.p.donadio@ieee.org
Description

CIC filters

R = rate change

M = differential delay in combs

N = number of stages

Synopsis
cic_interpolate :: Num a => Int -> Int -> Int -> [a] -> [a]
cic_decimate :: Num a => Int -> Int -> Int -> [a] -> [a]
Documentation
cic_interpolate
:: Num a
=> IntR
-> IntM
-> IntN
-> [a]x[n]
-> [a]y[n]
CIC interpolator
cic_decimate
:: Num a
=> IntR
-> IntM
-> IntN
-> [a]x[n]
-> [a]y[n]
CIC interpolator
Produced by Haddock version 0.8