Mean
Purpose
Description
Macro Synopsis
Modules
Related Functions
Purpose
Mean value of a signal (Macro only)
Description
"Mean" returns the mean value
of the given signal, where N is the signal length.
Macro Synopsis
mean = Mean(x);
signal x;
float mean;
Modules
Basic
Related Functions
Signal info, StdDev.