登录
首页 » matlab » daolibai

daolibai

于 2018-05-21 发布 文件大小:43KB
0 120
下载积分: 1 下载次数: 12

代码说明:

  对倒立摆进行建模,实现神经网络对倒立摆的控制,用的是SINMULINK,自己搭建的模型,亲测可用,部分matlab版本可能会存在错误的现象,替换其中的元器件就行(The inverted pendulum is modeled to realize the control of the inverted pendulum by the neural network. The model is SINMULINK, the model is built by oneself, and the relative measurement can be used. Some matlab versions may have the wrong phenomenon and replace the components in it.)

文件列表:

pendulum\f.m, 34 , 2007-07-16
pendulum\initialization.m, 90 , 2007-07-15
pendulum\pendulum.mdl, 37779 , 2007-07-16
pendulum\pendulum1.mdl, 60214 , 2007-07-16
pendulum\pendulum2.mdl, 40749 , 2007-07-16
pendulum\pendulum3.mdl, 117223 , 2007-07-16
pendulum\rbf.m, 4445 , 2001-10-31
pendulum\temp.asv, 218 , 2007-07-16
pendulum\temp2.m, 218 , 2007-07-16
pendulum\temp3.asv, 232 , 2007-07-16
pendulum\temp3.m, 240 , 2007-07-16
pendulum, 0 , 2007-07-17
www.pudn.com.txt, 218 , 2007-06-05

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • CAP_16_qam_LMS_Rb16_secondorder_nyq_fastcode
    说明:  LMS equalizatio for 16QAM-CAP with LED nonlinearity
    2020-10-13 14:17:33下载
    积分:1
  • gametheoryincognitive
    认知无线电中博弈论自适应功率控制中的实现(Game theory in cognitive radio in the realization of adaptive power control)
    2021-02-26 09:29:39下载
    积分:1
  • 一个简单的井字游戏,不是人机对战的,游戏需要两个人参与,在此抛砖引玉,希望有人能给我人机对战的代码。...
    一个简单的井字游戏,不是人机对战的,游戏需要两个人参与,在此抛砖引玉,希望有人能给我人机对战的代码。-gridwork a simple game, not the man-machine players, the game requires two people to participate in this suit, hoping that someone can give me man-machine players code.
    2022-01-28 14:40:49下载
    积分:1
  • atmega16
    用AVR单片机atmega16控制lcd1602,可在屏幕上的任意位置显示英文和数字。(Control with AVR microcontroller atmega16 lcd1602, can be anywhere on the screen display in English and numbers.)
    2010-11-06 20:38:49下载
    积分:1
  • cellB1
    用matlab实现DEM三维成像,考虑了阴影和高程的效应(Using matlab to realize DEM three-dimensional imaging, considering the effects of shadows and elevation)
    2020-08-29 14:18:13下载
    积分:1
  • 2010CB945500-组织干细胞识别、谱系重编程
    说明:  2010CB945500-组织干细胞识别、谱系重编程和示踪研究——相关学习资料,仅供个人学习参考,禁止用于商业目的(2010 CB945500 - Tissue Stem Cell Recognition, Genealogical Reprogramming and Tracer Research - Relevant Learning Materials for Individual Learning Reference only, Banned for Commercial Purpose)
    2019-04-27 11:26:49下载
    积分:1
  • 分形法
    说明:  利用分形法构建相位屏,模拟大气湍流,程序非常标准,建议大家学习参考(Using fractal method to build phase screen to simulate atmospheric turbulence, the program is very standard, we suggest you learn and reference)
    2020-12-24 09:09:06下载
    积分:1
  • Ruby.Programming.Language.Oreilly
    本书的风格跟C语言的经典《The C Programming Language》相似,作者同样也是著名技术作家和语言缔造者的组合。本书与一般的Ruby语言图书相比,除了介绍如何使用Ruby语言外,还讲述了Ruby的实现原理及内部运作机制。堪称Ruby之经典之作(The Ruby Programming Language is the authoritative guide to Ruby and provides comprehensive coverage of versions 1.8 and 1.9 of the language. It was written (and illustrated!) by an all-star team: • David Flanagan, bestselling author of programming language "bibles" (including JavaScript: The Definitive Guide and Java in a Nutshell) and committer to the Ruby Subversion repository. • Yukihiro "Matz" Matsumoto, creator, designer and lead developer of Ruby and author of Ruby in a Nutshell, which has been expanded and revised to become this book. • why the lucky stiff, artist and Ruby programmer extraordinaire. This book begins with a quick-start tutorial to the language, and then explains the language in detail from the bottom up: from lexical and syntactic structure to datatypes to expressions and statements and on through methods, blocks, lambdas, closures, classes and modules. The book also includes a long and thorough introduction to the rich API of the R)
    2011-02-10 07:33:27下载
    积分:1
  • MCP3204
    51单片机读取16位AD芯片MCP3204程序,可读取4路通道,程序中写了两路,可根据注释增加或减少通道数,1602显示,有Proteus仿真。(51 MCU reads 16-bit AD chip MCP3204 program, which can read 4 channels and write two channels. According to the annotation, the number of channels can be increased or reduced. 1602 shows that there is Proteus simulation.)
    2019-06-28 13:13:11下载
    积分:1
  • PSO算法
    粒子群算法,也称粒子群优化算法或鸟群觅食算法(Particle Swarm Optimization),缩写为 PSO, 是由J. Kennedy和R. C. Eberhart等开发的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法(Particle Swarm Optimization (PSO), also known as Particle Swarm Optimization (PSO), is a new evolutionary algorithm developed by J. Kennedy and R. C. Eberhart. PSO is a kind of evolutionary algorithm, which is similar to simulated annealing algorithm. It starts from random solution and searches for the best solution by iteration. It also evaluates the quality of solution by fitness. But it is simpler than genetic algorithm rules. It has no Crossover and Mutation operation of genetic algorithm. As a result, it searches for global optimum by following the optimal value currently searched. This algorithm has attracted the attention of academia for its advantages of easy implementation, high accuracy and fast convergence, and has shown its superiority in solving practical problems. Particle swarm optimization is a parallel algorithm)
    2020-06-25 13:20:01下载
    积分:1
  • 696518资源总数
  • 104228会员总数
  • 45今日下载