|
DSP.Unwrap | Portability | portable | Stability | experimental | Maintainer | m.p.donadio@ieee.org |
|
|
|
|
|
Description |
Simple phase unwrapping algorithm
|
|
Synopsis |
|
unwrap :: (Ix a, Integral a, Ord b, Floating b) => b -> Array a b -> Array a b |
|
|
Documentation |
|
unwrap |
:: (Ix a, Integral a, Ord b, Floating b) | | => b | epsilon | -> Array a b | ARG | -> Array a b | arg | This is the simple phase unwrapping algorithm from Oppenheim and
Schafer. |
|
|
Produced by Haddock version 0.4 |