PandA-2024.02
Functions
fft.c File Reference
#include "fft.h"
Include dependency graph for fft.c:

Go to the source code of this file.

Functions

void fft (double real[FFT_SIZE], double img[FFT_SIZE], double real_twid[FFT_SIZE/2], double img_twid[FFT_SIZE/2])
 

Function Documentation

◆ fft()

void fft ( double  real[FFT_SIZE],
double  img[FFT_SIZE],
double  real_twid[FFT_SIZE/2],
double  img_twid[FFT_SIZE/2] 
)

Definition at line 3 of file fft.c.

References FFT_SIZE, and img.

Referenced by main(), and run_benchmark().

Here is the caller graph for this function:

Generated on Mon Feb 12 2024 13:03:10 for PandA-2024.02 by doxygen 1.8.13