⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 exit1.m

📁 压缩文件中是Error Correction Coding - Mathematical Methods and Algorithms(Wiley 2005)作者:(Todd K. Moon )的配
💻 M
字号:
load ldpcsim.mat% load the workspace that has the results from running the decoder algorithm.% The code is 15k x 10k, and the average column weight is 2.66, so% there are 40,000 connections% BtoCDataFile --- itno x 40000 --- bit to check data (decoder probabilities)% CtoBDataFile --- itno x 40000 --- check to bit data (decoder probabilities)% infBtoC --- the information at each iteration of BtoCDataFile.%    infBtoC = getinfs(BtoCDatafile)% infCtoB --- similarly% snr04_msgpass_exitpath01 -- the information ready to pass to doexitchart,%    obtained using buildexit(getinfs(CtoBdata   ), getinfs(BtoCData   ))%    for an SNR of 0.4 dB% snr06_msgpass_exitpath01 -- similary for SNR=0.6 dB% snr08_msgpass_exitpath01 -- similary for SNR=0.8 dB% snr10msgpass_exitpath01 -- similary for SNR=1.0 dB% snr12msgpass_exitpath01 -- similary for SNR=1.2 dB% snr14msgpass_exitpath01 -- similary for SNR=1.4 dB% snr16msgpass_exitpath01 -- similary for SNR=1.6 dB% snr18msgpass_exitpath01 -- similary for SNR=1.8 dB% plot histogramsittodo = [1 2 11 15];i1 = 0;for i = ittodo  i1 = i1+1;  loghist(BtoCDataFile(i,:),i,i1);endprint -dps exit1.ps

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -