Hi,
I’m new on 5G link level simulator. I selected simulation scenario as NOMA on main.m. I replace the code concerned with channel coding on NOMA.m as :
%% Channel Coding Parameters
scStr.coding.code = {'Polar'};
scStr.coding.decoding = {'SC'};
scStr.coding.decodingIterations = [8];
But MATLAB has given error as:
Error using parallel_function (line 607)
All workers aborted during execution of the parfor loop.
Error in main (line 44)
parfor iSweep = 1:length(simParams.simulation.sweepValue) % this may be 'for' or 'parfor'
The client lost connection to worker 4. This might be due to network problems, or the interactive
communicating job might have errored.
My MATLAB version 2017b with parallel toolbox. I have workstation which 64 GB RAM present on it. MATLAB is able to use 12 parallel worker.
Also I tried different decoding options and decoding iterations that Vienna 5G LL support for Polar Decoding, I always came across this error.
How could I overcome this error and How should I use polar coding with NOMA??
-
This topic was modified 2 years, 4 months ago by ahmetemir.
-
This topic was modified 2 years, 4 months ago by ahmetemir.