-
zisiying
关于自适应很好的例子 可以参考参考自适应滤波matlab源程序(Adaptive good example can refer to reference)
- 2012-05-10 11:17:34下载
- 积分:1
-
code_el_az
参照3GPP标准,基于用户分布的3D波束赋形方案的研究(Referring to the 3GPP standards, research users distributed 3D beamforming scheme based)
- 2015-04-15 09:33:16下载
- 积分: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
-
chapter4
说明: matlab与 人工神经网络2007 配套源程序(matlab and artificial neural network supporting source, 2007)
- 2008-11-21 10:36:28下载
- 积分:1
-
matlab6.5source
MATLAB6.5的图像处理源码
是从书上面摘录下来的
有具体章节(MATLAB6.5 Image Processing source from the above extract from the book down the specific sections)
- 2007-05-20 09:41:11下载
- 积分:1
-
MDP
说明: 机器学习 马可夫决策 策略迭代 MATLAB代码(MDP policy iteration)
- 2020-06-15 22:55:01下载
- 积分:1
-
fuzzyjulei
模糊聚类matlab仿真程序。实现模糊聚类的仿真。(Fuzzy clustering matlab simulation program. Simulation of fuzzy clustering.)
- 2010-07-15 18:01:27下载
- 积分:1
-
BBExample
本文件主要是关于分支定界算法的MATLAB程序,采用分支定界法来求取线性规划与非线性规划等问题的全局最优解。(This document is a MATLAB program on the branch and bound algorithm using the branch and bound method to strike a global optimal solution of linear programming and nonlinear programming problems.)
- 2012-08-17 09:07:41下载
- 积分:1
-
dynamics_CR3BP
说明: 构造限制三体问题中平动点周围的halo轨道,实现对太空环境定点观察(Restricted three-body problem Zhongping construct fixed points around the halo orbit, the space environment to achieve the fixed observation)
- 2020-12-17 20:59:13下载
- 积分:1
-
music
说明: 利用MUSIC算法进行TOA估计,可用于无线传感器网络节点定位(TOA estimation by MUSIC algorithm for wireless sensor network node localization)
- 2010-04-09 10:24:05下载
- 积分:1