aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs/calibration.dox
Commit message (Collapse)AuthorAgeFilesLines
* fpga: docs: Improve documentation of rx_frontend_gen3Martin Braun2021-04-071-2/+2
| | | | Also fixes a typo in the calibration manual page.
* docs: Add N320 frontend correction sectionMartin Braun2021-03-191-1/+106
|
* cal: change default extension of calibration filesLars Amsel2020-06-231-2/+2
| | | | | | | | | Flatbuffers offers an option to set the default extension for binary files. Our calibration files have the extension .cal. Set the extension in all schema files to ease conversion between binary and text representation of calibration files. Updated documentation accordingly.
* fixup! cal: Add doxygen section to explain conversion from and to JSONLars Amsel2020-05-271-5/+5
|
* cal: Add doxygen section to explain conversion from and to JSONLars Amsel2020-05-271-0/+25
|
* uhd: paths: Harmonize around XDG Base Directory specificationMartin Braun2020-04-021-9/+9
| | | | | | | | | | | | | | | | | | | | | | Up until now, we completely ignore the XDG specification. This commit does the following to change that: - It uses XDG_DATA_HOME and XDG_CONFIG_HOME for cal and config data, respectively. - If config data is in ~/.uhd/uhd.conf, that is still accepted, but if it conflicts with $XDG_CONFIG_HOME/uhd.conf, it is ignored and a warning is displayed - The default location for cal data is thus ${HOME}/.local/share/uhd/cal on Unix, and %LOCALAPPDATA%\uhd\cal on Windows. This is a change in location! - The UHD_CONFIG_DIR environment variable was confusingly named and is now removed. It provided an alternative location than the home directory. The same purpose is now much better served by XDG_DATA_HOME and XDG_CONFIG_HOME. The specification can be found here: specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
* utils: Add convert_cal_data utilityMartin Braun2020-04-021-0/+2
| | | | | | | | | This will convert cal data files based on CSV to the new binary format. In most cases, running ./convert_cal_data.py is sufficient.
* uhd: cal: Use usrp::cal::database instead of CSV filesMartin Braun2020-04-021-6/+18
| | | | | | | | | Now that we have cal::iq_cal and cal::database, there's no need to manually wrangle CSV files for calibration data. This commit replaces all CSV operations with cal::database calls and uses cal::iq_cal as a container. CSV files can still be read, but are considered deprecated.
* Docs: Minor housekeepingDerek Kozel2016-10-211-3/+3
|
* docs: added UBX to list of calibratable daughterboardsMarcus Müller2016-07-181-0/+1
|
* docs: Fixed many typos, recompressed and cropped imagesMarcus Müller2015-12-081-4/+6
|
* Creating the $UHD_CONFIG_DIR env var, here used for custom cal data storage.Ben Hilburn2015-02-111-5/+13
| | | | This is a renaming of the previously created $UHDCALIBPATH.
* docs: Cleaned up and rearranged manual structureMartin Braun2014-10-141-2/+2
| | | | | - Removed stray .rst files - Cleared up TOC, manual is now split into two parts
* Give user the option to ignore daughterboard's calibration file at runtimeNicholas Corgan2014-09-021-0/+15
| | | | | * Add "ignore-cal-file" to the uhd::device_addr_t arguments * Added documentation for new feature
* docs: Moved manual to DoxygenMartin Braun2014-04-091-0/+70