Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 898 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 898 Bytes

MIMO_CS

Code structure

.
├── channel_generate.m     ---data generation
├── ista_complex.m         ---ista for complex number
├── Main.m                 ---main file, fix SNR and plot for different num signals
├── Main_SNR.m             ---main file, fix num signals and plot for different SNR
├── omp_complex.m          ---omp for complex number
├── README.md              ---instructions
├── SBL.m                  ---SBL for complex number
├── SBLU.m                 ---SBL U
└── fig                    ---figure of results
        ├── CPUTime12pilots.png
        ├── MSE0dB.png
        ├── MSE10dB.png
        ├── MSE12pilots.png
        ├── Variance0dB.png
        ├── Variance10dB.png
        └── Variance12pilots.png