raw_noise
Purpose:
-
Perform noise checking on analog input channels by gathering samples, computing statistics such as mean, sigma, min, max, and variance, and printing the results.
Enter:
-
raw_noise <number_of_samples> [channel_number_1] [channel_number_2] …
Where:
-
number_of_samples Specify the number of samples to take. channel_number_n Optional, Specify the analog input channel number(s) to check.
Example:
-
raw_noise 100 3 4 6