-
oulatixing
包含了欧拉梯形,龙格库塔法,汉明积分法等转换程序(Contains the Euler, trapezoidal, Runge-Kutta method, Hamming integration method conversion program)
- 2012-06-09 10:24:02下载
- 积分:1
-
ShearLab-PPFT-1.0
剪切波变换工具,使用剪切波变换实现降噪滤波等各种功能(Shear wave conversion tool with shear waves transform various functions, such as noise filtering)
- 2014-12-01 16:55:03下载
- 积分:1
-
ZHUANGTAI
说明: 状态空间模型 加强MATLAB学习 很有用的
(state-space model to strengthen MATLAB very useful learning)
- 2006-04-28 13:07:29下载
- 积分:1
-
Sesia--S.---LTE--The-UMTS-Long-Term-Evolution
Sesia, S. - LTE, The UMTS Long Term Evolution
- 2013-12-14 08:38:28下载
- 积分:1
-
boxcountingmethod
用Matlab编程,来计算分形图案的维数。(boxcounting method for a fractal pattern.)
- 2014-02-03 16:51:01下载
- 积分:1
-
MSRCR
retinex算法 ,基于matlab平台的仿真程序,可以使图像增强。这是已经封装好的程序,有界面,可以直接使用。(Retinex algorithm, based on the simulation program of MATLAB platform, can enhance the image.)
- 2020-07-03 07:00:02下载
- 积分: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
-
case30
这是一个30节点的IEEE-30标准测试系统后感数据代码(This is a 30-node IEEE-30 standard test system a sense of the data code)
- 2009-03-31 10:59:31下载
- 积分:1
-
LSSVM
最小二乘支持向量机用于脑电心电处理的一段程序(Squares support vector machines for EEG ECG processing a program)
- 2015-04-07 15:08:58下载
- 积分:1
-
Matlab code for VaR
说明: 给出了通过MATLAB计算VaR的各种方法和实例(MATLAB code for Value-at-risk)
- 2020-06-30 03:40:01下载
- 积分:1