├── Deep Learning Model for Symbol Detection ├── Symbol detection at reciever └── ofdm_dnn_block.py ├── Deep Learning Models ├── Joint Symbol Detection and Channel Estimation.txt ├── OFDM.py ├── OFDM_with_pytorch.py ├── SNR_plot_data_for_LSE.mat └── SNR_plot_data_for_MMSE.mat ├── Detailed Report.pdf ├── GNU Radio Companion Files for OFDM Tx and Rx ├── OFDM_Reciever.grc ├── OFDM_Transmitter.grc └── Tx and Rx.txt ├── Presentation.pdf └── README.md /Deep Learning Model for Symbol Detection/Symbol detection at reciever: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Deep Learning Model for Symbol Detection/ofdm_dnn_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishhabhnaik/End-to-end-OFDM-system-with-Deep-Learning-Driven-Approaches/HEAD/Deep Learning Model for Symbol Detection/ofdm_dnn_block.py -------------------------------------------------------------------------------- /Deep Learning Models/Joint Symbol Detection and Channel Estimation.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Deep Learning Models/OFDM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishhabhnaik/End-to-end-OFDM-system-with-Deep-Learning-Driven-Approaches/HEAD/Deep Learning Models/OFDM.py -------------------------------------------------------------------------------- /Deep Learning Models/OFDM_with_pytorch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishhabhnaik/End-to-end-OFDM-system-with-Deep-Learning-Driven-Approaches/HEAD/Deep Learning Models/OFDM_with_pytorch.py -------------------------------------------------------------------------------- /Deep Learning Models/SNR_plot_data_for_LSE.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishhabhnaik/End-to-end-OFDM-system-with-Deep-Learning-Driven-Approaches/HEAD/Deep Learning Models/SNR_plot_data_for_LSE.mat -------------------------------------------------------------------------------- /Deep Learning Models/SNR_plot_data_for_MMSE.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishhabhnaik/End-to-end-OFDM-system-with-Deep-Learning-Driven-Approaches/HEAD/Deep Learning Models/SNR_plot_data_for_MMSE.mat -------------------------------------------------------------------------------- /Detailed Report.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishhabhnaik/End-to-end-OFDM-system-with-Deep-Learning-Driven-Approaches/HEAD/Detailed Report.pdf -------------------------------------------------------------------------------- /GNU Radio Companion Files for OFDM Tx and Rx/OFDM_Reciever.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishhabhnaik/End-to-end-OFDM-system-with-Deep-Learning-Driven-Approaches/HEAD/GNU Radio Companion Files for OFDM Tx and Rx/OFDM_Reciever.grc -------------------------------------------------------------------------------- /GNU Radio Companion Files for OFDM Tx and Rx/OFDM_Transmitter.grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishhabhnaik/End-to-end-OFDM-system-with-Deep-Learning-Driven-Approaches/HEAD/GNU Radio Companion Files for OFDM Tx and Rx/OFDM_Transmitter.grc -------------------------------------------------------------------------------- /GNU Radio Companion Files for OFDM Tx and Rx/Tx and Rx.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Presentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishhabhnaik/End-to-end-OFDM-system-with-Deep-Learning-Driven-Approaches/HEAD/Presentation.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rishhabhnaik/End-to-end-OFDM-system-with-Deep-Learning-Driven-Approaches/HEAD/README.md --------------------------------------------------------------------------------