|
DSP.Filter.FIR.Kaiser | Portability | portable | Stability | experimental | Maintainer | m.p.donadio@ieee.org |
|
|
|
|
|
Description |
This module implements the Kaiser Window Method for designing FIR
filters.
|
|
Synopsis |
|
kaiser_lpf :: Double -> Double -> Double -> Double -> Array Int Double | | kaiser_hpf :: Double -> Double -> Double -> Double -> Array Int Double |
|
|
Documentation |
|
kaiser_lpf |
:: Double | wp | -> Double | ws | -> Double | dp | -> Double | ds | -> Array Int Double | h[n] | Designs a lowpass Kaiser filter |
|
|
kaiser_hpf |
:: Double | wp | -> Double | ws | -> Double | dp | -> Double | ds | -> Array Int Double | h[n] | Designs a highpass Kaiser filter |
|
|
Produced by Haddock version 0.4 |