Continuous wavelet transform on non discrete data
Modules | Description |
Function or value | Description |
Full Usage:
transform paddedData getDiff borderpadding wavelet
Parameters:
('a * float)[]
-
data to transform (x_Value,y_Value) []
getDiff : 'a -> 'a -> float
-
get the difference in x_Values as float representation (if 'a is float then (-))
borderpadding : int
-
define the number of points padded to the beginning and end of the data (has to be the same as used in padding)
wavelet : Ricker
-
used wavelet
Returns: ('a * float)[]
Modifiers: inline Type parameters: 'a |
Example
|
Full Usage:
transformDefault rawData wavelet
Parameters:
(float * float)[]
-
wavelet : Ricker
-
Returns: (float * float)[]
|
minDistance is half the median spacing; maxDistance is 10 times the median spacing; internal padding=linear interpolation; hugeGap padding=random
Example
|
Full Usage:
transformDefaultZero rawData wavelet
Parameters:
(float * float)[]
-
wavelet : Ricker
-
Returns: (float * float)[]
|
minDistance is half the overall minimum spacing; maxDistance is infinity; internal padding=zero; hugeGap padding=zero (but redundant)
Example
|