Determines the scale and offset necessary to transform the waveform data so that its maximum is 1.00 and its minimum is -1.00.


icon

Inputs/Outputs

  • cmsdt.png waveform in

    waveform in is the waveform you want to normalize.

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • imsdt.png normalized waveform

    normalized waveform is the resulting signal.

  • idbl.png scale

    scale identifies the factor by which the waveform was multiplied.

  • idbl.png offset

    offset identifies the amount the waveform was shifted.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.

  • The transformation is given by the following equation.

    Examples

    Refer to the following example files included with LabVIEW.

    • labview\examples\Waveform\Waveform - Normalize.vi