-
PhD_eThesis_ColmBrowning
A Good thesis for FSO OFDM Networks with Routing
Matlab codes are given
- 2015-06-05 03:57:07下载
- 积分: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
-
huff
利用数据结构的二叉树概念编写的MATLAB程序实现HUFFMAN编码。(Binary tree data structure using the concept of the preparation of the MATLAB program Huffman coding.)
- 2007-12-06 23:16:46下载
- 积分:1
-
max3232
说明: max3232分立元件内部结构图及其功能引脚。(max3232 discrete components within the structure and function pin.)
- 2011-02-19 14:06:50下载
- 积分:1
-
intelligent-image-collection-module
以X射线检测焊缝图像为研究对象,针对石油焊管管端焊缝生产检验
中线阵列探测器实时成像的X射线数字图像存在的对比度不高、图像噪声及背景
起伏较大、焊缝边缘模糊且纹理较多的特点。( This task takes the X一ray weld seam image as the research object, in view of the X一ray image characteristics of low contrast, high image noise and fluctuated background, fuzzy weld seam edge and more texture with linear diode arrays real一time imaging in the petroleum welded pipe.Matlab simulation software is used to analysis methods of smoothing noise, gray transform enhancement, and image segmentation for image processing.)
- 2013-03-11 17:07:20下载
- 积分:1
-
phase field
基于matlab的相场法计算纯金属镍的微观模拟(Microscopic simulation of pure metal nickel by phase field method based on MATLAB)
- 2017-10-16 11:05:55下载
- 积分:1
-
matlab
模式识别课小作业,利用贝叶斯最小错误率预测,实现细胞正常不不正常的区分(Pattern recognition homework)
- 2018-09-17 15:52:08下载
- 积分:1
-
Flow_Shop_Scheduling_Problem
混合蛙跳算法程序,采用1、若干次运行取最优
2、增加进化代数maxgen
3、加大种群规模popsize。三种方法来可有效克服随机初始化带来的局部极小问题(Shuffled frog leaping algorithm, using one, several runs to take the best two, increasing evolution algebra maxgen 3, to increase the population size popsize. Three ways to effectively overcome local minima caused by random initialization problem)
- 2013-07-23 22:27:44下载
- 积分:1
-
matlab-CGH
matlab语言实现计算全息,修正离轴灰阶显示(the matlab language calculation holographic corrected off-axis grayscale display)
- 2020-08-03 15:18:37下载
- 积分:1
-
test1_1
该程序实现了高斯白噪声环境下直流电平的检测.画出了似然比门限,虚警,漏警随先验概率,代价因自等变化的情况.(The program to achieve the detection of DC level Gauss white noise environment. Draw the likelihood ratio threshold, the false alarm, alarm with the prior probability, cost because of the changes.)
- 2014-01-07 08:31:13下载
- 积分:1