Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-11-25 | configure.ac: introduce --enable-werror and --enable-sanitizeHEADmaster | Harald Welte | 2 | -2/+33 | |
... just like in other osmocom projects | |||||
2019-01-26 | Bump version: 0.3.10-464b → 0.4.00.4.0 | Harald Welte | 2 | -1/+7 | |
2019-01-26 | Use release helper from libosmcoore | Harald Welte | 2 | -0/+6 | |
Related: OS#1861 | |||||
2019-01-17 | add debian packaging for libosmodsp | Harald Welte | 10 | -0/+142 | |
2017-03-17 | make sure all hyperlinks have <> | Harald Welte | 1 | -2/+2 | |
2017-03-17 | add README.md file about the project | Harald Welte | 1 | -0/+50 | |
2016-12-30 | cxvec/math: Add helper to find the N highest energy values in vector | Sylvain Munaut | 2 | -0/+48 | |
Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
2016-08-06 | doxygen: Attempt to fix make distcheck on Debian 8.0 | Holger Hans Peter Freyther | 1 | -1/+1 | |
ERROR: files left in build directory after distclean: ./doc/doxygen_sqlite3.db Makefile:756: recipe for target 'distcleancheck' failed make[1]: *** [distcleancheck] Error 1 | |||||
2016-04-25 | Doxygen: enable tagfile generation and usage for cross-project references | Sylvain Munaut | 2 | -3/+3 | |
We also don't remove the html/ component of the path to be consistent with libosmocore and allow possible future installation of pdf/latex/... Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
2016-04-25 | Doxygen: Enable client-based search engine | Sylvain Munaut | 2 | -2/+2 | |
Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
2014-10-05 | cxvec/math: Make sure to use conjf and not conj to avoid double math | Sylvain Munaut | 1 | -2/+2 | |
Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
2014-10-05 | build: Add .version to EXTRA_DIST | Sylvain Munaut | 1 | -1/+1 | |
This fixes make distcheck and this is equivalent to what we did in libosmocore commit e28bc6876d127e1165dc7ad2ea96b585a1161ec6 Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
2013-06-16 | iqbal: Move the SDR# comment to the Doxygen file header0.3.0 | Sylvain Munaut | 1 | -11/+10 | |
Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
2013-06-12 | Makefile.am: Use AM_CPPFLAGS | Alexander Huemer | 2 | -2/+2 | |
Since automake 1.13 INCLUDES is depricates and causes a warning | |||||
2013-03-19 | iqbal: Add reference to SDR# blog post | Sylvain Munaut | 1 | -0/+11 | |
Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
2013-03-08 | iqbal: Improve convergence of the optimization | Sylvain Munaut | 1 | -7/+8 | |
- 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 | iqbal: Reduce gradient step | Sylvain Munaut | 1 | -1/+1 | |
1e-3 is withing the range of value we're looking for, so we need something smaller. Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
2013-03-08 | iqbal: Allow caching of fft buffer and plan during the optimize call | Sylvain Munaut | 1 | -8/+62 | |
Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
2013-03-03 | iqbal: Remove a Doxygen warning | Sylvain Munaut | 1 | -2/+1 | |
Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
2013-03-03 | iqbal: Fix typo in doc | Sylvain Munaut | 1 | -1/+1 | |
Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
2013-02-19 | iqbal: Import new module to deal with IQ balance correction/optimization | Sylvain Munaut | 5 | -4/+385 | |
Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
2013-02-10 | build: Make configure fail if all required headers aren't found | Sylvain Munaut | 1 | -2/+2 | |
Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
2013-02-10 | build: remove redundant AC_PROG_LIBTOOL and use LT_INIT(pic-only). | Diego Elio Pettenò | 2 | -3/+2 | |
Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu> Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
2013-02-10 | build: set automake options in configure.ac only. | Diego Elio Pettenò | 2 | -2/+1 | |
Also disable building of gzip-compressed tarballs. Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu> Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
2013-02-10 | build: simplify Doxygen output installation | Diego Elio Pettenò | 1 | -7/+4 | |
Instead of using a custom pkgdocdir value use the default, and overridable, htmldir. Also make sure that the directory is properly removed at uninstall, to unbreak `make distcheck`. Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu> Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
2013-01-06 | doxyfiles: refer paths to @srcdir@ | Sylvain Munaut | 1 | -1/+1 | |
Based on a libosmocore patch by Alex Badea Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
2013-01-06 | build: Replace obsolete automake AM_CONFIG_HEADER | Sylvain Munaut | 1 | -1/+1 | |
Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
2012-05-24 | cxvec_math: Add osmo_cxvec_delay function | Sylvain Munaut | 2 | -0/+78 | |
Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
2012-05-23 | cxvec_math: Add missing doc for 'out' param of osmo_cxvec_convolve | Sylvain Munaut | 1 | -0/+1 | |
Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
2012-05-23 | cxvec_math: Mark input vectors as 'const' where applicable | Sylvain Munaut | 2 | -16/+18 | |
Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
2012-05-14 | src: Fix typo in Makefile | Sylvain Munaut | 1 | -1/+1 | |
Thanks to horizon for pointing this out. Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
2012-04-18 | Rename to libosmosdr to libosmodsp to avoid conflict with the SDR hw | Sylvain Munaut | 14 | -30/+30 | |
Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
2012-04-18 | doc: Fix the Doxygen section endings | Sylvain Munaut | 6 | -6/+6 | |
Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
2012-03-28 | misc: Fix mailing list address | Sylvain Munaut | 1 | -1/+1 | |
Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
2011-10-16 | rename libosmosdr to libosmo-sdr0.2.0 | Harald Welte | 1 | -1/+1 | |
2011-10-15 | Add .gitignore0.1.0 | Sylvain Munaut | 1 | -0/+33 | |
Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
2011-10-15 | build: Add all the autotools 'magic' | Sylvain Munaut | 10 | -0/+1986 | |
Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
2011-10-15 | Initial import of the actual sources/headers | Sylvain Munaut | 6 | -0/+1016 | |
Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||||
2011-10-15 | Intial checkin of the libosmo-sdr with just licence & authors | Sylvain Munaut | 2 | -0/+340 | |
Signed-off-by: Sylvain Munaut <tnt@246tNt.com> |