Peak Amplitude
- 更新日2023-02-17
- 2分で読める
Peak Amplitude
Returns data signal maximum, minimum, and peak-to-peak values.
Inputs/Outputs

signal
Input signal.
This input accepts the following data types:
- waveform
- 1D array of waveforms
- 1D array of double-precision, floating-point numbers

error in
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Default value: No error

maximum peak
Maximum peak in the signal.
This output can return a double-precision, floating-point number or a 1D array of double-precision, floating-point numbers.

minimum peak
Minimum peak in the signal.
This output can return a double-precision, floating-point number or a 1D array of double-precision, floating-point numbers.

peak to peak
Measurement from the maximum peak to the minimum peak.
This output can return a double-precision, floating-point number or a 1D array of double-precision, floating-point numbers.

error out
Error information.
The node produces this output according to standard error behavior.