This file show a list of the windowing functions currently implemented in the DSP library.
Definition in file dsp_windowing.h.
Go to the source code of this file.
Functions | |
void | dsp16_win_bart (dsp16_t *vect1, int size) |
16-bit fixed point version of the bartlett windowing function. | |
void | dsp16_win_black (dsp16_t *vect1, int size) |
16-bit fixed point version of the blackman windowing function. | |
void | dsp16_win_gauss (dsp16_t *vect1, int size) |
16-bit fixed point version of the gaussian windowing function. | |
void | dsp16_win_hamm (dsp16_t *vect1, int size) |
16-bit fixed point version of the hamming windowing function. | |
void | dsp16_win_hann (dsp16_t *vect1, int size) |
16-bit fixed point version of the hann windowing function. | |
void | dsp16_win_kaiser (dsp16_t *vect1, int size, int alpha) |
16-bit fixed point version of the kaiser windowing function. | |
void | dsp16_win_rect (dsp16_t *vect1, int size) |
16-bit fixed point version of the rectangular windowing function. | |
void | dsp16_win_welch (dsp16_t *vect1, int size) |
16-bit fixed point version of the welch windowing function. | |
void | dsp32_win_bart (dsp32_t *vect1, int size) |
32-bit fixed point version of the bartlett windowing function. | |
void | dsp32_win_black (dsp32_t *vect1, int size) |
32-bit fixed point version of the blackman windowing function. | |
void | dsp32_win_gauss (dsp32_t *vect1, int size) |
32-bit fixed point version of the gaussian windowing function. | |
void | dsp32_win_hamm (dsp32_t *vect1, int size) |
32-bit fixed point version of the hamming windowing function. | |
void | dsp32_win_hann (dsp32_t *vect1, int size) |
32-bit fixed point version of the hann windowing function. | |
void | dsp32_win_kaiser (dsp32_t *vect1, int size, int alpha) |
32-bit fixed point version of the kaiser windowing function. | |
void | dsp32_win_rect (dsp32_t *vect1, int size) |
32-bit fixed point version of the rectangular windowing function. | |
void | dsp32_win_welch (dsp32_t *vect1, int size) |
32-bit fixed point version of the welch windowing function. |