-
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
-
E_BOOK_speed_control_with_MATLAB_simulation
交直流调速系统与MATLAB仿真 书籍,PDF格式的,将交直流调速技术和MATLAB仿真技术有机结合在一起,主要内容包括直流调速系统及其仿真、直流调速系统的动态设计及其仿真、直流脉宽调速系统及其仿真、交流调压调速系统和串级调速系统及其仿真、交流异步电动机变频调速系统及其仿真、交流异步电动机矢量控制变频调速系统及其仿真、同步电动机调速系统及其仿真。(AC and DC speed control system with the MATLAB simulation of the book, PDF format, will be AC and DC speed control technology and the organic integration of MATLAB simulation technology together, the main features of DC drive system and its simulation, the dynamics of DC drive system design and simulation DC PWM system and its simulation, AC voltage regulation speed control system and cascade speed regulation system and its simulation, the exchange of asynchronous motor VVVF system and its simulation, the exchange of vector control induction motor variable frequency speed regulation system and its simulation, synchronous motor speed control system and its simulation.)
- 2009-03-22 16:31:14下载
- 积分:1
-
LMSNoiseCanceller_FixPt_PIL_cosimulation
LMS algorithm PIL cosimulation for DM642 EVM.
- 2011-01-07 15:30:50下载
- 积分:1
-
main_gerrymanding
美国建模大赛 gerrymand问题的源代码有注解 代码比较简单 使用模拟退火法求解(code with annotation of model of gerrymanding(MCM),the result is obtained by using annealing algorthm)
- 2012-02-09 19:16:17下载
- 积分:1
-
watermapower
water fillinfg algoritm for power allocation in mimo ofdm chanals
- 2013-12-30 16:32:03下载
- 积分:1
-
FIR_digital_filter_design
毕业论文 FIR滤波器的设计 毕业论文 FIR滤波器的设计(FIR filter design thesis)
- 2010-06-08 23:46:55下载
- 积分:1
-
gonglvpu
在悬架matlab仿真中,求解加速度、悬架动挠度,轮胎动位移的功率谱密度(Suspension matlab simulation, solution acceleration, suspension deflections, tire displacement power spectral density
)
- 2012-03-23 11:15:55下载
- 积分:1
-
extractArchive
matlab中的解压程序升级,可以解压更多的压缩格式,(matlab in the decompression program to upgrade, you can extract more compressed format,)
- 2012-07-10 19:26:27下载
- 积分:1
-
matlab-
解决多目标线性问题 解决多目标带约束条件的例子(To solve the multi-objective linear problem)
- 2013-03-20 19:29:35下载
- 积分:1
-
精通Matlab最优化计算
《精通Matlab最优化计算》的随书代码(Proficient in Matlab optimization)
- 2021-03-21 22:19:17下载
- 积分:1