aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/cal_data_gain_pwr_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* cal: Minor fixes in power container, add unit testMartin Braun2020-05-261-0/+24
| | | | | | | - min_power and max_power arguments were swapped. They were always called correctly, so this is more of a documentation fix. - Add a unit test for the case where power values are not regular, which is the normal case with real data.
* cal: Add pwr_cal containerMartin Braun2020-04-171-0/+134
This is a cal container for all types of power cal (RX or TX) that rely on a single, overall gain value. Includes Python API.