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

📄 bnd_var

📁 快速傅立叶变换程序代码,学信号的同学,可要注意了
💻
字号:
# bnd 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## BND is essentially parameter-free; you only have to decide when to# give up. For numerical reasons a clipping rule was introduced but it# only very rarely makes any difference.# the fudge procedure is not needed but is investigated as a research # possiblity.bndc->loops	d 200 -bndloops loops	-	Max number of loops>No CUbndc->loop	d 0 - - - - >CUbndc->writelog	d 0 -bndlogn n - number of states to log# added 97 02 : write_intermediate_statesbndc->wis	d 0 -bndwis p - period with which to write current statebndc->wisline	d 40 -bndwisline l - number of states per linebndc->wisgrey	d 0 -bndwisgrey 0/1 - whether to write greyscale state or just black/whitebndc->isfile	s - -bndis  isfile  if(!bndc->wis)bndc->wis=1; write entire intermediate statesbndc->logfile	s - -bndlog logfile if(!bndc->writelog)bndc->writelog=10; for state info# clipping done in vertical pass since this is where things get smallerbndc->doclip	d 1 -doclip doclip - whether to clip extreme probablitiesbndc->clip	f 0.9999999999 -clip clip bndc->doclip=1; clip probs herebndc->tinydiv	f 1e-40 -tinydiv tiny - value below which division should not be done#bndc->vpl	d 0 -vpl 0/1 - whether to use the log-version of the vertical pass algorithmbndc->dofudge	d 0 -dofudge dofudge - whether to fudge q values up/down or notbndc->fudge	f 1.0 -fudge fudge bndc->dofudge=1; fudge scalebndc->dotweak	d 0 -dotweak dotweak - whether to crank up the prior, and after how many iterationsbndc->tweakinc d 10 -tweakinc increment - subsequent number of its after which to further tweakbndc->tweak	f 1.05 -tweak factor - factor by which prior cranked upbndc->tweakreset d 0 -tweakreset 0/1/2 - whether to reset to start when tweaked. 1=first time, 2=always.## no blank lines please

⌨️ 快捷键说明

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