ocatak/6g_security

Clarity about dataset

sai-krishna-ghanta opened this issue · 2 comments

Reading input and output sets generated from MATLAB

In_set_file = loadmat('DLCB_dataset/DLCB_input.mat')
Out_set_file = loadmat('DLCB_dataset/DLCB_output.mat')

The authors had mentioned these, without intimating extraction of these datasets.
How did you extract these datasets

We used DeepMIMO dataset generator for our study.

The last 2 lines of this code (https://github.com/wireless-intelligence-lab/DeepLearning-CoordinatedBeamforming/blob/master/Generate_DL_data.m) saves the data in this folder.