Add white (Gaussian) noise to data
1. white_noise ix:=Col(1);
2. white_noise ix:=Col(1) level:=5;
3. white_noise ix:=Col(1) level:=10 ox:=Col(2);
Please refer to the page for additional option switches when accessing the x-function from script
Input
vector
Input vector
double
Noise level
Output
Output vector
This function adds random Gaussian noise on input data.