Generates a signal containing a uniform white noise wave.
You can use uniform white noise as a stimulus to measure the frequency response of amplifiers and electronic filters.
DC offset of the signal.
Default: 0
A Boolean that controls the reseeding of the noise sample generator after the first execution of the node. By default, this node maintains the initial internal seed state.
True | Accepts a new seed and begins producing noise samples based on the seed. If the given seed is less than or equal to 0, the node ignores a reset value of True and resumes producing noise samples as a continuation of the previous sequence. |
False | Resumes producing noise samples as a continuation of the previous noise sequence. The node ignores new seed inputs while reset is False. |
Default: False
Maximum absolute value the signal can have.
Default: 1
A number that initializes the noise generator.
If reset is unwired, this node maintains the internal seed state.
seed is greater than 0 | Generates noise samples based on the given seed value. For multiple calls to the node, the node accepts or rejects new seed inputs based on the given reset value. |
seed is less than or equal to 0 | Generates a random seed value and produces noise samples based on that seed value. For multiple calls to the node, if seed remains less than or equal to 0, the node ignores the reset input and produces noise samples as a continuation of the initial noise sequence. |
Default: -1
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Default: No error
Sample rate in samples per second.
This input is available only if you configure this node to return a waveform.
Default: 1000
Number of samples in the signal.
This input is available only if you configure this node to return a waveform or an array of double-precision, floating-point numbers.
Default: 1000
Timestamp of the output signal. If this input is unwired, this node uses the current time as the timestamp of the output signal.
This input is available only if you configure this node to return a waveform.
Error information.
The node produces this output according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
This node generates the pseudorandom sequence using the Wichmann-Hill generator. The pseudorandom number generator implements a triple-seeded linear congruential algorithm. Given that the probability density function, f(x), of the uniformly distributed uniform white noise is
where a is the absolute value of amplitude.
The following equations define the expected mean value and the expected standard deviation value of the pseudorandom sequence:
The pseudorandom sequence produces approximately 6.95 * 1012 samples before the pattern repeats itself.
Where This Node Can Run:
Desktop OS: Windows
FPGA: This product does not support FPGA devices