33 #ifndef SWITCH_ESTIMATORS_H 34 #define SWITCH_ESTIMATORS_H float measurement_noise_e
#define SWITCH_END_EXTERN_C
switch_bool_t switch_kalman_is_slow_link(kalman_estimator_t *est_loss, kalman_estimator_t *est_rtt)
void switch_kalman_init(kalman_estimator_t *est, float Q, float R)
switch_bool_t switch_kalman_cusum_init(cusum_kalman_detector_t *detect_change, float epsilon, float h)
switch_bool_t switch_kalman_cusum_detect_change(cusum_kalman_detector_t *detector, float measurement, float rtt_avg)
switch_bool_t switch_kalman_estimate(kalman_estimator_t *est, float measurement, int system_model)
float measurement_noise_v
#define SWITCH_BEGIN_EXTERN_C