#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 "gpio.h"
Macros | |
#define | FIR_COEF_SIZE 12 |
#define | SIZE 64 |
The size of the input signal. More... | |
Functions | |
int | main (int argc, char *argv[]) |
The main function. More... | |
Variables | |
A_ALIGNED dsp32_t | input_d [SIZE] |
Buffer containing filtered input data. More... | |
A_ALIGNED dsp32_t | input_x [SIZE] |
Buffer containing input data. More... | |
A_ALIGNED dsp32_t | unknown_coef_filter [FIR_COEF_SIZE] |
A_ALIGNED dsp32_t | w [FIR_COEF_SIZE] |
coefficients of the filter More... | |
A_ALIGNED dsp32_t | x [FIR_COEF_SIZE] |
#define FIR_COEF_SIZE 12 |
Referenced by main().
#define SIZE 64 |
The size of the input signal.
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
The main function.
References dsp32_debug_print_vect(), dsp32_filt_nlms(), dsp_debug_initialization, FIR_COEF_SIZE, FOSC0, i, input_d, input_x, OSC0_STARTUP, pm_switch_to_osc0(), SIZE, w, x, and y.
A_ALIGNED dsp32_t unknown_coef_filter[FIR_COEF_SIZE] |
coefficients of the filter
Referenced by Adam7_deinterlace(), dsp16_win_black(), dsp16_win_hamm(), dsp16_win_hann(), dsp16_win_welch(), dsp32_win_black(), dsp32_win_hamm(), dsp32_win_hann(), dsp32_win_welch(), main(), and postProcessScanlines().