Definition in file gen_noise.c.
#include "dsp.h"
Go to the source code of this file.
Functions | |
| void | dsp16_gen_noise (dsp16_t *vect1, int size, dsp16_t amp) |
| 16-bit fixed point version of the noise generation. | |
| void | dsp32_gen_noise (dsp32_t *vect1, int size, dsp32_t amp) |
| 32-bit fixed point version of the noise generation. | |
1.5.5