aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/include/uhdlib/utils/interpolation.hpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: math: Add interpolation.hppMartin Braun2020-04-071-0/+140
- 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