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

📄 lbarex.m

📁 压缩文件中是Error Correction Coding - Mathematical Methods and Algorithms(Wiley 2005)作者:(Todd K. Moon )的配
💻 M
字号:
%% test the average performance of a GS(m) code% Copyright 2004 by Todd K. Moon% Permission is granted to use this program/data% for educational/research onlyn = 31;q = 32;k = 15;Mlist = [0,3,21];for m=Mlist  tm = computetm(n,k,m);  Lm = computeLm(n,k,m);  L = computeLbar(n,k,q,tm);  fprintf(1,'m=%d  t=%d  Lm=%d  L=%g\n',m,tm,Lm,L);end  

⌨️ 快捷键说明

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