info
Get characteristic information about 3-D MIMO fading channel
Description
returns characteristic information about the 3-D multi-input/multi-output (MIMO)
fading channel object specified by channelInfo
= info(lte3d
)lte3d
.
Examples
Get Characteristic Information About MIMO Fading Channel
Create an lte3DChannel
System object.
lte3d = lte3DChannel('PathDelays',[0 500e-9], ... 'AveragePathGains',[-13.4 3.0], ... 'AnglesAoD',[-178.1 -4.2], ... 'AnglesAoA',[51.3 -152.7], ... 'AnglesZoD',[50.2 93.2], ... 'AnglesZoA',[125.4 91.3], ... 'NumStrongestClusters',1);
To get characteristic information about the channel, call the info
function on the object.
channelInfo = info(lte3d)
channelInfo = struct with fields:
KFactorFirstCluster: -Inf
ClusterTypes: {'SubclusteredNLOS' 'SubclusteredNLOS' 'SubclusteredNLOS' 'NLOS'}
PathDelays: [5.0000e-07 5.0500e-07 5.1000e-07 0]
AveragePathGains: [-0.0103 -2.2288 -3.9897 -13.4000]
AnglesAoD: [-4.2000 -4.2000 -4.2000 -178.1000]
AnglesAoA: [-152.7000 -152.7000 -152.7000 51.3000]
AnglesZoD: [93.2000 93.2000 93.2000 50.2000]
AnglesZoA: [91.3000 91.3000 91.3000 125.4000]
NumTransmitAntennas: 8
NumInputSignals: 8
NumReceiveAntennas: 2
NumOutputSignals: 2
ChannelFilterDelay: 7
MaximumChannelDelay: 23
Input Arguments
lte3d
— MIMO fading channel
lte3DChannel
System object™
MIMO fading channel, specified as an lte3DChannel
System object. This object implements the TR 36.873 link-level MIMO fading
channel.
Output Arguments
channelInfo
— Characteristic information about MIMO fading channel
structure
Characteristic information about MIMO fading channel, returned as a structure containing the following fields:
Parameter Field | Value | Description |
---|---|---|
PathDelays | Numeric row vector | Delays of discrete channel paths for each
cluster, returned in seconds. These values include
the effects of |
ClusterTypes | Cell array of character vectors | Type of each cluster in the delay profile,
returned as a cell array of character vectors.
Cluster types can be
|
AveragePathGains | Numeric row vector | Average path gains of the discrete path or
clusters in dB. These values include the effect of
K-factor scaling if enabled. For more information,
see the |
AnglesAoD | Numeric row vector | Azimuth of departure angles of the clusters in degrees. |
AnglesAoA | Numeric row vector | Azimuth of arrival angles of the clusters in degrees. |
AnglesZoD | Numeric row vector | Zenith of departure angles of the clusters in degrees. |
AnglesZoA | Numeric row vector | Zenith of arrival angles of the clusters in degrees. |
KFactorFirstCluster | Numeric scalar | K-factor of first cluster of delay profile in
dB. If the first cluster of the delay profile
follows a Laplacian instead of a Rician
distribution, |
NumTransmitAntennas | Numeric scalar | Number of transmit antennas. |
NumInputSignals | Numeric scalar | Number of input signals. |
NumReceiveAntennas | Numeric scalar | Number of receive antennas. |
NumOutputSignals | Numeric scalar | Number of output signals. |
ChannelFilterDelay | Numeric scalar | Channel filter delay in samples. |
Note
|
References
[1] 3GPP TR 36.873. “Study on 3D channel model for LTE.” 3rd Generation Partnership Project; Technical Specification Group Radio Access Network; Evolved Universal Terrestrial Radio Access (E-UTRA). URL: https://www.3gpp.org.
Version History
Introduced in R2018a
See Also
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)
Asia Pacific
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)