-
xiaobo
基于小波变换的图像增强算法,我从专业数据库上下载的,应该有用(Based on wavelet transform image enhancement algorithm, I download on from the major databases, it should be useful)
- 2009-03-28 14:28:13下载
- 积分:1
-
MATLABexperiment
基于matlab平台的编程 实现pcm 编码的功能(the file is based on the matlab and it has the function of pcmcoding )
- 2009-05-29 09:18:08下载
- 积分:1
-
lamdaiteration
power systems-lamda iteration
- 2012-08-31 13:17:32下载
- 积分:1
-
lee_filter
针对sar图像的lee滤波程序,与其他滤波效果对比来说,效果比较好。(lee filter based on sar image)
- 2009-03-19 22:27:50下载
- 积分:1
-
KalmFilter
说明: 一些有关卡尔曼滤波器的资料,非常全面,对关卡尔曼滤波器的原理用法都有详细的介绍(Some of the Kalman filter the information, very comprehensive, right off the principle of use of the Kalman filter are introduced in detail)
- 2010-03-21 21:29:21下载
- 积分:1
-
Feigenbaum
用Matlab观察分岔与混沌现象。利用迭代格式,做出相应的Feigenbaum图(Using Matlab to observe the phenomenon of bifurcation and chaos, the use of iterative scheme, corresponding to the Feigenbaum map)
- 2011-10-29 01:14:03下载
- 积分: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
-
svm_v0.55beta
支持向量机,可以在MATLAB环境下运行.(Support Vector Machines can be run under MATLAB environment.)
- 2008-03-23 00:03:58下载
- 积分:1
-
zhijiejie
用直接解得办法求摄影测量中的相对定向元素( use direct measurement to find the relative orientation elements in photography)
- 2020-12-31 14:58:59下载
- 积分:1
-
FIR_c
用切比雪夫最佳一致逼近设计fir滤波器并用lattice实现(fir)
- 2009-11-21 11:17:24下载
- 积分:1