aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix invalid timestamp decoding on startupMatthias P. Braendli2018-01-161-1/+1
| | | | | | | | | | | | When the second rollover happens before the MNSC was decoded entirely, we set full_timestamp_received without setting time_secs.
| * Let ZeroMQ input timeout, so that SIGINT works tooMatthias P. Braendli2018-01-162-21/+47
| |
| * Simplify InputZeroMQReader, remove worker classMatthias P. Braendli2018-01-162-90/+58
| |
| * Do some InputReader cleanupMatthias P. Braendli2018-01-164-122/+104
| |
| * Fix timestamp handlingMatthias P. Braendli2018-01-143-41/+23
| |
| * UHD: take in account enableSyncMatthias P. Braendli2018-01-141-11/+24
| |
| * UHD: fix print of late packets and underrunsMatthias P. Braendli2018-01-142-1/+4
| |
| * UHD: avoid underrun when manual mutingMatthias P. Braendli2018-01-141-2/+8
| |
| * SDR: set rxgainMatthias P. Braendli2018-01-142-8/+2
| |
| * Avoid race condition on teardown of pipelined pluginsMatthias P. Braendli2018-01-148-20/+28
| |
| * Make ~PipelinedModcodec virtual, simplify GainControl and FIRFilter declarationsMatthias P. Braendli2018-01-144-14/+9
| |
| * Reduce stringstram scope in ~FlowgraphMatthias P. Braendli2018-01-141-2/+1
| |
| * Avoid leaking FFT buffers in OFDM GeneratorMatthias P. Braendli2018-01-141-0/+8
| |
| * Add option to show metadata for file outputMatthias P. Braendli2018-01-076-34/+42
| |
| * Make frame_timestamp movableMatthias P. Braendli2018-01-073-22/+14
| |
| * Avoid some includes, remove unused variables, update commentsMatthias P. Braendli2018-01-074-5/+2
| |
| * Merge branch 'next' into outputRefactoringMatthias P. Braendli2018-01-076-15/+12
| |\ | |/ |/|
* | Fix a few minor mistakesMatthias P. Braendli2018-01-075-14/+13
| |
* | OFDM windowing, fix erroneous assignment in assertionMatthias P. Braendli2018-01-071-1/+1
| |
| * Remove calculateTimestampMatthias P. Braendli2018-01-0710-170/+12
| |
| * Add metadata to SDR outputMatthias P. Braendli2018-01-072-16/+32
| |
| * Simplify OutputZeroMQ a bitMatthias P. Braendli2018-01-072-11/+5
| |
| * Merge branch 'flowgraphmetadata' into outputRefactoringMatthias P. Braendli2018-01-0722-173/+428
| |\
| | * use unique_ptr to handle FILE* in LogMatthias P. Braendli2018-01-073-50/+40
| | |
| | * Replace boost lock by std lock in TIIMatthias P. Braendli2018-01-072-7/+7
| | |
| | * Add metadata latency for all PipelinedModCodecMatthias P. Braendli2018-01-075-33/+72
| | |
| | * Add new flowgraph path for metadataMatthias P. Braendli2018-01-0716-115/+341
| |/ |/|
| * Merge branch 'next' into outputRefactoringMatthias P. Braendli2017-12-308-40/+338
| |\ | |/ |/|
* | Document RC in a separate fileMatthias P. Braendli2017-12-303-29/+62
| |
* | Clear PAPRStats when config gets changedMatthias P. Braendli2017-12-304-0/+21
| |
* | Calculate PAPR in the OfdmGeneratorMatthias P. Braendli2017-12-306-13/+35
| |
* | Add PAPRStats moduleMatthias P. Braendli2017-12-302-0/+222
| |
| * Merge branch 'next' into outputRefactoringMatthias P. Braendli2017-12-2925-470/+215
| |\ | |/ |/|
* | Fix complexf file output formatMatthias P. Braendli2017-12-291-1/+1
| |
* | Update DPD readmeMatthias P. Braendli2017-12-291-8/+25
| |
* | DPDCE fix dpddata_to_str()Matthias P. Braendli2017-12-291-1/+1
| |
* | DPDCE improve statusMatthias P. Braendli2017-12-291-10/+9
| |
* | DPDCE: Add status optionMatthias P. Braendli2017-12-292-39/+57
| |
* | DPDCE: Add reset optionMatthias P. Braendli2017-12-293-3/+11
| |
* | Transform Const into a global config structure, avoid depending on logging ↵Matthias P. Braendli2017-12-2918-149/+71
| | | | | | | | for plot location
* | DPDCE: fix Adapt init and pickle usageMatthias P. Braendli2017-12-292-7/+7
| |
* | Shorten TII name() printoutMatthias P. Braendli2017-12-292-13/+3
| |
* | DPD: Make logging to file optional in all modules, simplify apply_adapt_dumpsMatthias P. Braendli2017-12-2920-167/+92
| |
* | DPD: Remove mention of conda from READMEMatthias P. Braendli2017-12-292-154/+20
| |
| * Do not use undefinded SOCKET_ERRORMatthias P. Braendli2017-12-251-3/+4
| |
| * Portability: check for SO_NOSIGPIPEMatthias P. Braendli2017-12-252-3/+38
| |
| * Avoid warning in SDR.cpp. Set UHD metadata time_spec.Matthias P. Braendli2017-12-254-13/+23
| |
| * Merge branch 'next' into outputRefactoringMatthias P. Braendli2017-12-2546-432/+1027
| |\ | |/ |/|
* | Fix Soapy warningMatthias P. Braendli2017-12-251-3/+3
| |
* | Do not use out_of_range for multiplex reconfiguration errorMatthias P. Braendli2017-12-253-10/+19
| |