登录
首页 » 算法 » The cart with an inverted pendulum, shown below, is "bumped" with an impulse f...

The cart with an inverted pendulum, shown below, is "bumped" with an impulse f...

于 2022-03-17 发布 文件大小:11.90 kB
0 252
下载积分: 2 下载次数: 1

代码说明:

The cart with an inverted pendulum, shown below, is "bumped" with an impulse force, F. Determine the dynamic equations of motion for the system, and lin earize about the pendulum s angle, theta = Pi (in other words, assume that p endulum does not move more than a few degrees away from the vertical, chosen to be at an angle of Pi). Find a controller to satisfy all of the design re quirements given below. -The cart with an inverted pendulum, shown below, is "bumped" with an impulse force, F. Determine the dynamic equations of motion for the system, and lin earize about the pendulum s angle, theta = Pi (in other words, assume that p endulum does not move more than a few degrees away from the vertical, chosen to be at an angle of Pi). Find a controller to satisfy all of the design re quirements given below.

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

发表评论

0 个回复

  • ICP
    Point to Point就近点搜索法是ICP算法中最经典的一种方法。如图1a所示, Point to Point法根据源曲面上的一个点p,在目标曲面上找出对应于p点距离最近的q点。在这个方法中通常运用kd-tree的方法实现就近点搜索。如图1b所示,pi是源曲面点云数据中的一个点,Vi是生成目标曲面点云数据中距Pi最近的点。根据Vi点搜索出在曲面上与Vi点相邻的点构成的三角形格网,计算pi点投影到每个三角形平面上的投影点qi的坐标。对于每个三角形来说,当投影点qi位于三角形内部,则距离最近点是搜索的最近点,当投影点qi位于三角形外部,搜索的就近点应位于三角形的两条边界上,Vi是该三角形到pi点的就近距离点。将每个三角形确定的就近距离点进行比较可获得一个最近点。
    2023-07-21 15:10:03下载
    积分:1
  • kmeans聚类源代码
    kmeans聚类算法,在数据挖掘当中的应用,可用于时间序列数据的聚类,并能够显示聚类中心曲线,和聚类所用时间。代码简单容易实现。
    2022-08-07 09:48:14下载
    积分:1
  • vb CRC校验源码
    "CRC算法函数 Public Function CRC(STR1 As String) As String Dim CRCREG As Long Dim MVAL As Long Dim R As Integer Dim T As Integer CRCREG = 65535 For R = 1 To Len(STR1) Step 2 MVAL = Val("&H" + Mid(STR1, R, 2)) CRCREG = CRCREG Xor MVAL CRCREG = C
    2022-02-10 03:39:12下载
    积分:1
  • 简单的jpeg解码程序(非常适合初学者)
    此文档试图解释的JPEG压缩算法。我不是这个领域的专家,我只需要这个信息对我自己的JPEG解码器有用。很久以前,我想写我自己的JPEG解码器,所以我一直在寻找的净一个良好的文档可能有向我解释了JPEG压缩,特别是JPG文件格式。并且除了标准我无法找到一个。
    2022-10-03 04:50:04下载
    积分:1
  • 线性代数方程组的求解全选主元高斯消去全选主元高斯约当消去复系数方程组的全选主元高斯消去...
    线性代数方程组的求解全选主元高斯消去法全选主元高斯约当消去法复系数方程组的全选主元高斯消去法-linear algebraic equations to solve all the main election yuan Gaussian Elimination entire election PCA about when Gaussian Elimination of complex equations of the entire election PCA Gaussian Elimination Act, etc.
    2022-05-05 11:28:38下载
    积分:1
  • 产生大素数
    产生一个大素数并对其进行检验 基本原理: 费尔马小定理:如果p是一个素数 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-02-28 08:51:04下载
    积分:1
  • DBSCAN
    % Function: [class,type]=dbscan(x,k,Eps) % ------------------------------------------------------------------------- % Aim: % Clustering the data with Density-Based Scan Algorithm with Noise (DBSCAN) % ------------------------------------------------------------------------- % Input: % x - data set (m,n); m-objects, n-variables % k - number of objects in a neighborhood of an object % (minimal number of objects considered as a cluster) % Eps - neighborhood radius, if not known avoid this parameter or put [] % ------------------------------------------------------------------------- % Output: % class - vector specifying assignment of the i-th object to certain % cluster (m,1) % type - vector specifying type of the i-th object % (core: 1, border: 0, outlier: -1)
    2022-04-08 08:12:27下载
    积分:1
  • 数学小帮手本软件对一元,二元数学函数的分析提供帮助.可以对整个函数图形进行细致入微的观察,进行任意的缩小,放大...
    数学小帮手本软件对一元,二元数学函数的分析提供帮助.可以对整个函数图形进行细致入微的观察,进行任意的缩小,放大-help the small mathematical software to a million dual function of mathematical analysis to help. Can graphics for the entire function of meticulous observation, arbitrary narrowing and enlarge
    2022-05-20 10:32:05下载
    积分:1
  • C++基础代码
    这是C++特别基础的几个代码,里面涉及的算法比较少,主要是C++的结构,通俗易懂,对于初学C++的同学有一定的帮助,可以打印出来看
    2022-03-09 18:19:49下载
    积分:1
  • C程序中用于识别车间瓶颈设备(用于调度…
    c program for identifying bottleneck machines in a job shop (used in the scheduling of the shop floor)
    2023-07-26 23:10:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载