em_ave
Purpose:
-
Compute and print the mean, standard deviation, minimum, and maximum values for specified input variables over a given sampling interval.
Enter:
-
em_ave <variable1> [<variable2> …] <sampling_interval>
Where:
-
variable 1 variable 2… Specify input variables names to evaluate. At least one required. sampling_interval Specify sampling time in seconds.
Example:
-
em_ave my_var1 my_var2 30
Sample these 2 variables at the FAS rate for 30 seconds and print the statistics (ave, std_dev, min, max)
Notes:
-
The program samples data at the fastest available rate and runs once per invocation until completion. Ensure variables are configured appropriately for meaningful results.