-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.qmd
52 lines (39 loc) · 3.77 KB
/
index.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
title: "ITS Propagation Library Wiki"
date: 2024-06-11
date-modified: 2024-11-20
---
The ITS Propagation Library (**"PropLib"**) is a collection of open source software developed by [ITS](about.qmd), focused on modeling radio wave propagation under a wide variety of circumstances. The library currently supports C++, .NET, MATLAB®, and Python users through exposing common functionality across multiple programming environments. One of the key benefits of this approach is that users are assured of identical results across languages, allowing researchers to work in their most efficient development environment while benefitting from common library improvements.
## Packages
Currently, PropLib includes implementations of propagation models developed by the U.S. (NTIA/ITS) and by the International Telecommunication Union Radiocommunication Sector (ITU-R). The following are categorized lists of available packages within PropLib.
### U.S. Propagation Models
Documentation pages are being worked on, and will soon be available through links in the following table, for the following U.S. propagation models:
::: {.callout-warning}
## Page Under Construction
The listed U.S. propagation models have public code repositories, but
documentation is not yet available on this website. Please check back
later, and contact [[email protected]](mailto:[email protected]) with questions
in the meantime.
:::
+----------:+:-------------------------------------:+:----:+:---------------------------------------------------+
| **eHata** | [Repo](https://github.com/NTIA/eHata) | Docs | Extended Hata Urban Propagation Model |
+-----------+---------------------------------------+------+----------------------------------------------------+
| **ITM** | [Repo](https://github.com/NTIA/ITM) | Docs | Irregular Terrain Model |
+-----------+---------------------------------------+------+----------------------------------------------------+
| **LFMF** | [Repo](https://github.com/NTIA/LFMF) | Docs | Low Frequency / Medium Frequency Propagation Model |
+-----------+---------------------------------------+------+----------------------------------------------------+
: U.S. propagation models available in the ITS Propagation Library {tbl-colwidths="[15,10,10,65]"}
### ITU-R Recommendations
The ITU-R Recommendations constitute a set of international technical standards developed by the Radiocommunication Sector (formerly CCIR) of the ITU @itu-r-recommendations. A subset of these have been implemented in software as a part of this library by ITS.
::: {.callout-warning}
## Page Under Construction
The P.528 model has a public code repository, but documentation is not yet available on this website. Please check back later, and contact [[email protected]](mailto:[email protected]) with questions
in the meantime.
:::
+-----------:+:-------------------------------------:+:------------------------------:+:------------------------------------------------------------+
| **P.528** | [Repo](https://github.com/NTIA/P528) | Docs | A propagation prediction method for aeronautical mobile and |
| | | | radionavigation services using the VHF, UHF, and SHF bands |
+------------+---------------------------------------+--------------------------------+-------------------------------------------------------------+
| **P.2108** | [Repo](https://github.com/NTIA/p2108) | [Docs](models/P2108/index.qmd) | Prediction of clutter loss |
+------------+---------------------------------------+--------------------------------+-------------------------------------------------------------+
: ITU-R Recommendations implemented in the ITS Propagation Library {tbl-colwidths="[15,10,10,65]"}