Haskell DSP LibrarySource codeParentContentsIndex
DSP.Filter.FIR.Smooth
Portability portable
Stability experimental
Maintainer m.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)
=> a p
-> a q
-> Array a b h[n]
designs smooth FIR filters
Produced by Haddock version 0.4