|
| DSP.Estimation.Frequency.QuinnFernandes | | Portability | portable | | Stability | experimental | | Maintainer | m.p.donadio@ieee.org |
|
|
|
|
|
| Description |
| This is an implementation of the Quinn-Fernandes algorithm for
estimating the frequency of a real sinusoid in noise.
|
|
| Synopsis |
|
| qf :: (Ix a, Integral a, RealFloat b) => Array a b -> b -> b |
|
|
| Documentation |
|
| qf |
| :: (Ix a, Integral a, RealFloat b) | | | => Array a b | y | | -> b | initial w estimate | | -> b | w | | The Quinn-Fernandes algorithm |
|
|
| Produced by Haddock version 0.4 |