Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: math: Add interpolation.hpp | Martin Braun | 2020-04-07 | 1 | -0/+1 |
| | | | | | | | | - 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 class | Martin Braun | 2020-04-02 | 1 | -0/+81 |
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. |