SVL Get dB Reference VI
- Updated2024-06-18
- 4 minute(s) read
SVL Get dB Reference VI
Owning Palette: Scaling & Calibration VIs
Requires: Sound and Vibration Toolkit
Returns the dB reference stored in the waveform attributes of the scaled signal input. The dB reference is set by the DAQ Assistant for Sound Pressure and Acceleration tasks, the SVL Scale Voltage to EU VI, and the SVL Set dB Reference VI. The dB reference is used for all downstream conversions to dB. Wire data to the scaled signal [EU] input to determine the polymorphic instance to use or manually select the instance.
SVL Get dB Reference (1 Ch)
![]() |
scaled signal [EU] specifies the scaled signal expressed in the selected engineering units. To obtain a properly scaled signal, you can use the SVL Scale Voltage to EU VI or define a virtual channel in National Instruments Measurement & Automation Explorer (MAX).
| ||||||
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | ||||||
![]() |
scaled signal [EU] returns the unchanged scaled signal.
| ||||||
![]() |
dB reference [EU] returns the dB reference stored in the waveform attributes of scaled signal [EU]. dB reference [EU] returns 1.0 if the dB reference attribute is not found. | ||||||
![]() |
error out contains error information. This output provides standard error out functionality. |
SVL Get dB Reference (N Ch)
![]() |
scaled signals [EU] specifies the scaled signals expressed in the selected engineering units. To obtain a properly scaled signal, you can use the SVL Scale Voltage to EU VI or define virtual channels in National Instruments Measurement & Automation Explorer (MAX).
| ||||||
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | ||||||
![]() |
scaled signals [EU] returns the scaled signals expressed in the selected engineering units. To obtain a properly scaled signal, you can use the SVL Scale Voltage to EU VI or define a virtual channel in National Instruments Measurement & Automation Explorer (MAX).
| ||||||
![]() |
dB references [EU] specifies the dB references to add to the waveform attributes. The specified dB references overwrite existing references. | ||||||
![]() |
error out contains error information. This output provides standard error out functionality. |
SVL Get dB Reference Details
The dB reference, reference, can be used to convert a measurement result, value, to dB by the following equation:
dB = 20 * log10(value / reference) = 10 * log10(value / reference)2