dsp_windowing.h File Reference


Detailed Description

List of currently implemented windowing functions.

This file show a list of the windowing functions currently implemented in the DSP library.

Author:
Atmel Corporation: http://www.atmel.com
Support and FAQ: http://support.atmel.no/

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.


Generated on Fri Feb 19 02:23:19 2010 for AVR32 UC3 - EVK1104 DSPLib Demo Documentation by  doxygen 1.5.5