📄 ra_var
字号:
# RA 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#dc->afile s - -afile afile dc->reada=2; file with alist in it.>No CUdc->reada d 1 - - - whether to use default name; 2 = user-defined.>CUdc->N d 0 -n N - transmitted block lengthdc->K d 100 -k K - source block lengthdc->q d 3 -q q - number of repetitionsdc->x f 2.0 -x x - snrdc->vseed ld 1234 -vseed seed - seed for random vectors
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -