dsp-0.2.1: Haskell Digital Signal ProcessingSource codeContentsIndex
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_interpolateSource
:: Num a
=> IntR
-> IntM
-> IntN
-> [a]x[n]
-> [a]y[n]
CIC interpolator
cic_decimateSource
:: Num a
=> IntR
-> IntM
-> IntN
-> [a]x[n]
-> [a]y[n]
CIC interpolator
Produced by Haddock version 2.1.0