-
VLC_simulation
实现可见光通信的仿真,用OFDM的调制方式(VLC communication OFDM)
- 2018-12-30 15:55:12下载
- 积分:1
-
LQRIP
一级倒立摆lqr算法,m文件。效果不错,(an inverted pendulum lqr algorithm, m documents. Worked quite well.)
- 2007-03-13 14:43:40下载
- 积分:1
-
Gambit读取2维网格的Matlab程序
ReadMeshFromGambit2D
从网格划分软件Gambit读取2维网格的Matlab程序,来自《节点间断迦辽金方法》一书(Matlab program read from the meshing software Gambit two-dimensional grid, from the node discontinuous Galerkin method, " a book)
- 2012-07-02 22:30:28下载
- 积分:1
-
The-effect-of-aliasing
MATLAB中的混叠的效果代码,其中包含:时域的混叠效果;频域的混叠效果(The effect of aliasing the MATLAB code, which includes: a time domain aliasing effects frequency domain aliasing effects)
- 2020-09-03 10:08:09下载
- 积分:1
-
Kurtogram
谱峭度工具箱,用于轴承诊断,可以直接得到峭度谱,简单实用。(Spectral kurtosis toolbox for bearing diagnostics, can be obtained directly kurtosis spectrum, simple and practical.)
- 2015-08-29 15:22:11下载
- 积分:1
-
LEACH_11_6
LEACH协议的仿真代码,可以实现多点传输功能(leach protocol simulation code)
- 2012-05-10 13:26:49下载
- 积分:1
-
ams
matlab code used for the speech processing
- 2012-06-12 23:40:41下载
- 积分:1
-
Matlab_STCv0
STC跟踪算法,matlab源码,可实现对框定目标的有效稳定跟踪(STC tracking algorithm, matlab source code, can achieve the goal of effective framing stable tracking)
- 2014-01-22 18:18:13下载
- 积分:1
-
08060009_HW3
implementation of
KLT CORNER DETECTOR
- 2010-11-23 02:30:16下载
- 积分: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