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

📄 code_ez_var

📁 快速傅立叶变换程序代码,学信号的同学,可要注意了
💻
字号:
# code_ez 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->verbose		d	0 -v verbosity		-	-dc->outfile		s	- -o outfile	 - - dc->out			d	1 -out out		-	whether to print alistdc->seed		ld	123 -seed seed - ->No CUdc->M			d	0 - - - -dc->N			d	0 - - - -dc->t			d	0 - - - -dc->tr			d	0 - - - ->CUdc->style		d	1 -s style	- 1 or 2 (where the diagonals go)dc->afile		s	- -i afile	- file containing a matrixdc->write		d	0 -w write	- write to outputdc->min_per_row		d	2 -minrow mr	- minimum number of bits on a row, below which an error message is givendc->min_per_col		d	2 -mincol mc	- minimum number of bits in a col, below which an error message is given (not expected to be useful) 

⌨️ 快捷键说明

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