
Appendix A. CRBasic Programming Instructions
503
CovSpa
Computesthespatialcovarianceofsetsofdata.
Syntax
CovSpa(Dest, NumOfCov, SizeOfSets, CoreArray, DatArray)
FFTSpa
PerformsaFastFourierTransformonatimeseriesofmeasurements.
Syntax
FFTSpa(Dest, N, Source, Tau, Units, Option)
MaxSpa
Findsthemaximumvalueinanarray.
Syntax
MaxSpa(Dest, Swath, Source)
MinSpa
Findstheminimumvalueinanarray.
Syntax
MinSpa(Dest, Swath, Source)
RMSSpa
ComputestheRMS(rootmeansquare)valueofanarray.
Syntax
RMSSpa(Dest, Swath, Source)
SortSpa
Sortstheelementsofanarrayinascendingorder.
Syntax
SortSpa(Dest, Swath, Source)
StdDevSpa
Usedtofindthestandarddeviationofanarray.
Syntax
StdDevSpa(Dest, Swath, Source)
A.6.10 Other Functions
AddPrecise
UsedinconjunctionwithMovePrecise,allowshigh‐precisiontotalizingof
variablesormanipulationofhigh‐precisionvariables.
Syntax
AddPrecise(PrecisionVariable, X)
AvgRun
Storesarunningaverageofameasurement.
Syntax
AvgRun(Dest, Reps, Source, Number)
Note AvgRun() should not be inserted within a For / Next construct with the
Source and Dest parameters indexed and Reps set to 1. In essence this would be
performing a single running average, using the values of the different elements of
the array, instead of performing an independent running average on each element
Komentarze do niniejszej Instrukcji