dsp-0.2.5: Haskell Digital Signal Processing

Copyright(c) Matthew Donadio 2003
LicenseGPL
Maintainerm.p.donadio@ieee.org
Stabilityexperimental
Portabilityportable
Safe HaskellSafe
LanguageHaskell98

DSP.Estimation.Frequency.WLP

Description

This module contains a few algorithms for weighted linear predictors for estimating the frequency of a complex sinusoid in noise.

Synopsis

Documentation

wlp Source #

Arguments

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

window

-> Array a (Complex b)

z

-> b

w

The weighted linear predictor form of the frequency estimator

lrp Source #

Arguments

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

z

-> b

w

WLP using Lank, Reed, and Pollon's window

kay Source #

Arguments

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

z

-> b

w

WLP using kay's window

lw Source #

Arguments

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

z

-> b

w

WLP using Lovell and Williamson's window

ckq Source #

Arguments

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

z

-> b

rho

-> b

sigma

-> b

w

WLP using Clarkson, Kootsookos, and Quinn's window