-
sparsity
This demonstration shows that reordering the rows and columns of a sparse matrix S can affect the time and storage required for a matrix operation such as factoring S into its Cholesky decomposition
- 2007-10-14 11:24:59下载
- 积分:1
-
communication-system(MATLAB-version)
现代通信系统(matlab版)书中所有源码。这本书能够帮助初学通信原理的同学深入体会原理的内涵。(Modern communication systems (matlab version) book all source code. This book will help novice students in-depth experience of communication theory principles connotations.)
- 2013-07-23 15:36:54下载
- 积分:1
-
gm11
function exp85
clear all
p=[0:0.1:1.1]
t=[22.4570 26.6012 12.6416 5.9367 6.9265 28.2432 31.5068 37.0166 7.8947 1.0398 12.7095]
net=newff([0 1],[5 1],{ tansig purelin }, traingdx , learngdm )
net.trainParam.epochs=2500
net.trainParam.goal=0.001
net.trainParam.show=50
net=train(net,p,t)
r=sim(net,p)
plot(p,t,p,r, * )
y=sim(net,[1.2])
- 2012-04-26 12:14:11下载
- 积分:1
-
frft
说明: 这是一个有关frft的matlab的程序,请好好利用吧(a programm about frft,please take full use of it)
- 2011-03-01 09:00:03下载
- 积分:1
-
蚁群算法
基于matlab的用蚁群算法实现车辆派遣的最优问题(The optimal problem of vehicle dispatch based on ant colony algorithm based on MATLAB)
- 2018-02-02 23:51:46下载
- 积分:1
-
tese_paulo_asaquebra
MATLAB code for optimal design of transonic wings. Optimize the wing parameters considering the better specific range.
Master dissertation of Paulo Ferrucio
- 2009-10-29 05:06:10下载
- 积分:1
-
Sigma-Point-Kalman-Filtering-for
说明: sigma点卡尔曼滤波在跟踪中的应用,能够实现较好的跟踪效果(sigma point Kalman filter in tracking application, can achieve better tracking)
- 2011-02-18 10:27:38下载
- 积分:1
-
kingbie
关于非线性离散系统辨识,调试通过可以使用,各种kalman滤波器的设计。( Nonlinear discrete system identification, Debugging can be used, Various kalman filter design.)
- 2016-04-28 18:48:24下载
- 积分:1
-
Filter
获取理想频段内的信号,这样就有助于进行相应的信号处理工作(The ideal band for the signal, so that helps to make the appropriate signal processing)
- 2011-07-07 10:26:41下载
- 积分:1
-
Double-slit-interference
模拟物理实验中的双缝干涉实验,输入波长 Lambda = 500nm,光缝距离的d = 2mm,光栅到屏幕距离z = 1m(Simulated physics experiments in the double-slit interference experiment input wavelength Lambda = 500 nm, the light slit distance d = 2mm, raster-to-screen distance z = 1m)
- 2012-08-22 16:03:13下载
- 积分:1