dsp-0.2.5.2: Haskell Digital Signal Processing
Copyright(c) Matthew Donadio 2003
LicenseGPL
Maintainerm.p.donadio@ieee.org
Stabilityexperimental
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell98

DSP.Estimation.Frequency.QuinnFernandes

Description

This is an implementation of the Quinn-Fernandes algorithm for estimating the frequency of a real sinusoid in noise.

Synopsis

Documentation

qf Source #

Arguments

:: (Ix a, Integral a, RealFloat b) 
=> Array a b

y

-> b

initial w estimate

-> b

w

The Quinn-Fernandes algorithm