#include <nuttx/config.h>
Go to the source code of this file.
Macros | |
#define | EXTERN extern "C" |
Functions | |
decimator_instancef_t * | create_decimatorf (int fs, int dec_factor, int tr_width, int blocksz) |
decimator_instancef_t * | create_decimatorf_tap (int fs, int dec_factor, int taps, int blocksz) |
int | decimator_executef (decimator_instancef_t *dec, float *input, int input_len, float *output, int output_len) |
int | decimator_tapnumf (decimator_instancef_t *dec) |
void | decimator_deletef (decimator_instancef_t *dec) |