Motorola DSP Developer's Kit
mot563_mean
Motorola DSP Developer's Kit
mot563_mean
Motorola DSP Developer's Kit    
mot563_mean


Determine the mean value of the elements of a matrix along rows or columns.
MATLAB Syntax

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

In the workspace, if

then

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).

Y
   The mean result of input.

See Also
mot563_sum


 mot563_max mot563_min