Microchip® Advanced Software Framework

win_gauss.c File Reference
#include "dsp.h"
#include "win_gauss.h"

Functions

void dsp16_win_gauss (dsp16_t *vect1, dsp16_t *vect2, int size)
 16-bit fixed point version of the Gaussian windowing function. More...
 
void dsp32_win_gauss (dsp32_t *vect1, dsp32_t *vect2, int size)
 32-bit fixed point version of the Gaussian windowing function. More...