|
| DSP.Multirate.Polyphase | | Portability | portable | | Stability | experimental | | Maintainer | m.p.donadio@ieee.org |
|
|
|
|
|
| Description |
Polyphase interpolators and decimators Reference: C&R
|
|
| Synopsis |
|
| poly_interp :: (Num a) => Int -> Array Int a -> [a] -> [a] |
|
|
| Documentation |
|
| poly_interp |
| :: (Num a) | | | => Int | L | | -> Array Int a | h[n] | | -> [a] | x[n] | | -> [a] | y[n] | | Polyphase interpolator |
|
|
| Produced by Haddock version 0.4 |