#include "dsp.h"
Macros | |
#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, dsp16_t *vect2, int size) |
16-bit fixed point version of the Blackman windowing function. More... | |
void | dsp32_win_black (dsp32_t *vect1, dsp32_t *vect2, int size) |
32-bit fixed point version of the Blackman windowing function. More... | |
Variables | |
S64 | temp64 |
#define WIN_BLACK_A0 0.42 |
Referenced by dsp16_win_black(), and dsp32_win_black().
#define WIN_BLACK_A1 0.5 |
Referenced by dsp16_win_black(), and dsp32_win_black().
#define WIN_BLACK_A2 0.08 |
Referenced by dsp16_win_black(), and dsp32_win_black().
S64 temp64 |
Referenced by dsp32_win_black(), and dsp32_win_kaiser().