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

资源简介

本代码是ASK调制频率采样法设计滤波器进行的数字通信系统仿真,所用语言为C++

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “ASK.h“
#include “ASKDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CASKApp

BEGIN_MESSAGE_MAP(CASKApp CWinApp)
//{{AFX_MSG_MAP(CASKApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CASKApp construction

CASKApp::CASKApp()
{
// TODO: add construction code here
// Place all significant in

评论

共有 条评论

相关资源