XCORE SDK
XCORE Software Development Kit
|
IC adaption controller state structure. More...
#include <ic_state.h>
IC adaption controller state structure.
This structure contains state used for the instance of the adaption controller logic. It is automatically included as part of the IC state and initialised by ic_init().
ic_adaption_controller_config_t ic_adaption_controller_state_t::adaption_controller_config |
Configuration parameters for the adaption controller.
float_s32_t ic_adaption_controller_state_t::input_energy_fast |
Fast filtered value of IC input energy.
float_s32_t ic_adaption_controller_state_t::input_energy_slow |
Slow filtered value of IC input energy.
float_s32_t ic_adaption_controller_state_t::output_energy_fast |
Fast filtered value of IC output energy.
float_s32_t ic_adaption_controller_state_t::output_energy_slow |
Slow filtered value of IC output energy.
float_s32_t ic_adaption_controller_state_t::smoothed_voice_chance |
Post processed VAD value.