aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Interrupt UHD when FCT value is not contiguousMatthias P. Braendli2014-09-263-27/+34
|
* SFN: carry FCT along with timestampsMatthias P. Braendli2014-09-147-40/+100
| | | | | | | | | This is the first step to fix issue #6. The goal is to enable the OutputUHD to check for FCT consistency. Once it can do that, it will also be able to reset the UHD streamer if necessary.
* Add little check for zeromq url syntaxMatthias P. Braendli2014-09-141-1/+7
|
* Add some Buffer commentsMatthias P. Braendli2014-09-132-30/+40
|
* Improve Block Partitioner error messageMatthias P. Braendli2014-07-251-2/+5
|
* Initialise RC correctly when using cmdlineMatthias P. Braendli2014-07-251-4/+5
|
* Increase UHD normalisation to 50000Matthias P. Braendli2014-07-071-1/+11
|
* Refactor GainControl for readabilityMatthias P. Braendli2014-07-072-86/+92
|
* Add rudimentary sample histogram to OutputMemoryMatthias P. Braendli2014-07-072-1/+63
|
* Add digital gain to remote controlMatthias P. Braendli2014-07-026-54/+118
|
* rename myFactor to d_factor in GainControlMatthias P. Braendli2014-06-231-1/+1
|
* Add subdevice to UHD configurationMatthias P. Braendli2014-05-203-0/+10
|
* Patched zmq uri string connectsdr2014-05-201-1/+1
|
* Aesthetic fixes for RemoteControlMatthias P. Braendli2014-05-012-10/+18
|
* remove using directives from .h filesMatthias P. Braendli2014-04-167-40/+44
|
* UHDOutput rename bufsizeMatthias P. Braendli2014-03-261-3/+3
|
* remove all #if ENABLE_UHDMatthias P. Braendli2014-03-261-33/+0
|
* Change ZMQ input message formatMatthias P. Braendli2014-03-262-21/+65
|
* Maintain transmission frame FP relationship in ZeroMQ inputMatthias P. Braendli2014-03-232-4/+28
|
* Fix livelock in synchronous ZeroMQ scenarioMatthias P. Braendli2014-03-233-6/+18
|
* Make sure the ZMQ input thread dies on Stop()Matthias P. Braendli2014-03-231-0/+1
|
* 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
|