-
a
说明: 人工神经网络的讲解课件,用利于学习者认识神经网络,在MATLAB中实现神经网络。(On artificial neural network software, and help learners understand the neural networks, in the realization of neural networks in MATLAB.)
- 2009-08-08 16:30:20下载
- 积分:1
-
OFDM1
说明: 一个OFDM通信系统的matlab源程序,相信很多学通信的同学都用得着。(an OFDM system Matlab source, I believe many of the communications school students are worthwhile.)
- 2006-01-08 22:37:45下载
- 积分: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
-
fpica
本程序是快速独立成分分析算法中需要调用的一个很重的子程序。(This procedure is fast independent component analysis algorithms need to call a heavy subroutine.)
- 2013-09-22 10:15:59下载
- 积分:1
-
Attachments_20131017
DIFFERENT ARTICLES , USEFUL FOR ELECTRICAL ENGINEERING , ECONOMIC DISPATCH
- 2013-12-22 16:18:13下载
- 积分:1
-
guoreqiwenchuanjikongzhi
说明: 过热气温串级控制,是锅炉控制系统中的一个重要组成部分,一般运用的都是串级的控制,相对于水位的三冲量控制。(Superheated steam temperature cascade control, boiler control system is an important part of the general use of cascade control are compared with three-level impulse control.)
- 2010-04-01 15:24:00下载
- 积分:1
-
zhongzipengzhuang
老师布置的中子碰撞程序,是用VB编写的,但是必须安装了MatLab软件才可以用!(teachers layout of the neutron collisions process, the preparation of the VB, However, it must be installed MatLab software can use!)
- 2006-12-08 16:58:03下载
- 积分:1
-
ditongchouyang
低通抽样定理程序有课程设计的有需求的自己(Low-pass sampling theorem of the curriculum design process there is a demand of their own)
- 2007-12-20 20:52:29下载
- 积分:1
-
Observer
This is a MATLAB GUI app. with attached Luenbergers obserwer for 2 pots
- 2010-12-25 20:14:51下载
- 积分:1
-
fibonacci
fibonacci search method
optimization methods and algortihms
- 2014-11-27 21:41:40下载
- 积分:1