资源简介
50HZ陷波器的C程序源码.适合于开发ECG时候作为工频数字滤波器使用。
代码片段和文件信息
// Filter.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “Filter.h“
#include “FilterDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CFilterApp
BEGIN_MESSAGE_MAP(CFilterApp CWinApp)
//{{AFX_MSG_MAP(CFilterApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CFilterApp construction
CFilterApp::CFilterApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CFilterApp object
CFilterApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CFilterApp initialization
BOOL CFilterApp::InitInstance()
{
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
CFilterDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2011-04-16 23:09 50HZFITER\
文件 3948 1999-12-30 16:26 50HZFITER\calculate.h
文件 35796 1999-12-30 16:55 50HZFITER\Filter.aps
文件 1676 2000-01-02 10:38 50HZFITER\Filter.clw
文件 2063 1999-12-28 15:05 50HZFITER\Filter.cpp
文件 4290 1999-12-29 21:23 50HZFITER\Filter.dsp
文件 537 1999-12-28 16:19 50HZFITER\Filter.dsw
文件 1332 1999-12-28 15:05 50HZFITER\Filter.h
文件 394240 2000-02-26 15:09 50HZFITER\Filter.ncb
文件 49664 2000-02-26 15:09 50HZFITER\Filter.opt
文件 2252 2000-01-02 10:39 50HZFITER\Filter.plg
文件 6446 1999-12-30 16:55 50HZFITER\Filter.rc
文件 13587 2000-01-02 10:35 50HZFITER\FilterDlg(old).cpp
文件 12246 2000-01-02 10:38 50HZFITER\FilterDlg.cpp
文件 1939 1999-12-30 16:06 50HZFITER\FilterDlg.h
文件 3353 1999-12-28 15:05 50HZFITER\ReadMe.txt
目录 0 2011-04-16 23:09 50HZFITER\res\
文件 1236 1999-12-29 15:58 50HZFITER\Resource.h
文件 1078 1999-12-28 15:05 50HZFITER\res\Filter.ico
文件 398 1999-12-28 15:05 50HZFITER\res\Filter.rc2
文件 204 1999-12-28 15:05 50HZFITER\StdAfx.cpp
文件 987 1999-12-28 15:05 50HZFITER\StdAfx.h
相关资源
- 网页计数器数字图片素材及简单的计
- Opencv学习视频
- 恒模滤波算法针对4QAM
- 《数字图像处理》胡学龙 第三版 课后
- 多相滤波器的实现
- 人工神经网络的图象数字识别(毕业
- 基于数字图像处理的孢子特征提取
- 数字逻辑课程设计运算器.rar
- 简易数字电压表的设计
- 非易失性数字电位器X9241及其与89C20
- 山东大学2018年数字图像处理原题真题
- AGC算法在DSP中的应用
- mpu6050卡尔曼滤波器程序
- 这是Pcl1.8教程,读取P点,获取PCD,滤
- protues仿真 数字时钟的课程设计
- 9——数字时钟.DSN
- CAD LISP 含文本数字求和
- 用于三相四线制系统的有源电力滤波
- 一种新的零相移数字滤波器的改进算
- 有源电力滤波器谐波检测算法的研究
- 浙江理工大学 数字电子实验 实验八
- 浙江理工大学 数字电路实验 实验七
- 差分输入ADC的前端抗混叠RC滤波器设计
- 基于单片机的数字电能表 程序设计
- 数字变声器的设计
- 基于51单片机的自动量程数字电压表
- 数字滤波器LMS自适应法
- 基于LabVIEW的虚拟数字万用表设计
- 数字信号处理中的正交变换
- 数字电子技术期末考试试题
评论
共有 条评论