National Instruments Car Stereo System 320571-01 用户手册

下载
页码 157
Chapter 2
NI-DSP Analysis VI Reference
NI-DSP SRM for LabVIEW for Windows
2-53
Part 3:  NI-DSP Function Reference
DSP Max & Min
Finds the maximum and minimum values in the
input array, as well as the respective indices of
the occurrence of the maximum and minimum
values.
X is a DSP Handle Cluster that indicates the memory buffer on the DSP board that contains the input
signal array X.
max value is the maximum value of the input array.
max index is the index into the input array where maximum occurred.
min value is the minimum value of the input array.
min index is the index into the input array where minimum occurred.
error in (no error) contains the error information from a previous VI.  If an error occurs, it is passed out
error out and no other calls are made.
error out contains the error information for this call.