-
pftrace
粒子滤波仿真程序,可以给初学者以帮助,程序中有详尽的解释(Particle filter simulation program, beginners can give to help, there is a detailed explanation on the program
)
- 2015-04-17 10:54:07下载
- 积分:1
-
work
一个模拟的心电信号的matlab程序,其中一共包含了一个主程序和6个小程序,小程序分别是q波,s波,u波,p波,t波以及QRS波的模拟,运行的时候直接运行主程序complete.m 文件即可,运行良好,可以出波形(A simulated ECG of the matlab program, which includes a total of six small main program and procedures, the procedures are small q-wave, s-wave, u-wave, p-wave, t-wave and QRS wave simulation, run time complete.m documents directly to the main program to run, run well, can be a waveform)
- 2009-05-05 18:09:24下载
- 积分:1
-
ga
说明: GA算法代码 function pop=initpop(popsize,chromlength)
pop=round(rand(popsize,chromlength))
rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵,
roud 对矩阵的每个单元进行圆整。这样产生的初始种群。
2.2 计算目标函数值
2.2.1 将二进制数转化为十进制数(1)
遗传算法子程序 Name: decodebinary.m
产生 [2^n 2^(n-1) ... 1] 的行向量,然后求和,将二进制转化为十进制(GA algorithm code function pop=initpop(popsize,chromlength)
pop=round(rand(popsize,chromlength))
rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵,
roud 对矩阵的每个单元进行圆整。这样产生的初始种群。
2.2 计算目标函数值
2.2.1 将二进制数转化为十进制数(1)
遗传算法子程序 Name: decodebinary.m
产生 [2^n 2^(n-1) ... 1] 的行向量,然后求和,将二进制转化为十进制)
- 2012-04-28 18:02:03下载
- 积分:1
-
PSO_MATLAB
粒子群算法求解最优化算法的MATLAB程序!!!!(Particle swarm optimization algorithm for solving the MATLAB program! ! ! !)
- 2013-07-27 23:47:25下载
- 积分:1
-
43-cases-code-for-neural-network-
该压缩包中有史峰等人编写的《MATLAB神经网络43个案例分析》的全部代码及数据。对于MATLAB的初学者很有帮助。(The archive has written the history of Feng et al "MATLAB neural network 43 case studies" of all the code and data. MATLAB is helpful for beginners.)
- 2014-07-08 15:52:06下载
- 积分:1
-
qunqei_v81
毕业设计有用,遗传算法无功优化,插值与拟合的matlab实现。( Graduation useful Genetic algorithm based reactive power optimization, Interpolation and fitting matlab implementation.)
- 2016-10-20 14:49:58下载
- 积分:1
-
非线性最小二乘问题
matlab源码,解决非线性最小二乘问题的优化算法源码,可修改(Matlab source code, to solve the nonlinear least squares optimization algorithm source code, can be modified)
- 2018-11-21 16:36:49下载
- 积分:1
-
pso
说明: 应用标准PSO优化的wiener,Pso粒子群最佳化算法,小弟的作品,希望对各位有帮助(Application of the standard PSO optimization wiener, Pso particle swarm optimization algorithm, younger brother of the works you want to help)
- 2011-03-24 15:30:14下载
- 积分:1
-
em
说明: EM算法的Matlab实现,针对GMM模型(EM algorithm for GMM Model)
- 2012-03-28 21:39:36下载
- 积分:1
-
LMSprogram
关于LMS算法的几种仿真,层层递进,加大算法复杂性以达到更好的效果,程序中包含几种算法的对比。(Simulation of several on the LMS algorithm, progressive layers, increase the complexity of the algorithm in order to achieve better results, the program contains a comparison of several algorithms.)
- 2013-03-04 14:39:48下载
- 积分:1