#include <avr32/io.h>
#include "compiler.h"
#include "board.h"
#include "dsp.h"
#include "dsp_debug.h"
#include "pm.h"
#include "cycle_counter.h"
#include "bench_config.h"
Functions | |
int | main (int argc, char *argv[]) |
The main function. More... | |
Variables | |
dsp16_complex_t | vect1 [1<< NLOG] |
dsp16_t | vect2 [1<< NLOG] |
int main | ( | int | argc, |
char * | argv[] | ||
) |
The main function.
References dsp16_debug_print_complex_vect(), dsp16_debug_printf(), dsp16_gen_sin(), dsp16_trans_realcomplexfft(), dsp_debug_initialization, FOSC0, Get_sys_count, NLOG, OSC0_STARTUP, pm_switch_to_osc0(), and vect2.
dsp16_complex_t vect1[1<< NLOG] |