|
| DSP.Filter.FIR.Taps | | Portability | portable | | Stability | experimental | | Maintainer | m.p.donadio@ieee.org |
|
|
|
| Description |
| Functions for creating rectangular windowed FIR filters
|
|
| Synopsis |
|
| lpf :: (Ix a, Integral a, Enum b, Floating b) => b -> a -> Array a b | | | hpf :: (Ix a, Integral a, Enum b, Floating b) => b -> a -> Array a b | | | bpf :: (Ix a, Integral a, Enum b, Floating b) => b -> b -> a -> Array a b | | | bsf :: (Ix a, Integral a, Enum b, Floating b) => b -> b -> a -> Array a b | | | mbf :: (Ix a, Integral a, Enum b, Floating b) => [b] -> [b] -> a -> Array a b | | | rc :: (Ix a, Integral a, Enum b, Floating b) => b -> b -> a -> Array a b |
|
|
| Documentation |
|
| lpf |
|
|
| hpf |
|
|
| bpf |
|
|
| bsf |
|
|
| mbf |
|
|
| rc |
|
|
| Produced by Haddock version 2.1.0 |