-
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
-
RDT
说明: 随机减量RDT法matlab程序,可用于提取信号中的自有衰减振动响应信号(Matlab random decrement process RDT method can be used to extract the signal attenuation of vibration signals of its own)
- 2011-04-04 23:07:18下载
- 积分:1
-
liziqun
带过滤作用的收缩因子例子群算法,解决了早熟问题(Example of the shrinkage factor with filter swarm optimization)
- 2012-08-29 14:08:38下载
- 积分:1
-
regiongrow
alg regiongrow based on matlab ,just a simple one.and it can only be suggested as a reference
- 2013-05-17 13:51:00下载
- 积分:1
-
spectral_subtractive
谱减法语音增强,包含基本谱减法,多带谱减法,以及自适应谱减法。(Spectral subtraction speech enhancement, contains the basic spectral subtraction, multi-band spectral subtraction, and adaptive spectral subtraction)
- 2020-12-21 20:49:08下载
- 积分:1
-
FourLowpassFilters
设计了巴特沃斯、车比雪夫I,Ⅱ型、椭圆滤波器,并有对心电信号的低通处理。(Designed Butterworth, Chebyshev car I, Ⅱ type, Elliptic filters, as well as on the ECG of the low-pass deal.)
- 2008-12-19 20:18:27下载
- 积分:1
-
quanboduanshuzitiaoxieshouyinmokuai
车载收音模块资料,数字调谐收音原理,控制方式等等(Car radio module data, digital tuning radio theory, control, etc.)
- 2010-11-18 23:42:08下载
- 积分:1
-
GMSK
GMSK的详细调制过程,条理清晰,易于理解(Detailed GMSK modulation process, the clarity, easy to understand)
- 2008-08-02 14:43:34下载
- 积分:1
-
matlab--hanshuku
matlab有些函数没有自带,需要手动添加,(matlab some functions do not own, you need to manually add,)
- 2014-10-19 21:26:53下载
- 积分:1
-
afdpf1
基于matlab的并网逆变仿真器,可以动态仿真(Matlab-based grid inverter emulator can dynamic simulation)
- 2013-09-20 22:28:31下载
- 积分:1