ContinuousWavelet Module
Continuous wavelet transform on non discrete data
Nested modules
| Modules | Description |
Functions and values
| 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) array
Modifiers: inline Type parameters: 'a |
Example
|
Full Usage:
transformDefault rawData wavelet
Parameters:
(float * float)[]
-
wavelet : Ricker
-
Returns: (float * float) array
|
|
Full Usage:
transformDefaultZero rawData wavelet
Parameters:
(float * float)[]
-
wavelet : Ricker
-
Returns: (float * float) array
|
FSharp.Stats