Definition in file win_hann.c.
#include "dsp.h"
Go to the source code of this file.
Defines | |
#define | WIN_HANN_A0 0.5 |
Functions | |
void | dsp16_win_hann (dsp16_t *vect1, int size) |
16-bit fixed point version of the hann windowing function. | |
void | dsp32_win_hann (dsp32_t *vect1, int size) |
32-bit fixed point version of the hann windowing function. |
#define WIN_HANN_A0 0.5 |