|
DSP.Estimation.Frequency.WLP | Portability | portable | Stability | experimental | Maintainer | m.p.donadio@ieee.org |
|
|
|
|
|
Description |
This module contains a few algorithms for weighted linear predictors
for estimating the frequency of a complex sinusoid in noise.
|
|
Synopsis |
|
wlp :: (Ix a, Integral a, RealFloat b) => Array a b -> Array a (Complex b) -> b | | lrp :: (Ix a, Integral a, RealFloat b) => Array a (Complex b) -> b | | kay :: (Ix a, Integral a, RealFloat b) => Array a (Complex b) -> b | | lw :: (Ix a, Integral a, RealFloat b) => Array a (Complex b) -> b | | ckq :: (Ix a, Integral a, RealFloat b) => Array a (Complex b) -> b -> b -> b |
|
|
Documentation |
|
wlp |
:: (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 |
:: (Ix a, Integral a, RealFloat b) | | => Array a (Complex b) | z | -> b | w | WLP using Lank, Reed, and Pollon's window |
|
|
kay |
:: (Ix a, Integral a, RealFloat b) | | => Array a (Complex b) | z | -> b | w | WLP using kay's window |
|
|
lw |
:: (Ix a, Integral a, RealFloat b) | | => Array a (Complex b) | z | -> b | w | WLP using Lovell and Williamson's window |
|
|
ckq |
:: (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 |
|
|
Produced by Haddock version 0.4 |