Skip to content

nirshlezinger1/DeepSIC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepSIC

A deep learning based soft interference cancellation symbol detector, based on the paper:

N. Shlezinger, R. Fu, and Y. C. Eldar.

DeepSIC: Deep Soft Interference Cancellation for Multiuser MIMO Detection”.

arXiv preprint, arXiv:2002.03214, 2020.

Repository content

The implementation of DeepSIC consists of two functions:

  • GetDeepSICNet - generate and train DeepSIC MIMO detector. Training is carried out in a sequential manner (see Sequential Training in the above reference).

  • s_fDetDeepSIC - use trained model to detect symbols, returns BER.

A code example for evaluating ViterbiNet can be found in the script DeepSIC_Test1.m.

This code requires Matlab with deep learning toolbox. The results reported in the paper were simulated using Matlab 2018b.

About

Data-driven implementaion of soft iterative interference cancellation for MIMO detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages