天天看點

【H∞控制】H無窮控制器的matlab仿真

1.軟體版本

matlab2017b

2.系統概述

·PID控制器:

       PID控制器(比例-積分-微分控制器),由比例單元 P、積分單元 I 和微分單元 D 組成。通過Kp, Ki和Kd三個參數的設定。PID控制器主要适用于基本線性和動态特性不随時間變化的系統。

【H∞控制】H無窮控制器的matlab仿真

        PID 控制器的方塊圖PID 控制器是一個在工業控制應用中常見的回報回路部件。這個控制器把收集到的資料和一個參考值進行比較,然後把這個差别用于計算新的輸入值,這個新的輸入值的目的是可以讓系統的資料達到或者保持在參考值。和其他簡單的控制運算不同,PID控制器可以根據曆史資料和差别的出現率來調整輸入值,這樣可以使系統更加準确,更加穩定。可以通過數學的方法證明,在其他控制方法導緻系統有穩定誤差或過程反複的情況下,一個PID回報回路卻可以保持系統的穩定。

PID控制的基本原理和常用形式及數學模型:

具有比例-積分-微分控制規律的控制器,稱PID控制器。這種組合具有三種基本規律各自的特點,其運動方程為:

【H∞控制】H無窮控制器的matlab仿真

 PID控制的結構圖為:

【H∞控制】H無窮控制器的matlab仿真
【H∞控制】H無窮控制器的matlab仿真

        由此可見,當利用PID控制器進行串聯校正時,除可使系統的型别提高一級外,還将提供兩個負實零點。與PI控制器相比,PID控制器除了同樣具有提高系統的穩态性能的優點外,還多提供一個負實零點,進而在提高系統動态性能方面,具有更大的優越性。是以,在工業過程控制系統中,廣泛使用PID控制器。PID控制器各部分參數的選擇,在系統現場調試中最後确定。通常,應使積分部分發生在系統頻率特性的低頻段,以提高系統的穩态性能;而使微分部分發生在系統頻率特性的中頻段,以改善系統的動态性能。

·H無窮控制器:

         H∞控制是一種具有很好魯棒性的設計方法,具有設計思想明确、控制效果好等優點,尤其适用于模型攝動的多輸入多輸出(MIMO)系統。H∞控制在控制理論、設計方法及應用等方面,經過多年不斷發展和完善,已成為一種具有較完整體系的魯棒控制理論。為适應控制系統穩定性、自适應性、智能化及工程化的更高要求,基于線性矩陣不等式(LMI)的H∞控制、非線性H∞控制以及H∞控制與神經網絡和模糊控制結合,成為近年來H∞控制研究的熱點。随着H∞控制研究的深入,其存在的諸如理論複雜、計算量大和參數攝動範圍有限等問題将會逐漸得到解決,适用範圍也會更廣、應用前景會更好。

3.部分程式

       程式設計部分主要分為四個部分:

第一個是伺服電機

第二個是H無窮控制器

第三個是用來對對比的PID控制器

第四個是GUI界面(封裝之後成toolkit進行調用)

       最後編寫的m檔案一共分如下幾個部分:

基于PID控制的伺服電機系統

基于H無窮控制的伺服電機系統

封裝後成為toolkit之後的GUI界面系統。

        一個伺服系統,其主要涉及到的對象參數為:

Ku:功率放大器的放大系數

R:電樞電阻

Km:電動機力矩系數

Ce:電壓回報系數

J:轉動慣量

theta:轉速

r:指令信号

u:控制輸入

F:驅動力

完整的伺服模型如下所示:

【H∞控制】H無窮控制器的matlab仿真
clc;
clear all;
close all;
warning off;

%步驟一:定義模型
ts        = 0.001;
J         = 0.05;
q         = 0.1;
sys       = tf(1,[J,q,0]);
dsys      = c2d(sys,ts,'z');
[num,den] = tfdata(dsys,'v');

%步驟二:權值函數的選擇
G         = sys/10000000;
%權重函數1
nw1       = [0.25,1  ,0.5];
dw1       = [0.9 ,1.7,0.4];
[m1,p1,w1]= bode(tf(nw1,dw1));
%權重函數2
nw2       = [1,0,0];
dw2       = [0,0,300];
[m2,p2,w2]= bode(tf(nw2,dw2));

