AddNoise¶
Add noise to the given data.
This adds Gaussian distributed noise to the given data values. This node can be used to test the behavior of various other nodes in the presence of noise. It can also be used as a workaround when the data is linearly dependent and some algorithms run into numerical issues as a result. The noise level is calibrated only on non-streaming (e.g., calibration) chunks. That is, to use this node in a live setting, you will need to use another node to first buffer up some calibration data (e.g., AccumulateCalibrationData), or to load pre-recorded calibration data from a file (InjectCalibrationData). Version 1.0.0
Ports/Properties¶
data¶
Data to process.
relative_amplitude¶
Relative noise level. This is the scale of the noise relative to the scale of the data.
absolute_amplitude¶
Absolute noise level.
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.