gen_rectangular.c File Reference


Detailed Description

16-bit and 32-bit rectangular signal generator functions for the AVR32 UC3

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

Definition in file gen_rectangular.c.

#include "dsp.h"

Go to the source code of this file.

Defines

#define MIN(x, y)   (((x) < (y))?(x):(y))

Functions

void dsp16_gen_rect (dsp16_t *vect1, int size, int f, int fs, dsp16_t duty, dsp16_t delay)
 16-bit fixed point version of the rectangular signal generation.
void dsp32_gen_rect (dsp32_t *vect1, int size, int f, int fs, dsp32_t duty, dsp32_t delay)
 32-bit fixed point version of the rectangular signal generation.


Define Documentation

#define MIN ( x,
 )     (((x) < (y))?(x):(y))

Definition at line 49 of file gen_rectangular.c.


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