Access SchedulerInput from gnbmacscheduler.m to main program.m by writing wrapper function

2 views (last 30 days)
Hii, I need help how to access elements of schedulerinput function in gnbmacscheduler.m in my main routine. Using some wrapper function please provide me what is meant by wrapper function.

Accepted Answer

Deepthi Chander
Deepthi Chander on 27 Aug 2020
Edited: Deepthi Chander on 27 Aug 2020
I understand that you would like to access the input to the scheduler implementation from the main script of the 5G FDD/TDD scheduling examples (https://www.mathworks.com/help/5g/system-level-simulation.html?s_tid=CRUX_lftnav) . I assume that you would want this in order to be able to implement your own custom scheduler. At present you can access schedulerInput from the helper functions of the illustrated scheduling strategies: (hNRSchedulingStrategyPF or hNRSchedulingStrategyRR or hNRSchedulingStrategyBestCQI). The explanations in the examples also describe how to customize the example to support the case of using a custom scheduler. Details are provided in the ‘Further Exploration’ section of the examples.

More Answers (0)

Categories

Find more on Dictionaries in Help Center and File Exchange

Products


Release

R2020a

Community Treasure Hunt

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

Start Hunting!