NR Intercell Interference Modeling

조회 수: 8 (최근 30일)
Manoj Basnet
Manoj Basnet 2020년 9월 22일
댓글: lona johibary 2022년 9월 26일
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);

채택된 답변

Chaitanya Mallela
Chaitanya Mallela 2020년 12월 21일
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
Xuanhong Yan
Xuanhong Yan 2020년 12월 25일
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.
lona johibary
lona johibary 2022년 9월 26일
did you find it?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 System-Level Simulation에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by