Hi everyone,
I tried to set ‘symbolSpreading’ of Modulator object to ‘DFT’ instead of ‘none’ but there is an error when reshaping ‘dataSymbols’ because size(dataSymbols) is not a multiple of nScheduledSubcarriers.
Here is the error.
Error using Modulation.Modulator/spreadingTransform (line 103)
Product of known dimensions, 72, not divisible into total number of elements, 912.
Error in Elements.BaseStation/generateTransmitSignal (line 77)
spreadSymbols = currentMod.spreadingTransform(dataSymbols,
currentLink.scheduledSubcarriers);
Error in main (line 45)
parfor iSweep = 1:length(simParams.simulation.sweepValue) % this may be ‘for’ or ‘parfor’
Thank you for yo assistance.