• 大小: 4KB
    文件类型: .cpp
    金币: 1
    下载: 0 次
    发布日期: 2021-01-03
  • 语言: C/C++
  • 标签: OFDM  

资源简介

有用的资源,用C++实现OFDM,我觉得蛮有用的,希望对你们也有用啊。

资源截图

代码片段和文件信息

// OFDM.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “OFDM.h“
#include “OFDMDlg.h“
#include“math.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// COFDMApp

BEGIN_MESSAGE_MAP(COFDMApp CWinApp)
//{{AFX_MSG_MAP(COFDMApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// COFDMApp construction

COFDMApp::COFDMApp()
{
// TODO: add construction code here
// P

评论

共有 条评论

相关资源