【Paper】2012_Distributed Average Tracking of Multiple Time-Varying Reference Signals With Bounded
生活随笔
收集整理的這篇文章主要介紹了
【Paper】2012_Distributed Average Tracking of Multiple Time-Varying Reference Signals With Bounded
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
F. Chen, Y. Cao and W. Ren, “Distributed Average Tracking of Multiple Time-Varying Reference Signals With Bounded Derivatives,” in IEEE Transactions on Automatic Control, vol. 57, no. 12, pp. 3169-3174, Dec. 2012, doi: 10.1109/TAC.2012.2199176.
Distributed Average Tracking of Multiple Time-Varying Reference Signals With Bounded Derivatives
- 1 Introduction
- 2 Problem Descriptions and Mathematical Preliminaries
- 2.1 Problem Description
- 2.2 Mathematical Preliminaries
- Filippove sense
- 3 Stability Analysis
1 Introduction
2 Problem Descriptions and Mathematical Preliminaries
2.1 Problem Description
參考信號 ri(t)r_i(t)ri?(t),滿足
r˙i(t)=fi(t)\dot{r}_i(t) = f_i(t)r˙i?(t)=fi?(t)
其中,fi(t)∈Rmf_i(t) \in \mathbb{R}^mfi?(t)∈Rm 可測量并有上界 fˉ\bar{f}fˉ?。
2.2 Mathematical Preliminaries
Filippove sense
Filippove sense
3 Stability Analysis
clear clcL = [2 -1 0 0 0 0 0 0 0 -1;-1 2 -1 0 0 0 0 0 0 0;0 -1 2 -1 0 0 0 0 0 0;0 0 -1 2 -1 0 0 0 0 0;0 0 0 -1 2 -1 0 0 0 0;0 0 0 0 -1 2 -1 0 0 0;0 0 0 0 0 -1 2 -1 0 0;0 0 0 0 0 0 -1 2 -1 0;0 0 0 0 0 0 0 -1 2 -1;-1 0 0 0 0 0 0 0 -1 2;]X0 = [0.5913, 1.9835, 0.7023, 0.1437, 0.4684, 1.9726, 0.4777, 1.1766, 1.9707, 0.5860]';alpha = 5;% dotri = i * sin(t) + mod(t,3);% 時間參數 tbegin = 0; tfinal = 4; dT = 0.01; T(1,1) = 0; R(10,1) = 0;% 計算次數 times = (tfinal - tbegin) / dT;for time = 1:1:times% 記錄時間T(1, time+1) = T(1, time) + dT;for i=1:10R(i, time+1) = R(i,time) + dT * i * sin(dT) + mod(dT, 3);end endav = sum(R,1)/10; plot(T,av) clear clcL = [2 -1 0 0 0 0 0 0 0 -1;-1 2 -1 0 0 0 0 0 0 0;0 -1 2 -1 0 0 0 0 0 0;0 0 -1 2 -1 0 0 0 0 0;0 0 0 -1 2 -1 0 0 0 0;0 0 0 0 -1 2 -1 0 0 0;0 0 0 0 0 -1 2 -1 0 0;0 0 0 0 0 0 -1 2 -1 0;0 0 0 0 0 0 0 -1 2 -1;-1 0 0 0 0 0 0 0 -1 2;]X0 = [0.5913, 1.9835, 0.7023, 0.1437, 0.4684, 1.9726, 0.4777, 1.1766, 1.9707, 0.5860]';alpha = 5;% dotri = i * sin(t) + mod(t,3);% 時間參數 tbegin = 0; tfinal = 4; dT = 0.01; T(1,1) = 0; R(10,1) = 0;% 計算次數 times = (tfinal - tbegin) / dT;for time = 1:1:times% 記錄時間T(1, time+1) = T(1, time) + dT;for i=1:10R(i, time+1) = R(i,time) + dT * i * sin(dT) + mod(dT, 3);end endav = sum(R,1)/10; plot(T,av)總結
以上是生活随笔為你收集整理的【Paper】2012_Distributed Average Tracking of Multiple Time-Varying Reference Signals With Bounded的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 【控制】能量函数Graph Laplac
- 下一篇: 【控制】《复杂运动体系统的分布式协同控制