Motorola DSP Developer's Kit |
Motorola DSP Developer's Kit |
Motorola DSP Developer's Kit | ![]() ![]() |
Y=mot563_mean(X) Y=mot563_mean(X,DIM)
Description
For vectors, mot563_mean(X) is the mean of the elements of X. For matrices, mot563_mean(X) is a row vector with the mean over each column.
mot563_mean(X,DIM) means along the dimension DIM.
Characteristics
X = [0 0.1 0.2 0.3 0.4 0.1]
mot563_mean(X,1) = [0.1500 0.2500 0.1500] mot563_mean(X,2) = [ 0.1000 0.2667]
Argument
X
Vector (or matrix) with elements normalized in the range [-1,1] (for complex elements, both real and imaginary parts should comply with this limit).
See Also
mot563_sum
![]() | mot563_max | mot563_min | ![]() |