登录
首页 » matlab » conversion_gui

conversion_gui

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

  • music-player
    audio player USING MATLAB AND GUI TO RUN THIS FILE USE THE FILE A.M
    2013-11-22 14:18:43下载
    积分:1
  • BTL_Nhom9_VP2012
    BTL thay dai, dai so 2, giai tich, tich phan, matlab code, TS Le Xuan Dai
    2015-03-31 00:46:39下载
    积分:1
  • diksha-paper
    Research paper on guided image filtring
    2015-04-10 17:29:56下载
    积分:1
  • 3.PR单相光伏逆变并网
    说明:  用MATLAB/SImulink 搭建的单相光伏并网逆变器仿真,用PR电压环控制器进行控制,包含2012-2018所有版本(Simulation of single-phase photovoltaic grid connected inverter built by Matlab / Simulink, controlled by PR voltage loop controller, including all versions of 2012-2018)
    2020-05-01 14:31:35下载
    积分:1
  • Virtools_User_Guide
    virtools用户手册,讲述了vt的基本构成,图形学原理,基本的使用方法,两个实例制作过程(vt user guide ,please download)
    2010-07-28 15:29:21下载
    积分:1
  • hist2dtest.m
    Make 2D histogram on pairs of (x,y) data
    2011-01-16 02:00:33下载
    积分:1
  • matlab
    matlab车牌识别程序的源程序,里面有实例可以参考。(matlab )
    2010-09-14 11:04:57下载
    积分:1
  • V-BLAST-simulation
    比较采用干扰消除和无干扰消除的V-BLAST系统误帧率与SNR的关系曲线。系统参数:收发天线个数M=4,N=6;设定发送信号总功率P=1;设定每一帧中的符号数Nframe=100;调制方式为16QAM;信道为不相关瑞利衰落信道。(Was used to compare the interference canceller and V-BLAST system without interference cancellation, the frame error rate and SNR curve. System parameters: the number of transmit and receive antennas M = 4, N = 6 set to send the signal power P = 1 set the number of symbols in each frame Nframe = 100 modulation for 16QAM channel is not related to Rayleigh fading channel.)
    2012-05-24 19:25:42下载
    积分:1
  • HHT
    希尔伯特黄变换的相关资料。有需要的可以下载下来学习学习!也可以大家讨论(Hilbert Huang transform the relevant information. Need to download to learn from! You can also discuss)
    2012-06-04 19:57:54下载
    积分:1
  • SlidingControToChaos
    采用滑模控制对LORENZE混沌系统进行抑制(Sliding Control To Lorenze Chaos system)
    2020-12-05 14:09:22下载
    积分:1
  • 696516资源总数
  • 106668会员总数
  • 21今日下载