aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/cal/iq_cal.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: math: Add interpolation.hppMartin Braun2020-04-071-0/+2
| | | | | | | | - Moves linear_interp from cal to utils - Moves the interp_mode enum class to interpolation.hpp - Adds three interpolation methods for maps: at_interpolate_1d(), at_nearest(), at_lin_interp() - Adds unit tests
* uhd: cal: Add iq_cal calibration data container classMartin Braun2020-04-021-0/+197
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.