Definition in file gen_sawtooth.c.
#include "dsp.h"
Go to the source code of this file.
Functions | |
| dsp16_t | dsp16_gen_saw (dsp16_t *vect1, int size, int f, int fs, dsp16_t duty, dsp16_t delay) |
| 16-bit fixed point version of the saw tooth signal generation. | |
| dsp32_t | dsp32_gen_saw (dsp32_t *vect1, int size, int f, int fs, dsp32_t duty, dsp32_t delay) |
| 32-bit fixed point version of the saw tooth signal generation. | |
1.5.5