|
DSP.Estimation.Frequency.Pisarenko | Portability | portable | Stability | experimental | Maintainer | m.p.donadio@ieee.org |
|
|
|
|
|
Description |
This module contains an implementation of Pisarenko Harmonic
Decomposition for a single real sinusoid. For this case, eigenvalues
do not need to be computed.
|
|
Synopsis |
|
pisarenko :: (Ix a, Integral a, Floating b) => Array a b -> b |
|
|
Documentation |
|
pisarenko |
:: (Ix a, Integral a, Floating b) | | => Array a b | x | -> b | w | Pisarenko's method for a single sinusoid |
|
|
Produced by Haddock version 0.4 |