PandA-2024.02
|
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <assert.h>
#include <math.h>
#include "fft.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 13 of file generate.c.
References data_to_input(), FFT_SIZE, prng_rand_t::i, bench_args_t::img, bench_args_t::img_twid, prng_rand(), PRNG_RAND_MAX, prng_srand(), bench_args_t::real, bench_args_t::real_twid, and twoPI.