datamodulation.h

来自「在vc上做的802.16d ofdm phy的仿真」· C头文件 代码 · 共 25 行

H
25
字号
#include "typedef.h"


void dataModulation(Uint8 subChannelIndex,Uint8 *pModulationIn , 
					Uint16 modulationInLength,Uint8	modulationType,
					Int16 qamAve,PilotParam *pPilotParam,
					Int16  *pModulationOut,Uint16  modulationOutLength);

/*
void dataModulationStc (Uint8 subChannelIndex, 
						Uint8 pStcFlag,
						Uint8 *pModulationIn0,
						Uint8 *pModulationIn1,
						Uint16  modulationInLength0,
						Uint16  modulationInLength1,
						Uint8  	modulationType0,
						Uint8  	modulationType1,
						Int16 	qamAve,
						PilotParam *pPilotParam,
						Int8	pStcPilots[][8],
						Int16  *pModulationOut0,
						Int16  *pModulationOut1,
						Uint16  modulationOutLength0,
						Uint16  modulationOutLength1);
						*/

⌨️ 快捷键说明

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