-
ball_kalman
这个程序是在matlab仿真时用到,功能是卡尔曼目标跟踪,这个程序可运行,用到的图像文件也在里面。(This procedure is used when the matlab simulation, Kalman tracking feature is that this program can be run, use the image files are inside.)
- 2011-05-10 20:00:15下载
- 积分:1
-
MATLAB-SIMULATION-CASES
MATLAB 智能算法30个案例分析 源代码(MATLAB CODE )
- 2015-01-18 21:19:51下载
- 积分:1
-
event_sync
This program is to calculate the synchronous activity between eeg signal during epileptic attack
- 2012-02-03 02:17:36下载
- 积分:1
-
matlab
用matlab编程实现氢原子电子轨迹几率图(Hydrogen atom with matlab programming electronic tracks probability map)
- 2010-08-24 13:29:31下载
- 积分:1
-
KL
说明: 基于KL的人脸识别程序,但是缺少图像数据库,需要自己下载。(KL-based face recognition program, but the lack of image database, you need to download.)
- 2011-06-05 14:47:15下载
- 积分:1
-
PCA
PCA算法。PCA的目的是找到能够分离出最大方差的方向,所以首先求原来所有数据三个维度上的协方差,然后求这个协方差的特征值,最大特征值为第一个方向,从此以此类推。(PCA algorithm. The purpose of PCA is to find able to isolate the direction of maximum variance, so first find all the data in three dimensions on the original covariance, and then find the eigenvalues of the covariance, the biggest feature is the first in one direction, from and so on.)
- 2011-05-15 00:25:49下载
- 积分: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
-
three_level_inverter2
单相三电平逆变器 MATLAB 仿真研究,已通过调试,基本可用。(Single-phase three-level inverter MATLAB simulation, has passed the testing, the basic available.)
- 2011-05-25 23:07:51下载
- 积分:1
-
TDOA
TDOA定位算法(TDOA position)
- 2020-06-30 04:40:02下载
- 积分:1
-
DoaEstimation
总共有三个源代码:
progam1:波达方向估计DOA:三个接收器对波达方向的联合估计问题
progam2:利用电子旋转求DOA
progam3:波达方向矩阵法对水听器的DOA进行估计 超好(A total of three source code: progam1: Direction of Arrival Estimation DOA: three receivers on the joint DOA estimation problem progam2: the use of electronic rotary seeking DOAprogam3: DOA matrix method of hydrophone DOA estimate super good)
- 2008-05-07 20:44:24下载
- 积分:1