aboutsummaryrefslogtreecommitdiffstats
path: root/src/output
Commit message (Collapse)AuthorAgeFilesLines
* Lime output: handle different sampleratesMatthias P. Braendli2022-11-181-7/+2
|
* Rework timestamp_refreshMatthias P. Braendli2022-10-145-6/+15
| | | | Since we have the 'timestamp in the past' warning refresh requests can be lost
* Add support for BladeRF devicesMatthias P. Braendli2021-11-263-1/+435
| | | | | Many thanks to Steven Rossel for the work he did during his student project.
* Fix Soapy error messageMatthias P. Braendli2021-07-081-1/+1
|
* USRP: Handle external pps_src on startupMatthias P. Braendli2020-12-121-0/+3
|
* Revert "Handle pps_src external in USRPTime ctor"Matthias P. Braendli2020-12-121-3/+1
| | | | | | verify_time doesn't handle the external PPS input! This reverts commit 6c02271b0050dbb2808bb55272b438576d937d4a.
* Soapy: set RX samplerate which is required by LimeSDRLeo Currie2020-01-251-0/+1
| | | | | | Pull request 40 (cherry picked from commit 8aef8ca39f3a73ba3411876a7abd58204b2f6fe6)
* Handle pps_src external in USRPTime ctorMatthias P. Braendli2020-01-141-1/+3
|
* Fix compilation with disabled limesdrMatthias P. Braendli2019-11-051-0/+4
|
* Merge lime output into next branchMatthias P. Braendli2019-10-072-8/+7
|\
| * SDR: show FCT with timestamp warnings in logMatthias P. Braendli2019-09-051-4/+4
| |
| * Unify Socket library with other mmbToolsMatthias P. Braendli2019-07-081-4/+3
| |
* | Change lowpass filter. Remove interpolation (no need). Set samples in I16 ↵F5OEO2019-05-162-117/+142
| | | | | | | | instead of CF32.
* | Implement bandwidth functions for LimelimeMatthias P. Braendli2019-05-072-0/+14
| |
* | Merge branch 'next' into limeMatthias P. Braendli2019-05-076-8/+66
|\|
| * Fix compilation with UHD 3.14Matthias P. Braendli2019-05-061-2/+1
| |
| * Add analog bandwidth configuration to UHD and Soapy outputsMatthias P. Braendli2019-03-146-6/+64
| |
* | Lime: show fifo fill percent in RCMatthias P. Braendli2019-03-123-7/+7
| |
* | Lime: Show fifo fullness in RCMatthias P. Braendli2019-03-124-2/+26
| |
* | Lime: do not check fifoFilledCount before sendingMatthias P. Braendli2019-03-122-12/+4
| |
* | Refactor Lime outputMatthias P. Braendli2019-02-272-198/+205
| | | | | | | | | | | | | | | | | | * master_clock_rate sets CGEN clock, not sample rate * set sample rate accordingly * support only interpolate 1 and 2 * add frequency, txgain and temperature to RC * improve error handling * fix signedness of LMS_SendStream() return value
* | Merge branch 'next' into limeMatthias P. Braendli2019-02-271-2/+2
|\|
| * Catch all exceptions as constMatthias P. Braendli2019-01-281-2/+2
| |
* | Merge branch 'next' into limeMatthias P. Braendli2019-01-232-6/+10
|\|
| * Only start DPD feedback if port is setMatthias P. Braendli2018-12-171-4/+6
| |
| * Soapy: do not set master clock rate if it is 0Matthias P. Braendli2018-12-171-2/+4
| |
* | Format document - test push githubF5OEO2018-12-142-202/+183
| |
* | In progress, buffer managementF5OEO2018-12-131-16/+72
| |
* | Add FIR processing with upsamplingF5OEO2018-12-113-90/+50
| |
* | First working minimal live versionF5OEO2018-12-102-48/+113
| |
* | Set minimal initF5OEO2018-12-102-20/+36
| |
* | Add minimum compilation for LimeSDRF5OEO2018-12-102-0/+447
|/
* Add SDR temperature to RCMatthias P. Braendli2018-11-186-0/+36
|
* Replace boost by the standalone asio libraryMatthias P. Braendli2018-08-061-0/+1
|
* Rework GPSDO fix checkMatthias P. Braendli2018-06-185-97/+142
| | | | | Accelerate startup, take advantage of new UHD sensor, fix startup issue.
* Make DPDFeedback quit quicklyMatthias P. Braendli2018-04-201-1/+3
|
* ThreadsafeQueue: add wakeup event instead of custom termination markersMatthias P. Braendli2018-04-203-7/+5
| | | | | This avoids the issue that the ~SDR termination marker doesn't reach the consumer because it's still prebuffering
* Add missing iomanip includeMatthias P. Braendli2018-04-101-0/+1
|
* Use std::future instead of boost::packaged_task in USRPTimeMatthias P. Braendli2018-04-102-29/+17
|
* Replace boost thread in UHD.cppMatthias P. Braendli2018-04-102-3/+4
|
* Replace boost in output/FeedbackMatthias P. Braendli2018-04-102-20/+20
|
* Support UHD 3.11 logging subsystemMatthias P. Braendli2018-03-102-2/+37
|
* Fix handling of GPS sensorsMatthias P. Braendli2018-02-141-6/+22
|
* Properly initialise UHD GPSDOMatthias P. Braendli2018-02-102-5/+30
|
* SDR RC: ensure returned format is std::fixedMatthias P. Braendli2018-01-301-0/+1
|
* Register the RC parameters for SDRMatthias P. Braendli2018-01-301-0/+8
|
* Make ~SDR virtualMatthias P. Braendli2018-01-301-1/+1
|
* Handle Soapy TX and RX timestamps for DPDMatthias P. Braendli2018-01-242-18/+70
|
* Soapy: set hw time if device supportsMatthias P. Braendli2018-01-222-6/+16
|
* Fix DPD unknown exceptionMatthias P. Braendli2018-01-201-1/+4
|