日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

【Paper】2012_Distributed Average Tracking of Multiple Time-Varying Reference Signals With Bounded

發布時間:2025/4/5 编程问答 35 豆豆
生活随笔 收集整理的這篇文章主要介紹了 【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的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。