aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard/twinrx/twinrx_experts.cpp
Commit message (Collapse)AuthorAgeFilesLines
* twinrx: Provide power cal IDMartin Braun2020-05-191-0/+9
| | | | | | | | | | | | | | | | | | Note that the TwinRX has a different behaviour if two or one channel are enabled. For that reason, TwinRX requires 8 different sets of calibration data: - For one vs. two channels - For channel 0 and channel 1 - For RX1 and RX2 Since every combination of these settings is possible, that results in 2^3 == 8 combinations. The choice of RX1 vs. RX2 is encoded in the calibration key. The choice of one vs. two channels is also encoded in the calibration key, and is derived using an expert node. Channel 0 and 1 are assumed symmetric, thus, the encoding for those happens in the calibration serial.
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-031-168/+200
| | | | | Note: template_lvbitx.{cpp,hpp} need to be excluded from the list of files that clang-format gets applied against.
* twinrx: add lo charge pump propertiesMark Meserve2019-05-021-0/+4
|
* uhd: Update license headersMartin Braun2018-02-191-1/+2
| | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0.
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
|
* Merge branch 'maint'Martin Braun2017-06-271-12/+17
|\
| * twinrx: add reimport lo modeMark Meserve2017-06-151-12/+17
| |
* | utils: introduce new logging API and remove msg APIAndrej Rode2017-02-201-2/+3
|/
* TwinRX: Remove unhelpful warningDerek Kozel2016-10-261-8/+0
|
* TwinRX: Use command time to schedule synchronous eventsDerek Kozel2016-10-261-0/+24
|
* Fix minor spelling errorDerek Kozel2016-08-091-1/+1
|
* Added TwinRX daughterboard control.Ashish Chaudhari2016-07-191-0/+637