├── BiGAMP ├── BiGAMP.m ├── BiGAMPOpt.m ├── BiGAMP_Aestim.m └── BiGAMP_Xestim.m ├── CVX_Optimal.m ├── Constell_Mapping.m ├── Constell_Modulate.m ├── GAMP_Bernoulli.m ├── GAMP_S.m ├── LICENSE ├── OthrerCS ├── QAm.m ├── SOMP2.m ├── cosamp.m └── rvmRegVb.m ├── Readme.md ├── SIMO_BiGAMP.m ├── SIMO_MessPass.m ├── SIMO_SVD.m ├── SIMO_S_MessPass.m ├── SIMO_X_MessPass.m ├── SIMO_algorithm.m ├── SIMO_result.txt ├── SIMO_test.m ├── S_BER.fig ├── TruboCS ├── BM3D_denoiser.m ├── Kernel_lin_1.m ├── dturbocs.m └── test.m ├── main.m ├── matlab.mat └── setup_DL.m /BiGAMP/BiGAMP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Xiaojun/Matlab_SIMO/HEAD/BiGAMP/BiGAMP.m -------------------------------------------------------------------------------- /BiGAMP/BiGAMPOpt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Xiaojun/Matlab_SIMO/HEAD/BiGAMP/BiGAMPOpt.m -------------------------------------------------------------------------------- /BiGAMP/BiGAMP_Aestim.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Xiaojun/Matlab_SIMO/HEAD/BiGAMP/BiGAMP_Aestim.m -------------------------------------------------------------------------------- /BiGAMP/BiGAMP_Xestim.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Xiaojun/Matlab_SIMO/HEAD/BiGAMP/BiGAMP_Xestim.m -------------------------------------------------------------------------------- /CVX_Optimal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Xiaojun/Matlab_SIMO/HEAD/CVX_Optimal.m -------------------------------------------------------------------------------- /Constell_Mapping.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Xiaojun/Matlab_SIMO/HEAD/Constell_Mapping.m -------------------------------------------------------------------------------- /Constell_Modulate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Xiaojun/Matlab_SIMO/HEAD/Constell_Modulate.m -------------------------------------------------------------------------------- /GAMP_Bernoulli.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Xiaojun/Matlab_SIMO/HEAD/GAMP_Bernoulli.m -------------------------------------------------------------------------------- /GAMP_S.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Xiaojun/Matlab_SIMO/HEAD/GAMP_S.m -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Xiaojun/Matlab_SIMO/HEAD/LICENSE -------------------------------------------------------------------------------- /OthrerCS/QAm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Xiaojun/Matlab_SIMO/HEAD/OthrerCS/QAm.m -------------------------------------------------------------------------------- /OthrerCS/SOMP2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Xiaojun/Matlab_SIMO/HEAD/OthrerCS/SOMP2.m -------------------------------------------------------------------------------- /OthrerCS/cosamp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Xiaojun/Matlab_SIMO/HEAD/OthrerCS/cosamp.m -------------------------------------------------------------------------------- /OthrerCS/rvmRegVb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Xiaojun/Matlab_SIMO/HEAD/OthrerCS/rvmRegVb.m -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Xiaojun/Matlab_SIMO/HEAD/Readme.md -------------------------------------------------------------------------------- /SIMO_BiGAMP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Xiaojun/Matlab_SIMO/HEAD/SIMO_BiGAMP.m -------------------------------------------------------------------------------- /SIMO_MessPass.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Xiaojun/Matlab_SIMO/HEAD/SIMO_MessPass.m -------------------------------------------------------------------------------- /SIMO_SVD.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Xiaojun/Matlab_SIMO/HEAD/SIMO_SVD.m -------------------------------------------------------------------------------- /SIMO_S_MessPass.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Xiaojun/Matlab_SIMO/HEAD/SIMO_S_MessPass.m -------------------------------------------------------------------------------- /SIMO_X_MessPass.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Xiaojun/Matlab_SIMO/HEAD/SIMO_X_MessPass.m -------------------------------------------------------------------------------- /SIMO_algorithm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Xiaojun/Matlab_SIMO/HEAD/SIMO_algorithm.m -------------------------------------------------------------------------------- /SIMO_result.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Xiaojun/Matlab_SIMO/HEAD/SIMO_result.txt -------------------------------------------------------------------------------- /SIMO_test.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Xiaojun/Matlab_SIMO/HEAD/SIMO_test.m -------------------------------------------------------------------------------- /S_BER.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Xiaojun/Matlab_SIMO/HEAD/S_BER.fig -------------------------------------------------------------------------------- /TruboCS/BM3D_denoiser.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Xiaojun/Matlab_SIMO/HEAD/TruboCS/BM3D_denoiser.m -------------------------------------------------------------------------------- /TruboCS/Kernel_lin_1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Xiaojun/Matlab_SIMO/HEAD/TruboCS/Kernel_lin_1.m -------------------------------------------------------------------------------- /TruboCS/dturbocs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Xiaojun/Matlab_SIMO/HEAD/TruboCS/dturbocs.m -------------------------------------------------------------------------------- /TruboCS/test.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Xiaojun/Matlab_SIMO/HEAD/TruboCS/test.m -------------------------------------------------------------------------------- /main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Xiaojun/Matlab_SIMO/HEAD/main.m -------------------------------------------------------------------------------- /matlab.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Xiaojun/Matlab_SIMO/HEAD/matlab.mat -------------------------------------------------------------------------------- /setup_DL.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Xiaojun/Matlab_SIMO/HEAD/setup_DL.m --------------------------------------------------------------------------------