-
New_to_MATLAB
MATLAB初学者
介绍了MATLAB 的一些基本使用方法(MATLAB for beginners introduces some basic use MATLAB)
- 2009-12-15 17:42:50下载
- 积分:1
-
NXT-toolbox
乐高公司开发的NXT机器人,通过matlab进行编程的小工具箱(Lego NXT robot, developed by a small toolbox matlab programming)
- 2011-04-22 20:53:08下载
- 积分:1
-
system_identification
此文件是麻省理工大学系统辨识课程,值得一看收藏(system identification courses in Massachusetts Institute of Technology , worth a visit)
- 2010-05-20 02:28:21下载
- 积分: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
-
ga
说明: In this paper, an attractive approach for teaching genetic algorithm has been
presented. This approach is based primarily on using MATLAB in
implementing the genetic operators: crossover, mutation, and selection. An
advantage of using such an approach is that the student becomes familiar with
some advanced features of MATLAB, and furthermore, with the availability of
other MATLAB Toolboxes such as The Control Systems Toolbox, Neural
Network Toolbox and Fuzzy Logic Toolbox, it is possible for the student to
develop genetic algorithm-based approaches to designing intelligent systems,
which could lead to his/ her final year or MSc project.
- 2013-11-17 05:32:52下载
- 积分:1
-
tst3
simulink files for fsk modulation and demodulation
- 2012-12-03 23:33:26下载
- 积分:1
-
Design-of-LMS-Adaptive-Filte.rar
LMS自适应滤波器,实现的是去除信号噪声的功能,效果不错(Design of LMS Adaptive Filte)
- 2012-02-14 23:09:55下载
- 积分:1
-
gaTSP
采用GA算法解决TSP问题,包含所需的9个m文件和一个测试文本文件。其中bianma.m出现错误提示,尚未解决。仅供参考(GA algorithm to solve TSP, including the 9 m files and a test text file. The which bianma.m error occurs, remain unresolved. For reference only)
- 2012-04-26 10:48:03下载
- 积分:1
-
kalman
这里有卡尔曼滤波原理及公式陈列,编程实现,外加外界白噪声的影响,旨在加强对卡尔曼滤波的直觉理解与应用。(There Kalman filter theory and formula display, programming, plus white noise of the outside world to enhance intuitive understanding of the Kalman filter and its application.)
- 2010-06-04 12:44:34下载
- 积分:1
-
CT
说明: 图像反投影重建算法,利用CT采集的数据在进行R_L_滤波后进行反投影得到检测图像。(Image reconstruction algorithm, using the projection of the data collected on CT after R_L_ filter back-projection get detection images.)
- 2010-01-05 12:10:13下载
- 积分:1