Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Error while executing #3

Open
swapna2205 opened this issue Nov 10, 2021 · 1 comment
Open

Error while executing #3

swapna2205 opened this issue Nov 10, 2021 · 1 comment

Comments

@swapna2205
Copy link

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);

@usam22
Copy link

usam22 commented Apr 4, 2022

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.

Error in validate_parameters>additional_params (line 48)
load([params_inner.scenario_files, '.BSBS.params.mat']) % BS2BS parameter file

Error in validate_parameters (line 3)
[params, params_inner] = additional_params(params);

Error in DeepMIMO_generator (line 12)
[params, params_inner] = validate_parameters(params);

Error in DeepMIMO_Dataset_Generator (line 7)
[DeepMIMO_dataset, dataset_params] = DeepMIMO_generator(dataset_params);

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants