satelliteLargeScaleChannelConfig
R2026bDescription
The satelliteLargeScaleChannelConfig object sets the
configuration parameters for the satelliteLargeScaleChannel function,
which calculates non-terrestrial network (NTN) large-scale channel losses. The large-scale
channel model accounts for these losses.
Path loss, which includes free space path loss, shadow fading, and clutter loss.
Outdoor-to-indoor building entry loss
Atmospheric absorption
Rain and cloud attenuation
Scintillation, which includes tropospheric and ionospheric scintillation
Note
When you set the EnableAtmosphericLoss property to
true, this object requires a MAT file with digital maps from
International Telecommunication Union (ITU) documents. If this MAT file is not available on
the path, download and uncompress the data file from https://www.mathworks.com/supportfiles/spc/P618/ITURP618v14DigitalMaps.tar.gz to a
location on the MATLAB® path.
Alternatively, the Compute Large‑Scale Satellite Channel Losses with Atmospheric Attenuation example includes commands to download, extract, and add the MAT file to the path automatically.
Creation
Syntax
Description
creates a default satellite large-scale channel configuration object.cfgChannel = satelliteLargeScaleChannelConfig
specifies one or more properties using one or more
name-value arguments. For example,
cfgChannel = satelliteLargeScaleChannelConfig(PropertyName=Value)satelliteLargeScaleChannelConfig(CarrierFrequency=28e9,Environment="Suburban")
creates a configuration object with a carrier frequency of 28 GHz and a suburban
propagation environment.
Properties
Object Functions
Examples
References
[1] 3rd Generation Partnership Project (3GPP). Study on New Radio (NR) to Support Non-Terrestrial Networks. 3GPP TR 38.811 Release 15. 3GPP.
[2] ] International Telecommunication Union (ITU). P Series: Radiowave Propagation; Prediction of Building Entry Loss. ITU-R Recommendation P.2109-2. ITU, August, 2023.
Extended Capabilities
Version History
Introduced in R2026b