tirempl
Description
returns the path loss in dB for a signal with frequency pl
= tirempl(r
,z
,f
)f
when it
is propagated over terrain. You can specify terrain using numeric vectors for
distance r
and elevation z
along the great
circle path between the transmitter and the receiver. The Terrain Integrated Rough Earth Model™ (TIREM™) model combines physics with empirical data to provide path loss
estimates. The TIREM model is valid from 1 MHz to 1000 GHz.
Note
tirempl
requires access to the
external TIREM library. Use tiremSetup
to set up access.
returns the path loss in dB with additional options specified by name-value
pairs.pl
= tirempl(r
,z
,f
,Name,Value
)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2019b