#include "dsp.h"
Functions | |
void | dsp16_gen_noise (dsp16_t *vect1, int size, dsp16_t amp) |
16-bit fixed point version of the noise generation. More... | |
void | dsp32_gen_noise (dsp32_t *vect1, int size, dsp32_t amp) |
32-bit fixed point version of the noise generation. More... | |