physicalchannelframe.h
来自「这是一个基于WCDMA系统的 MIMO-OFDM下行链路的仿真模型。」· C头文件 代码 · 共 39 行
H
39 行
// PhysicalChannelFrame.h: interface for the PhysicalChannelFrame class.
//
// Copyright 2002 The Mobile and Portable Radio Research Group
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_PHYSICALCHANNELFRAME_H__DA85BD00_1A19_11D5_817F_87148E4E1FB7__INCLUDED_)
#define AFX_PHYSICALCHANNELFRAME_H__DA85BD00_1A19_11D5_817F_87148E4E1FB7__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "TransmitterClass.h"
class PhysicalChannelFrame
{
public:
ComplexNumber *DesiredDPCH;
unsigned NumOtherDPCHs;
ComplexNumber ** OtherDPCHs;
unsigned NumDPCCHforCPCH;
ComplexNumber **DPCCHforCPCH;
ComplexNumber *P_CPICH;
unsigned NumS_CPICH;
ComplexNumber **S_CPICH;
ComplexNumber *P_CCPCH;
ComplexNumber *S_CCPCH;
ComplexNumber *PDSCH;
ComplexNumber *P_SCH;
ComplexNumber *S_SCH;
PhysicalChannelFrame(TransmitterClass Tx);
virtual ~PhysicalChannelFrame();
};
#endif // !defined(AFX_PHYSICALCHANNELFRAME_H__DA85BD00_1A19_11D5_817F_87148E4E1FB7__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?