-
circle
我的这个源码可以直接绘制一个正圆。方便又实惠哦(mine is good,it can print a circle)
- 2013-08-03 20:39:08下载
- 积分:1
-
LTE
LTE的物理层指导PPT课件方便查阅对于想了解LTE物理层的学生们提供下载(LTE physical layer guide PPT courseware for easy access for LTE physical layer would like to know the students available for download)
- 2010-05-09 19:40:48下载
- 积分:1
-
dfield7
dirfield7 2D draws the direction field of the system of differential equations
- 2012-11-27 20:02:36下载
- 积分:1
-
Genetic-Algorithms
使用matlab编写的各种类型的遗传算法,每一种都有注释说明 可以复制到M文件中运行(Matlab prepared using various types of genetic algorithms, each with explanatory notes can be copied to M to run in files)
- 2013-12-28 14:31:00下载
- 积分: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
-
mohsins
tasks of matlab in seecs
- 2010-11-09 21:11:26下载
- 积分:1
-
ugm
Upper gain margin
Intended for a senior-level course on the analysis and design of digital control systems, the text is also useful for graduate students and practicing engineers who are learning state-space design techniques.
- 2008-06-08 23:09:10下载
- 积分:1
-
Enhancei.m.tar
mat lab code for image enhancement
- 2012-11-28 21:09:13下载
- 积分:1
-
detection
能量检测,主要是看如果根据虚警概率得到门限,然后进行判决(enengy detection)
- 2009-12-17 19:17:59下载
- 积分:1
-
Object_Gerak
Simple Object Detecting GUI
- 2012-08-06 13:59:58下载
- 积分:1