Public Attributes | |
double | max_ll |
u8 | num_dds |
double | r_vec [2 *MAX_CHANNELS-5] |
residual_mtxs_t * | res_mtxs |
unanimous_amb_check_t * | unanimous_amb_check |
A memory pool filter to do most everything related to the estimation algorithm. To be used by update_and_get_max_ll() and filter_and_renormalize().
Definition at line 462 of file ambiguity_test.c.
double hyp_filter_t::max_ll |
The greatest log likelihood in the pool so far.
Definition at line 465 of file ambiguity_test.c.
Number of ambiguities.
Definition at line 463 of file ambiguity_test.c.
double hyp_filter_t::r_vec[2 *MAX_CHANNELS-5] |
Transformed measurement to check hypotheses against.
Definition at line 464 of file ambiguity_test.c.
Matrices necessary for testing hypotheses.
Definition at line 466 of file ambiguity_test.c.
A struct to check which int ambs are agreed upon among all hyps.
Definition at line 467 of file ambiguity_test.c.