-
pso_pid
说明: 这是个利用粒子群算法(PSO)优化PID控制器参数的matlab程序,其中选取的性能指标为ITAE。(this is the use of particle swarm algorithm (PSO) PID controller optimized parameters of Matlab procedures, these performance indicators selected for ITAE.)
- 2006-04-18 22:12:32下载
- 积分:1
-
junhenghua
图像处理中的均衡化程序,自编的,不是利用matlab自带的函数(tuxiangchulizhongdejunhenghuachengxu)
- 2010-05-30 22:16:55下载
- 积分:1
-
Q-Learning
Q 学习方面的MATLAB程序,对于研究强化学习和自适应动态规划的朋友很有参考价值(Q learning MATLAB. For the study of reinforcement learning and adaptive dynamic programming )
- 2020-10-03 22:37:41下载
- 积分:1
-
conversion_gui
function ret = Int2Hex(var)
Prints integer array to hexadecimal string
varType = class(var)
cast signness away:
if ( u ~= varType(1) )
varType = [ u varType]
var = typecast(var,varType)
end
nBits = str2double(varType(5:end))
if (64 == nBits)
split 64 bit case into two 32 s
cuz dec2hex doesn t handle 64 bit...
varType(5:end) = 32
var = typecast(var,varType)
end
ret = dec2hex(var)
if (64 == nBits)
littleEndian = all(typecast(uint32(1), uint16 )==[1 0])
first = 1 + littleEndian
second = 2 - littleEndian
ret = [ret(first:2:end,:),ret(second:2:end,:)]
end
end
- 2010-07-30 09:39:56下载
- 积分:1
-
pso-bp
this code about BP neural network trained by PSO algorithm
- 2014-11-09 04:08:19下载
- 积分:1
-
PA-extraction
本代码用于功率放大器的volterra级数特征提取(this code is applied for volterra for power amplifier)
- 2015-05-29 11:28:40下载
- 积分:1
-
hungary
说明: 程序实现了匈牙利算法应用于指派问题,输入指派成本矩阵C,给出最小成本及使得成本最小的最优指派(Input the assignment cost matrix C, the program will obtain the least cost and the optimal assignment vector.)
- 2020-04-28 16:55:30下载
- 积分:1
-
fingerprint
A MATLAB code for fingerprint enhancement.
- 2010-06-19 02:27:04下载
- 积分:1
-
Fuzzy_neural_network_Train
source code of train function of fuzzy bp neural network
- 2009-06-07 15:02:34下载
- 积分:1
-
rbf
RBF预测,用RBF预测蒙脱土纳米复合材料的双指标性能(RBF prediction, prediction with RBF nanocomposites performance of two indicators of)
- 2010-05-31 09:26:42下载
- 积分:1