-
kaplan-Meier
kaplan-Meier估计,在可靠性数学中有一定的帮助,不知道能不能对大家有一些帮助,如果有错误,希望大家指正,并与我交流!(kaplan-Meier estimates, the reliability of mathematics is certainly helpful, not sure you can right some help, and if there are mistakes, we hope that correct, and I exchange with!)
- 2007-06-19 08:20:55下载
- 积分:1
-
steepest_ascent_optimization_algorithm
实现最速上升梯度算法的matlab函数,求得目标函数的最大值(Gradient algorithm to achieve the most rapid rise)
- 2010-10-27 20:44:37下载
- 积分: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
-
rice
对图像作直方图均衡化处理,列出原图像直方图与均衡后图像的直方图的对照;灰度级的转换调试(For histogram equalization of image processing, listing the original image histogram and histogram equalization contrast gray-scale conversion of debugging)
- 2011-06-05 13:11:27下载
- 积分:1
-
AdaptiveWavelet
Adaptive Wavelet Thresholding for Image Denoising and Compression.pdf
- 2013-12-27 23:51:30下载
- 积分:1
-
model1
去除图像因为运动、噪声而产生的模糊,使用方法:维纳滤波、直接逆滤波、L-R迭代(Remove the fuzzy of image generated by movement, noise)
- 2012-04-10 14:53:07下载
- 积分:1
-
nit
数值积分工具箱 这些都是通用集成例程:
quadg.m - 高Quad和QUAD8的准确性更换(1-D)quad2dg.m - 集成在一个矩形区域的2-Dquad2dggen.m - 比一般地区一体化的2-D- 超过ND超矩形区域quadndg.m ND集成(Numerical integration toolbox these are universal integrated routines:
Quadg.m- Quad and QUAD8(1-D ) quad2dg.m accuracy replacement- integrated in a rectangular area of the2-Dquad2dggen.m than in the general area in the integration of2-D over ND super rectangle quadndg.m ND integration)
- 2012-05-02 20:18:13下载
- 积分:1
-
Burch
傅里叶型计算全息图代码,采用的编码方法是Burch的修正离轴参考光的编码方法(Type Fourier hologram code calculation, the method of coding is Burch modified off-axis reference beam coding method)
- 2016-07-19 21:04:09下载
- 积分:1
-
analytical
analytical method of classification
- 2010-09-07 00:06:24下载
- 积分:1
-
LDPCFastDecoding
速度很快的低密度奇偶校验码的Matlab仿真程序(Fast low-density parity-check code of Matlab simulation program)
- 2007-07-26 09:46:30下载
- 积分:1