嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
Gaussian Belief Propagation
├── CSBP_matlab
│ ├── GetSelfIndices.m
│ ├── encoder.m
│ ├── gen_phi.m
│ ├── generatex_noisy.m
│ ├── get_aux.m
│ └── setdiff_shri.m
├── GBP.m
├── GaBP_convergence_fix
│ ├── fix_GaBP.m
│ ├── multiuser_detection.m
│ ├── multiuser_detection_fix.m
│ └── test_GaBP_fix.m
├── ILP
│ ├── NBP.m
│ ├── integral_ekde.m
│ ├── kde_prod.m
│ ├── run_NBP_test.m
│ ├── run_NBP_test2.m
│ ├── run_NBP_test3.m
│ └── verify_kde.m
├── KRR
│ └── KRR.m
├── LDLC
│ ├── LDLC.m
│ ├── run_LDLC.m
│ └── run_multiple_LDLC.m
├── LP
│ ├── l1_ls_gabp.m
│ ├── newtondemogbp.m
│ └── newtondemogbp_sparse.m
├── NBP
│ ├── CS_example.m
│ ├── CS_small_testing.m
│ ├── H_N_121_d_3_1.mat
│ ├── H_N_961_d_7.mat
│ ├── LDLC_example.m
│ ├── LDLC_large_example.m
│ ├── LDLC_small_example.m
│ ├── NBP.m
│ ├── NBP_opt.m
│ └── verify_pdf.m
├── NBP_decoder
│ ├── loop_NBP_example.m
│ └── n1000d9.mat
├── NUM
│ ├── dd_solver.m
│ ├── dense_pdip_solver_sparse_gabp.m
│ ├── large_test.m
│ ├── simple_test.m
│ ├── small_test_gabp.m
│ ├── sparse_GBP.m
│ └── trunc_pdip_solver.m
├── README.txt
├── SS
│ ├── aug-dec2006.mat
│ ├── sens_sel_approxnt.m
│ ├── sens_sel_approxnt_dist.m
│ ├── sens_sel_gabp.m
│ ├── sens_sel_loc.m
│ ├── sens_sel_locr.m
│ ├── test_ss.m
│ └── test_ss_abilene.m
├── asynch_GBP.m
├── blockGBP.m
├── blockGBP2.m
├── bptf_demo
│ ├── ALS.m
│ └── test_ALS.m
├── fault_detection
│ ├── CoSaMP.m
│ ├── GPSR_BB.m
│ ├── Generate_2D.m
│ ├── Generate_NBPvIP.m
│ ├── Generate_SuccRate.m
│ ├── L.m
│ ├── MMSE_BER_computation
│ │ ├── IfNotFound.quadgk.m
│ │ ├── ber.m
│ │ ├── constraint.m
│ │ ├── efficiency_db.m
│ │ ├── main.m
│ │ ├── mmse.m
│ │ └── readme.txt
│ ├── NBP.m
│ ├── README
│ ├── Round_and_Local.m
│ ├── armap_gabp.m
│ ├── cgsolve.m
│ └── hard_l0_Mterm.m
├── gabp-conv
│ ├── GBP2.m
│ ├── GBP3.m
│ ├── GBP3a.m
│ ├── MPLS3.m
│ ├── cont_plot.m
│ ├── cont_plot3.m
│ └── cont_plot_MPLS.m
├── gabp.m
├── gabp_inv.m
├── gabpms.m
├── lanczos
│ ├── lanczos.m
│ └── test_lanczos.m
├── run_gabp.m
├── run_gabp_inv.m
├── run_gabpms.m
├── run_sparse_gabp.m
├── sparse_gabp.m
├── sparse_gabp_opt.m
├── test_blockGBP.m
└── test_blockGBP2.m
15 directories, 97 files