aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/interpolation_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: math: Add interpolation.hppMartin Braun2020-04-071-0/+35
- 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