-
mat
说明: 源代码学习与分享,基本的代码分享,matlab
(language of matlab important)
- 2010-03-18 19:14:49下载
- 积分:1
-
zhaoxiaopu
位置指令为幅值为1.0的阶跃信号,r(k)=1.0。网络结构为1-4-1,高斯函数的参数值取Cj=[-2 -1 1 2]T ,B=[0.5 0.5 0.5 0.5]T 。
网络权值学习参数为η=0.30,α=0.05 。PID控制各参数的初RBF网络控制,被控对象为G(s)=
取采样时间为1ms,采用Z变换进行离散化,离散化后的被控对象为
y(k)=-den(2)*y(k-1)-den(3)*y(k-2)+num(2)*u(k-1)+num(3)*u(k-2)
始值为,kp=20, kd=0.3, ki=0.1。
(Position command for the step signal amplitude of 1.0, r (k) = 1.0. The network structure is 1-4-1, the Gaussian function parameters taken Cj = [-2-1 1 2] T, B = [0.5 0.5 0.5 0.5] T. Weight learning parameter η = 0.30, α = 0.05. PID control parameters at the beginning of each RBF network control, the controlled object is G (s) = take the sampling time is 1ms, using the Z transform discrete, discretized controlled object is y (k) =-den (2)* y (k-1)-den (3)* y (k-2)+num (2)* u (k-1)+num (3)* u (k-2) initial value, kp = 20, kd = 0.3, ki = 0.1.)
- 2013-07-22 21:20:28下载
- 积分:1
-
w5_bayesianRegression
machine learning 方面有关于Bayesian Regression的资料,语言是python(There are aspects of machine learning Bayesian Regression information about language is python)
- 2013-12-07 23:19:27下载
- 积分:1
-
chap8_4s
智能控制的应用3 基于模糊控制的控制器仿真
简单易懂 功能强大(intelligent control of three based on fuzzy controller to control the simulation is simple to understand the powerful)
- 2007-05-31 17:22:41下载
- 积分:1
-
yinzibiao-(2)
根据输入的电路矩阵表示形式,形成节点导纳矩阵,形成因子表的过程可以看做是规格化运算和消去运算的重复过程,重复的次数和非基准点的节点个数相同。
每个过程中进行的操作都相同,首先,存储规格化因子及消去因子;其次,对本行进行规格化运算,并将其值存储在因子表中;然后,对其后的每行进行消去运算;如此循环n次得到因子表。(Representation of the input of the circuit matrix, forming a node admittance matrix formation process can be seen as a factor table normalization process operations and eliminate duplicate operations, the same number of nodes and the number of repetitions of non-reference point. Each operation carried out during the same, first of all, storage and elimination factor normalization factor secondly, the Bank normalized operations, and its value is stored in the factor table then, each row will be erased after their operation so the cycle n times to get factor table.)
- 2014-12-14 18:56:22下载
- 积分:1
-
3-shenasae-system-1
shenasai system control modern
- 2013-02-02 17:30:17下载
- 积分:1
-
Classificatin
matlab 实现的各种分类器 有说明及注释
- 2014-11-16 16:35:19下载
- 积分:1
-
getsegy
该程序属于行业小软件,用于读取二维地震剖面图的segy格式,将其转换成matlab适用的矩形。(The program is part of a small business software for reading 2D seismic profiles of segy format, convert it into matlab applicable rectangle.)
- 2015-06-27 12:28:09下载
- 积分:1
-
ccfc
差分方程求解
实验步骤:
主界面下进入实验五的“差分方程求解”子系统,输入希望看到的输出样点数
输入差分方程系数向量
输入顺序为:,。其中 N+1 为差分方程两边系数最大数目,如果有一边输入系数个数小于 N+1,将按不足系数为零计算。
输入系统初始状态向量
输入顺序为
鼠标单击确定按钮,以数值和图形两种方式显示单位冲激响应和输出响应
3) 确定差分方程形式:y(k)-y(k-1)+0.35y(k-2)=2x(k)-x(k-1),(Experimental steps for solving differential equations: the main interface into five experimental " differential equation" subsystems, would like to see the output of input sample points difference equation coefficient of input vector input sequence as follows:,. One of N+1 differential equations for the maximum number of factors on both sides, if there is one less than the number of input coefficient of N+1, the calculation will be less than zero coefficient. Initial state vector input system for the importation of the order of the mouse button to click OK to both numerical and graphical display unit impulse response and output in response to 3) to determine the form of differential equation: y (k)-y (k-1)+0.35 y (k-2) = 2x (k)-x (k-1),)
- 2009-05-01 20:35:04下载
- 积分:1
-
caishuzi
用MATLAB编写的一个猜数字游戏
就是随机生成4位数,你要在有限的步数内猜出。
用法:输入4位数字后按’ok’键,可看到当前结果。
按answer键查看正确答案
按reset键重新开始
还有很多不成熟的地方,发上来想和大家一起商量商量
主要问题:
1、步数限制功能没有完成
2、应当在显示区保留显示以前的所有步骤,但目前只能显示当前步骤
3、按键次数没有保留,无法判断你已经猜了几次
一个小bug:若输入3位数,则会自动把第一位置0
(MATLAB prepared with a game猜数字is randomly generated 4-digit, you have to step in with a limited guess. Usage: Enter the 4 digits after ' ok' button, the current results can be seen. By the answer key to view the correct answer by the reset button to restart where there are many immature, made up and we would like to discuss the main issues discussed with: 1, step 2 did not complete the functional limitations, it should be retained in the display shows all the steps before , but currently only shows the current step 3, the number keys will not be retained to determine a number of you have guessed a small bug: if the input 3-digit, it will automatically position the first 0)
- 2009-05-23 00:35:06下载
- 积分:1