The Open Master Hearing Aid (openMHA)
openMHA
Open community platform for hearing aid algorithm research
|
Classes | |
class | rt_nlms_t |
class | nlms_t |
Macros | |
#define | NORMALIZATION_TYPES "[none default sum]" |
#define | NORM_NONE 0 |
#define | NORM_DEFAULT 1 |
#define | NORM_SUM 2 |
#define | ESTIMATION_TYPES "[previous current]" |
#define | ESTIM_PREV 0 |
#define | ESTIM_CUR 1 |
Functions | |
void | make_friendly_number_by_limiting (mha_real_t &x) |
#define NORMALIZATION_TYPES "[none default sum]" |
#define NORM_NONE 0 |
#define NORM_DEFAULT 1 |
#define NORM_SUM 2 |
#define ESTIMATION_TYPES "[previous current]" |
#define ESTIM_PREV 0 |
#define ESTIM_CUR 1 |
|
inline |