LIBML
Version 3.2.4
LIBML DSP Software Library
|
Macros | |
#define | NORM_SH (29) |
#define | CST_1 (1L << NORM_SH) |
#define | CST_2 (2L * CST_1) |
#define | D2QN(F, SH) ((int)((float)F * (float)(1L << SH))) |
#define | GHMUL(X, Y) ((int)(((q63_t)X * Y) >> 32)) |
Functions | |
q31_t | tpt_div_q31 (const q31_t aInDataA, const q31_t aInDataB) |
Division of q31 inputs. More... | |
#define CST_1 (1L << NORM_SH) |
#define CST_2 (2L * CST_1) |
#define D2QN | ( | F, | |
SH | |||
) | ((int)((float)F * (float)(1L << SH))) |
#define GHMUL | ( | X, | |
Y | |||
) | ((int)(((q63_t)X * Y) >> 32)) |
#define NORM_SH (29) |