-
Realcoded
二进制编码和实数编码的遗传算法,代码非常详尽,略有难度。(Binary coding and real-coded genetic algorithm, very detailed.)
- 2014-10-14 22:01:58下载
- 积分:1
-
inverter_pw
Invert er in load side
- 2014-11-13 00:53:40下载
- 积分:1
-
CART_Baseline_PI_Final3
使用FAST软件的风力发电控制系统仿真的Simulink代码(Wind power control system using the FAST software simulation of Simulink code)
- 2012-12-15 02:50:07下载
- 积分:1
-
OptimizationTipsandTricks
New users and old of optimization in MATLAB will find useful tips and tricks in this document, as well as examples one can use as templates for their own problems.
Use this tool by editing the file optimtips.m, then execute blocks of code in cell mode from the editor, or best, publish the file to HTML. Copy and paste also works of course.
Some readers may find this tool valuable if only for the function pleas - a partitioned least squares solver based on lsqnonlin.
This is a work in progress, as I fully expect to add new topics as I think of them or as suggestions are made. Suggestions for topics I ve missed are welcome, as are corrections of my probable numerous errors. The topics currently covered are listed below(New users and old of optimization in MATLAB will find useful tips and tricks in this document, as well as examples one can use as templates for their own problems.
Use this tool by editing the file optimtips.m, then execute blocks of code in cell mode from the editor, or best, publish the file to HTML. Copy and paste also works of course.
Some readers may find this tool valuable if only for the function pleas- a partitioned least squares solver based on lsqnonlin.
This is a work in progress, as I fully expect to add new topics as I think of them or as suggestions are made. Suggestions for topics I ve missed are welcome, as are corrections of my probable numerous errors. The topics currently covered are listed below)
- 2007-09-09 16:04:19下载
- 积分:1
-
Transmission
简单模拟了bpsk的编解码,以及在高斯信道传输的后的译码和误码率的分析。另附功率谱。(Simple simulated bpsk codec, and the transmission of Gaussian channel bit error rate after decoding and analysis. Attached power spectrum.)
- 2009-11-13 10:29:09下载
- 积分:1
-
framesaddandsplit
matlab code for adding and splitting frame to the video
- 2009-06-15 12:05:09下载
- 积分:1
-
ompbox
稀疏表示正交匹配追踪算法matlab源代码(sparse representation)
- 2011-04-22 10:02:28下载
- 积分:1
-
PNSR
code of Peak Signal-to-Noise Ratio
- 2015-01-11 05:28:19下载
- 积分: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
-
11912917rayleigh
两个重要文件:
1、Rayleigh_Doppler_singlePath.m
产生单径Rayleigh衰落,采用了6种方法并进行了比较,推荐使用第6种方法;
2、Rayleigh_Doppler_multiPath.m
根据多条径的延时和强度,产生频率选择性衰落;
在单径和多径两个程序中,均提供了其功率谱的输出代码; (Two important documents: 1, Rayleigh_Doppler_singlePath.m to generate a single path Rayleigh fading, using six kinds of ways and compared, 6 recommended methods 2, Rayleigh_Doppler_multiPath.m under a number of path delay and intensity, resulting in frequency selective fading in both single path and multi-path process, provide the output of its power spectrum code )
- 2010-08-28 09:26:49下载
- 积分:1