Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add first version of EDI input | Matthias P. Braendli | 2016-12-25 | 3 | -8/+135 |
| | |||||
* | Refactor flowgraph and puncturing rules | Matthias P. Braendli | 2016-12-25 | 59 | -1299/+789 |
| | |||||
* | Remove ModFormat | Matthias P. Braendli | 2016-12-25 | 40 | -225/+44 |
| | |||||
* | Include default firfilter taps in binary and enable by default | Matthias P. Braendli | 2016-12-11 | 6 | -47/+71 |
| | |||||
* | Make gainmode VAR the default and update config to accept gainmode identifiers | Matthias P. Braendli | 2016-12-11 | 2 | -8/+19 |
| | |||||
* | Remove unused AVX implementation of FIRFilter | Matthias P. Braendli | 2016-12-11 | 1 | -71/+3 |
| | |||||
* | Avoid a copy when constructing a log_message_t | Matthias P. Braendli | 2016-10-28 | 1 | -1/+1 |
| | |||||
* | Ensure log_message_t contents are always initialised | Matthias P. Braendli | 2016-10-24 | 2 | -7/+6 |
| | |||||
* | Minor improvements in log | Matthias P. Braendli | 2016-10-24 | 2 | -19/+12 |
| | |||||
* | Remove useless protected: in EtiReader | Matthias P. Braendli | 2016-10-24 | 1 | -2/+1 |
| | |||||
* | Add TCP input to usage screen | Matthias P. Braendli | 2016-10-10 | 1 | -1/+3 |
| | |||||
* | Port some RC changes from ODR-DabMux | Matthias P. Braendli | 2016-10-10 | 2 | -82/+142 |
| | |||||
* | Rework remotecontrol | Matthias P. Braendli | 2016-10-07 | 9 | -264/+143 |
| | |||||
* | Add TCP input recv timeout of 30s | Matthias P. Braendli | 2016-09-21 | 1 | -0/+12 |
| | |||||
* | Don't send trace logs to syslog | Matthias P. Braendli | 2016-09-18 | 2 | -19/+29 |
| | |||||
* | Remove crc-dwap.py script | Matthias P. Braendli | 2016-09-16 | 1 | -547/+0 |
| | |||||
* | Add ETI-over-TCP input | Matthias P. Braendli | 2016-09-11 | 3 | -5/+175 |
| | |||||
* | Describe zmq input in command line usage | Matthias P. Braendli | 2016-08-23 | 1 | -1/+1 |
| | |||||
* | Increase detail for ZeroMQ error messages | Matthias P. Braendli | 2016-08-23 | 1 | -2/+16 |
| | |||||
* | Fix UHD buffering leading to out of memory | Matthias P. Braendli | 2016-06-24 | 3 | -12/+40 |
| | | | | | | | | | | | | Since commit d9ef93e, UHD does not backpressure the modulator anymore. If a pipe input is used, the ODR-DabMux before also doesn't get any back-pressure, the modulation thread and the mux run a very high rate. This high rate fills the buffer between OutputUHD and its worker thread, until the out-of-memory killer kills ODR-DabMod. Less impact on ZMQ input, because that is throttled at the mux, but we still have a buffer that can grow in an uncontrolled way | ||||
* | Move logging writes to separate thread | Matthias P. Braendli | 2016-06-17 | 2 | -15/+72 |
| | |||||
* | Set custom names to threads | Matthias P. Braendli | 2016-06-17 | 8 | -0/+19 |
| | |||||
* | Set SCHED_RR prio for all data processing threads | Matthias P. Braendli | 2016-06-17 | 5 | -0/+24 |
| | | | | This includes Modulator, FIR Filter and UHD worker | ||||
* | Add TRACE support for timing analysis | Matthias P. Braendli | 2016-06-17 | 5 | -14/+93 |
| | |||||
* | Set UHD printout of timestamps to std::fixed | Matthias P. Braendli | 2016-06-17 | 1 | -2/+4 |
| | |||||
* | fix segfault on SIGINT before UHD init completes | Matthias P. Braendli | 2016-06-17 | 2 | -6/+14 |
| | |||||
* | Do not free FFTW plan before calling destroy | Matthias P. Braendli | 2016-06-10 | 1 | -2/+0 |
| | | | | Fixes segmentation fault in the Resampler destructor | ||||
* | Remove broken KISS FFT support | Matthias P. Braendli | 2016-05-27 | 8 | -408/+13 |
| | |||||
* | Replace some unsigned types | Matthias P. Braendli | 2016-05-27 | 11 | -36/+37 |
| | |||||
* | Fix process time statistics print | Matthias P. Braendli | 2016-05-27 | 1 | -4/+4 |
| | |||||
* | Use system time instead of usrp time to print | Matthias P. Braendli | 2016-05-26 | 2 | -3/+5 |
| | |||||
* | Correct timestamp decoder pps calculation | Matthias P. Braendli | 2016-05-25 | 1 | -1/+1 |
| | |||||
* | Fix UHD underrun printout | Matthias P. Braendli | 2016-05-20 | 1 | -2/+2 |
| | |||||
* | Embellish warning about timestamp | Matthias P. Braendli | 2016-05-20 | 1 | -3/+5 |
| | |||||
* | Get rid of FCT discontinuity check | Matthias P. Braendli | 2016-05-20 | 3 | -40/+1 |
| | | | | The timestamp discontinuity verification takes care of this now | ||||
* | Improve timestamp handling | Matthias P. Braendli | 2016-05-20 | 6 | -114/+124 |
| | | | | | Replace PPS representation from double to integer, and analyse in OutputUHD if the timestamp is as expected. | ||||
* | Refactor OutputUHD, replace double buffering by queue | Matthias P. Braendli | 2016-05-20 | 2 | -126/+79 |
| | |||||
* | Protect cerr by mutex in Log, and minor things | Matthias P. Braendli | 2016-02-28 | 2 | -6/+14 |
| | |||||
* | Add comments in PhaseReference | Matthias P. Braendli | 2016-01-31 | 2 | -5/+18 |
| | |||||
* | FIRFilter, use vector to save filter taps | Matthias P. Braendli | 2016-01-31 | 2 | -35/+20 |
| | |||||
* | Restart when FrameMultiplexer sees a different configuration | Matthias P. Braendli | 2016-01-31 | 2 | -17/+35 |
| | |||||
* | Correct size of PhaseReference d_dataIn | Matthias P. Braendli | 2016-01-31 | 1 | -2/+7 |
| | |||||
* | PhaseReference: replace array by vector | Matthias P. Braendli | 2016-01-31 | 2 | -6/+5 |
| | |||||
* | Replace quite a few 'new' with make_shared | Matthias P. Braendli | 2016-01-31 | 4 | -54/+43 |
| | |||||
* | CicEqualiser: replace float array by vector | Matthias P. Braendli | 2016-01-31 | 2 | -8/+5 |
| | |||||
* | Fix UHD output timestamp increment | Matthias P. Braendli | 2015-11-27 | 1 | -1/+1 |
| | |||||
* | Set default UHD settings for command line | Matthias P. Braendli | 2015-10-30 | 1 | -0/+3 |
| | |||||
* | Fix command line option for zmq input | Matthias P. Braendli | 2015-10-30 | 1 | -1/+1 |
| | |||||
* | Fix compilation in KISS FFT with SIMD due to std::complex | Matthias P. Braendli | 2015-10-28 | 2 | -6/+6 |
| | |||||
* | Fix Non-SSE GainControl compile error | Matthias P. Braendli | 2015-09-27 | 1 | -6/+7 |
| |