Definition in file win_hamming.c.
#include "dsp.h"
Go to the source code of this file.
Defines | |
| #define | WIN_HAMM_A0 0.53836 |
| #define | WIN_HAMM_A1 0.46164 |
Functions | |
| void | dsp16_win_hamm (dsp16_t *vect1, int size) |
| 16-bit fixed point version of the hamming windowing function. | |
| void | dsp32_win_hamm (dsp32_t *vect1, int size) |
| 32-bit fixed point version of the hamming windowing function. | |
| #define WIN_HAMM_A0 0.53836 |
| #define WIN_HAMM_A1 0.46164 |
1.5.5