nrUE
Download Required: To use nrUE
,
first download the Communications Toolbox Wireless Network Simulation Library add-on.
Description
Use the nrUE
object to create and configure new radio (NR) user
equipment (UE) nodes.
Creation
Description
ue = nrUE
creates a default UE object.
ue = nrUE(
creates one or more
similar UE objects, and sets properties using one or more
optional name-value arguments. For example, Name=Value
)Position=[100 100 0; 5000 100
0],Name=["ue1","ue2"]
creates two UE objects, one with the name
"ue1"
and the other named "ue2"
, positioned at
[100 100 0]
and [5000 100 0]
, respectively. The
number of rows in the Position
argument defines the number of UE
objects created. If you create N nodes but supply M
names, where M is greater than N, the
nrUE
object uses only the first N names. If
M is less than N, the object uses default names
for the trailing (N-M) nodes.
Properties
Object Functions
addTrafficSource | Add data traffic source to 5G NR node |
statistics | Statistics of UE |
addMobility | Add random waypoint mobility model to UE node |
Examples
References
[1] 3GPP TS 38.101-1. “NR; User Equipment (UE) radio transmission and reception; Part 1: Range 1 Standalone.” 3rd Generation Partnership Project; Technical Specification Group Radio Access Network.
[2] 3GPP TS 38.214. “NR; Physical layer procedures for data.” 3rd Generation Partnership Project; Technical Specification Group Radio Access Network.
[3] 3GPP TS 38.321. “NR; Medium Access Control (MAC) protocol specification.” 3rd Generation Partnership Project; Technical Specification Group Radio Access Network.
[4] 3GPP TS 38.322. “NR; Radio Link Control (RLC) protocol specification.” 3rd Generation Partnership Project; Technical Specification Group Radio Access Network.