📄 radc_var
字号:
# dc 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#c->afile s - -afile afile c->reada=2; file with alist in it.>No CUc->reada d 1 - - - whether to use default name; 2 = user-defined.>CUc->notabovecap d 1 -nac 0/1 - whether not to allow communication attempts above capacity. If 1, then such attempts are disallowed.c->error_log d 0 -el log - whether to record decoding errorsc->error_logfile s - -elfile elfile c->error_log=2; file for errorsc->maxcount d 5 -maxcount maxcount - max number of bit errors to report; -1=allc->skip d 0 -skip number - number of random vectors to generate before starting#c->N d 0 -n N - length of the transmitted vector t if not N c->K d 0 -k K - number of (sets of) constraints#c->fn f -0.06 -fn fn - BSC noise levelc->fs f 0.5 -fs fs - source densityc->fnass f -0.06 -fnass fn - assumed BSC noise levelc->gc d 1 -gc gc - whether using gaussian channelc->gcx f -1.0 -gcx gcx - Signal to noise ratio of gaussian channelc->gcxass f -1.0 -gcxass gcxass - assumed Signal to noise ratio c->verbose d 0 -v v - verbosity# the details c->mseed ld 1234 -mseed mseed - seed for matrices in the codec->vseed ld 9876 -vseed vseed - seed for vectors# customer relations>No CUc->message d 0 - - - which message we are on >CUc->MESSAGE d 1 -mess mess - how many messages to sendc->DEMO d 0 -demo demo - ->No CUc->failcount d 0 - - - number of failed messages >CUc->failures d 5 -failures failures - number of failed messages to stop after >No CUc->pheading_count d -1 - - - -c->flipped d 0 - - - number of bits flipped by noise>CUc->pheading_period d 20 -pheading period - -c->zscore f 1.0 -zscore z - number of sds to show## from RAbnd_var## 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.c->loops d 200 -bndloops loops - Max number of loops>No CUc->loop d 0 - - - - c->totloops d 0 - - - counts up loops used>CUc->writelog d 0 -bndlogn n - number of states to logc->doclip d 1 -doclip doclip - whether to clip extreme probablitiesc->clip f 0.9999999999 -clip clip c->doclip=1; clip probs herec->tinydiv f 1e-40 -tinydiv tiny - value below which division should not be donec->wis d 0 -bndwis p - period with which to write current statec->wisline d 40 -bndwisline l - number of states per linec->wisgrey d 0 -bndwisgrey 0/1 - whether to write greyscale state or just black/whitec->isfile s - -bndis isfile if(!c->wis)c->wis=1; write entire intermediate statesc->logfile s - -bndlog logfile if(!c->writelog)c->writelog=10; for state infoc->outappend d 1 -oappend (0/1) - whether to append to the outfile; if this is zero, then it is overwritten every time insteadc->outfile s - -o outfile if(!(c->printout))c->printout=1; write reports to this file>No CUc->printout d 0 - - - ->CU# added feb 96c->totoutfile s - -to totoutfile if(!(c->printtot))c->printtot=1; write totals to filec->histofile s - -ho histofile if(!(c->printhisto))c->printhisto=1; histogram of stop times>No CUc->printtot d 0 - - - -c->printhisto d 0 - - - ->CUc->big_write_period d 100 -pbw period - how often to write a ton of summary stuff## no blank lines please
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -