visNoise¶
-
class visNoise : public kotekan::Stage¶
Adds gaussian noise.
Add normally distributed random noise to real and imaginary parts. The same distribution is used to set the weights. Note that the seed for the generator is not random.
- Param standard_deviation:
The std dev of the noise distribution.
- Param num_ev:
Number of eigenvectors in the data.
- Param num_elements:
Number of elements in the data.
- Param random:
If false, the noise generation will not be initialized with a random seed.