figure;
subplot(211);
semilogx(w1,20*log10(m1(:)));
title('Weight function 1');
subplot(212);
semilogx(w2,20*log10(m2(:)));
title('Weight function 2');

%步驟三:H無窮最優選擇
[a,b,c,d] = tf2ss(num,den);
s         = mksys(a,b,c,d);
w1        = [nw1;dw1];
w2        = [nw2;dw2];
Tss       = augtf(s,w1,[],w2);
[gg,cFopt,ccL] = hinfopt(Tss);
disp('the opt gamma value:');
gg
[af,bf,cf,df]  = branch(cFopt);
Gc             = zpk(ss(af,bf,cf,df));
G0             = G*Gc;
Gc1            = feedback(G0,1);

%步驟四:測試
t = 0:0.1:100;
y = step(Gc1,t);
figure;
time = 1/length(t):1/length(t):1;
plot(time,y);
grid on;
      

4.仿真結論

【H∞控制】H無窮控制器的matlab仿真

Why is the presidential room priced in 10,000 per night? 5 "invisible services" that the average tourist has never experienced

In people's minds, the hotel's presidential suite has always been a mysterious and luxurious existence. Whether in the movies or in real life, the Presidential Suite represents a high status and status symbol, and is often only accessible to a very small number of privileged people. Nowadays, with the continuous development of society and economic prosperity, more and more people have the opportunity to contact and understand the presidential suite, and also have a certain economic strength and conditions, they can try to stay in such a high-end luxury hotel room.

So, what kind of charm and characteristics does the Presidential Suite have, and why does it attract so many people's attention and curiosity? Or what is it like to stay in the Presidential Suite, and what kind of impression and feeling will it leave on people? Today, let's explore this topic in depth and see what kind of existence the presidential suite is, and what kind of shock and emotion it can bring us.

Why is the presidential room priced in 10,000 per night? 5 "invisible services" that the average tourist has never experienced

1. The status and characteristics of the Presidential Suite

The Presidential Suite, as the name suggests, is a suite dedicated to the president and other heads of state, and is usually set up in high-end luxury hotels. Whether it is from the decoration and size of the suite, or from the service and supporting facilities provided, the Presidential Suite is very sophisticated and luxurious, and can be said to be the top presence among the hotel rooms.

Why is the presidential room priced in 10,000 per night? 5 "invisible services" that the average tourist has never experienced

1. High price

I believe that many people's first impression of the presidential suite is that its price is very expensive, even several times or even dozens of times the price of the ordinary suite. Generally speaking, if you want to stay in the presidential suite, you need to prepare at least 10,000 yuan for one night, which is indeed a lot of money for the average consumer.

Why is the presidential room priced in 10,000 per night? 5 "invisible services" that the average tourist has never experienced

2. One room and one management service

In addition to being expensive, the service in the Presidential Suite is also very unique and caring. Compared to the regular rooms, guests staying in the Presidential Suite can enjoy the intimate service of one room and one tube, and the butler will provide guests with a variety of services around the clock, whether it is wake-up call service or luggage handling, can meet the needs of guests at any time.

Why is the presidential room priced in 10,000 per night? 5 "invisible services" that the average tourist has never experienced

3. Dedicated paths and additional support

In addition, in order to ensure the privacy and security of the guests of the Presidential Suite, the hotel usually sets up a dedicated check-in and departure path, and also provides additional support for guests, such as high-end meeting rooms and private meeting rooms, which can be said to be very thoughtful and thoughtful.

Why is the presidential room priced in 10,000 per night? 5 "invisible services" that the average tourist has never experienced

4. Personal information database and on-call

For the hotel, the guests staying in the presidential suite are undoubtedly very important, so the hotel will establish a personal information database of guests, so that they can understand the preferences and needs of guests at any time, so as to be on call and provide guests with more personalized and intimate services.

Why is the presidential room priced in 10,000 per night? 5 "invisible services" that the average tourist has never experienced

2. Different perceptions of the Presidential Suite

Different people may have different opinions and attitudes when it comes to the Presidential Suite. On the one hand, there are indeed many people who are very eager and eager to have the opportunity to stay in the Presidential Suite, and feel that such an experience is very unique and rare, and can bring them a great sense of satisfaction and happiness.

On the other hand, there are many people who have a more rational attitude towards the presidential suite, they feel that although the presidential suite is indeed very luxurious and high-end, it may not be a good choice for ordinary consumers, after all, the price is too high, and it is difficult for ordinary families to afford such consumption.

