Motorola DSP Developer's Kit
mot563_length
Motorola DSP Developer's Kit
mot563_length
Motorola DSP Developer's Kit    
mot563_length


Return the number of elements in a vector.
MATLAB Syntax

Description

mot563_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
mot563_conv                     mot563_xcorr


 mot563_interp mot563_log