Motorola DSP Developer's Kit    
diff-c.asm

MATLAB Usage

Description

This function performs an N-th order difference between the elements of complex vector A.

Input/Output

Input: Complex vector A, int N (N-th order)

Output: Complex vector B

Algorithm

Memory & Register

Memory allocation:

Register usage:

Status Register

The assembly function diff-c.asm does not set explicitly any status registers/bits during the function execution.

Data Size Limit

The length of vector A can't be larger than the continuous available data memory size.

Data Range Limit

The value of input vector A must be between -1.0 and +1.0.

Precision

In the case of DSP563, precision is 23 bits.

In the case of DSP566, precision is 15 bits.

Performance Limit

DSP563:

DSP566:


 diff-r.asm fft-r.asm