Тёмный
No video :(

What Are Non-Minimum Phase Systems? | Control Systems in Practice 

MATLAB
Подписаться 521 тыс.
Просмотров 48 тыс.
50% 1

Check out the other videos in the series:
Part 1 - What Does a Controls Engineer Do? • What Control Systems E...
Part 2 - What Is Gain Scheduling? • What Is Gain Schedulin...
Part 3 - What Is Feedforward Control? • What Is Feedforward Co...
Part 4 - Why Time Delay Matters • Why Time Delay Matters...
Part 5 - A Better Way to Think About a Notch Filter • A Better Way to Think ...
We like to categorize transfer functions into groups and label them because it helps us understand how a particular system will behave simply by knowing the group that it’s part of. We gain some insight into the system if we know, for example, that we’re dealing with a type 1, second order transfer function. In a similar way, we can glean some additional information about how our system will behave if we know whether it’s a minimum phase or non-minimum phase system. So, in this video, we’re going to talk about what minimum phase means, what causes a non-minimum phase system, and how that impacts the system behavior.
Check out these other links:
- Inverted pendulum example: bit.ly/35WBdDm
- The MATLAB Tech Talk video on time delay that I reference in the video is here: • Why Time Delay Matters...
--------------------------------------------------------------------------------------------------------
Get a free product trial: goo.gl/ZHFb5u
Learn more about MATLAB: goo.gl/8QV7ZZ
Learn more about Simulink: goo.gl/nqnbLe
See what's new in MATLAB and Simulink: goo.gl/pgGtod
© 2019 The MathWorks, Inc. MATLAB and Simulink are registered
trademarks of The MathWorks, Inc.
See www.mathworks.com/trademarks for a list of additional trademarks. Other product or brand names may be trademarks or registered trademarks of their respective holders.

Опубликовано:

 

21 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 38   
@hayfahvytsen
@hayfahvytsen 4 года назад
Great stuff Brian. Glad to see Matlab picked you up after all the great work on your own channel. Terrific explanation as usual!
@Susensio
@Susensio 4 года назад
Wow! Just.. wow! You should write a book or something, I love these explanations. These Matlab talks and your channel are of infinite value to control engineers. Seriously, you have helped me grasp concepts that I have struggled with for years. I'm commenting on this specific video but ALL you videos are pure gold. Thank you
@PankajSingh-dc2qp
@PankajSingh-dc2qp 4 месяца назад
This is the official matalab channel
@Susensio
@Susensio 4 месяца назад
​@@PankajSingh-dc2qpblack then, this was on Brian Douglas Channel. It appears than Matlab bought some of its videos
@user-vi1we1rm9y
@user-vi1we1rm9y 4 года назад
I love this guy. He can use simple answers to clear up my doubts on the control system.
@sashamuller9743
@sashamuller9743 4 года назад
i get excited when i hear. "I'm Brian and welcome to a matlab tech Talk"
@michaelwirtzfeld7847
@michaelwirtzfeld7847 4 года назад
Clear and concise. MathWorks will benefit from your work.
@faraimutetwa4784
@faraimutetwa4784 4 года назад
Thanks,Brian for all the knowledge you are sharing.
@itzdaman
@itzdaman 4 года назад
Well done! I would like to add another point or solution however. In the conclusion 13:25 one method to correct is to have a slow controller, but at the cost of response speed. I propose a faster method. Instead slow the set point, namely pay attention to the derivative. At 9:10 indeed you say that the derivative gives the jolt in the opposite direction. This is because the -du/dt term is going to have a larger negative part than the 2u(t) term for a reference of a step or pulse. Considering that it has an infinite derivative at the step start no constant input gain is going to offset that, in fact it will make it worse. So by having a curved set point like a steep first order trajectory, you can give the derivative finite value that is possibly lower than its lower order zero terms. However if you go to the second order reference that first order derivative if going to. This does come at a cost of 'lag', in that the reference itself will reach the steady state later, but in my experience all systems do so anyway since they themselves have don't reach the reference in zero time. Hence if you tweak the reference to have one order more than the highest transfer function zero, you will have a faster response in total, have a system that is still stable (considering you didn't change the poles necessarily) and have a smaller error overall (since the systems follows the trajectory closer, even if you have an arbitrarily small 'lag' at first).
@christophkassir1559
@christophkassir1559 13 дней назад
Christopher Lum has a video on practical issues with PID where he mentions this as one of four solutions to integral windup.
@pantermikriti12
@pantermikriti12 2 года назад
Brian, you are doing a great job - please keep up with it!
@GuilhermeBortol
@GuilhermeBortol 4 года назад
A video about the Smith Predictor would be awesome. Really useful stuff for systems with transport delay.
@BrianBDouglas
@BrianBDouglas 4 года назад
Good suggestion! I'll add it to the list of future topics. Thanks!
@wulongsun8022
@wulongsun8022 4 года назад
Rear wheels steering is also a RHZ system.
@dhananjaykumar5114
@dhananjaykumar5114 4 года назад
Very Good Lecture
@giuseppeperfetto4306
@giuseppeperfetto4306 4 года назад
Thank you Brian. Your lectures are so useful. Would you ever do one about sliding control?
@BrianBDouglas
@BrianBDouglas 4 года назад
Giuseppe Perfetto that’s on the list of future topics for sure.
@sharshabillian
@sharshabillian Год назад
gives me a 53.7x better intuitive understanding than the lectures. Much appreciated!
@sedatbas6875
@sedatbas6875 Год назад
I think it is very non-intuitive, it is claculated and reasoned.
@molomono9481
@molomono9481 Год назад
Great video, very informative. At 13:30 the inverse numerator control method is shown, and i know rhat in theory it looks good but in practice is not at all a solution. I think something can be said about these systems being non-linear in a non-trivial way. Use of LTI tf and linear control methods kind of leave elegant solutions to these problems at the door. The underlying dynamics of the system are hidden by a gross locally linear approximation of the gradient space of the dynamics where we decide to look. I would asume that would also be the cause for the right left right control action on the pendulum cart example. At equilibrium, the cobtrol action in a linear space just says go right, then as the pendulum falls the wrong way it corrects it and winds up in a configuration where going right again actually solves the problem. Of course in a non-linear case the path to the desired state is not simply a straight line "go right" scenario. You can come up with much more elegant state space trajectories from point A to B that wont stutter when they dont act like it is linear. Predictive control was mentioned, but even that is seriously overkill. Imo Anyways, RHZeros are something i didnt understand, and led me to put a project on the shelve for a while, but by coincidence i cam accross this video so im back to working on that project!
@hewadsaad1378
@hewadsaad1378 3 года назад
Just perfect.
@Antonioqwert3868
@Antonioqwert3868 2 года назад
Hi, Brian your videos about control theory is great, I hope you will talk about MPC controller
@AJ-et3vf
@AJ-et3vf 2 года назад
Awesome channel and lecture!
@Rene_Christensen
@Rene_Christensen Год назад
Maximum phase is sometimes used to describe have all poles in the RHS.
@martinpartiification
@martinpartiification Год назад
Amazing video
@rahulbball9395
@rahulbball9395 4 года назад
About 9:35, what if you want to write the RHP zero as a s - 2 instead of -s+2, wouldn't this make the derivative positive? How would the explanation work then?
@amaarquadri
@amaarquadri 3 года назад
s-2 and -s+2 aren't the same. Sure they have the same zero, but they differ by a gain of -1.
@RoboGenesHimanshuVerma
@RoboGenesHimanshuVerma 3 года назад
I was thinking the same. But it makes sense. We want to keep the u term positive. If you just plot the step response in MATLAB you will clearly see that the s-2 term will make the step response settle at -ve value
@ionutbosie6017
@ionutbosie6017 2 месяца назад
I think G_delay and G_RHP_zero are close to eachother because (-s+1) is the fist taylor aporximation of the e^-s
@MrSocialish
@MrSocialish 4 года назад
What are unbounded controllers and unbounded controller commands, and what are some examples of that? I always though trying to cancel RHP poles or zeros was a bad idea because you can never really “cancel” it (especially in a physical system), but rather they’ll just be very close to each-other, resulting in instability (the root locus will connect the pole and zero). It’s basically guaranteeing a closed-loop pole in the RHP. Are these two ideas related? If so, how?
@BrianBDouglas
@BrianBDouglas 4 года назад
You are right in that there are multiple problems with trying to cancel RHP poles or zeros like this. As you mention, the real physical pole or zero might move over time or you might not have estimated its location perfectly and so it won't be canceled out exactly. But let's say that we could perfectly cancel the pole/zero and the output of the plant looks great. Even then, there is a problem. Take the open loop system at 13:00. If we commanded that system with a step input, the RHP pole/zero would cancel and the output would look fine. However, if you just looked at the output of the controller, you'd see it building in the negative direction unbounded. That is, it takes an unbounded negative direction signal to drive the RHP zero plant in the right direction from the get-go (no wrong direction bump at all). You can see that this is the case by looking at the step response of just the controller, 1/(-s+2). So there are at least two problems with the canceling approach!
@lorito6995
@lorito6995 4 года назад
Thanks You helped me
@sarveshkhorjuvekar8421
@sarveshkhorjuvekar8421 4 года назад
Sir I am completely new to Matlab , which video shall I watch first to know the basics?
@user-vi1we1rm9y
@user-vi1we1rm9y 4 года назад
You can look up this channel to watch whatever you want to know.
@adithyagiri7933
@adithyagiri7933 4 года назад
Hi brian.. Are u there in linkedin.. Would love to connect with you..am an aspiring control engineer..ur guidance would be invaluable
@rajeshmisra5441
@rajeshmisra5441 4 года назад
What about rhp poles how does it affect phase plot @ matlab
@rahulbball9395
@rahulbball9395 4 года назад
you can see this by plotting the bode plot of a RHP pole in MATLAB. First, the phase will start at -180 and increase to -90 at high frequencies.
@amaarquadri
@amaarquadri 3 года назад
Right half plane poles make the system unstable. They lead to exponential growth, instead of decay.
Далее
Gain and Phase Margins Explained!
13:54
Просмотров 644 тыс.
ОБЗОР ПОДАРКОВ 🎁 | WICSUR #shorts
00:55
Necessity of complex numbers
7:39
Просмотров 2,6 млн
Control systems with non-minimum phase dynamics
8:33
Everything You Need to Know About Control Theory
16:08
Просмотров 533 тыс.
LLM Control Theory Seminar (April 2024)
54:08
Просмотров 31 тыс.
Why Time Delay Matters | Control Systems in Practice
15:55