PandA-2024.02
Data Structures | Macros | Functions
fft.h File Reference
#include <stdio.h>
#include <stdlib.h>
#include "support.h"
Include dependency graph for fft.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  bench_args_t
 

Macros

#define FFT_SIZE   1024
 
#define twoPI   6.28318530717959
 

Functions

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

Macro Definition Documentation

◆ FFT_SIZE

#define FFT_SIZE   1024

Definition at line 5 of file fft.h.

Referenced by check_data(), data_to_input(), data_to_output(), fft(), input_to_data(), main(), and output_to_data().

◆ twoPI

#define twoPI   6.28318530717959

Definition at line 6 of file fft.h.

Referenced by get_two_normal_fixed(), and main().

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