Copyright | (c) Matthew Donadio 2003 |
---|---|
License | GPL |
Maintainer | m.p.donadio@ieee.org |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell98 |
This module contains a few algorithms for weighted linear predictors for estimating the frequency of a complex sinusoid in noise.
- 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
The weighted linear predictor form of the frequency estimator
WLP using Lank, Reed, and Pollon's window
WLP using Lovell and Williamson's window