-
MFCBandFilter
一个用MFC写的滤波器源代码,代码结构非常精巧,可以参考
功能:1 固定带通滤波
2 可变带通滤波
3 噪声删除
4 输入输出误差计算
实现比较简单,由于使用了Microsoft Foundation classes,代码流程很简单,但是实现的功能比较充分
Filter.h:头文件,定义了CFilterApp 类
Filter.cpp:利用MFC的函数实现了CFilterApp
Filter.rc:资源文件,包括对话框和图标的说明(use a filter to write MFC source code, code structure is very delicate, can be functional : a fixed band-pass filtering two variable bandpass filter to delete four 3 noise input and output error calculation is relatively simple to achieve. As the use of Microsoft Foundation classes, code process is simple, but to achieve the more fully functional Filter.h : The first document, CFilterApp definition of the category Filter.cpp : MFC function realized CFilterApp Filter.rc : resource files, including dialog box and the note icon)
- 2006-12-04 17:13:56下载
- 积分:1
-
weighted-fusion
对多传感器数据进行加权融合,该算法中提出来扩展支持度矩阵,用Matlab进行仿真。(Weighted multi-sensor data fusion, the algorithm proposed to extend the support matrix, using Matlab simulation.)
- 2012-06-13 21:33:31下载
- 积分:1
-
1
说明: 二阶巴特沃斯(Butterworth)低通滤波器(Low pass filter)
- 2010-09-07 10:30:37下载
- 积分:1
-
Matlab
数学工具软件matlab的学习资料,适用于初学者,内容实用。(Matlab mathematical tools of learning materials for beginners, the content useful.)
- 2010-10-31 17:12:56下载
- 积分:1
-
vmp_toolbox
vmp is the file generate from Brainvoyager which can link vtc file and the 3D image. This toolbox help you to edit vmp file in matlab.
- 2008-08-23 02:40:11下载
- 积分:1
-
texto
its a code to make a implementations of a digital system of communication using enthropy with text
- 2011-08-26 07:23:51下载
- 积分:1
-
DecisionTreeYSD
决策树的Matlab实现,实现了分类问题和回归问题,有很好的调试结果(Matlab implementation of decision trees)
- 2013-10-09 21:21:57下载
- 积分:1
-
filtro-paso-alto-butterworth-P40db_2
este es un fitro paso alto muy conveniente para el uso en ingenieria electronica y mas aplicaciones
- 2011-12-07 23:43:15下载
- 积分:1
-
SortTheIntegerArray
Code sort the given int array in C.
- 2015-03-22 18:41:53下载
- 积分:1
-
FPE
说明: 按FPE定阶的
源程序:fpe.cpp
M序列:M序列.txt
白噪声:Gauss.txt
程序中先用依模型阶次递推算法估计模型的参数,再用fpe方法判断模型的阶次。
程序运行结果如下:
n: 1
判断阶次FPE的值: 0.0096406
-0.481665 1.07868
n: 2
判断阶次FPE的值: 0.00875755
-0.446739 0.00498181 1.07791 0.0527289
n: 3
判断阶次FPE的值: 0.0087098
-0.459433 0.120972 -0.0569228 1.07814 0.0390757 0.116982
n: 4
判断阶次FPE的值: 0.000396884
-0.509677 0.4501 -0.200906 0.0656188 1.07991 -0.0156362 0.442989 0.0497236
n: 5
判断阶次FPE的值: 3.2095e-007
-1.18415 0.813123 -0.517862 0.34881 -0.116864 1.07999 -0.744141 0.474462 -0.253112 0.122771
n: 6
判断阶次FPE的值: 3.23349e-007
-1.14659 0.76933 -0.487651 0.329676 -0.10377 -0.00440907 1.07999 -0.703574 0.447253 -0.235282 0.113587 0.00479688
从以上结果可以看出,当n=5时,fpe值最小,所以这时的模型阶次和参数估计值为最优结果:
3.2095e-007
-1.18415 0.813123 -0.517862 0.34881 -0.116864 1.07999 -0.744141 0.474462 -0.253112 0.122771(err)
- 2008-09-12 01:14:14下载
- 积分:1