-
01_introduction
Matlab Introduction ppts
- 2009-04-17 20:16:10下载
- 积分:1
-
mpfc
MPFC controller design for Electrical transmission
- 2014-02-01 15:59:49下载
- 积分:1
-
GNSSMultistationPositionSystemPerformanceSimulatio
利用GNSS实现在多参考站条件下定位的仿真程序。(Using GNSS reference station to achieve under the conditions in a multi-location simulation program.)
- 2010-12-28 10:28:13下载
- 积分: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
-
worfk
说明: matlab 源程序,一些有用的代码,欢迎下载,基础知识学习。(language of matlab important)
- 2010-03-18 19:10:57下载
- 积分:1
-
roundRobinScheduler
LTE中最经常用到的调度算法,轮询算法,主要体现了公平性(LTE scheduling algorithm is the most frequently used, polling algorithm, mainly reflecting the fairness)
- 2014-11-17 22:28:23下载
- 积分:1
-
best_base_conficiention_nenergy
同一信号乘以不同增益后的最佳基系数的能量累积曲线(After the same signal is multiplied by the different gain the best coefficient of energy accumulation curve)
- 2014-11-23 15:16:06下载
- 积分:1
-
Graph-transformation
图转换的模型转换编程,实现了基于图理论的模型转换的编程(Model conversion program conversion chart, graph theory to achieve a model-based programming conversion)
- 2015-03-16 20:16:48下载
- 积分:1
-
Sensor_air
Matlab based wireless sensor network code for hetrogeneous application in Airports. This is based on clustering of nodes.
- 2009-10-20 22:12:24下载
- 积分:1
-
goldencode
修改的 spheredecoder 程序里面包含是哪个文件,一个主文件和两个函数!可以运行!(Changes spheredecoder program Which is the file containing a master file and the two functions! You can run!)
- 2009-12-24 09:13:51下载
- 积分:1