#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 18 |
#define | NUM_SIZE 19 |
#define | PREDIV 2 |
#define | SIZE 144 |
The size of the input signal. More... | |
Functions | |
int | main (int argc, char *argv[]) |
The main function. More... | |
Variables | |
A_ALIGNED dsp32_t | den [DEN_SIZE] |
A_ALIGNED dsp32_t | num [NUM_SIZE] |
A_ALIGNED dsp32_t | x [SIZE+NUM_SIZE] |
The input signal. More... | |
A_ALIGNED dsp32_t | y [SIZE+DEN_SIZE] |
The output buffer. More... | |
#define DEN_SIZE 18 |
Referenced by main().
#define NUM_SIZE 19 |
Referenced by main().
#define PREDIV 2 |
Referenced by main().
#define SIZE 144 |
The size of the input signal.
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
The main function.
References den, DEN_SIZE, dsp32_debug_print_vect(), dsp32_debug_printf(), dsp32_filt_iirpart(), dsp_debug_initialization, FOSC0, Get_sys_count, num, NUM_SIZE, pm_switch_to_osc0(), PREDIV, SIZE, x, and y.