Copyright | (c) Matthew Donadio 1998 |
---|---|
License | GPL |
Maintainer | m.p.donadio@ieee.org |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell98 |
CIC filters
R = rate change
M = differential delay in combs
N = number of stages
- cic_interpolate :: Num a => Int -> Int -> Int -> [a] -> [a]
- cic_decimate :: Num a => Int -> Int -> Int -> [a] -> [a]