btcinit.h

来自「wimax802.16e中的BTC编码仿真程序」· C头文件 代码 · 共 27 行

H
27
字号
#ifndef BTCINIT_H
#define BTCINIT_H

/*
*********************************************************************************
*                               INCLUDE FILES
*********************************************************************************
*/
#include "BTCstruct.h"
/*
*********************************************************************************
* NAME:		BTCInit  
* PURPOSE:	perform the BTC parameter allocation.
*
* Input:	encoded_len: the length of the encoded bits.
*			rate: 1 for 1/2; 3 for 3/4.
*				
* Output:	BTC : the parameter for the BTC.
*					
* AUTHOR: 	Zhang Tao	2007-02-12	
* 
*********************************************************************************
*/

void BTCInit(int encoded_len,int rate,BTCstruct *BTC);

#endif

⌨️ 快捷键说明

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