summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Prepare v0.4.5v0.4.5Matthias P. Braendli2014-09-263-2/+9
|
* 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
|
* Fix mistake in readmeMatthias P. Braendli2014-08-081-1/+1
|
* Improve Block Partitioner error messageMatthias P. Braendli2014-07-251-2/+5
|
* Initialise RC correctly when using cmdlineMatthias P. Braendli2014-07-251-4/+5
|
* Update example.ini with more documentationMatthias P. Braendli2014-07-071-17/+77
|
* 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
|
* Prepare v0.4.4v0.4.4Matthias P. Braendli2014-05-202-1/+10
|
* Add subdevice to UHD configurationMatthias P. Braendli2014-05-204-3/+18
|
* Merge pull request #2 from sergione76/masterMatthias P. Braendli2014-05-201-1/+1
|\ | | | | Patch ZMQ URI command line argument
| * Patched zmq uri string connectsdr2014-05-201-1/+1
|/
* Remove useless autoconf checksMatthias P. Braendli2014-05-011-5/+0
| | | | They can break compilation in some circumstances
* Aesthetic fixes for RemoteControlMatthias P. Braendli2014-05-012-10/+18
|
* remove using directives from .h filesMatthias P. Braendli2014-04-167-40/+44
|
* Get generate-filter.py to work againMatthias P. Braendli2014-04-161-4/+2
|
* Prepare release 0.4.3v0.4.3Matthias P. Braendli2014-04-042-1/+11
|
* 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-222-3/+2
|
* Add configure option to disable UHDEmil BarczyƄski2014-03-223-3/+47
| | | | 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 !
* remove config.h.in autogenerated fileMatthias P. Braendli2014-03-141-193/+0
|
* 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
|
* Prepare for v0.4.2v0.4.2Matthias P. Braendli2014-03-073-2/+11
|
* update example config with B200 informationMatthias P. Braendli2014-03-072-1/+28
|
* 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
|
* Prepare release v0.4.1v0.4.1Matthias P. Braendli2014-02-112-1/+14
|
* fix invalid initialisation in OfdmGenerator and GuardIntervalInserterMatthias P. Braendli2014-02-112-4/+4
|