ocatak / 6g_security

6G and Security repository for telecommunications and AI research. We will share our implementations and publications in 5G and beyond technology, 6G, Security, Machine learning on 6G, Massive MIMO, THz communication and communication networks.
10 stars 6 forks source link

Clarity about dataset #2

Open sai-krishna-ghanta opened 2 years ago

sai-krishna-ghanta commented 2 years ago

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

luo0077 commented 5 months ago

From here: https://github.com/wireless-intelligence-lab/DeepLearning-CoordinatedBeamforming/blob/master/Generate_DL_data.m

ocatak commented 5 months ago

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.