dsp-0.1: Haskell Digital Signal ProcessingContentsIndex
DSP.Filter.FIR.Smooth
Portabilityportable
Stabilityexperimental
Maintainerm.p.donadio@ieee.org
Description

Herrmann type smooth FIR filters, from Hamming, Chapter 7, also known as maximally flat FIR filters

If x is the -3 dB point, then p/q = -(x+1)/(x-1)

Synopsis
smoothfir :: (Ix a, Integral a, Fractional b) => a -> a -> Array a b
Documentation
smoothfir
:: (Ix a, Integral a, Fractional b)
=> ap
-> aq
-> Array a bh[n]
designs smooth FIR filters
Produced by Haddock version 0.8