Transaction-Level Modeling Framework for Space Applications
Macros | |
#define | OUTFILENAME "com3" |
#define | tol 10 |
Functions | |
void | fft_radix4 (complex32 samples[], complex32 twiddles[], complex32 inplace[], FILE *outfile, int N) |
int | main () |
#define OUTFILENAME "com3" |
Referenced by main().
#define tol 10 |
void fft_radix4 | ( | complex32 | samples[], |
complex32 | twiddles[], | ||
complex32 | inplace[], | ||
FILE * | outfile, | ||
int | N | ||
) |
References complex32::imag, N, complex32::real, and scale.
Referenced by main().
int main | ( | void | ) |
References fft_radix4(), i, inplace, N, v::outfile, OUTFILENAME, samples, and twiddles.