Owning Palette: Analog Waveform VIs and Functions
Requires: Base Development System
Determines the scale and offset necessary to transform the waveform data so that its maximum is 1.00 and its minimum is -1.00.
Add to the block diagram | Find on the palette |
waveform in is the waveform you want to normalize. | |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | |
normalized waveform is the resulting signal. | |
scale identifies the factor by which the waveform was multiplied. | |
offset identifies the amount the waveform was shifted. | |
error out contains error information. This output provides standard error out functionality. |
The transformation is given by the following equation.
Refer to the Waveform - Normalize VI in the labview\examples\Waveform directory for an example of using the Normalize Waveform VI.