资源简介
本代码是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
- 上一篇:大地测量贝塞尔问题的解算
- 下一篇:公交线路查询系统C语言
评论
共有 条评论