CMSIS DSP Library from CMSIS 2.0. See http://www.onarm.com/cmsis/ for full details

Dependents:   K22F_DSP_Matrix_least_square BNO055-ELEC3810 1BNO055 ECE4180Project--Slave2 ... more

Embed: (wiki syntax)

« Back to documentation index

Statistics Functions

Statistics Functions

Modules

 Maximum
 

Computes the maximum value of an array of data.


 Mean
 

Calculates the mean of the input vector.


 Minimum
 

Computes the minimum value of an array of data.


 Power
 

Calculates the sum of the squares of the elements in the input vector.


 Root mean square (RMS)
 

Calculates the Root Mean Sqaure of the elements in the input vector.


 Standard deviation
 

Calculates the standard deviation of the elements in the input vector.


 Variance
 

Calculates the variance of the elements in the input vector.