-
Forward_kinematics_solution_of_Stewart_platform
使用matlab编写并联机器人控制的源程序(The preparation of parallel robot using matlab source control)
- 2007-07-27 20:58:08下载
- 积分:1
-
ECGyuchuli
说明: ECG心电信号预处理,高通滤波器,滤除呼吸基线漂移,带阻滤波器,滤除工频干扰,并两组滤波器的处理速度进行比较(ECG signal preprocessing, high-pass filter, filter respiratory baseline drift, band stop filter, filter frequency interference, and two filters to compare the processing speed)
- 2010-04-01 20:57:27下载
- 积分:1
-
suanfabaogao
完美的matlab学习工具书,适合广大学生和老师作为指导学习。(Perfect learning tool matlab, suitable for the students and the teacher as the guidance of learning.)
- 2016-03-02 10:20:48下载
- 积分: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
-
利用MATLAB软件实现偏最小二乘回归方程模型PLS
利用MATLAB软件实现偏最小二乘回归方程模型(use the soft of the MATLAB to calculate the partial least-squares regression )
- 2009-11-27 10:43:06下载
- 积分:1
-
2
说明: 利用低通滤波器进行横条纹滤除,效果可以,最好进行一下后期处理,效果会更好。(Use of horizontal stripes of low pass filter filter, the effect can be desirable to look at post-processing, the effect will be better.)
- 2011-04-10 15:57:56下载
- 积分:1
-
2011201656
飞机姿态的纵向以及横侧向设计,高度保持,姿态保持(gaodu zitai baochi)
- 2012-07-11 19:43:09下载
- 积分:1
-
anneal_NM
模拟退火和单纯形法相结合的混合算法,用于求解最优化问题中的全局最优解。(Hybrid simulated annealing algorithm and simplex Combination for solving optimization problems in the global optimal solution.)
- 2016-05-16 20:52:30下载
- 积分:1
-
digital_filter_design
采用matlab设计数字滤波器的源程序,包含滑动滤波器、切比雪夫低通、带通滤波器等!
(Digital filter design using matlab source, including sliding filters, Chebyshev low pass, band pass filter!)
- 2011-05-06 21:12:38下载
- 积分:1
-
ParallelSort.m
A matlab code for parallel sorting. Hope be useful for you
- 2015-02-14 17:08:05下载
- 积分:1