|
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 |
|
|
kay |
|
|
lw |
|
|
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.8 |