-
work
迭代实现非线性函数(电离层延迟模型)的参数拟合问题(Iterative realize nonlinear function (Ionospheric delay model) the problem of parameter fitting)
- 2007-09-07 13:14:52下载
- 积分:1
-
SO
说明: Selección de Ejercicios de Sistema Operativo
- 2010-09-25 08:24:00下载
- 积分:1
-
Simulation-principles
通信系统仿真原理与无线应用 中文书籍+matlab源码 无线通信matlab仿真珍贵教材与源码(Simulation principles of communication systems and wireless applications)
- 2012-03-29 22:52:27下载
- 积分:1
-
robust
yalmip 较早的外文教程,通俗易懂。(yalmip )
- 2014-03-12 16:44:14下载
- 积分:1
-
IEEE有关神经网络基于MATLAB的论文文献
说明: MATLAB simulink 径向基神经网络 前馈神经网络(Application and Comparison of BP Neural Network Algorithm in MATLAB)
- 2020-06-24 10:20:02下载
- 积分: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
-
lesson9
m-fsk modulation and de modulation
- 2010-09-08 01:29:56下载
- 积分:1
-
the-parachute
在数学建模培训中,降落伞问题很是突出,联系此题对同学有很大的提高,从而程序也很重要。所以发此文件。(Parachute Su snow modeling program title race body)
- 2013-09-14 15:59:41下载
- 积分:1
-
Mxulie
在matlab环境下,根据四级移位寄存器产生的M序列(-1,+1)(Matlab environment, according to the four shift register M sequence (-1,+1))
- 2013-03-12 10:30:01下载
- 积分:1
-
Canon
这是一首优美的曲子,现在用MATLAB将它实现,它的名字是<卡农>。(This is a beautiful song, which implements using MATLAB, its name is the " Canon.)
- 2013-03-14 09:53:41下载
- 积分:1