|
| DSP.Covariance | | Portability | portable | | Stability | experimental | | Maintainer | m.p.donadio@ieee.org |
|
|
|
| Description |
This module contains routines to perform cross- and auto-covariance
These formulas can be found in most DSP textbooks.
In the following routines, x and y are assumed to be of the same
length.
|
|
| Synopsis |
|
| cxy :: (Ix a, Integral a, RealFloat b) => Array a (Complex b) -> Array a (Complex b) -> a -> Complex b | | | cxy_b :: (Ix a, Integral a, RealFloat b) => Array a (Complex b) -> Array a (Complex b) -> a -> Complex b | | | cxy_u :: (Ix a, Integral a, RealFloat b) => Array a (Complex b) -> Array a (Complex b) -> a -> Complex b | | | cxx :: (Ix a, Integral a, RealFloat b) => Array a (Complex b) -> a -> Complex b | | | cxx_b :: (Ix a, Integral a, RealFloat b) => Array a (Complex b) -> a -> Complex b | | | cxx_u :: (Ix a, Integral a, RealFloat b) => Array a (Complex b) -> a -> Complex b |
|
|
| Documentation |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Produced by Haddock version 2.6.0 |