-
3
说明: 用matlab编写的图片浏览器,GUI界面的。运行文件夹中的.m文件(Prepared using matlab image viewer, GUI interface. Running in the folder. M file)
- 2009-09-27 01:31:18下载
- 积分:1
-
desloca
uma funcao que faz a simples deslocar vetor
- 2011-11-16 06:17:20下载
- 积分:1
-
particle_filter
粒子滤波算法在机器人定位中的应用,包含全部源码(Particle filter in robot localization application, including all source code)
- 2007-11-04 21:56:41下载
- 积分:1
-
opencv_src
for camera calibration
- 2009-02-24 19:37:53下载
- 积分:1
-
baseband
数字基带系统传输,有完整的编码译码过程,高斯白噪声信道(Digital baseband transmission systems, a complete coding and decoding process, Gaussian white noise channel)
- 2010-05-26 09:41:34下载
- 积分:1
-
Monte-Carlo
Monte Carlo方法的实质是通过大量随机试验,利用概率论解决问题的一种数值方法,基本思想是基于概率和体积间的相似性。它和Simulation有细微区别。单独的Simulation只是模拟一些随机的运动,其结果是不确定的;Monte Carlo在计算的中间过程中出现的数是随机的,但是它要解决的问题的结果却是确定的。(The essence of the Monte Carlo method is a numerical method to solve the problem through a large number of randomized trials, the use of probability theory, the basic idea is based on the similarity between the probability and volume. There are subtle differences between it and Simulation. Separate the Simulation simulation of random movement, the result is uncertain number of the Monte Carlo calculations in the middle of the process is random, but it is to solve the problem the result is determined.)
- 2012-05-12 22:18:55下载
- 积分:1
-
STRUCTURAL-VIBRATION-CONTROL
采用MR阻尼半主动振动控制的matlab仿真程序(THESE ARE MATALB SIMULATIONS FOR STRUCTURAL VIBRATION CONTROL SYSTEM USING MR DAMPER WITH SEMI ACTIVE CONTROL ALGORITHMS.)
- 2013-06-09 17:14:05下载
- 积分:1
-
XMLlToolbox2
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa.
For example,
>> project.name = MyProject
>> project.id = 1234
>> project.param.a = 3.1415
>> project.param.b = 42
becomes with str=xml_format(project, off )
"<project>
<name>MyProject</name>
<id>1234</id>
<param>
<a>3.1415</a>
<b>42</b>
</param>
</project>"
On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
- 2007-11-27 00:35:05下载
- 积分:1
-
2dsnellraytracing0
基于snell定律的射线追踪,与一般算法不一样,精度比较高(Based on Snell s Law ray tracing, and the general algorithms are not the same, relatively high accuracy)
- 2008-12-15 13:18:12下载
- 积分:1
-
spfx
大师开发的时频分析工具箱,matlab语言编写,可作为toolbox。(Master the development of time-frequency analysis toolbox, matlab language as a toolbox.)
- 2007-07-15 14:42:15下载
- 积分:1