|
GNU Radio's TEST Package
|
Files | |
| file | iqbal.h |
| Osmocom IQ balance utils header. | |
Classes | |
| struct | osmo_iqbal_opts |
| Processing options for the IQ balance optimization algorithm. More... | |
Functions | |
| void | osmo_iqbal_fix (float complex *out, float complex *in, unsigned int len, float mag, float phase) |
| struct osmo_cxvec * | osmo_iqbal_cxvec_fix (const struct osmo_cxvec *in, float mag, float phase, struct osmo_cxvec *out) |
| float | osmo_iqbal_estimate (const float complex *data, int fft_size, int fft_count) |
| float | osmo_iqbal_cxvec_estimate (const struct osmo_cxvec *sig, int fft_size, int fft_count) |
| int | osmo_iqbal_cxvec_optimize (const struct osmo_cxvec *sig, float *mag, float *phase, const struct osmo_iqbal_opts *opts) |
Variables | |
| const struct osmo_iqbal_opts | osmo_iqbal_default_opts |
| float osmo_iqbal_cxvec_estimate | ( | const struct osmo_cxvec * | sig, |
| int | fft_size, | ||
| int | fft_count | ||
| ) |
| struct osmo_cxvec * osmo_iqbal_cxvec_fix | ( | const struct osmo_cxvec * | in, |
| float | mag, | ||
| float | phase, | ||
| struct osmo_cxvec * | out | ||
| ) |
| int osmo_iqbal_cxvec_optimize | ( | const struct osmo_cxvec * | sig, |
| float * | mag, | ||
| float * | phase, | ||
| const struct osmo_iqbal_opts * | opts | ||
| ) |
| float osmo_iqbal_estimate | ( | const float complex * | data, |
| int | fft_size, | ||
| int | fft_count | ||
| ) |
| void osmo_iqbal_fix | ( | float complex * | out, |
| float complex * | in, | ||
| unsigned int | len, | ||
| float | mag, | ||
| float | phase | ||
| ) |
|
extern |