📄 gad_var
字号:
# GAd variables## file to be read by commander.p# each line is turned into a structure entry (str)# a default-setting entry (def)# a usage-printing entry (usg)# and a command line reading entry (clr)# of these, the S, U and C can be disabled by >No S, etc.# and the D can be disabled by -.## variable type deflt flag short_name extra_action long_name## BND is essentially parameter-free; you only have to decide when to# give up. For numerical reasons a clipping rule was introduced but it# only very rarely makes any difference.# the fudge procedure is not needed but is investigated as a research # possiblity.GAdc->GallagerB d 10 -GAB loops - number of loops after which to use the Gaallager B trick of changing the threshold for bit flip (actually implemented by having the channel info be ignored, j=4)GAdc->loops d 200 -GAdloops loops - Max number of loops>No CUGAdc->loop d 0 - - - - GAdc->include_bias d 2 - - - how much strength to give the bias in early steps of decoding>CUGAdc->writelog d 0 -GAdlogn n - number of states to log# added 97 02 : write_intermediate_statesGAdc->wis d 0 -GAdwis p - period with which to write current stateGAdc->wisline d 40 -GAdwisline l - number of states per lineGAdc->isfile s - -GAdis isfile if(!GAdc->wis)GAdc->wis=1; write entire intermediate statesGAdc->logfile s - -GAdlog logfile if(!GAdc->writelog)GAdc->writelog=10; for state info## no blank lines please
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -