Motorola DSP Developer's Kit    
mot566_length

Return the number of elements in a vector.

MATLAB Syntax

Description

mot566_length(X) returns the length of vector X. It is equivalent to MAX(SIZE(X)) for non-empty arrays and 0 for empty ones.

Characteristics

In the workspace, if the input is:

the returned value is:

Arguments
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
   Length of a vector or the number of column arrays for matrix input.

See Also
mot566_conv                     mot566_xcorr


 mot566_interp mot566_log