SINAD Analyzer 1 Chan VI
- Updated2025-01-28
- 5 minute(s) read
SINAD Analyzer 1 Chan VI
Takes a signal in and performs a full Signal in Noise and Distortion (SINAD) analysis, including measuring the fundamental frequency tone and returning the fundamental frequency and SINAD level in dB. Wire data to the signal in input to determine the polymorphic instance to use or manually select the instance.

Inputs/Outputs
![]() signal in is the input time-domain signal. ![]() export mode selects the source of the signal and spectrum to export to exported signals.
![]() error in describes error conditions that occur before this node runs. This input provides standard error in functionality. ![]() advanced search controls the frequency domain search area, which is the center frequency and width, used for finding the fundamental frequency tone of the signal.
![]() exported signals contains the signals specified by export mode.
![]() detected fundamental frequency contains the detected fundamental frequency resulting from searching the frequency domain. Use advanced search to set the frequency search range. ![]() SINAD contains the measured Signal in Noise and Distortion (SINAD) expressed in dB. SINAD is defined as the ratio of the RMS energy of signal in to the RMS energy of signal in less the energy in the fundamental. To compute the THD Plus Noise in dB, simply negate the SINAD in dB. ![]() THD Plus Noise contains the measured total harmonic distortion plus noise. THD Plus Noise is defined as the ratio of the RMS energy of signal in less the energy in the fundamental to the RMS energy of signal in. To compute THD Plus Noise as a percentage, you must multiply it by 100. ![]() error out contains error information. This output provides standard error out functionality. ![]() measurement info returns information about your measurement, mainly warnings for inconsistencies in your input signal.
|
This VI is designed to process a single channel or multiple channels continuously, typically from within a For Loop or a While Loop.
THD Plus Noise in dB is the negative of the SINAD in dB.
Examples
Refer to the following example files included with LabVIEW.
- labview\examples\Signal Processing\Waveform Measurements\SINAD Measurement.vi