dsp-0.2.4.1: Haskell Digital Signal Processing

Copyright(c) Matthew Donadio 2003
LicenseGPL
Maintainerm.p.donadio@ieee.org
Stabilityexperimental
Portabilityportable
Safe HaskellSafe
LanguageHaskell98

DSP.Unwrap

Description

Simple phase unwrapping algorithm

Synopsis

Documentation

unwrap Source #

Arguments

:: (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.