
Contents |
Add white (Gaussian) noise to data
1. white_noise ix:=Col(1);
3. white_noise ix:=Col(1) level:=5;
4. white_noise ix:=Col(1) level:=10 ox:=Col(2);
| Display Name | Variable Name | I/O and Type | Default Value | Description |
|---|---|---|---|---|
| Input | ix |
Input vector | |
Input vector |
| Gaussian Noise (%) | level |
Input double | |
Noise level |
| Output | ox |
Output vector | |
Output vector |
This function adds random Gaussian noise on input data.