dsp-0.1: Haskell Digital Signal ProcessingContentsIndex
DSP.Estimation.Frequency.QuinnFernandes
Portabilityportable
Stabilityexperimental
Maintainerm.p.donadio@ieee.org
Description
This is an implementation of the Quinn-Fernandes algorithm for estimating the frequency of a real sinusoid in noise.
Synopsis
qf :: (Ix a, Integral a, RealFloat b) => Array a b -> b -> b
Documentation
qf
:: (Ix a, Integral a, RealFloat b)
=> Array a by
-> binitial w estimate
-> bw
The Quinn-Fernandes algorithm
Produced by Haddock version 0.8