-
codebuilder_5u0y3a
这是一个课程设计的MATLAB代码,他是一个利用尺度法和测度法快速计算一般分形图形分形维数的程序,只能处理lclGfY格式和hxpzeVy的分形图形,运行效率高。
(This is a course designed MATLAB code, he is a use of scales and measurement method for rapid calculation of general fractal graphics fractal dimension of the program, can only handle lclGfY format and hxpzeVy fractal graphics, high operating efficiency.
)
- 2015-12-28 22:54:14下载
- 积分: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
-
Expression
Calendar content provider. The contract between this provider and applications.
- 2013-11-26 14:59:43下载
- 积分:1
-
chen
chen分数阶混沌程序,good good(chen fractional order chaotic process, good good)
- 2010-07-11 16:29:06下载
- 积分:1
-
Single-Carrier-FDMA
SC-FDMA的MATLAB程序仿真,实现链路级是哪个性传输(single carrier FDMA simulation )
- 2012-03-30 11:40:32下载
- 积分:1
-
matlab
matlab使用教程,是《21 世纪全国应用型本科电子通信系列实用规划教材》。包含:第1 章 MATLAB简介;第2章 MATLAB语言基;第3章 MATLAB数值运算;第4章 结构数组与细胞数组;第5章 MATLAB 符号运算;第6章 MATLAB 程序设计;第7章 MATLAB 数据可视化;第8章 交互式仿真集成环境 SIMULINK;附录 MATLAB 上机实验(Using matlab tutorial is " 21st Century electronic communications nationwide series of application-oriented practical planning materials." Contains: Chapter 1 Introduction MATLAB Chapter 2 MATLAB language group Chapter 3 MATLAB numerical computation Chapter 4 array of structures and cell arrays Chapter 5 MATLAB symbolic computation Chapter 6 MATLAB programming Chapter 7 MATLAB data visualization Chapter 8 interactive simulation integrated environment SIMULINK Appendix MATLAB on experiments)
- 2013-10-13 13:01:38下载
- 积分:1
-
matlab-4th-edition-code
matlab宝典第4版光盘源码文件,很好的学习资料(4th Edition CD Collection matlab source file, a very good learning materials)
- 2015-03-16 20:37:29下载
- 积分:1
-
hrabec
planovanie trajektorie mobilneho robota
- 2010-11-10 07:14:16下载
- 积分:1
-
Matlab_sam
一些Matlab编程的例子...有用的话请顶一下...谢了! (matlab sam)
- 2009-05-31 12:45:09下载
- 积分:1
-
top_tb_source
一个扩频发射接收机的matlab仿真程序,用匹配滤波器的方法同步
(fired a spread spectrum receiver Matlab simulation program, with the matched filter synchronization method)
- 2006-05-29 14:53:43下载
- 积分:1