GNU Radio's TEST Package
|
Processing options for the IQ balance optimization algorithm. More...
#include <iqbal.h>
Public Attributes | |
int | fft_size |
FFT size to use. More... | |
int | fft_count |
Number of FFT to use. More... | |
int | max_iter |
Max # iterations per pass. More... | |
int | start_at_prev |
Use prev values as starting point. More... | |
Processing options for the IQ balance optimization algorithm.
int osmo_iqbal_opts::fft_count |
Number of FFT to use.
int osmo_iqbal_opts::fft_size |
FFT size to use.
int osmo_iqbal_opts::max_iter |
Max # iterations per pass.
int osmo_iqbal_opts::start_at_prev |
Use prev values as starting point.