Specifications
Section 10. CRBASIC Programming Instructions
10-22
RectPolar
Converts from rectangular to polar coordinates.
Syntax
RectPolar (Dest, Source)
10.6.5 Integrated Processing
PRT
Calculates temperature from the resistance of an RTD.
Syntax
PRT (Dest, Reps, Source, Mult, Offset)
DewPoint
Calculates dew point temperature from dry bulb and relative humidity.
Syntax
DewPoint (Dest, Temp, RH)
VaporPressure
Calculates vapor pressure from temperature and relative.
Syntax
VaporPressure (Dest, Temp, RH)
SatVP
Calculates saturation vapor pressure (kPa) from temperature.
Syntax
SatVP (Dest, Temp)
WetDryBulb
Calculates vapor pressure (kPa) from wet and dry bulb temperatures and
barometric pressure.
Syntax
WetDryBulb (Dest, DryTemp, WetTemp, Pressure)
StrainCalc
Converts the output of a bridge measurement instruction to microstrain.
Syntax
StrainCalc (Dest, Reps, Source, BrZero, BrConfig, GF, v)
10.6.6 Spatial Processing
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)
AvgSpa
Computes the spatial average of the values in the source array.
Syntax
AvgSpa (Dest, Swath, Source)