NR Intercell Interference Modeling
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Manoj Basnet
il 22 Set 2020
Commentato: lona johibary
il 26 Set 2022
I am trying to run NR Intercell Interference Modeling codes under system-level simulation codes of 5G toolbox. Any help would be appreciated.
Application traffic configuration.
% Set the periodic DL application traffic model for UEs. The following
% configuration applies for each cell
simParameters.DLPacketPeriodicityUEs = 10; % Periodicity (in ms) at which the DL packets are generated for UEs at gNB
simParameters.DLPacketSizesUEs = 2e4; % Size of the DL packets generated (in bytes) for UEs at gNB
% Validate the simulation configuration
hNRIntercellInterferenceValidateConfig(simParameters);
Got following error
Unrecognized function or variable 'hNRIntercellInterferenceValidateConfig'.
Error in system_level (line 58)
hNRIntercellInterferenceValidateConfig(simParameters);
0 Commenti
Risposta accettata
Chaitanya Mallela
il 21 Dic 2020
It seems like the code is being executed without including the helper function file
hNRIntercellInterferenceValidateConfig.m
Try executing the code in the directory of the current example that includes all the helper functions. If 5G Toolbox is installed in your MATLAB, try opening the example using the command
openExample('5g/NRIntercellInterferenceModelingExample')
2 Commenti
Xuanhong Yan
il 25 Dic 2020
hello, when i read the example
NR Intercell Interference Modeling
, I cannot find the process of interference?can you tell me which function can calculate the interfence.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!