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

📄 randomization.h

📁 在vc上做的802.16d ofdm phy的仿真
💻 H
字号:
#include "typedef.h"

void dlRandInit(Uint16 burstIndex,	//0=FCH, indication that the burst is FCH.
					//1= indication that this is theburst #1after FCH.
				Uint8  	bsid,         
				Uint8 	diuc,
				Uint8	frameIndex,	
				Uint16  *pRandVector);

void randomization (Uint8 mode,
					DlTxBurstParam *pDlTxBurstParam,
					Uint16 burstIndex,
					Uint8  *pRandomizationIn,         
					Uint16  randomizationInLength,   
					Uint16  *pRandVector,                  
   					Uint8  *pRandomizationOut) ;

⌨️ 快捷键说明

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