#include <avr32/io.h>
#include "compiler.h"
#include "board.h"
#include "dsp.h"
#include "dsp_debug.h"
#include "pm.h"
#include "cycle_counter.h"
Macros | |
#define | DEN_SIZE 4 |
#define | NUM_SIZE 5 |
#define | SIZE 72 |
The size of the input signal. More... | |
Functions | |
int | main (int argc, char *argv[]) |
The main function. More... | |
Variables | |
A_ALIGNED dsp16_t | den [DEN_SIZE] |
A_ALIGNED dsp16_t | num [NUM_SIZE] |
A_ALIGNED dsp16_t | vect1 [SIZE] |
The output buffer. More... | |
A_ALIGNED dsp16_t | vect2 [SIZE] |
The input signal. More... | |
#define DEN_SIZE 4 |
Referenced by main().
#define NUM_SIZE 5 |
Referenced by main().
#define SIZE 72 |
The size of the input signal.
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
The main function.
References den, DEN_SIZE, dsp16_debug_print_vect(), dsp16_debug_printf(), dsp16_filt_iirpart(), dsp_debug_initialization, FOSC0, Get_sys_count, num, NUM_SIZE, pm_switch_to_osc0(), SIZE, vect1, and vect2.