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

📄 datamodulation.h

📁 在vc上做的802.16d ofdm phy的仿真
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -