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

📄 chase.h

📁 wimax802.16e中的BTC编码仿真程序
💻 H
字号:
#ifndef CHASE_H
#define CHASE_H

/*
*********************************************************************************
*                               INCLUDE FILES
*********************************************************************************
*/
#include "BTCstruct.h"
/*
*********************************************************************************
* NAME:		Chase
* PURPOSE:	perform the chase algorithm.
*
* Input:	reliable[]:  the reliable value for a line block code.
*			flag : 0 :row sequence; 1 :column sequence.
*			beta : parameter for iteration.
*				
* Output:	hard_seq[]: hard decision sequence output.
*			soft_out[]: soft value output.
*					
* AUTHOR: 	Zhang Tao	2007-02-14	
* 
*********************************************************************************
*/
void Chase(double reliable[],int flag,double beta,BTCstruct BTC,int hard_seq[],
		   double soft_out[]);

#endif

⌨️ 快捷键说明

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