Git Product home page Git Product logo

dnn-danm's Introduction

Simulation Tips

1. Train the network

  1. main_generate_data_train.m generate the data for traning. The system parameters are saved in the file param.mat, the training data is saved in the file data_set.mat, and the valid data is saved in the file valid_set.mat.
  2. train.py train the network, the loss results are saved in the file loss.npz, and the trained network is saved in the file net.pkl

2. Test the performance

2.1 RMSE-SNR performance

  1. main_generate_data_SNR.m generate the data to test the RMSE-SNR performance, and the data is saved in the file data_SNR.mat.
  2. main_SNR.py is used to get the denoised signal, which is saved in the file denoise_signal.mat.
  3. main_SNR_RMSE.m: show the performance of different algorithms. The performance of different methods is obtained as
    • get_SNR_RMSE_performance('fft'): fft method
    • get_SNR_RMSE_performance('omp'): omp method
    • get_SNR_RMSE_performance('fft-denoise'): fft method with the proposed network
    • get_SNR_RMSE_performance('omp-denosie'): omp method with the proposed network

2.2 RMSE-SNR performance (change RIS amp errors)

  1. main_generate_data_SNR_amp.m generate the data to test the RMSE-SNR performance, and the data is saved in the file data_SNR.mat.
  2. main_SNR.py is used to get the denoised signal, which is saved in the file denoise_signal.mat.
  3. main_SNR_RMSE_amp.m: show the performance of different algorithms. The performance of different methods is obtained as
    • get_SNR_RMSE_performance('fft'): fft method
    • get_SNR_RMSE_performance('omp'): omp method
    • get_SNR_RMSE_performance('fft-denoise'): fft method with the proposed network
    • get_SNR_RMSE_performance('omp-denosie'): omp method with the proposed network

2.3 RMSE-SNR performance (change RIS phase errors)

  1. main_generate_data_SNR_phase.m generate the data to test the RMSE-SNR performance, and the data is saved in the file data_SNR.mat.
  2. main_SNR.py is used to get the denoised signal, which is saved in the file denoise_signal.mat.
  3. main_SNR_RMSE_phase.m: show the performance of different algorithms. The performance of different methods is obtained as
    • get_SNR_RMSE_performance('fft'): fft method
    • get_SNR_RMSE_performance('omp'): omp method
    • get_SNR_RMSE_performance('fft-denoise'): fft method with the proposed network
    • get_SNR_RMSE_performance('omp-denosie'): omp method with the proposed network

2.3 RMSE-SNR performance (change mutual coupling)

  1. main_generate_data_SNR_mc.m generate the data to test the RMSE-SNR performance, and the data is saved in the file data_SNR.mat.
  2. main_SNR.py is used to get the denoised signal, which is saved in the file denoise_signal.mat.
  3. main_SNR_RMSE_mc.m: show the performance of different algorithms. The performance of different methods is obtained as
    • get_SNR_RMSE_performance('fft'): fft method
    • get_SNR_RMSE_performance('omp'): omp method
    • get_SNR_RMSE_performance('fft-denoise'): fft method with the proposed network
    • get_SNR_RMSE_performance('omp-denosie'): omp method with the proposed network

dnn-danm's People

Contributors

chenpengseu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar Yuchen Wu avatar  avatar

Watchers

 avatar  avatar

dnn-danm's Issues

关于python程序问题

python程序里需要一个data_SNR.mat文件,请问这个文件是用哪个matlab程序得到的呢?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.