登录
首页 » matlab » ganmi

ganmi

于 2012-01-11 发布 文件大小:9KB
0 95
下载积分: 1 下载次数: 77

代码说明:

  用simulink搭建的模型参考自适应系统(use simulink)

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

发表评论

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
  • 偏微分方数值解 ex3.1.1p
    孙志忠书:偏微分方程数值解,第三章第一节:抛物方程的有限差分解法向前欧拉格式(forward euler difference scheme for parabolic problem)
    2010-12-13 22:48:32下载
    积分:1
  • FTL
    is a matlab code for node interaction.....
    2013-04-06 17:08:32下载
    积分:1
  • OFDM
    正交频分复用(OFDM)技术matlab实现仿真源代码(Orthogonal Frequency Division Multiplexing (OFDM) technology to achieve Matlab simulation source code)
    2010-05-07 14:42:54下载
    积分:1
  • glyunshu
    公路运输,最优化问题,分步求解逐级优化经复杂的问题简单化(Road transport, optimization problem solving progressive step optimization)
    2015-09-18 17:47:52下载
    积分:1
  • Matlab_Programming_PDF
    This is book for Matlab programming
    2010-06-06 16:10:42下载
    积分:1
  • ss
    说明:  系统诊断,对系统诊断的编程,真的是对系统诊断的各种语言编程(System Diagnostics)
    2010-11-25 19:18:42下载
    积分:1
  • .rar
    智利拼图,含有源码,希望对大家能有帮助呀。(Chile puzzle)
    2010-03-08 16:19:54下载
    积分:1
  • multi-objective-wuth-BW_proposed_sale_repair
    modified NSGA-II with sale and repair
    2012-05-16 16:30:34下载
    积分:1
  • EKF
    EKF的纯净程序,没有夹杂其他信息,本人经过测试,可以放心使用(EKF pure process, not mixed with other information, I tested, safe to use)
    2011-09-28 10:50:32下载
    积分:1
  • 696524资源总数
  • 103990会员总数
  • 18今日下载