aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* To USRP refclk lock loss check only if refclk is not 'internal'Matthias P. Braendli2014-03-222-3/+13
|
* enable UHD by defaultMatthias P. Braendli2014-03-221-2/+0
|
* Add configure option to disable UHDEmil BarczyƄski2014-03-222-2/+39
| | | | Signed-off-by: Matthias P. Braendli <matthias.braendli@mpb.li>
* Do not compare floats for equality. Use a 1PPM window insteadMatthias P. Braendli2014-03-171-3/+5
|
* Show version right at startupMatthias P. Braendli2014-03-161-9/+9
|
* Handle master_clock_rate better, add verificationMatthias P. Braendli2014-03-163-79/+143
| | | | | | The configuration file supports type and master_clock_rate in the [uhd] section. The device option is still supported. But the master_clock_rate can only be verified if it is set !
* Update RemoteControl from dabmuxMatthias P. Braendli2014-03-147-68/+130
|
* add -Wall to Makefile.amMatthias P. Braendli2014-03-141-2/+2
|
* OutputUHD fails if sample rate cannot be setMatthias P. Braendli2014-03-092-0/+6
|
* Show version in startup screenMatthias P. Braendli2014-03-091-2/+7
|
* Change UHD config device to a std::stringMatthias P. Braendli2014-03-092-3/+3
|
* update example config with B200 informationMatthias P. Braendli2014-03-071-0/+1
|
* Some ThreadsafeQueue commentsMatthias P. Braendli2014-02-211-8/+28
|
* zmq input improvementsMatthias P. Braendli2014-02-212-7/+25
|
* really fix channel/frequency choice logicMatthias P. Braendli2014-02-171-1/+1
| | | | Note to self: learn to try out code before pushing eagerly
* Fix Log.h to show correct headersMatthias P. Braendli2014-02-171-1/+1
|
* fix channel/frequency choice logicMatthias P. Braendli2014-02-171-1/+1
|
* fix invalid initialisation in OfdmGenerator and GuardIntervalInserterMatthias P. Braendli2014-02-112-4/+4
|
* fix minor compilation warningMatthias P. Braendli2014-02-111-2/+2
|
* remove unused workerdata in FIRFilterMatthias P. Braendli2014-02-111-2/+1
|
* fix compilation warning in ConvEncoderMatthias P. Braendli2014-02-111-8/+8
|
* include local zmq.hpp and prefer it over the system oneMatthias P. Braendli2014-02-114-3/+571
|
* add channel config option to UHD outputMatthias P. Braendli2014-02-111-5/+55
|
* Remove the fprintf's from OutputUHD, the logging takes care of thisMatthias P. Braendli2014-02-071-45/+35
|
* UHD output: remove compilation warningMatthias P. Braendli2014-02-072-11/+11
|
* fix versioning and tarball generationv0.4.0Matthias P. Braendli2014-02-072-9/+16
|
* Replace CRC-DABMOD by ODR-DabModMatthias P. Braendli2014-02-0790-364/+364
|
* copy updated RemoteControl from dabmuxMatthias P. Braendli2014-01-212-48/+55
|
* copy Log.{h,cpp} improvements from dabmuxMatthias P. Braendli2014-01-212-29/+71
|
* fix some errors seen by cppcheckMatthias P. Braendli2014-01-207-15/+15
|
* kill ZMQ thread when InputZeroMQReader is destroyedMatthias P. Braendli2014-01-101-0/+6
|
* remove setting fixed offset to messageMatthias P. Braendli2014-01-101-1/+0
|
* stop tracking Makefile.inMatthias P. Braendli2014-01-031-1484/+0
|
* Revert "autotools: AM_INIT_AUTOMAKE with subdir-objects"Matthias P. Braendli2014-01-033-0/+2132
| | | | | This reverts commit ae587d9d1678d50c98497efeaeecda28f2703229. It doesn't work well with older autotools. Solving this is not urgent.
* autotools: AM_INIT_AUTOMAKE with subdir-objectsMatthias P. Braendli2013-12-153-2132/+0
| | | | | Make the autotools non-recursive to suppress error, and make it future-proof.
* make versioning git compatible, update INSTALLMatthias P. Braendli2013-11-123-8/+8
|
* update READMEs and such, and ChangeLog for r8r8Matthias P. Braendli (think)2013-11-101-3/+3
|
* crc-dabmod: add ZeroMQ input moduleMatthias P. Braendli (think)2013-11-1010-101/+434
|
* dabmod: add file input to separate class, change versionMatthias P. Braendli (think)2013-11-1010-277/+590
|
* dabmod cosmeticsMatthias P. Braendli (think)2013-11-081-2/+2
|
* crc-dabmod: fix myMuting initialisation in OutputUHDMatthias P. Braendli (think)2013-04-291-2/+9
|
* dabmod: additional mutenotimestamp config entryMatthias P. Braendli (think)2013-04-291-3/+2
|
* add additional UHD init messageMatthias P. Braendli (think)2013-02-121-1/+3
|
* Log.h fix mistakeMatthias P. Braendli (think)2013-02-121-1/+1
|
* add error message when logfile cannot be openedMatthias P. Braendli (think)2013-02-121-0/+1
|
* crc-dabmod: added AVX FIRFilter implementationMatthias P. Braendli (think)2012-09-262-5/+75
| | | | | that is disabled by default because it's slower than the SSE version.
* crc-dabmod: nice error message when config file invalidMatthias P. Braendli (think)2012-09-131-1/+8
|
* crc-dabmod: much cleaner logging implementationMatthias P. Braendli (think)2012-09-1310-126/+173
|
* crc-dabmod: OutputUHD: changed time and clock handlingMatthias P. Braendli (think)2012-09-131-48/+22
|
* crc-dabmod: OutputUHD async message alerts correctionBram (morningbird)2012-09-121-9/+9
|