-
embed-rovar
MATLAB® is a high-level technical computing language and interactive environment for algorithm development, data visualization, data analysis, and numeric computation. Using the MATLAB product, you can solve technical computing problems faster than with traditional programming languages, such as C, C++, and Fortran.
You can use MATLAB in a wide range of applications, including signal and image processing, communications, control design, test and measurement, financial modeling and analysis, and computational biology. Add-on toolboxes (collections of special-purpose MATLAB functions, available separately) extend the MATLAB environment to solve particular classes of problems in these application areas.
MATLAB provides a number of features for documenting and sharing your work. You can integrate your MATLAB code with other languages and applications, and distribute your MATLAB algorithms and applications.
- 2011-08-14 19:32:01下载
- 积分:1
-
tuoyuan2
机械臂末端椭圆轨迹规划的matlab程序 (trajectory plan of manipulator by matlab)
- 2021-03-05 21:19:31下载
- 积分:1
-
Turbo_simulink
生成一个好的Turbo码,并且用MAP方法进行解码( Generate a turbo code, and decode the code iteratively using MAP detectors)
- 2009-03-19 21:29:01下载
- 积分:1
-
Barker
Barker coded signal for radar signal
- 2010-09-07 01:56:56下载
- 积分:1
-
GeneticAlgorithm
本书全面系统地介绍了遗传算法的基本理论,重点介绍了遗传算法的经典应用和国内外的新发展。(Genetic Algorithm,GA)
- 2009-04-22 18:14:38下载
- 积分:1
-
ExampleTwo
BFGS的matlab算法,大家可以自己看一下(methods of BFGS in matlab )
- 2010-11-10 11:28:34下载
- 积分:1
-
eigenface
用MATLAB实现人脸识别的源代码,包括训练集的实现,识别部分的书写。(Face recognition using MATLAB source code, including writing to achieve the training set, the identification section.)
- 2015-01-04 16:44:55下载
- 积分:1
-
NL
说明: 本程序是牛顿拉夫逊法求潮流,完全按照课本步骤,比较容易理解。(This program is the trend of Newton Raphson Method, complete the steps in accordance with textbooks, it is easier to understand.)
- 2010-11-16 15:36:22下载
- 积分:1
-
ds-cdma-matlab
CDMA程序,包括DS扩频等,个人觉得还不错。(CDMA procedures, including the DS spread spectrum, etc., individuals feel good.)
- 2010-12-03 20:50:31下载
- 积分:1
-
pso-bp
粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。
BP(Back Propagation)神经网络是1986年由Rumelhart和McCelland为首的科学家小组提出,是一种按误差逆传播算法训练的多层前馈网络,是目前应用最广泛的神经网络模型之一。BP网络能学习和存贮大量的输入-输出模式映射关系,而无需事前揭示描述这种映射关系的数学方程。它的学习规则是使用最速下降法,通过反向传播来不断调整网络的权值和阈值,使网络的误差平方和最小。BP神经网络模型拓扑结构包括输入层(input)、隐层(hidden layer)和输出层(output layer)。(Particle swarm optimization, also known as particle swarm optimization (Particle Swarm Optimization), abbreviated as PSO, is a new evolutionary algorithm developed in recent years (Evolutionary Algorithm- EA). Kind, and simulated annealing algorithm PSO algorithm is similar evolutionary algorithms, it is also starting a random solution, through an iterative search for the optimal solution, which is also used to uate the quality through fitness solution, but it is simpler than genetic algorithm rules It has no genetic algorithm " crossover" (Crossover) and " variant" (Mutation) operation, which by following the current search to find the optimal value to the global optimum. This algorithm is its easy implementation, high accuracy, fast convergence, etc. attracted academic attention and show its superiority in solving practical problems. PSO algorithm is a parallel algorithm. BP (Back Propagation) neural network is a 1986 team of scientists headed by Rumelhart and McC)
- 2020-10-29 22:19:56下载
- 积分:1