#include <dsp.h>
#include "e_fft.h"
Functions | |
| const fractcomplex twiddleFactors[FFT_BLOCK_LENGTH/2] | __attribute__ ((space(auto_psv), aligned(FFT_BLOCK_LENGTH *2))) |
| void | e_doFFT_asm (fractcomplex *sigCmpx) |
| Execute the FFT with dsPic special instructions. | |
| const fractcomplex twiddleFactors [FFT_BLOCK_LENGTH/2] __attribute__ | ( | (space(auto_psv), aligned(FFT_BLOCK_LENGTH *2)) | ) |
| void e_doFFT_asm | ( | fractcomplex * | sigCmpx | ) |
Execute the FFT with dsPic special instructions.
| sigCmpx | The pointer of the begining of the array on which you want to perform the FFT. |
1.5.4