GNU Radio 3.6.5 C++ API
|
#include <blocks/api.h>
Go to the source code of this file.
Functions | |
BLOCKS_API void | float_array_to_int (const float *in, int *out, float scale, int nsamples) |
BLOCKS_API void float_array_to_int | ( | const float * | in, |
int * | out, | ||
float | scale, | ||
int | nsamples | ||
) |
convert array of floats to int with rounding and saturation.