当前位置:
首页
资源下载
![](/images/right.gif)
搜索资源 - polynomial control
搜索资源列表
-
1下载:
完善以前的JAVA实现的多项式相加
提供了输入系数和次数的控制-perfect before JAVA sum of the polynomial coefficients for the input and frequency control
-
-
2下载:
人工选取控制点的多项式图像配准matlab代码。程序运行后,在弹出的第一副图像中利用鼠标选择控制点(多于3个),双击结束。然后在弹出的第二副待配准的图像中同样选取相应的控制点,双击结束。运行结果就会输出配准后的图像。-artificial selected control point polynomial Image Registration Matlab code. Running after the ejection of the first vice images using the mo
-
-
1下载:
贝齐尔曲线算法演示程序
实验原理:贝齐尔曲线的形状是通过一组多边折线(也称为贝齐尔控制多边形)的各顶点唯一的定义出来的。
程序思路:先用链表把鼠标点击过的点记录下来,做为控制多边形。然后调用n次Bernstein多项式的基函数运算出曲线的点,最后用直线分段画出来(本程序分成了50段来画)
-Bezier curve algorithm Experimental Demonstration Program Principle : Bezier curve's shape thr
-
-
0下载:
双线性变换算法
输入阶次 ,采样时间 ,控制变量 ( 时 =1, 时 =0)
b1为s函数或z函数多项式的系数,先输入分子的系数(从高次幂至低次幂,高阶系数为零的,应输入0,各系数之间用空格键隔开),再输入分母的系数(从高次幂至低次幂,高阶系数为零的,应输入0,各系数之间用空格键隔开),均存到b1内。
-Bilinear transform algorithm input order, the sampling time, control variables (time = 1,
-
-
0下载:
状态反馈极点配置问题的一种新算法。将Wonham可控规范型作了推广,给出了一种新的状态反馈极点配置问题算法,首先讨论了单输入系统情况,对多输入系统将其分解为若干个单输入系统而求解,其优点是不需要计算系统的特征多项式,介绍了该方法的基本原理、求解步骤,得到了反馈增益矩阵的一般表达式。该表达式中含有可供任意选择的参数,通过对参数的适当选取,可适应控制系统的其他性能要求。-State-feedback pole assignment problem, a new algorithm. Wonham t
-
-
0下载:
利用Matlab编写程序实现以下功能:以多项式形式输入系统前向通路传递函数和反馈回路传递函数,计算系统开环增益,判定型别,根据控制系统劳斯稳定判据原理,列出得到的任意阶次系统的劳斯表,判定闭环系统稳定性,若不稳定给出具有正实部极点的数目。
(1)根据用户输入的稳定度a,计算稳定的开环增益K的范围;
(2)确定系统的最大稳定度a,计算相应的开环增益K的值。
-The use of Matlab programming to achieve the following functions
-
-
0下载:
OUTPUT DEAD BEAT CONTROL FOR A CLASS OF PLANAR POLYNOMIAL SYSTEMS
-
-
0下载:
通过对多项式求最小值来介绍遗传算法,掌握算法的基本思想,讲解如何用C语言实现遗传算法-Minimum value of the polynomial by to introduce genetic algorithm, control algorithm of the basic ideas on how to use C language implementation of genetic algorithm
-
-
0下载:
设计一个伪随机序列发生器,采用的生成多项式为1+X^3+X^7。要求具有一个RESET端和两个控制端来调整寄存器初值(程序中设定好四种非零初值可选)。-Design a pseudo-random sequence generator, using the generating polynomial 1+ X ^ 3+ X ^ 7. Requires a RESET terminal end and two control registers to adjust the initial valu
-
-
0下载:
Bézier曲线是自由形式曲线最普遍的一种表示方法。曲线以Pierre Bézier的名字命名。
Bézier曲线是一条多项式的曲线,近似地表示它的控制点。曲线可以是任何次数的多项式。一条n次曲线由n+1个控制点来控制。曲线对第一个点和最后一个点插值,其形状直接受其它的控制点的影响。
-Free-form curve Bézier curve is the most common way of saying that. Curve, named after Pierre Bézier.
-
-
1下载:
B样条曲线给出了一种方法,用具有 连续性的k-1次的多项式曲线对n个控制点集合进行拟合,B样条曲线允许任意阶连续。因此,在计算机图形学中优先选择B样条曲线来定义非常平滑的曲线。如果要通过任意数量的点生成满足C2或更高阶连续性的曲线,B样条曲线是一种较好的选择。-B-spline curve presents a method, the continuity of k-1 times on the n-polynomial curve fitting set of control points,
-
-
0下载:
1. 创建子VI计算两个输入向量A和B内积。要求程序能够判断两个向量的元素个数是否相等,相等则计算内积,否则利用beep.vi报警并且弹出对话框提示。将VI计算结果和数学函数的计算结果做比较,仔细检查计算程序。
2. 创建VI,计算并绘制二阶多项式y = Ax2 + Bx + C。VI应使用前面板控件来输入系数A,B和C,并使用前面板控件输入点数N,计算x0到xN-1区间上的多项式。在波形图上绘制y-x图形指示器。
-1. Calculated to create sub-VI t
-
-
0下载:
计算GIS图像配准中的残差,多项式控制点配准-GIS image registration in the calculation of the residuals, the control point matching polynomial
-
-
0下载:
多项式逼近建模的非线性系统预测控制Polynomial approximation model predictive control of nonlinear system-Polynomial approximation model predictive control of nonlinear system
-
-
1下载:
遗传算法(多项式求最小值),一种快速而有效的寻优算法,在工业控制,经济决策,交通规则得到广泛应用-Genetic algorithm (Polynomial minimum), a fast and efficient optimization algorithm, widely used in industrial control, economic decision-making rules of the road
-
-
0下载:
在vc++6.0的W32控制平台下,实现两个多项式(用链表表示)的四则运算,并输出结果。-In vc++ 6.0 W32 control of flat, we realize two polynomial (with a linked list says) arithmetic, and output.
-
-
1下载:
劳斯稳定性判据的matlab实现。直接运行M文件,按提示输入特征多项式参数,即可进行系统稳定性判别。-The Routh-Hurwitz stability criterion is a necessary (and frequently
sufficient) method to establish the stability of a single-input,
single-output (SISO), linear time invariant (LTI) control sys
-
-
0下载:
matlab多种控制算法的源代码,包括时域响应的性能指标,由特征多项式构造胡尔维茨矩阵,根轨迹几何法设计串联超前控制器等-matlab variety of control algorithm source code, including the performance of the time domain response by the characteristic polynomial constructed Hurwitz matrix, root locus the geometric
-
-
1下载:
多项式核函数的支持向量机作为模型预测的预测模型,多非线性系统进行多步模型预测控制-Polynomial kernel function as support vector machine model to predict the forecast model, nonlinear systems, multi-step model predictive control
-
-
0下载:
本程序是数据结构作业之一,实现了多项式的四则运算,并将结果显示在控制事台上。-This program is one of the jobs of a data structure, polynomial arithmetic, and display the results in control of things on stage.
-