登录
首页 » matlab » conversion_gui

conversion_gui

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

  • qiugenmusic
    一种MUSIC算法的改进形式,大大的减小了计算量(An improved form of the MUSIC algorithm, greatly reduce the amount of computation)
    2012-08-27 19:47:06下载
    积分:1
  • hehanshu
    用于核函数的选择,也是基于最小二乘支持向量机预测问题的好帮手,希望能够搬到大家。(For the selection of kernel function, is also based on support vector machine prediction is a good helper, hoping to move to you.)
    2010-10-20 19:28:41下载
    积分:1
  • linearizeabt_5deg_yaw
    The linearized model of a quadrotor about a 5 degree yaw angle in Simulink.
    2011-05-31 06:05:11下载
    积分:1
  • IIR_impulse_butterworth
    这是一个基于MATLAB编写的BUTTERWORTH滤波器的程序.其中从s域到z域的变换是自己编写的,代替了MATLAB中的系统BUTTERWORTH的系统函数(对于毕业设计的学生,比较有用!!)(based on MATLAB BUTTERWORTH prepared by the filter process. From which z's domain to the domain transform their own preparation, instead of MATLAB system BUTTERWORTH system function (for graduate design students more useful! !))
    2007-04-25 18:24:28下载
    积分:1
  • date
    根据用户输入的年月日计算出第几天的控制台应用(To calculate the day of the console application based on user input date)
    2015-04-06 12:37:24下载
    积分:1
  • GMM
    Generalized Method of Moments(GMM) 广义矩方法,是用来估计模型参数的计量经济学过程。具体说明见其中的gmmdoc.pdf。(Generalized Method of Moments (GMM) GMM method is used to estimate model parameters Econometrics process. See which specify gmmdoc.pdf.)
    2008-12-10 16:26:47下载
    积分:1
  • Algorithm
    各种矩阵相称的算法时间比较,有MATLAB自带矩阵,分制法,循环计算,Strassen算法(Commensurate with the various matrix algorithm time, there MATLAB own matrix, a scoring system, cyclic calculation, Strassen algorithm)
    2008-12-19 15:42:14下载
    积分:1
  • ramu123
    its about ofdm channel estimation
    2009-09-09 03:32:59下载
    积分:1
  • image-registration-based-on-SIFT
    基于SIFT的图像配准,使用的是matlab自带函数(SIFT-based image registration, using its own function matlab)
    2015-05-09 10:04:20下载
    积分:1
  • displayRelevantVisualWords
    Optical flow or optic flow is the pattern of apparent motion of objects, surfaces, and edges in a visual scene caused by the relative motion between an observer (an eye or a camera) and the scene.[2][3] The concept of optical flow was first studied in the 1940s and ultimately published by American psychologist James J. Gibson[4] as part of his theory of affordance. Optical flow techniques such as motion detection, object segmentation, time-to-collision and focus of expansion calculations, motion compensated encoding, and stereo disparity measurement utilize this motion of the objects surfaces and edges.[5][6]
    2012-03-31 23:44:49下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载