-
conversion_gui
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
- 2010-07-30 09:39:56下载
- 积分:1
-
I-love-You
我爱你的matlab3D实现图,能够然你在表白过程中更加浪漫,程序员也有浪漫的时候(I love your matlab3D achieve chart, then you can be more romantic confession process, programmers have a romantic moment)
- 2014-12-03 09:40:46下载
- 积分:1
-
fthe-Fractional-Fourier-Transform
lfm线性信号的函数实现功能,用于chirp信号的处理(lfm linear function of the signal to achieve functional for chirp signal processing)
- 2013-11-07 20:29:39下载
- 积分:1
-
experiment1
相关分析法辩识离散线性系统的脉冲响应特性,用编程实现M序列和使用批量算法和递推算法进行参数估计。(Identification correlation analysis impulse response characteristic of discrete linear systems, with programming and the use of the M-series batch algorithms and recursive algorithms for parameter estimation.)
- 2014-12-22 16:05:47下载
- 积分:1
-
jpfgv
D-S证据理论数据融合,用于时频分析算法,基于掌纹识别的在线身份验证 识别算法本科毕设。( D-S evidence theory data fusion, For time-frequency analysis algorithm, Verify recognition algorithm based on palmprint recognition undergraduate complete set of online identity.)
- 2017-04-24 20:25:30下载
- 积分:1
-
pca
Principal Component Analysis
- 2009-12-21 18:49:31下载
- 积分:1
-
ISPanneal
图论研究中的独立集问题的matlab程序,实践证明很好用啊!(Graph Theory Research the issue of an independent set of matlab procedures, practice has proved very good with ah!)
- 2008-07-21 08:32:43下载
- 积分:1
-
music3
说明: 传统MUSIC算法仿真,有很高的应用价值,也存在很多的误差,有待深入研究(Conventional MUSIC algorithm simulation, the application has a very high value, there are many errors to be in-depth study)
- 2008-09-01 13:48:55下载
- 积分:1
-
climbing-algothrim
爬山算法,用于求解全局优化问题,并且可以与其他进化算法相结合纠结全局优化问题。(Climbing algorithm for solving global optimization problems, and can combine with other evolutionary algorithms tangled global optimization problems.)
- 2014-09-29 18:47:40下载
- 积分:1
-
shujuyasuo
图像压缩的MATLAB程序,可用于压缩任意图像(Image compression MATLAB program)
- 2013-03-05 16:58:50下载
- 积分:1