Definition in file win_blackman.c.
#include "dsp.h"
Go to the source code of this file.
Defines | |
| #define | WIN_BLACK_A0 0.42 |
| #define | WIN_BLACK_A1 0.5 |
| #define | WIN_BLACK_A2 0.08 |
Functions | |
| void | dsp16_win_black (dsp16_t *vect1, int size) |
| 16-bit fixed point version of the blackman windowing function. | |
| void | dsp32_win_black (dsp32_t *vect1, int size) |
| 32-bit fixed point version of the blackman windowing function. | |
| #define WIN_BLACK_A0 0.42 |
Definition at line 47 of file win_blackman.c.
Referenced by dsp16_win_black(), and dsp32_win_black().
| #define WIN_BLACK_A1 0.5 |
Definition at line 48 of file win_blackman.c.
Referenced by dsp16_win_black(), and dsp32_win_black().
| #define WIN_BLACK_A2 0.08 |
Definition at line 49 of file win_blackman.c.
Referenced by dsp16_win_black(), and dsp32_win_black().
1.5.5