This file contains the code of the NLMS filter.
Definition in file filt_dsp32_nlms.c.
#include "dsp.h"
#include "filt_nlms.h"
Go to the source code of this file.
Functions | |
void | dsp32_filt_nlms (dsp32_t *x, dsp32_t *w, int size, dsp32_t new_x, dsp32_t d, dsp32_t *y, dsp32_t *e) |
32-bit fixed point version of the NLMS filter. |