Motorola DSP Developer's Kit | ![]() ![]() |
MATLAB Syntax
Y=mot563_sqrt(X)
Description
mot563_sqrt(X) is the square root of the elements of X. Complex results are produced if X is either positive or complex.
Characteristics
In the workspace, if the input is:
X=[0.2311 0.6068-0.4860i -0.4512 -.2324+0.7534i] Y=mot563_sqrt(X)
the answer returned by the function is:
Y= 0.4807 + 0.0000i 0.8319 - 0.2921i 0.0000 + 0.6717i 0.5273 + 0.7144i
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).
See Also
mot563_log mot563_log10 mot563_abs
![]() | mot563_sort | mot563_sum | ![]() |