登录
首页 » matlab » conversion_gui

conversion_gui

于 2010-07-30 发布 文件大小:8KB
0 228
下载积分: 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 个回复

  • MATLAB-mathematical-manual
    MATLAB数学手册,详细介绍Matlab在矩阵、模糊数学、绘图等方面的应用及实例。(MATLAB mathematical manual, detailing the applications and examples of Matlab in the matrix, fuzzy mathematics, drawing)
    2013-04-18 18:49:17下载
    积分:1
  • source
    AF DF simulation by matlab
    2012-04-02 19:53:39下载
    积分:1
  • hough_rectangle
    detection des rectangles avec la transformée de hough
    2015-04-05 20:46:24下载
    积分:1
  • bpcode
    基于BP网络的分类方法,针对网上的BP分类没有权值调整的缺陷做了改进。(BP network based classification method for web-based BP classification not have the right to adjust the value of the shortcomings have made improvements.)
    2009-09-09 09:23:14下载
    积分:1
  • FCM_S
    说明:  FCM_S算法的matlab代码 包括其改进FCM_S1 和 FCM_S2(FCM_S1 and FCM_S2 with matlab code)
    2021-04-12 00:58:58下载
    积分:1
  • fft
    matlab fft()函数把所要求函数转换到频域(matlab fft () function required by the function switch to the frequency domain)
    2008-12-27 15:49:12下载
    积分:1
  • MATLAB-for-digital-baseband
    说明:  数字基带系统经典代码,详细!包括量化,调制,编码,解调,译码(MATLAB for digital baseband,including modulation encoding……)
    2011-03-29 15:54:26下载
    积分:1
  • Digital_Communications_Principles_Approach
    本书将通信技术处理技术用代码的形式表现出来,这样可以通过代码来加深对理论知识的理解。(This book will use communication technology processing code forms, and so can the code to deepen the understanding of theoretical knowledge.)
    2010-07-19 00:26:11下载
    积分:1
  • rcf_bjc
    说明:  北京邮电大学通信原理升余弦滚降系统的源程序(Beijing University of Posts and Communication Theory Cosine system source code)
    2010-04-22 11:01:44下载
    积分:1
  • Data-Generation-Sample-1-a-2
    calssification algorithm1
    2014-11-26 22:39:14下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载