Definition in file gen_step.c.
#include "dsp.h"
Go to the source code of this file.
Functions | |
| void | dsp16_gen_step (dsp16_t *vect1, int size, dsp16_t intial_value, dsp16_t final_value, int step_index) |
| 16-bit fixed point version of the dirac comb signal generation. | |
| void | dsp32_gen_step (dsp32_t *vect1, int size, dsp32_t intial_value, dsp32_t final_value, int step_index) |
| 32-bit fixed point version of the dirac comb signal generation. | |
1.5.5