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

📄 exit3.m

📁 压缩文件中是Error Correction Coding - Mathematical Methods and Algorithms(Wiley 2005)作者:(Todd K. Moon )的配
💻 M
字号:
load ldpcsim.mat% To plot the trajectory:% 1) Extract the mutual information using getinfs, which calls%    getinf, which performs numerical integration using the histogram% 2) Stack the information up correctly according to the iteration number%    using buildexit% 3) Plot the corresponding information with dotrajectory%% Putting all this together, for the data BtoCDataFile and CtoBDatafile,% the command is% dotrajectory(buildexit(getinfs(CtoBDataFile),getinfs(BtoCDataFile)),'r')%clfsubplot(2,2,1);dotrajectory(snr08_msgpass_exitpath01);  tl = title('SNR=0.8 dB');set(tl,'fontsize',15);subplot(2,2,2);dotrajectory(snr04_msgpass_exitpath01);  tl = title('SNR=0.4 dB');set(tl,'fontsize',15);subplot(2,2,3);dotrajectory(snr16_msgpass_exitpath01);  tl = title('SNR=1.6 dB');set(tl,'fontsize',15);subplot(2,2,4);dotrajectory(snr18_msgpass_exitpath01);  tl = title('SNR=1.8 dB');set(tl,'fontsize',15);input('press return');print -dps exit3.ps

⌨️ 快捷键说明

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