Why is the presidential room priced in 10,000 per night? 5 "invisible services" that the average tourist has never experienced

1. Desire to experience luxury

The desire to stay in the Presidential Suite is understandable. After all, in the hearts of many people, the presidential suite represents endless luxury and enjoyment, which can make people completely get rid of the troubles and pressures of daily life and immerse themselves in a luxurious and comfortable environment, which is indeed a very rare experience.

Why is the presidential room priced in 10,000 per night? 5 "invisible services" that the average tourist has never experienced

2. It's not worth it because it's expensive

There are also many people who have a more critical attitude towards the price of the presidential suite, they feel that even if it is luxurious services and facilities, there should not be such a high price, and staying in the presidential suite is just a way to show off their status and wealth, and cannot really bring substantial enjoyment and satisfaction.

Why is the presidential room priced in 10,000 per night? 5 "invisible services" that the average tourist has never experienced

3. It is difficult for ordinary families to accept

Moreover, it is true in real life, the vast majority of ordinary families cannot afford such high consumption, even if there are some special offers and activities, it is only a drop in the bucket, and it cannot change the expensive nature of the presidential suite, so it can only be regarded as an unattainable luxury, not a lifestyle that can be chosen at will.

Why is the presidential room priced in 10,000 per night? 5 "invisible services" that the average tourist has never experienced

3. How to view the existence and significance of the Presidential Suite

For the presidential suite, whether from the perspective of consumers or from the perspective of hotels, it is actually a very conjecturing topic. On the one hand, we can see a microcosm of the consumption upgrade of modern society from the existence and popularity of the presidential suite, and people's pursuit of quality of life and experience is no longer limited to basic material needs, but pays more attention to spiritual satisfaction and experience.

On the other hand, we also need to look at the existence and significance of the presidential suite rationally, and not be confused by the superficial luxury and glamour, and ignore the possible consumption traps and social problems in it. After all, whether the high price of the presidential suite is only a reflection of services and facilities, or whether there is a deeper consumer psychology and social symbol behind it, such a question really requires us to guess and analyze with a cool head.

Why is the presidential room priced in 10,000 per night? 5 "invisible services" that the average tourist has never experienced

1. Consumer psychology and social symbolism

From the perspective of consumer psychology, there are indeed many people who choose to stay in the presidential suite, not out of the real pursuit of luxury, but in this way, to show their identity and status, to obtain the recognition and appreciation of others, can be said to be a very obvious social symbol.

Why is the presidential room priced in 10,000 per night? 5 "invisible services" that the average tourist has never experienced

2. Privacy Information and Data Security

After all, in order to provide better service, hotels need to collect and manage a large amount of guest information, if this information is leaked, it will bring a very serious privacy invasion to guests, and it will also have a great negative impact on the reputation and development of the hotel.

Why is the presidential room priced in 10,000 per night? 5 "invisible services" that the average tourist has never experienced

3. Service model and consumer experience

The existence of the Presidential Suite is not completely meaningless, on the contrary, the service model and consumption experience it advocates can actually bring some inspiration and reference to other ordinary hotels. For example, the intimate service of one room and one tube, as well as the personalized service on call, such a model and concept can be promoted and applied in ordinary hotels, so that more consumers can have the opportunity to feel luxury and comfort.

4. The meaning and value of choice

For consumers, it is very important to choose to stay in the presidential suite. We do not want to completely deny the existence of the Presidential Suite, nor do we want to encourage consumers to blindly pursue luxury and high prices, but hope that they can use a rational and prudent heart to treat various consumption choices, including staying in the Presidential Suite, and truly find their own lifestyle and source of happiness.

epilogue

The presidential suite, as a high-end luxury existence, has indeed brought a lot of reverie and conjecture to people. Whether it is from its unique service and experience, or from people's attitudes and concepts towards consumption, the presidential suite has a very rich connotation and significance, which can be said to be a topic worth in-depth discussion.

In addition to the presidential suite, there are many similar consumption phenomena and life choices in modern society, each of which has its own rationality and significance, and also requires us to treat it with a tolerant and understanding heart. I hope that through today's sharing, I can give you some inspiration and conjecture, and you are also welcome to leave a message to discuss and share your views and feelings about the presidential suite with us.