You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am facing those errors during running the codes.I hope u can help me to make those codes run properly.
1-In the channel mapping (main.m)
Error using load
Unable to read file 'D:\channel mapping github\rawData'. Input cannot be a directory.
Error in main (line 50)
load(options.rawDataFile1);
2- In the DeepMIMO_Dataset_Generator.mat
Error using load
Unable to read file '.\Raytracing_scenarios\I1_2p4\I1_2p4.BSBS.params.mat'. No such file or directory.
Index in position 2 exceeds array bounds. Index must not exceed 1.
Error in dataPrep (line 91)
X1 = mask.*x(:,1:options.numOfSub,:);
Error in main (line 64)
[dataset,options] = dataPrep(d1.dataset.channels, options);
The text was updated successfully, but these errors were encountered: