nrHSTChannel
Description
The nrHSTChannel
System object™ sends an input signal through a high-speed train (HST) multi-input multi-output
(MIMO) link-level propagation channel to obtain the channel-impaired signal. The object
implements these aspects of TS 38.101-4 [1]:
Annex B.1: Static propagation condition
Annex B.3.1: Single-tap channel profile (same as TS 38.104 Annex G.3: High-speed train condition [2])
Annex B.3.2: HST-SFN channel profile
Annex B.3.3: HST-DPS channel profile
To send a signal through the HST MIMO channel model:
Create the
nrHSTChannel
object and set its properties.Call the object with arguments, as if it were a function.
To learn more about how System objects work, see What Are System Objects?
Creation
Description
creates an HST MIMO
channel System object.hst
= nrHSTChannel
sets properties using
one or more optional name-value arguments. For example, hst
= nrHSTChannel(Name=Value
)Velocity=350
sets the train velocity to 350 km/h.
Properties
Usage
Syntax
Description
[
also returns the sample times of the channel snapshots of the path gains,
signalOut
,pathGains
,sampleTimes
] = hst(signalIn
)pathGains
.
[
returns only the path gains and the sample times. The pathGains
,sampleTimes
] = hst()hst
object acts
as a source of the path gains and sample times without filtering an input signal. The
NumTimeSamples
property specifies the duration of the channel process and
the OutputDataType
property specifies the data type of the generated path
gains. To use this syntax, you must set the ChannelFiltering
property to false
.
Input Arguments
Output Arguments
Object Functions
To use an object function, specify the
System object as the first input argument. For
example, to release system resources of a System object named obj
, use
this syntax:
release(obj)
Examples
References
[1] 3GPP TS 38.101-4. “NR; User Equipment (UE) radio transmission and reception; Part 4: Performance requirements.” 3rd Generation Partnership Project; Technical Specification Group Radio Access Network.
[2] 3GPP TS 38.104. “NR; Base Station (BS) radio transmission and reception.” 3rd Generation Partnership Project; Technical Specification Group Radio Access Network.
Extended Capabilities
Version History
Introduced in R2022b