-
Wiener-filter
matlab的维纳滤波器源码,内容较少,但滤波器的功能都有!(the source code of Wiener filter)
- 2011-06-11 10:39:00下载
- 积分:1
-
ds1102_vect
DS program of IMIFOC
- 2012-05-16 04:19:42下载
- 积分:1
-
skinofface
this code detect skin of human body and every thing that is same as it
- 2010-07-23 22:25:03下载
- 积分:1
-
ELM
训练集/测试集产生
load spectra_data.mat
随机产生训练集和测试集
temp = randperm(size(NIR,1))
训练集——50个样本
P_train = NIR(temp(1:50),:)
T_train = octane(temp(1:50),:)
测试集——10个样本
P_test = NIR(temp(51:end),:)
T_test = octane(temp(51:end),:)
N = size(P_test,2)
数据归一化
( Training set/test set generation load spectra_data.mat randomly generated training set and test set temp = randperm (size (NIR, 1)) training set- 50 samples P_train = NIR (temp (1:50) ,:)' T_train = octane (temp (1:50 ),:)' test set- 10 samples P_test = NIR (temp (51: end ),:)' T_test = octane (temp (51 : end ),:)' N = size (P_test, 2) Data Normalization)
- 2011-05-21 16:45:51下载
- 积分:1
-
video_anpr
this file is about devloping a apllication for automatic number plate recognition
- 2013-12-26 15:02:51下载
- 积分:1
-
matlab-composite-ga
在matlab上建立的对于复合材料铺层的遗传算法优化历程(ga optimization method for composites optimization use based on matlab)
- 2021-04-14 20:18:54下载
- 积分:1
-
histogram
数字图像处理--直方图均衡化--matlab程序(Digital image processing- Histogram equalization- matlab program)
- 2013-12-02 10:58:49下载
- 积分:1
-
matlab
教程 全程掌握。对于初学者来说是非常好的工具。(Master the whole course. For beginners it is a very good tool.)
- 2009-06-30 10:07:30下载
- 积分:1
-
grid_3_27_17_21
matlab遍历算法程序,对所有的元素都遍历一篇,已经验证可用(traversal algorithm matlab procedures, all the elements are traversed one has been used to verify)
- 2013-07-17 15:56:17下载
- 积分:1
-
hunhebiancheng_123
matlab与CC++混合编程程序,可以参考下,适合初学者(matlab and C C++ mixed programming program, you can refer to, for beginners)
- 2013-07-12 12:27:54下载
- 积分:1