Convert Analog to Digital

LabVIEW SignalExpress

Convert Analog to Digital

Converts an analog waveform to a digital waveform.

ParameterDescription
Analog signal previewDisplays the analog waveform you want to convert into a digital waveform.
X scale sliderSelects the data displayed in the Digital waveform preview.
Signal name previewDisplays the signal names associated with the signals in the Digital waveform preview.
Digital waveform previewDisplays the digital waveform converted from the input analog waveform.
Digital preview Y scrollbarScrollbar that allows you to scroll through the Digital waveform preview.
InputContains the following options:
  • Input signal—Specifies the analog waveform for the step.
ConfigurationContains the following options:
  • Analog full scale—The total peak-to-peak range, or the difference between the minimum and maximum, for the analog waveform. For example, if the maximum range of a waveform is 1 and the minimum is -1, the full-scale range for the waveform is 2.
  • Resolution (bits)—Specifies the number of bits represented in the digital waveform. LabVIEW SignalExpress supports a maximum resolution of 32 bits.
  • Digital data format—Specifies which binary representation you want to use for the digital data.
    • Unsigned binary—The data is converted to unsigned binary.
    • Offset binary—The largest negative value (negative full-scale) is represented by all zeros, and the largest positive value (positive full-scale) is represented by all ones. Zero-scale is represented by a one (MSB) followed by all zeros, for example, binary 1000.
    • 2's complement—Uses two's complement format, which is a common format for representing signed binary values. This format is similar to Offset Binary, but the MSB is inverted.
  • Dithering enabled—Specifies whether the analog waveform can be dithered. Dithering a waveform adds Gaussian noise to an analog input signal to increase resolution.
Signal NamesContains the following options:
  • Signal names table—Allows you to specify custom names for your signals.
  • Reset to default—Specifies whether the Signal names are reset to their default states.