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

📄 rmbnd_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 donebndc->Ntrellis	d 3 -Nt Ntrellises - number of trellises (please don't change)bndc->trellisN	d 16 -tN trellisN - length of constraint applied by trellisbndc->trellisT	d 1 -tT trellisT - type of trellis: 0=gallager, 1=RM or Hammingbndc->trellisV	d 0 -tV trellisVerbosity - verbositybndc->trellis2N	d 16 -t2N trellis2N - length of constraint applied by trellis 2bndc->trellis2T	d 1 -t2T trellis2T - type of trellis 2: 0=gallager, 1=RM or Hammingbndc->trellis3N	d 16 -t3N trellis3N - length of constraint applied by trellis 3bndc->trellis3T	d 1 -t3T trellis3T - type of trellis 3: 0=gallager, 1=RM or Hamming## no blank lines please

⌨️ 快捷键说明

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