-
123
具有可视化界面的离散无记忆信道容量迭代计算(Visual interface with discrete memoryless channel capacity iteration)
- 2010-07-09 19:56:09下载
- 积分: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
-
MATLABFE_IV
MATLAB finite element code IV
- 2013-11-03 16:50:08下载
- 积分:1
-
mfile
Effect of DFIG on Stability of a Weak Grid
- 2010-10-18 21:57:07下载
- 积分:1
-
Viola_Jones_CVPR2001
Adaboost的首次提出,Paul Viola和Michael Jones在2001年的CVPR会议上(Adaboost was first proposed by Paul Viola and Michael Jones in the 2001 CVPR Conference)
- 2012-05-27 09:40:38下载
- 积分:1
-
shift_axis_to_origin
坐标变换,比较实用,程序完整,调试成功,可直接运行(shift_axis_to_origin2)
- 2010-10-21 21:14:48下载
- 积分:1
-
cppll
说明: 从别的地方下载的一个源文件,PLL希望能帮到你(Download from somewhere else, a source file, PLL hope you can help)
- 2011-03-23 22:49:50下载
- 积分:1
-
print
各种Matlab的输出函数,对应各种算法的输出函数(to print different figures using different algorithms.)
- 2013-04-22 19:29:03下载
- 积分:1
-
walkingrobot_IK
matlab+robotics toolbox. using inverse kinematics to track leg trajectory. 4 legges
- 2012-10-22 22:03:31下载
- 积分:1
-
OWT_SURELET
速度非常块,效果接近blsgsm。堪称去噪的又一突破。
OWT SURE-LET SOFTWARE FOR MATLAB
********************************
Florian Luisier, Thierry Blu and Michael Unser
Biomedical Imaging group
Swiss Federal Institute of Technology Lausanne (EPFL), Switzerland.
March 2007
This software implements the algorithm described in:
[1] F. Luisier, T. Blu, M. Unser, "A New SURE Approach to Image
Denoising: Interscale Orthonormal Wavelet Thresholding,"
IEEE Transactions on Image Processing, vol. 16, no. 3, pp. 593-606,
March 2007.
(Very block, the effect close to blsgsm. Denoising can be another breakthrough. OWT SURE-LET SOFTWARE FOR MATLAB******************************** Florian Luisier, Thierry Blu and Michael UnserBiomedical Imaging group Swiss Federal Institute of Technology Lausanne (EPFL), Switzerland.March 2007This software implements the algorithm described in: [1] F. Luisier, T. Blu, M. Unser, )
- 2007-08-23 16:45:26下载
- 积分:1