gad_var_str.h

来自「快速傅立叶变换程序代码,学信号的同学,可要注意了」· C头文件 代码 · 共 10 行

H
10
字号
  int GallagerB ;   /* number of loops after which to use the Gaallager B trick of changing the threshold for bit flip (actually implemented by having the channel info be ignored, j=4) <10>   */  int loops ;       /* Max number of loops  <200>  */  int loop ;        /* -                    <0>    */  int include_bias ;/* how much strength to give the bias in early steps of decoding <2>    */  int writelog ;    /* number of states to log <0>    */  int wis ;         /* period with which to write current state <0>    */  int wisline ;     /* number of states per line <40>   */  char isfile[100] ;/* write entire intermediate states <->    */  char logfile[100] ;/* for state info       <->    */

⌨️ 快捷键说明

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