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

📄 dc_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#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.dc->noisy		d	0  -	-		-	whether a noisy y vector is involved>CUdc->use_fe              d       1 -fe use_fe            - use fe_mindc->use_bnd             d       0 -bnd use_bnd          - use bnddc->error_log           d       0 -el log               - whether to record decoding errorsdc->error_logfile       s       - -elfile elfile dc->error_log=2; file for errorsdc->maxcount            d      -1 -maxcount maxcount  - max number of bit errors to report; -1=alldc->skip		d	0 -skip number		- number of random vectors to generate before starting

⌨️ 快捷键说明

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