-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Quarto GHA Workflow Runner
committed
Jun 28, 2024
1 parent
1767a0d
commit 7925ee1
Showing
5 changed files
with
36 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
d2349c4e | ||
328200a0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> | ||
|
||
<meta name="dcterms.date" content="2024-06-28"> | ||
|
||
<title>ITS Propagation Library Wiki - ITU-R P.2108</title> | ||
<style> | ||
|
@@ -233,7 +234,19 @@ <h1 class="title">ITU-R P.2108</h1> | |
<div class="quarto-title-meta"> | ||
|
||
|
||
<div> | ||
<div class="quarto-title-meta-heading">Published</div> | ||
<div class="quarto-title-meta-contents"> | ||
<p class="date">June 28, 2024</p> | ||
</div> | ||
</div> | ||
|
||
<div> | ||
<div class="quarto-title-meta-heading">Modified</div> | ||
<div class="quarto-title-meta-contents"> | ||
<p class="date-modified">June 28, 2024</p> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
|
@@ -242,24 +255,11 @@ <h1 class="title">ITU-R P.2108</h1> | |
</header> | ||
|
||
|
||
<div class="callout callout-style-default callout-warning callout-titled"> | ||
<div class="callout-header d-flex align-content-center"> | ||
<div class="callout-icon-container"> | ||
<i class="callout-icon"></i> | ||
</div> | ||
<div class="callout-title-container flex-fill"> | ||
Page Under Construction | ||
</div> | ||
</div> | ||
<div class="callout-body-container callout-body"> | ||
<p>This page is still under construction and has not yet been finalized. Information may be outdated, incorrect, or missing. While this message is visible, contact <a href="mailto:[email protected]">[email protected]</a> with any questions.</p> | ||
</div> | ||
</div> | ||
<p>Recommendation ITU-R P.2108 <em>Prediction of clutter loss</em> contains three methods for the prediction of clutter loss: the <a href="#height-gain-terminal-correction-model">Height Gain Terminal Correction Model</a>, <a href="#terrestrial-statistical-model">Terrestrial Statistical Model</a>, and <a href="#aeronautical-statistical-model">Aeronautical Statistical Model</a> <span class="citation" data-cites="p2108-1"><a href="#ref-p2108-1" role="doc-biblioref">[1, Secs. 3.1–3.3]</a></span>. This software implements each of the three models.</p> | ||
<section id="getting-started" class="level2"> | ||
<h2 class="anchored" data-anchor-id="getting-started">Getting Started</h2> | ||
<p>Language-specific information on getting started using this library, including installation instructions, is available by following these links:</p> | ||
<p><a href="../../models/P2108/cpp.html#getting-started" class="btn btn-secondary" role="button">C++</a> <a href="../../models/P2108/dotnet.html#getting-started" class="btn btn-secondary" role="button">C#/.NET</a> <a href="../../models/P2108/matlab.html#getting-started" class="btn btn-secondary" role="button">MATLAB</a> <a href="../../models/P2108/python.html#getting-started" class="btn btn-secondary" role="button">Python</a></p> | ||
<p>This page documents the inputs, outputs, and primary functions of this software in a language-agnostic way. Language-specific documentation is additionally provided for this library. The pages linked below include installation instructions as well as usage examples for each supported language.</p> | ||
<p><a href="../../models/P2108/cpp.html" class="btn btn-secondary" role="button">C++</a> <a href="../../models/P2108/dotnet.html" class="btn btn-secondary" role="button">C#/.NET</a> <a href="../../models/P2108/matlab.html" class="btn btn-secondary" role="button">MATLAB</a> <a href="../../models/P2108/python.html" class="btn btn-secondary" role="button">Python</a></p> | ||
</section> | ||
<section id="model-selection" class="level2"> | ||
<h2 class="anchored" data-anchor-id="model-selection">Model Selection</h2> | ||
|
@@ -388,7 +388,7 @@ <h3 class="anchored" data-anchor-id="height-gain-terminal-correction-model">Heig | |
<section id="examples" class="level4"> | ||
<h4 class="anchored" data-anchor-id="examples">Examples</h4> | ||
<p>Language-specific code examples showing the use of this function are available by following these links:</p> | ||
<p><a href="../../models/P2108/cpp.html#height-gain-terminal-correction" class="btn btn-secondary" role="button">C++</a> <a href="../../models/P2108/dotnet.html#height-gain-terminal-correction" class="btn btn-secondary" role="button">C#/.NET</a> <a href="../../models/P2108/matlab.html#height-gain-terminal-correction" class="btn btn-secondary" role="button">MATLAB</a> <a href="../../models/P2108/python.html#height-gain-terminal-correction" class="btn btn-secondary" role="button">Python</a></p> | ||
<p><a href="../../models/P2108/cpp.html#height-gain-terminal-correction-model" class="btn btn-secondary" role="button">C++</a> <a href="../../models/P2108/dotnet.html#height-gain-terminal-correction-model" class="btn btn-secondary" role="button">C#/.NET</a> <a href="../../models/P2108/matlab.html#height-gain-terminal-correction-model" class="btn btn-secondary" role="button">MATLAB</a> <a href="../../models/P2108/python.html#height-gain-terminal-correction-model" class="btn btn-secondary" role="button">Python</a></p> | ||
</section> | ||
</section> | ||
<section id="terrestrial-statistical-model" class="level3"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -172,14 +172,14 @@ | |
"href": "models/P2108/index.html", | ||
"title": "ITU-R P.2108", | ||
"section": "", | ||
"text": "Page Under Construction\n\n\n\nThis page is still under construction and has not yet been finalized. Information may be outdated, incorrect, or missing. While this message is visible, contact [email protected] with any questions.\nRecommendation ITU-R P.2108 Prediction of clutter loss contains three methods for the prediction of clutter loss: the Height Gain Terminal Correction Model, Terrestrial Statistical Model, and Aeronautical Statistical Model [1, Secs. 3.1–3.3]. This software implements each of the three models." | ||
"text": "Recommendation ITU-R P.2108 Prediction of clutter loss contains three methods for the prediction of clutter loss: the Height Gain Terminal Correction Model, Terrestrial Statistical Model, and Aeronautical Statistical Model [1, Secs. 3.1–3.3]. This software implements each of the three models." | ||
}, | ||
{ | ||
"objectID": "models/P2108/index.html#getting-started", | ||
"href": "models/P2108/index.html#getting-started", | ||
"title": "ITU-R P.2108", | ||
"section": "Getting Started", | ||
"text": "Getting Started\nLanguage-specific information on getting started using this library, including installation instructions, is available by following these links:\nC++ C#/.NET MATLAB Python" | ||
"text": "Getting Started\nThis page documents the inputs, outputs, and primary functions of this software in a language-agnostic way. Language-specific documentation is additionally provided for this library. The pages linked below include installation instructions as well as usage examples for each supported language.\nC++ C#/.NET MATLAB Python" | ||
}, | ||
{ | ||
"objectID": "models/P2108/index.html#model-selection", | ||
|
@@ -312,7 +312,7 @@ | |
"href": "models/ITM/index.html#getting-started", | ||
"title": "Irregular Terrain Model (ITM)", | ||
"section": "Getting Started", | ||
"text": "Getting Started\nLanguage-specific information on getting started using this library, including installation instructions, is available by following these links:\nC++ C#/.NET MATLAB Python" | ||
"text": "Getting Started\nThis page documents the inputs, outputs, and primary functions of this software in a language-agnostic way. Language-specific documentation is additionally provided for this library. The pages linked below include installation instructions as well as usage examples for each supported language.\nC++ C#/.NET MATLAB Python" | ||
}, | ||
{ | ||
"objectID": "models/ITM/index.html#point-to-point-basic-transmission-loss-tls", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters