#include "dsp.h"
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. More... | |
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. More... | |