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

📄 code5_var

📁 快速傅立叶变换程序代码,学信号的同学,可要注意了
💻
字号:
# 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	1 -cheap c		-	don't make inverse, go direct to alist repn (no choice in code5)dc->N			d	10 -n N			-	horizontal size>No UCdc->NS			d	10 - -			-	size of signal block >CUdc->N1			d	0 -n1 N1	- Number of columns with weight 1 (code6 only)dc->M			d	0 -m M			-	other dimensiondc->seed		ld	125 -seed seed 		-	seed#	whether to measure hamming distances between columnsdc->hd			d	3	-hd hd		-	this is used when generating the matrixdc->t1			f	3 -t1 t1		-	number per coldc->t2			f	0.0 -t2 t2		-	number per col (defaults to t1)dc->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 alistdc->stair		d	0 -stair 2/1/0 - make a slope(2) or staircase (1) for the first chunk of matrixdc->maxattempts		d	20 -maxa maxattempts - maximum number of attempts per column to avoid overlap with other cols>PU  fprintf(fp,"\n");

⌨️ 快捷键说明

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