XCORE SDK
XCORE Software Development Kit
|
Public Attributes | |
int | bypass |
int | gamma_log2 |
uint32_t | sigma_xx_shift |
float_s32_t | delta_adaption_force_on |
float_s32_t | delta_min |
uint32_t | coeff_index |
fixed_s32_t | ema_alpha_q30 |
int aec_core_config_params_t::bypass |
bypass AEC flag.
uint32_t aec_core_config_params_t::coeff_index |
coefficient index used to track H_hat index when sending H_hat values over the host control interface.
float_s32_t aec_core_config_params_t::delta_adaption_force_on |
delta value used in normalisation spectrum computation when adaption is forced as always ON.
float_s32_t aec_core_config_params_t::delta_min |
Lower limit of delta computed using fractional regularisation.
fixed_s32_t aec_core_config_params_t::ema_alpha_q30 |
alpha used while calculating y_ema_energy, x_ema_energy and error_ema_energy.
int aec_core_config_params_t::gamma_log2 |
parameter for deriving the gamma value that used in normalisation spectrum calculation. gamma is calculated as 2^gamma_log2
uint32_t aec_core_config_params_t::sigma_xx_shift |
parameter used for deriving the alpha value used while calculating EMA of X_energy to calculate sigma_XX.