A library with SDR DSP primitives
Go to file
Sylvain Munaut 42a684e0bf iqbal: Improve convergence of the optimization
- We need to only take the general direction of the gradient
   and not the actual value (hence the division by sum of abs)

 - We take new values even if the score is equal, it might get
   us out of a dead lock

 - When reducing the step size, we look at how much we overshoot
   to get a better new step size

 - If the gain was lower than 1%, we quit, but we still take the
   new value

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2013-03-08 17:50:21 +01:00
include iqbal: Import new module to deal with IQ balance correction/optimization 2013-02-19 21:58:24 +01:00
m4 build: Add all the autotools 'magic' 2011-10-15 16:53:51 +02:00
src iqbal: Improve convergence of the optimization 2013-03-08 17:50:21 +01:00
.gitignore Add .gitignore 2011-10-15 16:53:51 +02:00
AUTHORS Intial checkin of the libosmo-sdr with just licence & authors 2011-10-15 00:28:12 +02:00
COPYING Intial checkin of the libosmo-sdr with just licence & authors 2011-10-15 00:28:12 +02:00
Doxyfile.in doxyfiles: refer paths to @srcdir@ 2013-01-06 00:45:17 +01:00
Makefile.am build: set automake options in configure.ac only. 2013-02-10 19:45:44 +01:00
configure.ac iqbal: Import new module to deal with IQ balance correction/optimization 2013-02-19 21:58:24 +01:00
git-version-gen build: Add all the autotools 'magic' 2011-10-15 16:53:51 +02:00
libosmodsp.pc.in Rename to libosmosdr to libosmodsp to avoid conflict with the SDR hw 2012-04-18 22:19:14 +02:00