Relative functions:
Relative functions:
Relative functions:
Relative functions:
Relative functions:
Relative functions:
Relative functions:
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. |
void dsp16_win_bart | ( | dsp16_t * | vect1, | |
int | size | |||
) |
16-bit fixed point version of the bartlett windowing function.
vect1 | A pointer on the 16-bit real vector that will contain the window. | |
size | The size of the output buffer. |
void dsp16_win_black | ( | dsp16_t * | vect1, | |
int | size | |||
) |
16-bit fixed point version of the blackman windowing function.
vect1 | A pointer on the 16-bit real vector that will contain the window. | |
size | The size of the output buffer. |
void dsp16_win_gauss | ( | dsp16_t * | vect1, | |
int | size | |||
) |
16-bit fixed point version of the gaussian windowing function.
vect1 | A pointer on the 16-bit real vector that will contain the window. | |
size | The size of the output buffer. |
void dsp16_win_hamm | ( | dsp16_t * | vect1, | |
int | size | |||
) |
16-bit fixed point version of the hamming windowing function.
vect1 | A pointer on the 16-bit real vector that will contain the window. | |
size | The size of the output buffer. |
void dsp16_win_hann | ( | dsp16_t * | vect1, | |
int | size | |||
) |
16-bit fixed point version of the hann windowing function.
vect1 | A pointer on the 16-bit real vector that will contain the window. | |
size | The size of the output buffer. |
void dsp16_win_kaiser | ( | dsp16_t * | vect1, | |
int | size, | |||
int | alpha | |||
) |
16-bit fixed point version of the kaiser windowing function.
vect1 | A pointer on the 16-bit real vector that will contain the window. | |
size | The size of the output buffer. | |
alpha | The alpha coefficient which must be greater than 0. |
void dsp16_win_rect | ( | dsp16_t * | vect1, | |
int | size | |||
) |
16-bit fixed point version of the rectangular windowing function.
vect1 | A pointer on the 16-bit real vector that will contain the window. | |
size | The size of the output buffer. |
void dsp16_win_welch | ( | dsp16_t * | vect1, | |
int | size | |||
) |
16-bit fixed point version of the welch windowing function.
vect1 | A pointer on the 16-bit real vector that will contain the window. | |
size | The size of the output buffer. |
void dsp32_win_bart | ( | dsp32_t * | vect1, | |
int | size | |||
) |
32-bit fixed point version of the bartlett windowing function.
vect1 | A pointer on the 32-bit real vector that will contain the window. | |
size | The size of the output buffer. |
void dsp32_win_black | ( | dsp32_t * | vect1, | |
int | size | |||
) |
32-bit fixed point version of the blackman windowing function.
vect1 | A pointer on the 32-bit real vector that will contain the window. | |
size | The size of the output buffer. |
void dsp32_win_gauss | ( | dsp32_t * | vect1, | |
int | size | |||
) |
32-bit fixed point version of the gaussian windowing function.
vect1 | A pointer on the 32-bit real vector that will contain the window. | |
size | The size of the output buffer. |
void dsp32_win_hamm | ( | dsp32_t * | vect1, | |
int | size | |||
) |
32-bit fixed point version of the hamming windowing function.
vect1 | A pointer on the 32-bit real vector that will contain the window. | |
size | The size of the output buffer. |
void dsp32_win_hann | ( | dsp32_t * | vect1, | |
int | size | |||
) |
32-bit fixed point version of the hann windowing function.
vect1 | A pointer on the 32-bit real vector that will contain the window. | |
size | The size of the output buffer. |
void dsp32_win_kaiser | ( | dsp32_t * | vect1, | |
int | size, | |||
int | alpha | |||
) |
32-bit fixed point version of the kaiser windowing function.
vect1 | A pointer on the 32-bit real vector that will contain the window. | |
size | The size of the output buffer. | |
alpha | The alpha coefficient which must be greater than 0. |
void dsp32_win_rect | ( | dsp32_t * | vect1, | |
int | size | |||
) |
32-bit fixed point version of the rectangular windowing function.
vect1 | A pointer on the 32-bit real vector that will contain the window. | |
size | The size of the output buffer. |
void dsp32_win_welch | ( | dsp32_t * | vect1, | |
int | size | |||
) |
32-bit fixed point version of the welch windowing function.
vect1 | A pointer on the 32-bit real vector that will contain the window. | |
size | The size of the output buffer. |