libosmodsp 0.5.0
Osmocom DSP library
Loading...
Searching...
No Matches
_iqbal_state Struct Reference

Internal state structure for the IQ balance optimization algorithm. More...

Data Fields

const struct osmo_iqbal_optsopts
 Options.
const struct osmo_cxvecorg
 Original vector.
struct osmo_cxvectmp
 Temporary vector.
int feval
 # of function evaluation
struct _iqbal_estimate_statecache
 Cache for estimate func.

Detailed Description

Internal state structure for the IQ balance optimization algorithm.

Field Documentation

◆ cache

struct _iqbal_estimate_state* _iqbal_state::cache

Cache for estimate func.

Referenced by _iqbal_objfn_value(), and osmo_iqbal_cxvec_optimize().

◆ feval

int _iqbal_state::feval

# of function evaluation

Referenced by _iqbal_objfn_value(), and osmo_iqbal_cxvec_optimize().

◆ opts

const struct osmo_iqbal_opts* _iqbal_state::opts

Options.

Referenced by _iqbal_objfn_value(), and osmo_iqbal_cxvec_optimize().

◆ org

const struct osmo_cxvec* _iqbal_state::org

Original vector.

Referenced by _iqbal_objfn_value(), and osmo_iqbal_cxvec_optimize().

◆ tmp

struct osmo_cxvec* _iqbal_state::tmp

Temporary vector.

Referenced by _iqbal_objfn_value(), and osmo_iqbal_cxvec_optimize().


The documentation for this struct was generated from the following file: