int |
averaging-sample-interval [int]
|
Sets the interval in samples used for each of the three modes of signal averaging. The default value is 100. |
bipolar |
|
Sets bipolar averaging mode (default). In bipolar mode, the sample values are averaged. |
absolute |
|
Sets absolute averaging mode. This mode averages the absolute value of the incoming samples. |
rms |
|
Sets root mean square (RMS) averaging mode. This mode computes the square root of the average of the sample values squared.
The RMS mode of the average~ object is more CPU-intensive than the bipolar and absolute modes.While RMS values are often used to measure signal levels, the absolute mode often works as well as the RMS mode in many level-detection tasks. |
signal |
|
The signal to be averaged. |