Dear Sir,
Running the Simulator with default settings in original numerology scenario file and different scheduling:
1.
scStr.schedule.fixedSchedule{1} = [ ‘UE1:96,none:112’ ];
scStr.schedule.fixedSchedule{2} = [ ‘none:28,UE2:24’ ];
2.
% scStr.schedule.fixedSchedule{1} = [ ‘UE1:96,none:112’ ];
% scStr.schedule.fixedSchedule{2} = [ ‘UE2:24,none:28’ ];
the results show a higher throughput in the second case compare to the first one.
Are these results right?
We consider that in the second case we should obtain a lower throughput because of higher interference.