登录
首页 » matlab » conversion_gui

conversion_gui

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

  • A7102Bv03En
    台湾苼科A7102的芯片资料,内含操作说明(Taiwan Sheng Section A7102 chip data, contains instructions)
    2010-07-22 09:03:38下载
    积分:1
  • robustcontrol
    鲁棒控制电子书H2和H∞优化控制理论.比较全面的书(Robust control e H2 and H ∞ optimal control theory. More comprehensive book)
    2010-12-01 16:13:40下载
    积分:1
  • snr3000
    ofdm signal to noise ratio
    2013-07-30 21:37:31下载
    积分:1
  • Silnik
    this is only parameters to Dtc-St of induction machines
    2013-03-21 03:41:14下载
    积分:1
  • FUZZY-MEASURE-FUZZY-RULE
    FUZZY MEASURE-BASED FUZZY RULE INTERPOLATION BASED ON
    2013-11-13 15:01:14下载
    积分:1
  • predictionrandomwalk2
    very important demo of matlab
    2012-11-25 16:20:05下载
    积分:1
  • SimWindSystem
    风电场建模与仿真。包括风速、机组等模块的建模,机组是双馈风力发电机组,可运行可调试。(Modeling and simulation of wind farms. Modeling including wind speed, units and other modules, the unit is a double-fed wind turbine can run debug.)
    2014-02-16 10:20:06下载
    积分:1
  • mp3readandmp3write
    说明:  mp3read和mp3write是直接写在wavread更换和wavwrite访问MPEG音频MP3文件。其特点包括: -旨在重复wavread完整语法和wavwrite -还支持上的动态下采样和渠道mpg123的合并-文件优化的很长的MP3 -只需要解码的部分-使用popen函数进行编码,以避免大量临时文件(可用时-看到我popenw墨西哥) -试图消除写保护回路的时间序列文件/通过阅读“热身”样本-包括辅助二进制软件包在Linux,Windows,Mac的PPC的,苹果,英特尔,和Mac英特尔- 64位(These versions of mp3read and mp3write are direct drop-in replacements for wavread and wavwrite to access MPEG audio mp3 files. Features include: - aims to duplicate complete syntax of wavread and wavwrite - also supports on-the-fly downsampling and channel merging of mpg123 - optimized for very long mp3 files- only decodes the needed portion - uses popen for encoding to avoid a large temporary file (when available- see my popenw mex) - attempts to preserve time alignment of files through read/write loop by removing "warm up" samples - package includes helper binaries for Linux, Windows, Mac-PPC, Mac-Intel, and Mac-Intel-64bit )
    2010-04-18 12:29:02下载
    积分:1
  • low-noise-CCD-
    低噪声CCD信号采集与处理系统技术研究 (Research on low-noise CCD signal acquisition and processing system technology)
    2013-12-13 13:06:36下载
    积分:1
  • jei-nk16
    正确率可以达到98%,仿真图是速度、距离、幅度三维图像,这是第二能量熵的matlab代码。( Accuracy can reach 98 , FIG simulation speed, distance, amplitude three-dimensional image, This is the second energy entropy matlab code.)
    2017-04-01 20:30:49下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载