functionwavXGaussian
Complex Gaussian wavelet function
Information
This function generates the complex Gaussian wavelet function with the order up to 8. It has no scaling function. Since complex Gaussian wavelet has theoretically unlimited support, the function range has to be defined with [low, high].
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | low | -5 | Lower boundary of the function |
| Real | high | 5 | Higher boundary of the function |
| Integer | order | 2 | Order of the derivative, <=8 |
| Integer | points | 32 | Number of data points of the returned functions |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real[points] | x | Regular grid | |
| Complex[points] | psi | Wavelet function |