├── README.md ├── data.py ├── data ├── measured │ ├── AAPlantD1_2GHz_TX1_hpol_run4_pp_1.dat │ ├── AAPlantD1_2GHz_TX1_hpol_run4_pp_2.dat │ ├── AAPlantD1_2GHz_TX1_hpol_run4_pp_3.dat │ ├── AAPlantD1_2GHz_TX1_hpol_run4_pp_4.dat │ ├── AAPlantD1_2GHz_TX1_hpol_run4_pp_5.dat │ ├── AAPlantD1_2GHz_TX1_vpol_run3_pp_2.dat │ ├── AAPlantD1_2GHz_TX1_vpol_run3_pp_21.dat │ ├── Loc_0109_Lab_139_6Ch1.dat │ ├── Loc_0200_Lab_139_8Ch1.dat │ ├── Loc_0209_Lab_139_4Ch1.dat │ ├── Loc_0313_Lab_139_2Ch1.dat │ ├── Loc_1211_Lab_139_2Ch1.dat │ ├── SNR15_AAPlantD1_2GHz_TX1_hpol_run4_pp_1.dat │ ├── SNR15_AAPlantD1_2GHz_TX1_vpol_run3_pp_2.dat │ ├── SNR15_AAPlantD1_2GHz_TX1_vpol_run3_pp_21.dat │ ├── SNR15_Loc_0109_Lab_139_6Ch1.dat │ ├── SNR15_Loc_0200_Lab_139_8Ch1.dat │ ├── SNR15_Loc_0209_Lab_139_4Ch1.dat │ ├── SNR15_Loc_0313_Lab_139_2Ch1.dat │ └── SNR15_Loc_1211_Lab_139_2Ch1.dat └── source │ ├── AAPlantD1_2GHz_TX1_hpol_run4_pp.mat │ ├── AAPlantD1_2GHz_TX1_vpol_run3_pp.mat │ └── Measurements_Upload_Smaller.zip ├── matlab ├── Loc_0109_Lab_139_6Ch1.csv ├── Loc_0200_Lab_139_8Ch1.csv ├── Loc_0209_Lab_139_4Ch1.csv ├── Loc_0313_Lab_139_2Ch1.csv ├── Loc_1211_Lab_139_2Ch1.csv ├── noise_generator.m ├── save_measured_csv_data.m └── save_measured_mat_data.m └── rnn_measured.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkingzhu/ChannelPrediction/HEAD/README.md -------------------------------------------------------------------------------- /data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkingzhu/ChannelPrediction/HEAD/data.py -------------------------------------------------------------------------------- /data/measured/AAPlantD1_2GHz_TX1_hpol_run4_pp_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkingzhu/ChannelPrediction/HEAD/data/measured/AAPlantD1_2GHz_TX1_hpol_run4_pp_1.dat -------------------------------------------------------------------------------- /data/measured/AAPlantD1_2GHz_TX1_hpol_run4_pp_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkingzhu/ChannelPrediction/HEAD/data/measured/AAPlantD1_2GHz_TX1_hpol_run4_pp_2.dat -------------------------------------------------------------------------------- /data/measured/AAPlantD1_2GHz_TX1_hpol_run4_pp_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkingzhu/ChannelPrediction/HEAD/data/measured/AAPlantD1_2GHz_TX1_hpol_run4_pp_3.dat -------------------------------------------------------------------------------- /data/measured/AAPlantD1_2GHz_TX1_hpol_run4_pp_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkingzhu/ChannelPrediction/HEAD/data/measured/AAPlantD1_2GHz_TX1_hpol_run4_pp_4.dat -------------------------------------------------------------------------------- /data/measured/AAPlantD1_2GHz_TX1_hpol_run4_pp_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkingzhu/ChannelPrediction/HEAD/data/measured/AAPlantD1_2GHz_TX1_hpol_run4_pp_5.dat -------------------------------------------------------------------------------- /data/measured/AAPlantD1_2GHz_TX1_vpol_run3_pp_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkingzhu/ChannelPrediction/HEAD/data/measured/AAPlantD1_2GHz_TX1_vpol_run3_pp_2.dat -------------------------------------------------------------------------------- /data/measured/AAPlantD1_2GHz_TX1_vpol_run3_pp_21.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkingzhu/ChannelPrediction/HEAD/data/measured/AAPlantD1_2GHz_TX1_vpol_run3_pp_21.dat -------------------------------------------------------------------------------- /data/measured/Loc_0109_Lab_139_6Ch1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkingzhu/ChannelPrediction/HEAD/data/measured/Loc_0109_Lab_139_6Ch1.dat -------------------------------------------------------------------------------- /data/measured/Loc_0200_Lab_139_8Ch1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkingzhu/ChannelPrediction/HEAD/data/measured/Loc_0200_Lab_139_8Ch1.dat -------------------------------------------------------------------------------- /data/measured/Loc_0209_Lab_139_4Ch1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkingzhu/ChannelPrediction/HEAD/data/measured/Loc_0209_Lab_139_4Ch1.dat -------------------------------------------------------------------------------- /data/measured/Loc_0313_Lab_139_2Ch1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkingzhu/ChannelPrediction/HEAD/data/measured/Loc_0313_Lab_139_2Ch1.dat -------------------------------------------------------------------------------- /data/measured/Loc_1211_Lab_139_2Ch1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkingzhu/ChannelPrediction/HEAD/data/measured/Loc_1211_Lab_139_2Ch1.dat -------------------------------------------------------------------------------- /data/measured/SNR15_AAPlantD1_2GHz_TX1_hpol_run4_pp_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkingzhu/ChannelPrediction/HEAD/data/measured/SNR15_AAPlantD1_2GHz_TX1_hpol_run4_pp_1.dat -------------------------------------------------------------------------------- /data/measured/SNR15_AAPlantD1_2GHz_TX1_vpol_run3_pp_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkingzhu/ChannelPrediction/HEAD/data/measured/SNR15_AAPlantD1_2GHz_TX1_vpol_run3_pp_2.dat -------------------------------------------------------------------------------- /data/measured/SNR15_AAPlantD1_2GHz_TX1_vpol_run3_pp_21.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkingzhu/ChannelPrediction/HEAD/data/measured/SNR15_AAPlantD1_2GHz_TX1_vpol_run3_pp_21.dat -------------------------------------------------------------------------------- /data/measured/SNR15_Loc_0109_Lab_139_6Ch1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkingzhu/ChannelPrediction/HEAD/data/measured/SNR15_Loc_0109_Lab_139_6Ch1.dat -------------------------------------------------------------------------------- /data/measured/SNR15_Loc_0200_Lab_139_8Ch1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkingzhu/ChannelPrediction/HEAD/data/measured/SNR15_Loc_0200_Lab_139_8Ch1.dat -------------------------------------------------------------------------------- /data/measured/SNR15_Loc_0209_Lab_139_4Ch1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkingzhu/ChannelPrediction/HEAD/data/measured/SNR15_Loc_0209_Lab_139_4Ch1.dat -------------------------------------------------------------------------------- /data/measured/SNR15_Loc_0313_Lab_139_2Ch1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkingzhu/ChannelPrediction/HEAD/data/measured/SNR15_Loc_0313_Lab_139_2Ch1.dat -------------------------------------------------------------------------------- /data/measured/SNR15_Loc_1211_Lab_139_2Ch1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkingzhu/ChannelPrediction/HEAD/data/measured/SNR15_Loc_1211_Lab_139_2Ch1.dat -------------------------------------------------------------------------------- /data/source/AAPlantD1_2GHz_TX1_hpol_run4_pp.mat: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /data/source/AAPlantD1_2GHz_TX1_vpol_run3_pp.mat: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /data/source/Measurements_Upload_Smaller.zip: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /matlab/Loc_0109_Lab_139_6Ch1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkingzhu/ChannelPrediction/HEAD/matlab/Loc_0109_Lab_139_6Ch1.csv -------------------------------------------------------------------------------- /matlab/Loc_0200_Lab_139_8Ch1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkingzhu/ChannelPrediction/HEAD/matlab/Loc_0200_Lab_139_8Ch1.csv -------------------------------------------------------------------------------- /matlab/Loc_0209_Lab_139_4Ch1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkingzhu/ChannelPrediction/HEAD/matlab/Loc_0209_Lab_139_4Ch1.csv -------------------------------------------------------------------------------- /matlab/Loc_0313_Lab_139_2Ch1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkingzhu/ChannelPrediction/HEAD/matlab/Loc_0313_Lab_139_2Ch1.csv -------------------------------------------------------------------------------- /matlab/Loc_1211_Lab_139_2Ch1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkingzhu/ChannelPrediction/HEAD/matlab/Loc_1211_Lab_139_2Ch1.csv -------------------------------------------------------------------------------- /matlab/noise_generator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkingzhu/ChannelPrediction/HEAD/matlab/noise_generator.m -------------------------------------------------------------------------------- /matlab/save_measured_csv_data.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkingzhu/ChannelPrediction/HEAD/matlab/save_measured_csv_data.m -------------------------------------------------------------------------------- /matlab/save_measured_mat_data.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkingzhu/ChannelPrediction/HEAD/matlab/save_measured_mat_data.m -------------------------------------------------------------------------------- /rnn_measured.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkingzhu/ChannelPrediction/HEAD/rnn_measured.py --------------------------------------------------------------------------------