|
libosmodsp 0.5.0
Osmocom DSP library
|
Internal state structure for the IQ balance optimization algorithm. More...
Data Fields | |
| const struct osmo_iqbal_opts * | opts |
| Options. | |
| const struct osmo_cxvec * | org |
| Original vector. | |
| struct osmo_cxvec * | tmp |
| Temporary vector. | |
| int | feval |
| # of function evaluation | |
| struct _iqbal_estimate_state * | cache |
| Cache for estimate func. | |
Internal state structure for the IQ balance optimization algorithm.
| struct _iqbal_estimate_state* _iqbal_state::cache |
Cache for estimate func.
Referenced by _iqbal_objfn_value(), and osmo_iqbal_cxvec_optimize().
| int _iqbal_state::feval |
# of function evaluation
Referenced by _iqbal_objfn_value(), and osmo_iqbal_cxvec_optimize().
| const struct osmo_iqbal_opts* _iqbal_state::opts |
Options.
Referenced by _iqbal_objfn_value(), and osmo_iqbal_cxvec_optimize().
| const struct osmo_cxvec* _iqbal_state::org |
Original vector.
Referenced by _iqbal_objfn_value(), and osmo_iqbal_cxvec_optimize().
| struct osmo_cxvec* _iqbal_state::tmp |
Temporary vector.
Referenced by _iqbal_objfn_value(), and osmo_iqbal_cxvec_optimize().