-
MATLAB
说明: MATLAB5_X程序设计语言.pdf 用于matlab程序设计(MATLAB5_X programming languages. Pdf for matlab programming)
- 2010-03-21 13:53:24下载
- 积分:1
-
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
-
kalman_camera
kalman来控制摄像头的运动,比较容易看懂的算法(kalman filter is used to control the camera)
- 2009-12-03 12:39:33下载
- 积分:1
-
ss7-protocol-stack
ss7 basics. Protocol Stack
- 2011-01-04 04:54:34下载
- 积分:1
-
vp712
基于matlab GUI界面设计,关于超声波倒车雷达测距的,部分实现了追踪测速迭代松弛算法。( Based on matlab GUI interface design, About ultrasonic parking radar ranging, Partially achieved tracking speed iterative relaxation algorithm.)
- 2017-04-16 22:53:08下载
- 积分:1
-
matlab 代码
说明: 这是一份完善的管壳式气-气换热器设计型计算代码示例。(This is a Heat Exchanger Designer Matlab Code Sample for Chemical Engineering Design Area.)
- 2019-03-11 00:54:38下载
- 积分:1
-
xiaoboquzaoyuzhixuanze
详细对比了几种小波去噪阈值的选取方法,对实际应用有一定的指导作用(Detailed comparison of several wavelet de-noising threshold selection method, the practical application of the guiding role of certain)
- 2009-10-30 14:54:28下载
- 积分:1
-
RandomJumpMethod
随机跳跃法实现最优化问题实例程序(MATLAB code)(A program using random jump method to achieve optimization (MATLAB code))
- 2009-04-28 10:17:58下载
- 积分:1
-
wavelet-package-transform-MATLAB
小波包变换的MATLAB程序,快速傅立叶变换频谱分析(Wavelet packet transform MATLAB program, fast Fourier transform spectrum analysis)
- 2013-04-14 19:43:49下载
- 积分:1
-
fdm
it is an ofdm simulation in simulink 2009b
- 2010-06-24 20:14:19下载
- 积分:1