-
FUZZY-AND-NEURAL---Bilim
so useful dodument for neuro fuzzy
- 2011-01-20 02:57:59下载
- 积分:1
-
adaboost-algorithm
Adaboost是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器(强分类器)。(Adaboost is an iterative algorithm, the core idea is the same training set for different classifiers (weak classifiers), then these weak classifiers together to form a stronger final classifier (strong classifier).)
- 2013-11-15 21:51:56下载
- 积分:1
-
利用emd对一维信号进行去噪的最新程序
说明: 利用emd对一维信号进行去噪的最新程序。包含了三种emd去噪方法.(The latest program of one-dimensional signal denoising using EMD. It includes three kinds of EMD denoising methods)
- 2020-10-31 11:27:38下载
- 积分:1
-
basic-radar-function
basic function that you need for radar systems
- 2011-11-07 15:41:27下载
- 积分:1
-
Q4A
This program calculates the discrete fourier transform of values in a 1d array
- 2014-12-09 11:59:32下载
- 积分:1
-
Shielding
shielding effectiveness of the materials
- 2014-01-01 23:25:26下载
- 积分:1
-
newACA_FCM
Ant colony optimisation based segmentation algorithm
- 2014-01-19 21:29:53下载
- 积分:1
-
Patton_copula_toolbox
说明: 利用DACE工具箱中高斯过程做全局优化,适用于复杂非线性模型(Surrogate model optimization algorithm for computationally expensive global optimization problems)
- 2019-11-08 15:42:16下载
- 积分:1
-
zcg
一个小型的游戏,用于测试你的反应能力。不错(A small game to test your ability to respond. Yes)
- 2010-07-09 19:27:52下载
- 积分:1
-
dxVideo
This library contains helper functions to read image frames into matlab from Video
file using DirectShow. This library has borrowed codes from Ashwin Thangali s
"DirectShow (DirectX) based AVI file reader", and it can read multiple video formats besides avi.
Features:
a) can read frames from rmvb, avi, etc.
b) handles most codecs installed on the system
d) its implementation is only based on the IMediaDet interface
-- Depending on your Matlab version, the .mexw32 files may need to be renamed as .dll
-- The library usage is as follows,
[avi_hdl, avi_inf] = dxVideoOpen(avi_filename)
pixmap = dxVideoReadMex(avi_hdl, frame_num)
img = reshape(pixmap,[avi_inf.Height,avi_inf.Width,3])
dxVideoCloseMex(avi_hdl)
-- recompile the library
I have compiled the code with the DirectShow lib in Microsoft DirectX 9.0 SDK Update (December 2004)
-- known limitation
a)only works for windows :(
b)may be slow for big image frames and some codecs.
- 2009-11-05 17:17:06下载
- 积分:1