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
@BrianBDouglas6 жыл бұрын
Thanks for watching, everyone! Write your questions here and I’ll try to answer if I can. Cheers!
@mosmanxia32916 жыл бұрын
Can Kalman filter be used in this derivative step?
@BrianBDouglas6 жыл бұрын
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.
@draganostojic62976 жыл бұрын
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.
@BrianBDouglas6 жыл бұрын
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.
@roki80356 жыл бұрын
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?
@leoshen46764 жыл бұрын
Me sitting here wondering did I fail to learn at school or the school failed to teach 😂 Thanks Brian best lecturer out there
@shubhamkothari27094 жыл бұрын
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.
@brajlecz94852 жыл бұрын
These videos are a lifesaver. Thank you for making them.
@SABIRALI-gf3fv6 жыл бұрын
Thank you so much for your time Mr. Brian Douglas.
@hackerstreak62705 жыл бұрын
Amazing explanation! I was looking for just this kinda video the whole time! Thank you so much and keep doing such videos.
@martinevans89656 жыл бұрын
These videos are so clearly explained. Nice work.
@xuhan46824 жыл бұрын
Great Lecture. Well explained and compact.
@vheisshu3 жыл бұрын
great lecture. require minimal algebra for the explanations which is great for a non-mathematical literate like me. Amazing Brian!! thank you.
@rafaymohsin92163 жыл бұрын
Who are the people that dislike this video. Great teacher, great lecture
@Mr_X_FIFA2 ай бұрын
I know you didn't understand and so you are here in the comments, watch it 2-3 time and with normal speed (1x), it will help really, i am the witness!
@wiloberlies95986 жыл бұрын
Once again, great stuff Brian...looking forward to the next video. Thank you!
@karunamudliyar56256 жыл бұрын
Thank you Brain for this wonderful video. Are you going to talk about discrete PID control in future? Thanks.
@varokke1373 жыл бұрын
I am from future. He did.
@karunamudliyar56253 жыл бұрын
@@varokke137 Thanks..!! Have a nice day..!!
@Olavotemrazaodenovo4 жыл бұрын
Congratulations from Brazil.
@Rancrom6 жыл бұрын
If you could release all these videos before my exam Friday next week, that’d be great!thanks!
@myozinaung6 жыл бұрын
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?
@BrianBDouglas6 жыл бұрын
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.
@Antonioqwert38682 жыл бұрын
Hi, Brian your videos about control theory is great, I hope you will talk about MPC controller
@vladpanainte84436 жыл бұрын
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?
@متینبخشی-د7ل Жыл бұрын
Thanks for this didactic videos,its very useful.
@yakhunt94242 жыл бұрын
Parts 1 and 2 were great, but this made my head explode
@KaizerZH073 жыл бұрын
This saved my semester
@zihaoyuan88103 жыл бұрын
This dude's hand draw is insane.
@jessysaintauret36156 жыл бұрын
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
@BrianBDouglas6 жыл бұрын
Yep, exactly why I shifted it 90 deg :)
@gabrielvoss62516 жыл бұрын
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
@bikkyrouth45535 жыл бұрын
Because sin(90+fi) =cosfi
@waizoongwong69303 жыл бұрын
I finally understand why we need a filter...
@thomassaook77872 жыл бұрын
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?
@mohamedkandil87826 жыл бұрын
Awesome Brain! keep rocking !!
@uzairarifawan5 жыл бұрын
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.
@ThomasHaberkorn6 ай бұрын
what if one limits the sample rate for the sensor signal, would that also cut off higher frequencies?
@nhattienle1985 Жыл бұрын
So incredible! Your video is so goodd
@jayaprakashms6769 Жыл бұрын
Hello Douglas .. have a good day
@vonromerlabas99462 жыл бұрын
do you have any book recommendations for PIDs?
@enen27772 жыл бұрын
Great lecture!
@richardatkinson23764 жыл бұрын
thank you do much for these videos, i learned a lot. may i ask what software are you using for this video presentation.
@tonyyuan48575 жыл бұрын
@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.
@andrewnforsyth5 жыл бұрын
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?
@ronaldos37383 жыл бұрын
Wow you are pretty good explaning this thinks, thanks a lot
@rahulranjan16014 жыл бұрын
Thanks for making such a good video.. 🙂
@6011067904 жыл бұрын
HI Brain Douglas could you please make some vedios about filters in control systems? I am looking forward to studying them @Brain Douglas
@yoyomemory68254 жыл бұрын
Thaaaanks for the clear explanation !!!!
@engineeringeveryday4 жыл бұрын
Thanks for teaching.
@animafun5696 Жыл бұрын
where does the 90 degress come from in 5:10
@jafariarshadbarg69452 жыл бұрын
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?
@pranavdheer59715 жыл бұрын
This is really amazing!!
@muhammadgamal90713 жыл бұрын
How to choose the value of N ??
@kafi2519746 жыл бұрын
thanks for this video
@nabilandadamslaboratory34224 жыл бұрын
How would I implement a low pass filter in a digital PID controller?
@N00B2834 жыл бұрын
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
@vansytnut71776 жыл бұрын
Thank you
@DmpDk3 жыл бұрын
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
@fernando.liozzi.418786 жыл бұрын
Thanks!
@nicholasn.28834 жыл бұрын
I didn’t know this was like whole thing.
@MohamedAli-xb7kh4 жыл бұрын
Thanks a lot 🌸
@vladfarias5 жыл бұрын
Excellent!!!!!!!!!!!!
@moromoro18395 жыл бұрын
thanks
@thirumurthym79804 жыл бұрын
nice video . thnx
@jateenbhagat54964 жыл бұрын
isn't the derivative wrong 5:20
@Vivenk884 жыл бұрын
No. Derivative of sine is cosine. Cosine can also be expressed as a phase shifted sine. It's the same he's used there.
@kunalsalvi83826 жыл бұрын
Hey Brian, love your videos. But could you make the background white so it's easier to see? Anyways, great video 👌
@Cars0ndh5 жыл бұрын
You could try inverting the colors on your monitor to make the background white.
@loaymassalha80665 жыл бұрын
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)
@lululu1114 жыл бұрын
low pass filter
@CaptnCall6 жыл бұрын
"Thinking makes my head hurt" I now know how Ralphie on the Simpsons feels.
@sorooshkeivanfard63833 жыл бұрын
very very bombe
@aslamaddoor25225 жыл бұрын
Hey bro What is your degree What about your education??
@aslamaddoor25225 жыл бұрын
I am just curious!!
@BoneAppleTea3 жыл бұрын
**Click** Noice!
@noahd86734 жыл бұрын
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.