#include "dsp.h"
Macros | |
#define | WIN_HAMM_A0 0.53836 |
#define | WIN_HAMM_A1 0.46164 |
Functions | |
void | dsp16_win_hamm (dsp16_t *vect1, dsp16_t *vect2, int size) |
16-bit fixed point version of the hamming windowing function. More... | |
void | dsp32_win_hamm (dsp32_t *vect1, dsp32_t *vect2, int size) |
32-bit fixed point version of the hamming windowing function. More... | |
#define WIN_HAMM_A0 0.53836 |
Referenced by dsp16_win_hamm(), and dsp32_win_hamm().
#define WIN_HAMM_A1 0.46164 |
Referenced by dsp16_win_hamm(), and dsp32_win_hamm().