-
trellismat
PN SEQUENCE WORKING AND CHECKING ITS PROPERTIES
- 2010-10-25 23:46:30下载
- 积分:1
-
VCSOASteadyGainTMM
基于传输矩阵法(TMM)计算VCSOA(垂直腔半导体光放大器)的稳态增益的程序。由于是从将输入端功率Pin作为已知条件,程序用Matlab优化工具箱中的fsolve函数计算了满足边界条件时的输出功率。这对于相关研究开发都是较好的资料。(This is a set of source codes, which are used for calculating the steady state gain of VCSOA based on the transfer matrix method(TMM). Since the input power of the VCSOA is regarded as a already-known condition, this program, the function "fsolve" in the Matlab Optimization Toolbox is used for obtaining the output power of the VCSOA when the input power is at some value. This is a good material for further studying the related problems, especially when using the Matlab for device simulations. )
- 2013-08-13 16:15:25下载
- 积分:1
-
SFBC-OFDM
说明: alamouti 空频分组码---在时变信道下SFBC-OFDM(alamouti space-frequency block codes- in the time-varying channels under the SFBC-OFDM)
- 2008-09-03 22:06:44下载
- 积分:1
-
toolbox_graph
tool box graph genenration in matlab using matlab code
- 2015-02-24 19:03:07下载
- 积分:1
-
DeJong遗传算法
这是DeJong遗传算法matlab仿真程序,遗传算法,遗传算法(This is the MATLAB simulation program of the DeJong genetic algorithm)
- 2021-02-02 12:39:59下载
- 积分:1
-
Lever-arm-effect-compensation
组合导航和初始对准中都涉及到杆臂效应补偿(滤波方法)(Combination of navigation and the initial alignment of compensation related to the lever arm effect (filtering method))
- 2013-04-11 22:06:38下载
- 积分: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
-
aiwa
TSP问题(货郎担问题,旅行商问题)的模拟退火算法通用malab源程序(Traveling Salesman Problem (TSP, the traveling salesman problem), simulated annealing algorithm common source malab)
- 2005-07-23 11:24:15下载
- 积分:1
-
segmentation
本文主要针对图像分割方法进行了研究综述说明。(In this paper, image segmentation methods for research synthesis note.)
- 2010-05-19 16:13:10下载
- 积分:1
-
Lynch_R2009b
如何计算随机时滞微分方程,主要是高斯白噪声的情况(numerical solution of stochastic delay differential equation)
- 2009-11-03 19:10:24下载
- 积分:1