xine-lib 1.2.11
|
Go to the source code of this file.
Functions | |
void | boxcar (int n, _ftype_t *w) |
void | triang (int n, _ftype_t *w) |
void | hanning (int n, _ftype_t *w) |
void | hamming (int n, _ftype_t *w) |
void | blackman (int n, _ftype_t *w) |
void | flattop (int n, _ftype_t *w) |
void | kaiser (int n, _ftype_t *w, _ftype_t b) |
void blackman | ( | int | n, |
_ftype_t * | w | ||
) |
void boxcar | ( | int | n, |
_ftype_t * | w | ||
) |
void flattop | ( | int | n, |
_ftype_t * | w | ||
) |
void hamming | ( | int | n, |
_ftype_t * | w | ||
) |
void hanning | ( | int | n, |
_ftype_t * | w | ||
) |
void triang | ( | int | n, |
_ftype_t * | w | ||
) |