| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Prepare v0.4.5v0.4.5 | Matthias P. Braendli | 2014-09-26 | 3 | -2/+9 | 
| | | |||||
| * | Interrupt UHD when FCT value is not contiguous | Matthias P. Braendli | 2014-09-26 | 3 | -27/+34 | 
| | | |||||
| * | SFN: carry FCT along with timestamps | Matthias P. Braendli | 2014-09-14 | 7 | -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 syntax | Matthias P. Braendli | 2014-09-14 | 1 | -1/+7 | 
| | | |||||
| * | Add some Buffer comments | Matthias P. Braendli | 2014-09-13 | 2 | -30/+40 | 
| | | |||||
| * | Fix mistake in readme | Matthias P. Braendli | 2014-08-08 | 1 | -1/+1 | 
| | | |||||
| * | Improve Block Partitioner error message | Matthias P. Braendli | 2014-07-25 | 1 | -2/+5 | 
| | | |||||
| * | Initialise RC correctly when using cmdline | Matthias P. Braendli | 2014-07-25 | 1 | -4/+5 | 
| | | |||||
| * | Update example.ini with more documentation | Matthias P. Braendli | 2014-07-07 | 1 | -17/+77 | 
| | | |||||
| * | Increase UHD normalisation to 50000 | Matthias P. Braendli | 2014-07-07 | 1 | -1/+11 | 
| | | |||||
| * | Refactor GainControl for readability | Matthias P. Braendli | 2014-07-07 | 2 | -86/+92 | 
| | | |||||
| * | Add rudimentary sample histogram to OutputMemory | Matthias P. Braendli | 2014-07-07 | 2 | -1/+63 | 
| | | |||||
| * | Add digital gain to remote control | Matthias P. Braendli | 2014-07-02 | 6 | -54/+118 | 
| | | |||||
| * | rename myFactor to d_factor in GainControl | Matthias P. Braendli | 2014-06-23 | 1 | -1/+1 | 
| | | |||||
| * | Prepare v0.4.4v0.4.4 | Matthias P. Braendli | 2014-05-20 | 2 | -1/+10 | 
| | | |||||
| * | Add subdevice to UHD configuration | Matthias P. Braendli | 2014-05-20 | 4 | -3/+18 | 
| | | |||||
| * | Merge pull request #2 from sergione76/master | Matthias P. Braendli | 2014-05-20 | 1 | -1/+1 | 
| |\ | | | | | Patch ZMQ URI command line argument | ||||
| | * | Patched zmq uri string connect | sdr | 2014-05-20 | 1 | -1/+1 | 
| |/ | |||||
| * | Remove useless autoconf checks | Matthias P. Braendli | 2014-05-01 | 1 | -5/+0 | 
| | | | | | They can break compilation in some circumstances | ||||
| * | Aesthetic fixes for RemoteControl | Matthias P. Braendli | 2014-05-01 | 2 | -10/+18 | 
| | | |||||
| * | remove using directives from .h files | Matthias P. Braendli | 2014-04-16 | 7 | -40/+44 | 
| | | |||||
| * | Get generate-filter.py to work again | Matthias P. Braendli | 2014-04-16 | 1 | -4/+2 | 
| | | |||||
| * | Prepare release 0.4.3v0.4.3 | Matthias P. Braendli | 2014-04-04 | 2 | -1/+11 | 
| | | |||||
| * | UHDOutput rename bufsize | Matthias P. Braendli | 2014-03-26 | 1 | -3/+3 | 
| | | |||||
| * | remove all #if ENABLE_UHD | Matthias P. Braendli | 2014-03-26 | 1 | -33/+0 | 
| | | |||||
| * | Change ZMQ input message format | Matthias P. Braendli | 2014-03-26 | 2 | -21/+65 | 
| | | |||||
| * | Maintain transmission frame FP relationship in ZeroMQ input | Matthias P. Braendli | 2014-03-23 | 2 | -4/+28 | 
| | | |||||
| * | Fix livelock in synchronous ZeroMQ scenario | Matthias P. Braendli | 2014-03-23 | 3 | -6/+18 | 
| | | |||||
| * | Make sure the ZMQ input thread dies on Stop() | Matthias P. Braendli | 2014-03-23 | 1 | -0/+1 | 
| | | |||||
| * | To USRP refclk lock loss check only if refclk is not 'internal' | Matthias P. Braendli | 2014-03-22 | 2 | -3/+13 | 
| | | |||||
| * | enable UHD by default | Matthias P. Braendli | 2014-03-22 | 2 | -3/+2 | 
| | | |||||
| * | Add configure option to disable UHD | Emil BarczyĆski | 2014-03-22 | 3 | -3/+47 | 
| | | | | | Signed-off-by: Matthias P. Braendli <matthias.braendli@mpb.li> | ||||
| * | Do not compare floats for equality. Use a 1PPM window instead | Matthias P. Braendli | 2014-03-17 | 1 | -3/+5 | 
| | | |||||
| * | Show version right at startup | Matthias P. Braendli | 2014-03-16 | 1 | -9/+9 | 
| | | |||||
| * | Handle master_clock_rate better, add verification | Matthias P. Braendli | 2014-03-16 | 3 | -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 file | Matthias P. Braendli | 2014-03-14 | 1 | -193/+0 | 
| | | |||||
| * | Update RemoteControl from dabmux | Matthias P. Braendli | 2014-03-14 | 7 | -68/+130 | 
| | | |||||
| * | add -Wall to Makefile.am | Matthias P. Braendli | 2014-03-14 | 1 | -2/+2 | 
| | | |||||
| * | OutputUHD fails if sample rate cannot be set | Matthias P. Braendli | 2014-03-09 | 2 | -0/+6 | 
| | | |||||
| * | Show version in startup screen | Matthias P. Braendli | 2014-03-09 | 1 | -2/+7 | 
| | | |||||
| * | Change UHD config device to a std::string | Matthias P. Braendli | 2014-03-09 | 2 | -3/+3 | 
| | | |||||
| * | Prepare for v0.4.2v0.4.2 | Matthias P. Braendli | 2014-03-07 | 3 | -2/+11 | 
| | | |||||
| * | update example config with B200 information | Matthias P. Braendli | 2014-03-07 | 2 | -1/+28 | 
| | | |||||
| * | Some ThreadsafeQueue comments | Matthias P. Braendli | 2014-02-21 | 1 | -8/+28 | 
| | | |||||
| * | zmq input improvements | Matthias P. Braendli | 2014-02-21 | 2 | -7/+25 | 
| | | |||||
| * | really fix channel/frequency choice logic | Matthias P. Braendli | 2014-02-17 | 1 | -1/+1 | 
| | | | | | Note to self: learn to try out code before pushing eagerly | ||||
| * | Fix Log.h to show correct headers | Matthias P. Braendli | 2014-02-17 | 1 | -1/+1 | 
| | | |||||
| * | fix channel/frequency choice logic | Matthias P. Braendli | 2014-02-17 | 1 | -1/+1 | 
| | | |||||
| * | Prepare release v0.4.1v0.4.1 | Matthias P. Braendli | 2014-02-11 | 2 | -1/+14 | 
| | | |||||
| * | fix invalid initialisation in OfdmGenerator and GuardIntervalInserter | Matthias P. Braendli | 2014-02-11 | 2 | -4/+4 | 
| | | |||||
