Function wt::spectrum::spectrum_from_ITU_material¶
Defined in File spectrum_from_ITU.hpp
Function Documentation¶
-
std::unique_ptr<spectrum_t> wt::spectrum::spectrum_from_ITU_material(std::string id, const std::string &material)¶
Analytic IOR spectra for long-wavelength scattering for common construction materials. From Table 3 of the Recommendation ITU-R P.2040-2, with Permittivity = a f^b Conductivity = c f^d where f is the EM radiation frequency in GHz. Parameters are given for the following materials: +—————————+————————————+———————–—+——————–—+ | Material name | Real part of relative permittivity | Conductivity [S/m] | Frequency range (GHz) |.
+—————-—+————-—+—————+——-—+ + | | a | b | c | d | | +—————————+—————-—+————-—+—————+——-—+——————–—+ | vacuum | 1 | 0 | 0 | 0 | 0.001 — 100 | +—————————+—————-—+————-—+—————+——-—+——————–—+ | concrete | 5.24 | 0 | 0.0462 | 0.7822 | 1 — 100 | +—————————+—————-—+————-—+—————+——-—+——————–—+ | brick | 3.91 | 0 | 0.0238 | 0.16 | 1 — 40 | +—————————+—————-—+————-—+—————+——-—+——————–—+ | plasterboard | 2.73 | 0 | 0.0085 | 0.9395 | 1 — 100 | +—————————+—————-—+————-—+—————+——-—+——————–—+ | wood | 1.99 | 0 | 0.0047 | 1.0718 | 0.001 — 100 | +—————————+—————-—+————-—+—————+——-—+——————–—+ | glass | 6.31 | 0 | 0.0036 | 1.3394 | 0.1 — 100 |
+—————-—+————-—+—————+——-—+——————–—+ | | 5.79 | 0 | 0.0004 | 1.658 | 220 — 450 | +—————————+—————-—+————-—+—————+——-—+——————–—+ | ceiling_board | 1.48 | 0 | 0.0011 | 1.0750 | 1 — 100 |
+—————-—+————-—+—————+——-—+——————–—+ | | 1.52 | 0 | 0.0029 | 1.029 | 220 — 450 | +—————————+—————-—+————-—+—————+——-—+——————–—+ | chipboard | 2.58 | 0 | 0.0217 | 0.7800 | 1 — 100 | +—————————+—————-—+————-—+—————+——-—+——————–—+ | plywood | 2.71 | 0 | 0.33 | 0 | 1 — 40 | +—————————+—————-—+————-—+—————+——-—+——————–—+ | marble | 7.074 | 0 | 0.0055 | 0.9262 | 1 — 60 | +—————————+—————-—+————-—+—————+——-—+——————–—+ | floorboard | 3.66 | 0 | 0.0044 | 1.3515 | 50 — 100 | +—————————+—————-—+————-—+—————+——-—+——————–—+ | metal | 1 | 0 | :math:
10^7
| 0 | 1 — 100 | +—————————+—————-—+————-—+—————+——-—+——————–—+ | very_dry_ground | 3 | 0 | 0.00015 | 2.52 | 1 — 10 | +—————————+—————-—+————-—+—————+——-—+——————–—+ | medium_dry_ground | 15 | -0.1 | 0.035 | 1.63 | 1 — 10 | +—————————+—————-—+————-—+—————+——-—+——————–—+ | wet_ground | 30 | -0.4 | 0.15 | 1.30 | 1 — 10 | +—————————+—————-—+————-—+—————+——-—+——————–—+