Generates a continuous noise waveform with a power spectral density that is inversely proportional to frequency over a specified frequency range.
Frequency in Hz at which the spectral density of the ideal inverse-f noise waveform is equal to the noise density you specified.
The actual inverse-f noise waveform source is designed to approximate the ideal inverse-f noise waveform over the frequency range defined in filter specifications. Therefore, the actual spectral density of the inverse-f noise waveform at reference freq is near noise density if reference freq is within the design frequency range specified in filter specifications.
Default: 1
A Boolean that controls the reseeding of the noise sample generator after the first call of the node.
True | Accepts a new seed and begins producing noise samples based on seed. |
False | Maintains the initial internal seed state and resumes producing noise samples as a continuation of the previous noise sequence. |
Default: False
Spectral density (V/root Hz) of the ideal inverse-f noise waveform at the reference frequency.
The actual inverse-f noise waveform approximates the ideal inverse-f noise over the frequency range defined by filter specifications. Therefore, the actual spectral density of the inverse-f noise waveform at reference freq is near noise density only if reference freq is within the design frequency range specified in filter specifications.
Default: 0.1
Exponent of the desired inverse-f spectral shape. This node designs a digital filter with the desired magnitude-squared response of 1/frequencyexponent.
Default: 1
Operating frequency range and the filter order of the filter.
Lower frequency edge of the operating frequency range of the filter.
Default: 0.1
Higher frequency edge of the operating frequency range of the filter.
Default: 100
Number of first order stages of the inverse-f filter.
Increasing order improves the inverse-f spectral shape but requires more computation time during the filter operation.
Default: 5
Number that this node uses to initialize the noise generator.
This node initializes the noise generator using seed if reset is True or if this is the first call of the node.
seed is greater than 0 | Generates noise samples based on the seed value. |
seed is less than or equal to 0 | For the first call, this node generates a random seed value and produces noise samples based on that seed value. For subsequent calls to the node, if seed remains less than or equal to 0, the node maintains the initial internal seed state 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
Sampling rate in samples per second.
Default: 1000
Number of samples in the signal.
samples must be greater than 0. Otherwise, this node returns an error.
This input is available when 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.
Magnitude of the deviation of the actual inverse-f filter, in decibels, when measured against the ideal inverse-f filter.
The ideal filter has a magnitude-squared response proportional to 1/f exponent over the frequency range specified by low cutoff frequency, high cutoff frequency, and order.
Frequencies of the magnitude error in Hz.
Magnitudes of the magnitude error in dB.
Expected RMS level of the generated noise waveform.
Magnitude and phase of the frequency response of the designed inverse-f filter.
Magnitude of the frequency response of the designed inverse-f filter in dB.
Frequencies of the frequency response of the designed inverse-f filter in Hz.
Magnitudes of the frequency response of the designed inverse-f filter in dB.
Phase of the frequency response of the designed inverse-f filter in degrees.
Frequencies of the frequency response of the designed inverse-f filter in Hz.
Phases of the frequency response of the designed inverse-f filter in degrees.
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.
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported
Web Server: Not supported in VIs that run in a web application