aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix compilation without zmq outputMatthias P. Braendli2014-11-012-2/+2
|
* Add new ZeroMQ IQ outputMatthias P. Braendli2014-11-015-18/+167
|
* Add autoconf check for pthreadMatthias P. Braendli2014-11-012-3/+337
|
* Correct autoconf for FFTWMatthias P. Braendli2014-11-011-1/+2
|
* Refactor autoconf, make FFTW defaultMatthias P. Braendli2014-10-273-93/+113
|
* Update INSTALL and mention FFTWMatthias P. Braendli2014-10-241-8/+28
|
* Make KISS entirely optionalMatthias P. Braendli2014-10-246-52/+103
| | | | | The Resampler block can also use fftw, and the Makefile only does the kiss fft compilation when --enable-fftw is not given.
* Add possibility to use FFTW for OfdmGeneratorMatthias P. Braendli2014-10-244-13/+153
|
* Correct non-SSE VAR GainModeMatthias P. Braendli2014-10-101-16/+96
|
* Get compilation working on ARMMatthias P. Braendli2014-10-106-10/+36
|
* Fix Non-SSE QpskSymbolMapperMatthias P. Braendli2014-10-101-6/+5
|
* 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
|