e_fft.c File Reference

Package to mange the FFT. More...

#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.


Detailed Description

Package to mange the FFT.

Author:
Code & doc: Jonathan Besuchet

Function Documentation

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.

Parameters:
sigCmpx The pointer of the begining of the array on which you want to perform the FFT.


Generated on Fri Feb 29 14:26:54 2008 for e-puck by  doxygen 1.5.4