-
8ASK
基于MATLAB的8ASK数字调制系统设计的程序设计,别人编写的.(MATLAB-based digital modulation system design 8ASK the program design, others prepared.)
- 2007-09-15 15:28:18下载
- 积分:1
-
Ogata_Modern_Control_Engineering
It is a modern control engineering book It is a modern control engineering book It is a modern control engineering book It is a modern control engineering book It is a modern control engineering book
- 2010-09-25 01:10:52下载
- 积分:1
-
guipoints
create gui in matlab file
- 2011-01-14 00:07:06下载
- 积分:1
-
MatlabC++
函数注册在Matlab和C++接口中起着重要的作用。在介绍函数注册作用的基础上,详细分析了函数注册的过程及应当注意的问题,并给出了一种实现函数注册的最简单的方法。用实例展示了函数注册的具体实现过程。
(registration function in Matlab and C interface plays an important role. In introducing the role of the registration function on the basis of a detailed analysis of the function of the registration process and should pay attention to the problem, and gives a registration function to achieve the most simple method. Examples demonstrate the function of the concrete realization of the registration process.)
- 2007-04-29 13:52:34下载
- 积分:1
-
Computational-Statistics-Handbook
【数学仿真软件】Computational Statistics Handbook with MATLAB的源代码([T]his book is perfectly appropriate as a textbook for an introductory course on computational statistics. It covers many useful topics, which in combination with the well-documented code, make the underlying concepts easy to grasp by the students)
- 2011-09-18 16:28:46下载
- 积分:1
-
A-non-linear-control
利用非线性控制完成光伏并网逆变器的设计,设计中采用先进的反步法,介绍很好。(Using nonlinear control to complete the design of the photovoltaic (pv) grid inverter, adopted in the design of advanced reverse moves, the introduction is very good.)
- 2013-12-03 23:18:53下载
- 积分:1
-
Max-Lyapunov
根据最大Lyapunov指数的进行不同时间序列的预测方法(max Lyapunov)
- 2012-10-17 17:22:06下载
- 积分:1
-
OFDMMATLAB
OFDM的理解学习,研究并在MATLAB上编译,有助于理解OFDM传输机制。(a program for studying OFDM.)
- 2010-09-25 21:52:53下载
- 积分:1
-
jiaohuanji
交换机解决共享上网交换机解决共享上网交换机解决共享上网交换机解决共享上网(Internet sharing solution to solve the switch switch switch solution to share Internet access sharing internet access sharing internet access switch solution)
- 2011-01-26 17:38:52下载
- 积分: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