-
mySynth
Sound synthesis with Matlab. Simple implementation of a multi-oscillator synthesizer. Includes FM modulation, 2 LFO s, 2 Env s.
Good to learn the basis of sound synthesis in Matlab.
- 2010-03-03 22:31:18下载
- 积分:1
-
PDE
偏微分方程的MATLAB解法,对于利用偏微分方程进行图像处理的研究人员有较大的参考价值(MATLAB PDE solution, for the use of partial differential equations for image processing research are of great reference value)
- 2007-04-08 08:04:11下载
- 积分:1
-
Removing_phaseamb
Phase ambiguity removal
- 2014-08-25 11:24:11下载
- 积分:1
-
envelop
用matlab编写的波包变换的程序,用于读取波群及小波包的数据(Wave packet transform programs written with matlab, wave group and wavelet packet is used to read data)
- 2012-09-06 10:09: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
-
Matlabchinesehelp
关于matlab的中文帮助,对于一些初学的且英语不好的同学有用(on Matlab Chinese help for the novice and some bad English students useful)
- 2006-11-28 00:56:53下载
- 积分:1
-
ax=b
is matlab source code to optimize some cost function
- 2012-05-19 01:30:28下载
- 积分:1
-
brushlessDCmotor
无刷直流电机的建模和仿真,包含matlab里面的例子,可以仿真成功,有最后的转矩波形(Brushless DC motor modeling and simulation, including inside matlab example, can emulate the success, there is a final torque waveform)
- 2013-09-07 10:45:44下载
- 积分:1
-
SOURCE-CODE-with-GUI
Binarisation of Ancient Documents
- 2015-02-18 15:48:09下载
- 积分:1
-
ABCNNTrain
Training Artificial Neural Network.
XOR Problem.
Summation Units, Log-Sigmoid Neurons with Biases.
Input Layer: 2, Hidden Layer: 2, Output Layer: 1 neurons.
Returns mean square error between desired and actual outputs.
Reference Papers:
D. Karaboga, B. Basturk Akay, C. Ozturk, Artificial Bee Colony (ABC) Optimization Algorithm for Training Feed-Forward Neural Networks, LNCS: Modeling Decisions for Artificial Intelligence, 4617/2007, 318-329, 2007.
D. Karaboga, C. Ozturk, Neural Networks Training by Artificial Bee Colony Algorithm on Pattern Classification, Neural Network World, 19(3), 279-292, 2009.
*/
- 2011-12-22 19:55:05下载
- 积分:1