-
Matlab-GUI
电子书:精通GUI图形界面编程,施晓红编著。(EBook: proficient in GUI graphical interface programming, Shi Xiaohong, ed.)
- 2010-06-17 19:23:47下载
- 积分:1
-
voicerec
a part of voice recognition program, this will get input from a user 10 times and save it.
- 2012-01-08 14:20:58下载
- 积分:1
-
GAforPathPlaning
说明: 采用栅格对机器人的工作空间进行划分,再利用优化算法对机器人路径优化,是采用智能算法求最优路径的一个经典问题。目前,采用蚁群算法在栅格地图上进行路径优化取得比较好的效果,而利用遗传算法在栅格地图上进行路径优化在算法显得更加难以实现。
利用遗传算法处理栅格地图的机器人路径规划的难点主要包括:1保证路径不间断,2保证路径不穿过障碍。
用遗传算法解决优化问题时的步骤是固定的,就是种群初始化,选择,交叉,变异,适应度计算这样,那么下面我就说一下遗传算法求栅格地图中机器人路径规划在每个步骤的问题、难点以及解决办法。(It is a classical problem to divide the workspace of the robot by grids and optimize the path of the robot by using optimization algorithm. At present, the ant colony algorithm is used to optimize the path on the grid map, and the genetic algorithm is used to optimize the path on the grid map, which is more difficult to achieve.
The difficulties of using genetic algorithm to deal with the path planning of robot on raster map mainly include: 1. guaranteeing that the path is uninterrupted, 2. guaranteeing that the path does not cross obstacles.
The steps of genetic algorithm in solving optimization problems are fixed, that is, population initialization, selection, crossover, mutation, fitness calculation. Then I will talk about the problems, difficulties and solutions of genetic algorithm in each step of robot path planning in raster map.)
- 2019-05-02 14:56:19下载
- 积分:1
-
code-methodMATLAB
Bairstow s approach is to use Newton s method to adjust the coefficients u and v in the quadratic x2 + ux + v until its roots are also roots of the polynomial being solved. The roots of the quadratic may then be determined, and the polynomial may be divided by the quadratic to eliminate those roots. This process is then iterated until the polynomial becomes quadratic or linear, and all the roots have been determined, bisection and other
- 2011-05-11 11:35:49下载
- 积分:1
-
SAR
SAR成像算法,有助于理解合成孔径雷达(SAR)成像原理(SAR imaging algorithm helps to understand the principle of synthetic aperture radar (SAR) imaging)
- 2020-11-24 16:09:33下载
- 积分:1
-
integral
该程序用matlab编写数值积分方法,包括梯形公式,Simpson公式和Romberg算法,在main.m文件测试三类算法。这是数值计算方法是必须掌握的代码。(The program is prepared using matlab numerical integration methods, including trapezoidal formula, Simpson and Romberg algorithm for three kinds of formulas in main.m file for testing. Is the numerical calculation method must master code.)
- 2013-08-31 11:10:57下载
- 积分:1
-
zc299
双向平滑算法的研究可以有效的测量频率的频谱(matlab Double smoothing algorithm
)
- 2011-12-29 09:24:07下载
- 积分:1
-
FDTD_4_1
Sullivan关于FTDT经典文章的MATLAB翻译,第四章第一个例子的源程序。(Sullivan article on FTDT classic MATLAB translation of chapter IV, an example of the source.)
- 2010-01-08 22:34:52下载
- 积分:1
-
dsp
说明: 在matlab中直接运行程序,将会显示包含谐波的时域、频域图,设计一个滤波器,滤除谐波,得到滤除谐波后的图形。(Run the program directly in matlab will display a harmonic of the time domain, frequency domain, to design a filter, harmonic filter, harmonic filter obtained after the graphics.)
- 2011-02-19 10:51:49下载
- 积分:1
-
DTWMATLABsource
很好的DTW源代码,层次分明,注释详尽,很容易看懂,直接运行主程序main_speech_alignment_DTW.m 即可通过图观察DTW处理前后的波形。(DTW good source code, structured, detailed notes, it is easy to understand, can be run directly by the main program main_speech_alignment_DTW.m Figure waveform observed before and after DTW.)
- 2010-10-25 15:24:52下载
- 积分:1