code4_var

来自「快速傅立叶变换程序代码,学信号的同学,可要注意了」· 代码 · 共 42 行

TXT
42
字号
# code 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->transpose		d	0 -transpose tra - whether to transpose A when writing itdc->cheap		d	0 -cheap c		-	don't make inverse, go direct to alist repndc->N			d	10 -n N			-	size>No UCdc->NS			d	10 - -			-	size of signal block>CUdc->M			d	0 -m M			-	N/A except MNC0dc->rho			f	1 -rho rho		-	number of signal bits per cycledc->MNC			d	4  -mnc MNC		-	which codedc->seed		ld	125 -seed seed 		-	seed#	whether to measure hamming distances between columnsdc->showhd		d	0	-showhd	hd	-	hamming distances to show in xv (eg 5)dc->checkhd		d	3	-checkhd hd	-	distance at/below which to shriekdc->hd			d	3	-hd hd		-	this is used when generating the matrix>No Sdc->pC1.per_row		d	5 -t1 t1		-	number per coldc->pC2.per_row		d	0 -t2 t2		-	number per col>S>PS  sparse_cmatrix_param pC1 , pC2 ; dc->pbm_o		d	0 -pbm p		-	whether to write code as bit mapdc->pbm_xv		d	0 -xv xv		- 	whether to xv it also>PD  strcpy ( dc->pbm_ofile , "A.pbm" ) ; dc->pbm_ofile		s	- -pbmo file	dc->pbm_o=2;	the file for C1>PD  strcpy ( dc->pbm_ofile2 , "A2.pbm" ) ; dc->pbm_ofile2		s	- -pbmo2 file2	dc->pbm_o=2;	the file for C2dc->verbose		d	1 -v verbosity		-	-dc->outfile		s	- -o outfile	dc->out=2; 	Default MNC4/N.t1.t2.seeddc->out			d	1 -out out		-	whether to print alist>PU  fprintf(fp,"\n");

⌨️ 快捷键说明

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