aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/cal/cal_python.hpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: cal: Add iq_cal calibration data container classMartin Braun2020-04-021-0/+38
| | | | | | | | This class can be used to store calibration coefficients for the X300 DC offset and IQ imbalance calibration. Note: This also modifies Doxyfile.in to not document files generated by flatc.
* uhd: cal: Add database classMartin Braun2020-03-261-0/+61
This class contains methods to store and retrieve data from the local calibration database. Note that in this case, the "database" is just a bunch of files on the local filesystem.