randomization.h
来自「在vc上做的802.16d ofdm phy的仿真」· C头文件 代码 · 共 16 行
H
16 行
#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 + =
减小字号Ctrl + -
显示快捷键?