登录
首页 » matlab » conversion_gui

conversion_gui

于 2010-07-30 发布 文件大小:8KB
0 208
下载积分: 1 下载次数: 6

代码说明:

  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

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

发表评论

0 个回复

  • allmod2X2
    its a basic program to 2X2 antenna system design to implement tr and rx
    2010-12-13 18:24:51下载
    积分:1
  • stft
    短时能量,端点检测,功率谱图与短时f变换,时域与f变换的matlab实现(Short-term energy, endpoint detection, and short-term power spectra of f transform, time-domain transform matlab with the realization of f)
    2009-06-03 03:16:11下载
    积分:1
  • MatlabCourse2
    说明:  MATLAB教程,没什么好说的,包含一下东西: MATLAB6.0教程初级;Matlab讲义高级;精通matlab综合辅导与指南;MatLab工程数学应用;MATLAB命令大全;matlab统计工具箱函数汇总;MATLAB应用程序接口用户指南(MATLAB tutorial, there is nothing to say, and includes things like: MATLAB6.0 Tutorial primary Matlab senior notes proficient matlab comprehensive counseling and guidance MatLab Application Engineering Mathematics MATLAB command Guinness matlab statistics toolbox function summary MATLAB Application Program Interface User)
    2008-11-05 19:16:28下载
    积分:1
  • siglephasebrdge
    电力电子电路单相桥式全控整流电路的simulink仿真(Power electronic circuit single phase bridge rectifier circuit with Simulink simulation)
    2020-12-23 15:19:08下载
    积分:1
  • mfiles
    combined optimal control technique for robot manipulators
    2015-03-29 23:32:58下载
    积分:1
  • kalman
    matlab mdl 的卡尔曼滤波程序清晰简洁(matlab mdl Kalman filtering procedures clear and concise)
    2013-12-21 22:44:14下载
    积分:1
  • Taylor
    说明:  Taylor算法,可以用于解非线性方程组(Taylor algorithm, can be used for solving the nonlinear equations)
    2010-04-09 10:58:38下载
    积分:1
  • @fotf
    分数阶级系统的操作函数,包括:nyquist,bode,feedback 等(fractional order transfer function tool)
    2013-08-05 00:59:03下载
    积分:1
  • mixgauss_prob
    EVAL_PDF_COND_MOG Evaluate the pdf of a conditional mixture of Gaussians
    2010-12-02 10:31:09下载
    积分:1
  • db4fengjie6
    用db4小波分解六层:s=a6+d6+d5+d4+d3+d2+d1(db4 wavelet decomposition of six layers: s = a6+ d6+ d5+ d4+ d3+ d2+ d1)
    2012-04-19 21:11:12下载
    积分:1
  • 696516资源总数
  • 106442会员总数
  • 11今日下载