欢迎访问 生活随笔!

生活随笔

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

编程问答

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

发布时间:2025/4/5 编程问答 42 豆豆
生活随笔 收集整理的这篇文章主要介绍了 【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的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。