Section 8. Processing and Math Instructions
8-6
Parameter
& Data Type
Enter
Dest
Variable
The variable in which to store the results of the instruction.
Swath
Constant
The number of values of the source array to average.
Source
Array
The name of the variable array that is the input for the instruction.
Average Spatial Output Example
This example uses AvgSpa to find the average value of the five elements
Temp(6) through Temp(10) and store the result in the variable AvgTemp.
AvgSpa(AvgTemp, 5, Temp(6))
AvgRun (Dest, Reps, Source, Number)
Calculates a running average of a measurement or calculated value.
Syntax
AvgRun (Dest, Reps, Source, Number)
Remarks
AvgRun is used to create a running average. A running average is the average
of the last N values where N is the number of values.
Dest
X
N
i
i
i N
=
=
=
∑
1
Where
X
N
is the most recent value of the source variable and
X
N
−
1
is the
previous value (
X
1
is the oldest value included in the average, i.e., N-1 values
back from the most recent).
Parameter
& Data Type
Enter
Dest
Variable or
Array
The variable or array in which to store the average(s).
Reps
Constant
When the source is an array, this is the number of variables in the array to
calculate averages for. When the source is not an array or only a single
variable of the array is to be averaged, reps should be 1.
Number
Constant
The number of values to include in the running average..
Source
Array
The name of the variable or array that is to be averaged.
Содержание CR5000
Страница 39: ...Section 1 Installation and Maintenance 1 15 S A N Y O FIGURE 1 11 6 Removal of band clamp and battery ...
Страница 40: ...Section 1 Installation and Maintenance 1 16 This is a blank page ...
Страница 54: ...Section 2 Data Storage and Retrieval 2 14 This is a blank page ...
Страница 88: ...Section 4 CRBasic Native Language Programming 4 12 This is a blank page ...
Страница 94: ...Section 5 Program Declarations 5 6 This is a blank page ...
Страница 172: ...Section 7 Measurement Instructions 7 46 This is a blank page ...
Страница 206: ......
Страница 236: ...Index Index 4 This is a blank page ...
Страница 237: ...This is a blank page ...