-
kalmanTrackMouse
用kalman滤波算法来跟踪鼠标, 小有意思的程序, 有助于理解kalman算法(Using kalman filter algorithm to track the mouse, a small interesting programs, help to understand the kalman algorithm)
- 2010-06-08 22:18:50下载
- 积分:1
-
ACOTSP[1].V1.0
路径规划 路径规划的实例,主要运用蚁群算法,算法简洁明了,不懂的可联系本人(Examples of path planning, the main use of ant colony algorithm, the algorithm of concise, do not know I can contact)
- 2009-12-29 09:49:55下载
- 积分:1
-
LFMradar
线性调频+脉冲压缩,雷达解决距离模糊和速度模糊的设置(Fuzzy linear FM+ pulse compression radar solve distance and speed of fuzzy set)
- 2020-10-29 19:09:57下载
- 积分:1
-
59564326dhl
说明: 单相电弧炉,简单易懂 可以直接2016b打开(Single-phase arc furnace, simple and easy to understand, can be opened directly in 2016b)
- 2019-05-10 16:40:20下载
- 积分:1
-
fft_test
FFT程序,在做OFDM时是必要的模块,很有用,在matlab上仿真实现。(FFT program, is necessary when doing OFDM module useful in matlab Simulation.
)
- 2011-07-07 20:04:10下载
- 积分:1
-
multivariate-grey-prediction-model-
文章讨论了多变量灰色预测模型的算法, 给出多变量灰色预测模型的Matlab 程序. 通过实例说明算法程序的应
用和效果(This paper discusses multi-variable gray prediction model algorithm, given multivariable gray forecasting model of Matlab procedures. Algorithm by examples of their application and effectiveness)
- 2013-11-01 13:45:14下载
- 积分:1
-
Biometric-Testing
Biometric Fingerprint, testing application
- 2013-12-11 22:08:35下载
- 积分:1
-
Flow-calculation
潮流计算在matlab中的程序使用,根据电力系统中的公式,在matlab中进行实现(Flow calculation in matlab program using a formula based on the power system, carried out to achieve in matlab)
- 2013-12-23 14:10:31下载
- 积分:1
-
radar
自己编的一个雷达面显示程序,主要练习的是划线函数的使用技巧(radar,for fun,)
- 2009-03-09 15:56:44下载
- 积分: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