-
eig
matlab eig 函数说明 横不错哦(matlab eig function shows a good cross-Oh)
- 2010-08-13 20:17:27下载
- 积分:1
-
monituihuosuanfa
说明: 在求解非线性方程中如何运用模拟退火优化算法进行分析(Solving nonlinear equations in the use of simulated annealing algorithm to analyze)
- 2010-04-25 20:46:21下载
- 积分:1
-
ANN1
Neural network simple example
- 2014-01-03 13:08:40下载
- 积分:1
-
4566600622164429182
这个是收集的一个用matlab编写的车牌定位的程序,很好用的(This is a collection of plates prepared using matlab positioning procedures, good used)
- 2009-03-26 10:12:50下载
- 积分:1
-
xibo50_37
自己设计的陷波器,matlab实现,可以运行,代码注释清晰,非常适合初学者(Designed notch filter, matlab realize you can run code annotation clear, very suitable for beginners)
- 2012-09-18 16:33:58下载
- 积分:1
-
plot_hht
这个程序是希尔伯特黄变换的希尔伯特变换部分的MATLAB仿真程序。(This program is Hilbert Huang Transform Hilbert transform part of the MATLAB simulation program。)
- 2015-03-14 16:25:44下载
- 积分: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
-
ECGFiltering
用于心电信号滤波,峰值检测,相位检测中值检测(For ECG filtering, peak detection, phase detection value Detected)
- 2009-03-24 09:39:18下载
- 积分:1
-
randsrchABC
Direct Methods for Stochastic Search in matlab
- 2015-01-06 05:23:17下载
- 积分:1
-
PSO
PARTICLE SWAM OPTIMIZATION
- 2012-02-09 22:12:20下载
- 积分:1