Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.74 KB

File metadata and controls

31 lines (22 loc) · 1.74 KB

Presented in: 2024 Fifteenth International Conference on Ubiquitous and Future Networks (ICUFN)

Abstract

In the time- and frequency-variant mobile radio channel such as the Fifth- and Fourth-Generation mobile communications systems (5G, 4G), it is very important to estimate the channel coefficients (gains). We propose an estimation method of channel coefficients using deep learning. The high accuracy of estimation can be evaluated using the deep learning method for super-resolution (SR) Network compared with the conventional method. The estimation of channel gains using orthogonal frequency-division multiplexing (OFDM) can be replaced with the SR problem and applied to the SR Network method. We show that the accuracy of the proposed method is higher than the conventional methods.

Presentation slides

set-up

    cd CNN-based_OFDM_Chaneel_Estimation
    addpath("module","model","train_data")

How to Run

  1. Run train_cnn.m to train the model.
  2. Run main.m to test the deep learning method and conventional methods.

Major Files and Folders

  • generate_train_data.m: Script to generate training data.
  • module/: containing utility functions and modules used in the project.
  • model/:containing the deep learning model definitions.
  • train_data/: generated training data is stored.

Notes

  • MATLAB Deep Learning Toolbox is required.