| Commit message (Collapse) | Author | Age | Files | Lines | 
| |  | 
 | 
| | 
| 
| 
| 
| 
| 
|  | 
- min_power and max_power arguments were swapped. They were always
  called correctly, so this is more of a documentation fix.
- Add a unit test for the case where power values are not regular, which
  is the normal case with real data.
 | 
| | 
| 
| 
| 
| 
| 
|  | 
This is a cal container for all types of power cal (RX or TX) that rely
on a single, overall gain value.
Includes Python API.
 | 
| | 
| 
| 
| 
| 
| 
| 
|  | 
- 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
 | 
| | 
| 
| 
| 
| 
| 
| 
|  | 
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.
 | 
|   
  
  
  
  
   | 
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.
 |