NR Intercell Interference Modeling
이전 댓글 표시
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개)
카테고리
도움말 센터 및 File Exchange에서 System-Level Simulation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!