-
chap9
matlab的经典教学案例,初学者的最好资料,来看看吧。(matlab classic teaching case, the best information for beginners, have a look.)
- 2011-04-22 16:29:04下载
- 积分:1
-
segmentacion.pdf
segmentar una imagen
- 2011-01-19 20:00:56下载
- 积分:1
-
poission
泊松过程检测和估计。MATLAB。有详细的注释。(poission process.by MATLAB.)
- 2011-11-27 10:16:43下载
- 积分:1
-
改进版的bp神经网络算法编程(pso)
说明: 神经网络算法,适合适合科研人员和学生进行优化和调参。新手理解鱼群算法,希望大家可以认真学习其中的道理。(Neural network algorithm is suitable for scientific researchers and students to optimize and participate. Novice understands Fish Swarm Algorithms, I hope you can seriously learn the truth.)
- 2019-06-01 22:26:04下载
- 积分:1
-
zigzag_dezigzag
zig-zag code for beginner
- 2007-10-28 19:56: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
-
choppercycloconverter
chopper cycloconverter with document
- 2010-01-23 03:03:59下载
- 积分:1
-
p2
说明: 清华大学信号处理原理课程实验,内容是各种卷积计算方法性能的比较(Tsinghua signal processing theory course experiment, the content is the convolution calculation methods compare the performance of)
- 2013-12-06 08:47:51下载
- 积分:1
-
danfengchazhi2
说明: 基于mATLAB的单峰谱线插值,用于谐波的检测分析(Single-peak spectral line interpolation based on mATLAB for harmonic detection and analysis)
- 2020-06-24 11:40:02下载
- 积分:1
-
A_Path_Following_Robotic_Car
本文详细描述了基于matlab使用多种方式对路径进行跟踪的智能车仿真。包括多种模型的建立,误差分析算法等(A detailed description of the use of a variety of ways to track the path of the smart car simulation)
- 2013-12-04 13:39:51下载
- 积分:1