Definition in file gen_sinusoidal.c.
#include "dsp.h"
Go to the source code of this file.
Functions | |
dsp16_t | dsp16_gen_sin (dsp16_t *vect1, int size, int f, int fs, dsp16_t phase) |
16-bit fixed point version of the sinusoidal signal generation. | |
dsp32_t | dsp32_gen_sin (dsp32_t *vect1, int size, int f, int fs, dsp32_t phase) |
32-bit fixed point version of the sinusoidal signal generation. |