This repository contains a dataset used to test the NTIA/ITS implementations of Recommendation ITU-R P.2108 - Prediction of clutter loss.
The software tested with this dataset can be found using the links below.
This dataset is not intended for any use other than running unit tests against the software in the repositories listed above. Data contained in this repository should not be expected to reflect, for example, real-world radio propagation links. In some instances, intentionally invalid data are provided to ensure that errors are properly handled in the software under test.
The versioning of this dataset is tracked with a single-digit version number
in the format v1
. This version number indicates the software versions for which
this test dataset is valid. For example, v1
of this repository contains the dataset
used to test v1.x
of the base C++ library and v1.x.y
of the .NET, MATLAB®, and Python®
wrappers.
Each CSV file in this repository contains a set of inputs and outputs used to test the operation of one of the functions provided by the software under test. The header row of each file indicates the name of each data column, and each subsequent row represents a single test case.
HeightGainTerminalCorrectionModelTestData.csv
contains sets of inputs and outputs used to test the operation of theHeightGainTerminalCorrectionModel
function.TerrestrialStatisticalModelTestData.csv
contains sets of inputs and outputs used to test the operation of theTerrestrialStatisticalModel
function.AeronauticalStatisticalModelTestData.csv
contains sets of inputs and outputs used to test the operation of theAeronauticalStatisticalModel
function.
MATLAB is a registered trademark of The MathWorks, Inc. See mathworks.com/trademarks for a list of additional trademarks.
"Python" and the Python logos are trademarks or registered trademarks of the Python Software Foundation, used by the National Telecommunications and Information Administration with permission from the Foundation.
For technical questions, contact code@ntia.gov.
Certain commercial equipment, instruments, or materials are identified in this project were used for the convenience of the developers. In no case does such identification imply recommendation or endorsement by the National Telecommunications and Information Administration, nor does it imply that the material or equipment identified is necessarily the best available for the purpose.