-
work
上传内容为matlab的一些实例程序,希望对大家能有所帮助~(From some of the content for the matlab example programs, we want to help ~)
- 2010-05-29 09:32:07下载
- 积分:1
-
slbb
simulation of slbb in matlab fuzzy logic toolbox
- 2014-12-15 06:50:51下载
- 积分:1
-
lvbo
matlab写的信号处理的程序,实现FFT变换,功率谱估计,滤波器滤波,等功能(Programs written in matlab signal processing to achieve an FFT power spectrum estimation, filters filtering, and other functions)
- 2015-01-17 23:53:00下载
- 积分:1
-
MATLAB-in-Maxwell-speed-distribution
MATLAB in Maxwell speed distribution law teaching application
- 2012-01-12 17:31:40下载
- 积分:1
-
Snakesalgrithm
Snakes算法的matlab代码 (Snakes algorithm matlab code)
- 2007-08-22 21:48:38下载
- 积分: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
-
HKLinearclassifier
H_K(Ho-Kashyap)算法的线性分类器 可用于分类简单情况 适合初学者(H_K (Ho-Kashyap) algorithm for the linear classifier can be used for classification are quite simple for beginners)
- 2010-08-09 20:18:53下载
- 积分:1
-
PSO_MATLAB
粒子群算法求解最优化算法的MATLAB程序!!!!(Particle swarm optimization algorithm for solving the MATLAB program! ! ! !)
- 2013-07-27 23:47:25下载
- 积分:1
-
homework1
设计一个模拟信号(几个不同频率简谐信号之和,再加一个白噪声)
用不同的采样频率把信号离散(满足和不满足采样定理),
画出信号波形;
分别作信号的谱分析(幅值);对比采样频率的影响;
选用不同窗函数对同一个信号作谱分析,比较分析。(signal process using matlab)
- 2013-09-11 08:06:00下载
- 积分:1
-
cas
Lte fundamentals and mathematical algorithms
- 2013-11-22 20:04:28下载
- 积分:1