登录
首页 » matlab » matlab

matlab

于 2015-03-04 发布 文件大小:5KB
0 228
下载积分: 1 下载次数: 27

代码说明:

  模拟退火法源程序,给出模拟退火法解决优化问题的matlab例子(Simulated annealing method source program)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 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
  • pro_1
    有一个3阶对象,要求使用继电自整定方法对其实施自适应PID控制。 要求: 1、选择采样时间0.1s,把对象离散化。 2、加继电(开关)控制,测量对象的Tc,Kc。 3、利用ZIEGLER-NICHOLS 公式表,确定PID参数。 4、实现闭环控制。 5、根据调节效果,修正PID参数。 (A 3-order object, requires the use of relay self-tuning PID control methods on the implementation of adaptive. Requirements: 1, select the sampling time 0.1s, the discrete objects. 2, plus relay (switch) control, measurement object Tc, Kc. 3, using ZIEGLER-NICHOLS formula table, determine the PID parameters. 4, closed loop. 5, according to moderating effect, the amendment PID parameters.)
    2010-09-03 14:24:46下载
    积分:1
  • ecoli1
    ecoli ten fold cross validation set (part 1)
    2014-10-11 23:50:04下载
    积分:1
  • identification
    各种系统辨识方法,对一阶,二阶,三阶自衡系统进行辨识。用到的方法有面积法等等……(Various system identification method, first, second, third from the value system identification. The methods used in an area of law, etc ... ...)
    2010-05-12 02:00:10下载
    积分:1
  • ex2_1
    bactiria growth model it for good knoledj of bacteria model in matlab simulink programation its easy and fast
    2015-03-13 19:14:26下载
    积分:1
  • GrayShow
    快速ICA算法,用于盲信号处理,提取信号的独立分量,用于图象识别等(fast algorithm for blind signal processing, signal extraction of independent component for image recognition, etc.)
    2007-04-16 09:21:26下载
    积分:1
  • PSO-IEEE6
    ieee6节点粒子群潮流程序 适用于各种毕业设计(IEee6 node particle swarm tide procedure is applicable to all kinds of graduation design)
    2020-12-18 09:19:11下载
    积分:1
  • GS-channe-capacity
    高斯信道容量仿真 与与信噪比的关系,与发送功率和带宽的关系 一级三维图形描述性能 (GS-channel capacity,related to SNR powerand bandwidth)
    2010-07-28 20:54:21下载
    积分:1
  • MATLAB_PAF_AND_CODE
    深入浅出MATLAB7.X混合编程的PDF电子书和全书的源代码,MATLAB高级编程和混合编程学习的好例子!(Mixed programming MATLAB7.X easy PDF e-book and the book' s source code, MATLAB programming high-level programming and mixed a good example of learning!)
    2009-05-16 15:29:52下载
    积分:1
  • txys
    压缩感知的获取与重建,信号的稀疏表示,测量矩阵,重建算法(Compressed sensing acquisition and reconstruction)
    2013-05-06 21:26:58下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载