Definition in file win_gauss.c.
#include "dsp.h"
#include "win_gauss.h"
Go to the source code of this file.
Functions | |
void | dsp16_win_gauss (dsp16_t *vect1, int size) |
16-bit fixed point version of the gaussian windowing function. | |
void | dsp32_win_gauss (dsp32_t *vect1, int size) |
32-bit fixed point version of the gaussian windowing function. |