Smoothing of a tuplet of floating point numbers with the help of the Gaussian function.
The operator vector_gauss executes the smoothing of a field of floating point numbers by using the Gaussian function. The tuplet Input may contain any number of values.
|
Input (input_control) |
number-array -> real |
| Tuplet of floating point numbers. | |
|
Sigma (input_control) |
number -> real |
| Sigma of the Gaussian function for the smoothing. | |
| Default value: 2.0 | |
| Suggested values: 0.5, 1.0, 2.0, 3.0, 4.0, 5.0 | |
| Range of values: 0.1 <= Sigma <= 50.0 (lin) | |
| Minimum increment: 0.01 | |
|
Recommended increment: 0.2 | |
|
Smoothed (output_control) |
number-array -> real |
| Smoothed tuplet. | |