Noise Filtering in PID Control | Understanding PID Control, Part 3

  Переглядів 341,962

MATLAB

MATLAB

5 років тому

This video describes how to make an ideal PID controller more robust when controlling real systems that don’t behave like ideal linear models.
- Download Code Examples to Learn How to Automatically Tune PID Controller Gainshttps: bit.ly/2HKBh12
Noise is generated by sensors and is present in every system. The derivative in an ideal PID controller amplifies high-frequency noise. Even if that noise is relatively low amplitude, the derivative will sense it and possibly amplify it enough to impact the controller. To protect against high-frequency noise impacting the system, you can modify the derivative path with a low pass filter to reduce the noise before it causes any problems.
PID Control with MATLAB and Simulink: bit.ly/2Qg57y8
PID Control Made Easy: bit.ly/2Q7Hhor
PID documentation: bit.ly/2Qi4fcE
Watch more MATLAB Tech Talks: bit.ly/2rTc8Yp
Check out more control system lectures on Brian's Channel: bit.ly/2IUlvkw
Get a free MATLAB 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
© 2018 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 maybe trademarks or registered trademarks of their respective holders.

КОМЕНТАРІ: 89
@BrianBDouglas
@BrianBDouglas 5 років тому
Thanks for watching, everyone! Write your questions here and I’ll try to answer if I can. Cheers!
@mosmanxia3291
@mosmanxia3291 5 років тому
Can Kalman filter be used in this derivative step?
@BrianBDouglas
@BrianBDouglas 5 років тому
Mosman Xia maybe in the derivative path, I’ve never done that though. A Kalman filter is used to estimate a state using a model and measurements. So usually you’ll see it in the feedback path blending the sensor measurement with a prediction to create an optimal estimation of whatever you’re measuring. This can act like a low pass filter and remove that high frequency sensor noise before it even enters the PID controller.
@draganostojic6297
@draganostojic6297 5 років тому
Hello Brian, for my PID, I put a LPF in front of the PID controller to suppress high frequency due to sampling (avoid antialiasing). My thinking is that this will also suppress noise and eliminate the need for a filter in front of just D. Is this reasoning correct.
@BrianBDouglas
@BrianBDouglas 5 років тому
Dragan Ostojić yep that would work too. If it’s a linear LPF then you can put it before or after the D path because of the commutative property of linear systems. If you put it before the P and I path then the LPF would also affect those paths then as well. It all depends on what exactly you’re going for and how you want to implement it. If your anti-aliasing filter had the right cutoff frequency and roll off characteristics for your PID controller then you’re done.
@roki8035
@roki8035 5 років тому
Hey Brian, I never understood why it is possible to calculate a slope at the current time step. Isn't a Derivate in a controller acausal?
@theKiroo
@theKiroo 5 років тому
Your fan since 2014 I've immediately recognized your voice and I was like"...wait...is this Brian?!" Thanks so much, I owe so much to you sir
@hackerstreak6270
@hackerstreak6270 4 роки тому
Amazing explanation! I was looking for just this kinda video the whole time! Thank you so much and keep doing such videos.
@SABIRALI-gf3fv
@SABIRALI-gf3fv 5 років тому
Thank you so much for your time Mr. Brian Douglas.
@wiloberlies9598
@wiloberlies9598 5 років тому
Once again, great stuff Brian...looking forward to the next video. Thank you!
@martinevans8965
@martinevans8965 5 років тому
These videos are so clearly explained. Nice work.
@brajlecz9485
@brajlecz9485 Рік тому
These videos are a lifesaver. Thank you for making them.
@shubhamkothari2709
@shubhamkothari2709 3 роки тому
Thank you for this amazing one! The clarity of each and every concept is so simply explained by you, it just makes the topic much more interesting understanding the practical implementation.
@xuhan4682
@xuhan4682 3 роки тому
Great Lecture. Well explained and compact.
@leoshen4676
@leoshen4676 3 роки тому
Me sitting here wondering did I fail to learn at school or the school failed to teach 😂 Thanks Brian best lecturer out there
@vheisshu
@vheisshu 2 роки тому
great lecture. require minimal algebra for the explanations which is great for a non-mathematical literate like me. Amazing Brian!! thank you.
@abdelkaderbelabed3868
@abdelkaderbelabed3868 Рік тому
Hi, Brian your videos about control theory is great, I hope you will talk about MPC controller
@Rancrom
@Rancrom 5 років тому
If you could release all these videos before my exam Friday next week, that’d be great!thanks!
@mohamedkandil8782
@mohamedkandil8782 5 років тому
Awesome Brain! keep rocking !!
@pranavdheer5971
@pranavdheer5971 5 років тому
This is really amazing!!
@user-kt3ni8xr4c
@user-kt3ni8xr4c 9 місяців тому
Thanks for this didactic videos,its very useful.
@nhattienle1985
@nhattienle1985 9 місяців тому
So incredible! Your video is so goodd
@tonyyuan4857
@tonyyuan4857 4 роки тому
@Brian, Thank you for your great video. for 9:34, the alternative approach, how should it be implemented in a discrete structure? If SN/(S + N) is "c2d"ed, a differential structure will appear.
@engineeringeveryday
@engineeringeveryday 4 роки тому
Thanks for teaching.
@richardatkinson2376
@richardatkinson2376 4 роки тому
thank you do much for these videos, i learned a lot. may i ask what software are you using for this video presentation.
@yoyomemory6825
@yoyomemory6825 4 роки тому
Thaaaanks for the clear explanation !!!!
@enen2777
@enen2777 Рік тому
Great lecture!
@kafi251974
@kafi251974 5 років тому
thanks for this video
@ronaldos3738
@ronaldos3738 2 роки тому
Wow you are pretty good explaning this thinks, thanks a lot
@rahulranjan1601
@rahulranjan1601 3 роки тому
Thanks for making such a good video.. 🙂
@rafaymohsin9216
@rafaymohsin9216 2 роки тому
Who are the people that dislike this video. Great teacher, great lecture
@thomassaook7787
@thomassaook7787 Рік тому
Many thanks Brian, I need to implement and code PID in digital form via C++ or as they call it "Discrete PID" . Would you please help, or just provide a link where I can start up?
@karunamudliyar5625
@karunamudliyar5625 5 років тому
Thank you Brain for this wonderful video. Are you going to talk about discrete PID control in future? Thanks.
@varokke137
@varokke137 3 роки тому
I am from future. He did.
@karunamudliyar5625
@karunamudliyar5625 3 роки тому
@@varokke137 Thanks..!! Have a nice day..!!
@Olavotemrazaodenovo
@Olavotemrazaodenovo 3 роки тому
Congratulations from Brazil.
@1998zakwan
@1998zakwan 3 роки тому
This saved my semester
@vladfarias
@vladfarias 5 років тому
Excellent!!!!!!!!!!!!
@MohamedAli-xb7kh
@MohamedAli-xb7kh 4 роки тому
Thanks a lot 🌸
@uzairarifawan
@uzairarifawan 4 роки тому
which microcontroller is best for Simulink models? I'm designing QuadCopter and I'm getting little bit to confuse that how to implement practically this Simulink model. Thanks in Advance. and your lectures are very awesome and easily understandable.
@fernando.liozzi.41878
@fernando.liozzi.41878 5 років тому
Thanks!
@vladpanainte8443
@vladpanainte8443 5 років тому
Hello Brian, I have a sensor with long time response in the system. Let's say that the system will detect an error and will activate the actuators in order to correct it. I am afraid that in reality the error will be corrected but the system will keep the actuators activated for a longer time than it is necessary and we will use a lot more resources than it is necessary. Is there any option to delay the controller's response? The sensor can't be changed, maybe there is another option for trolling this system?
@vansytnut7177
@vansytnut7177 5 років тому
Thank you
@andrewnforsyth
@andrewnforsyth 4 роки тому
i'm just trying to learn enough to set a control strategy for a refrigeration condenser. after all of my "actuator" hardware is instantiated in the application, it only asks for 3 settings P I D, which i assume are unitless whole numbers? does it differ across different controllers or is there some sort of standard in place?
@jayaprakashms6769
@jayaprakashms6769 Рік тому
Hello Douglas .. have a good day
@601106790
@601106790 4 роки тому
HI Brain Douglas could you please make some vedios about filters in control systems? I am looking forward to studying them @Brain Douglas
@thirumurthym7980
@thirumurthym7980 3 роки тому
nice video . thnx
@zihaoyuan8810
@zihaoyuan8810 2 роки тому
This dude's hand draw is insane.
@vonromerlabas9946
@vonromerlabas9946 2 роки тому
do you have any book recommendations for PIDs?
@ThomasHaberkorn
@ThomasHaberkorn 2 дні тому
what if one limits the sample rate for the sensor signal, would that also cut off higher frequencies?
@jafariarshadbarg6945
@jafariarshadbarg6945 2 роки тому
I want the simulation file of adjusting the pid fines by the pso algorithm using the three-phase induction motor optimization method by direct torque control. Can anyone help?
@waizoongwong6930
@waizoongwong6930 3 роки тому
I finally understand why we need a filter...
@yakhunt9424
@yakhunt9424 Рік тому
Parts 1 and 2 were great, but this made my head explode
@moromoro1839
@moromoro1839 5 років тому
thanks
@animafun5696
@animafun5696 9 місяців тому
where does the 90 degress come from in 5:10
@jessysaintauret3615
@jessysaintauret3615 5 років тому
Hey Brian Great video as usual. I have one question though at 5:10 when you derivate y(t)= sin (Xt+phi) , its derivate should not be dy(t)/dt= X cos (Xt+phi) ?, or maybe that's why you shifted it with 90deg? Thanks
@BrianBDouglas
@BrianBDouglas 5 років тому
Yep, exactly why I shifted it 90 deg :)
@gabrielvoss6251
@gabrielvoss6251 5 років тому
yeah but you have also written down that noise = y(t)=asin(W t + f0) which is wrong because it's cos. This particular aside, your videos are amazing and you explain everything very clearly@@BrianBDouglas
@bikkyrouth4553
@bikkyrouth4553 5 років тому
Because sin(90+fi) =cosfi
@nicholasn.2883
@nicholasn.2883 3 роки тому
I didn’t know this was like whole thing.
@myozinaung
@myozinaung 5 років тому
Hi sir, when we normally use a low-pass filter, we face the phase lagging. For the real-time signal, phase lag is undesirable. How can we eliminate the phase lag caused by a low-pass filter?
@BrianBDouglas
@BrianBDouglas 5 років тому
Hello, good question! Not all phase lag hurts a real-time system. If you look at a Bode plot for a low pass filter you'll see that there is almost no phase lag at the low frequencies (passband) and that there is 90 degrees of lag at the high frequencies (stopband). So if you're using the low pass filter to block undesirable noise, the low pass filter will only add lag to those high-frequency noise signals (not a big deal) and not add very much lag to the low-frequency​ signals you want.
@muhammadgamal9071
@muhammadgamal9071 2 роки тому
How to choose the value of N ??
@sorooshkeivanfard6383
@sorooshkeivanfard6383 3 роки тому
very very bombe
@CaptnCall
@CaptnCall 5 років тому
"Thinking makes my head hurt" I now know how Ralphie on the Simpsons feels.
@DmpDk
@DmpDk 2 роки тому
Chilling late night watching the videos, learning a ton, love the blackboard animations *Video hits **2:30**, My entire world turns incandescent hot glowing white* JEEEZUUUSSS FAAAACK MAAH POOR RETINAS!! Anyway, love your video's, learning a ton
@nabilandadamslaboratory3422
@nabilandadamslaboratory3422 3 роки тому
How would I implement a low pass filter in a digital PID controller?
@N00B283
@N00B283 3 роки тому
With an FIR or IIR filter. Pre requisite would be discrete maths and knowledge on transfer functions, Laplace transform and z-transform. If you wan’t to be able to do it yourself without the aid of a program. But really by then you should probably be studying electronics engineering or control engineering 😛 but really this stuff is 5th semester stuff
@kunalsalvi8382
@kunalsalvi8382 5 років тому
Hey Brian, love your videos. But could you make the background white so it's easier to see? Anyways, great video 👌
@Cars0ndh
@Cars0ndh 5 років тому
You could try inverting the colors on your monitor to make the background white.
@loaymassalha8066
@loaymassalha8066 5 років тому
Thank you Brian How can we use PID block to calculate a signal derivative And may you explain with examples Hope you can explain about Feedforward control together with Feedback controller (I need to improve an existing feedback steam pressure control by adding a feedforward control part acting on steam flow measurement)
@jateenbhagat5496
@jateenbhagat5496 4 роки тому
isn't the derivative wrong 5:20
@Vivenk88
@Vivenk88 4 роки тому
No. Derivative of sine is cosine. Cosine can also be expressed as a phase shifted sine. It's the same he's used there.
@BoneAppleTea
@BoneAppleTea 3 роки тому
**Click** Noice!
@aslamaddoor2522
@aslamaddoor2522 4 роки тому
Hey bro What is your degree What about your education??
@aslamaddoor2522
@aslamaddoor2522 4 роки тому
I am just curious!!
@lululu111
@lululu111 4 роки тому
low pass filter
@Green-zw9pv
@Green-zw9pv 3 роки тому
😭 rocket science
@noahd8673
@noahd8673 3 роки тому
This video was really confusing. Why did we start taking derivatives of frequency’s, when before we were taking derivative of the difference between actual and desired value? also when u were talking about low pass filters where u talking about hardware or software? cause it seemed like hardware but then u said we are multiplying the low pas filter by the derivative, which also made no sense just by itself, which seems like software, and then u started talking about wiring things in parallel and series which made me think hardware, but you started doing more math which made me think software.
A PID Tuning Guide | Understanding PID Control, Part 4
12:05
MATLAB
Переглядів 303 тис.
What Is PID Control? | Understanding PID Control, Part 1
11:42
PID vs. Other Control Methods: What's the Best Choice
10:33
RealPars
Переглядів 101 тис.
PIDs Simplified
13:07
SiieeFPV
Переглядів 278 тис.
PID Balance+Ball | full explanation & tuning
13:13
Electronoobs
Переглядів 714 тис.
What is a PID Controller? | DigiKey
22:19
DigiKey
Переглядів 57 тис.
PID brushless motor control tutorial
16:25
Electronoobs
Переглядів 457 тис.
Introduction to PID Control
49:18
Christopher Lum
Переглядів 41 тис.
Empirical PID gain tuning (Kevin Lynch)
7:08
Northwestern Robotics
Переглядів 151 тис.
С Какой Высоты Разобьётся NOKIA3310 ?!😳
0:43
Koshyl_Live
Переглядів 277 тис.
''Бесплатные умные'' домофоны для глупых людей. За чей счет банкет?
12:48
Вадим Шегалов.Оккультные игры элиты
Переглядів 32 тис.
Result of the portable iPhone electrical machine #hacks
1:01
KevKevKiwi
Переглядів 7 млн
Компьютерная мышь за 50 рублей
0:28
dizzi
Переглядів 1,9 млн