-
kalman
该文档中包含卡尔曼滤波的C++的实现源代码,并有详细说明。(The document contains the Kalman filter implementation of C++ source code and detailed instructions.)
- 2010-08-14 11:27:28下载
- 积分:1
-
synchronousmachinmodel
matlab code for synchronous machin
- 2010-12-18 22:30:32下载
- 积分:1
-
xianxingshenjingwangluo1
人工神经网络基于matlab开发的线性神经网络的例子开发过程(Artificial neural networks are based on the development of linear neural network matlab examples of the development process)
- 2013-08-04 15:14:46下载
- 积分:1
-
Hankel
此方法为Hankel矩阵法辨识出系统的传递函数(Hankel matrix method)
- 2021-04-01 10:19:08下载
- 积分:1
-
circuit1
this file simulate a circuit in matlab simulink and show the results
- 2009-09-16 17:56:08下载
- 积分:1
-
shenjingwangluo
T=[1 0 0 1 0 0 1 0 0
0 1 0 0 1 0 0 1 0
0 0 1 0 0 1 0 0 1]
输入向量的最大值和最小值
threshold=[0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1]
net=newff(threshold,[31 3],{ tansig , logsig }, trainlm )
训练次数为1000,训练目标为0.01,学习速率为0.1
net.trainParam.epochs=1000
net.trainParam.goal=0.01
LP.lr=0.1
net = train(net,P,T)
测试数据,和训练数据不一致
P_test=[0.2101 0.0950 0.1298 0.1359 0.2601 0.1001 0.0753 0.0890 0.0389 0.1451 0.0128 0.1590 0.2452 0.0512 0.1319
0.2593 0.1800 0.0711 0.2801 0.1501 0.1298 0.1001 0.1891 0.2531 0.0875 0.0058 0.1803 0.0992 0.0802 0.1002 (T = [1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1] ' of the maximum and minimum input vector threshold = [0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1] net = newff (threshold, [31 3], {' tansig' , ' logsig' }, ' trainlm' ) training times for the 1000 target of 0.01 training, learning rate of 0.1 net.trainParam.epochs = 1000 net. trainParam.goal = 0.01 LP.lr = 0.1 net = train (net, P, T) test data, and training data inconsistencies P_test = [0.2101 0.0950 0.1298 0.1359 0.2601 0.1001 0.0753 0.0890 0.0389 0.1451 0.0128 0.1590 0.2452 0.0512 0.1319 0.2593 0.1800 0.0711 0.2801 0.1501 0.1298 0.1001 0.1891 0.2531 0.0875 0.0058 0.1803 0.0992 0.0802 0.1002 )
- 2011-05-21 16:47:44下载
- 积分:1
-
lubiaoshibie
用于对路标进行提取和识别!对于实验环境下的路标识别效果比较好!(To sign for extraction and recognition. For the test environment road signs recognition effect is better!
)
- 2012-06-28 20:33:09下载
- 积分:1
-
softmax exercise
该文档办了深度学习中Softmax问题的详细程序和代码(this document contain softmax of deeplearning network)
- 2015-03-28 20:32:41下载
- 积分:1
-
71294140guzhangzhenduanprogram
EMD完整工具箱,可以在MATLAB环境下运行,适合于故障诊断中的信号处理。(EMD complete toolbox, you can run in the MATLAB environment, signal processing for fault diagnosis.)
- 2012-08-15 09:47:23下载
- 积分:1
-
fcht
Fast Chebyshev transform
- 2013-10-28 11:32:42下载
- 积分:1