Appendix A. CRBasic Programming Instructions
CovSpa
Computes the spatial covariance of sets of data.
Syntax
CovSpa(Dest, NumOfCov, SizeOfSets, CoreArray, DatArray)
FFTSpa
Performs a Fast Fourier Transform on a time series of measurements.
Syntax
FFTSpa(Dest, N, Source, Tau, Units, Option)
MaxSpa
Finds the maximum value in an array.
Syntax
MaxSpa(Dest, Swath, Source)
MinSpa
Finds the minimum value in an array.
Syntax
MinSpa(Dest, Swath, Source)
RMSSpa
Computes the RMS (root mean square) value of an array.
Syntax
RMSSpa(Dest, Swath, Source)
SortSpa
Sorts the elements of an array in ascending order.
Syntax
SortSpa(Dest, Swath, Source)
StdDevSpa
Finds the standard deviation of an array.
Syntax
StdDevSpa(Dest, Swath, Source)
A.7.10 Other Functions
AddPrecise
Enables high-precision totalizing of variables or manipulation of high-precision
variables in conjunction with MovePrecise.
572