What are Transfer Functions? | Control Systems in Practice

  Рет қаралды 111,179

MATLAB

MATLAB

Күн бұрын

This video introduces transfer functions - a compact way of representing the relationship between the input into a system and its output. It covers why transfer functions are so popular and what they are used for.
Learn more:
- MATLAB Tech Talk: 4 Ways to Implement a Transfer Function in Code: bit.ly/3CDCwdV
- MATLAB Tech Talk: Nichols Chart, Nyquist Plot, and Bode Plot: bit.ly/3RhtZSb
- Gain a better understanding of Root Locus using MATLAB: • Gain a better understa...
- Laplace Transform - Chapter 32 (dspguide.com): www.dspguide.com/CH32.PDF
--------------------------------------------------------------------------------------------------------
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
© 2022 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.

Пікірлер: 48
@Erowens98
@Erowens98 3 ай бұрын
10 minute video teaches me more than 4 hours of lectures. Bravo.
@Frankx520
@Frankx520 2 ай бұрын
EXACTLY!
@BrianBDouglas
@BrianBDouglas 2 ай бұрын
🤗
@jiefang11
@jiefang11 Жыл бұрын
I have to say, you are the King of explaination of control system.
@johnsmithsu310
@johnsmithsu310 Жыл бұрын
Control System Concept of full one semester course in 10 minutes
@eechaze12
@eechaze12 Жыл бұрын
One problem with professors in Universities is many of them have little to no professional experience so they just run through the course with out explaining in details like this
@christianvelasquez8771
@christianvelasquez8771 Жыл бұрын
Correct!! The REAL World is super extra fascinating and a book or Theory can't explain it all. Theory is a wonderful and useful tool..but Real world surprises us all the time.
@BurgoYT
@BurgoYT Жыл бұрын
All mine are generally very good at my Uni
@GuyFromJupiter
@GuyFromJupiter 11 ай бұрын
Yeah, that's the problem I had with it. Most professors seem to teach their subjects in the most technical way possible, and because of that I always struggled to really learn anything until I had to apply it to a more advanced course.
@matthewjames7513
@matthewjames7513 Жыл бұрын
For anyone curious about the definition of gain (like I was) here's a more detailed explanation: The final steady state value of y(t) is given by the formula: y_ss = (lim s-->0) s*Y(s) Let's say the input is a constant step: r(t) = A. Therefore R(s) = A/s. Also Y(s) = G(s) * R(s). So y_ss = (lim s-->0) s*G(s) * R(s) y_ss = (lim s-->0) s*G(s) * A/s y_ss = (lim s-->0) A * G(s) y_ss = A*G(0) Gain is defined in the time domain as the final output value / input value = y_ss / r(t) gain = A*G(0)/A gain = G(0)
@OMNI_INFINITY
@OMNI_INFINITY 10 ай бұрын
Wow. I like it more when gain is simply output amplitude over input amplitude.
@howardwang3447
@howardwang3447 Жыл бұрын
How I wish I had watched this video when I was in the university, which might have saved me two years of gaining the same level of understanding! Thank you so much, Brian!!!
@51w2
@51w2 3 ай бұрын
yes. this is the king of explanation. i have been lost on this since my UG days 20 over years ago...it is so well explained. wish my lecturers could do the same.
@rostamr4096
@rostamr4096 Жыл бұрын
I really like and find your video easy to follow and very helpful. Thank you
@REOsama
@REOsama Жыл бұрын
Your explanations are magic
@PunmasterSTP
@PunmasterSTP Жыл бұрын
What are transfer functions? More like "Wonderful knowledge and instruction!" Thank you so much for sharing.
@dogukartal
@dogukartal Жыл бұрын
It helps a lot, Thank you Brian! You are the best.
@conall5434
@conall5434 Жыл бұрын
You're getting me through my Robot control systems module at university Brian, not all heroes wear capes!
@mehmetkilic9518
@mehmetkilic9518 Жыл бұрын
Looking forward to see more videos Brian :)
@Amine-gz7gq
@Amine-gz7gq Ай бұрын
For the Laplace Transform demos, I can recommend Khan Academy playlist. In a nutshell, Laplace Transform scans (like a sensor) for exponentials (natural/proportional to itself evolutions of something like bacteria growth, radioactive decay, compound interest stuff that can be modeled using exp(x)) and sinusoids (cos, sin and a mix of them, Fourier Transform does that too), poles are the exponentials, sinusoids or mix of both that your function contains, a resonance that creates a peak (the pole). e.g.: a wind can cause a bridge to sway at its natural frequency, which can break it (this has already happened). If we can model the bridge mathematically and use the Laplace transform, we can find out the bridge's natural frequency and prevent a future tragedy.
@eeemuse
@eeemuse 3 ай бұрын
please more videos like this.
@FictionChannelIN
@FictionChannelIN Ай бұрын
Brian u are awesom ❤
@andrewmelean8259
@andrewmelean8259 Жыл бұрын
Great!
@zilongzeng5573
@zilongzeng5573 Жыл бұрын
Well done
@Upendra3737
@Upendra3737 8 ай бұрын
Loved this explanation
@BrianBDouglas
@BrianBDouglas 8 ай бұрын
I appreciate it!
@panduwilantara3070
@panduwilantara3070 Жыл бұрын
amazing
@gerard-nagle
@gerard-nagle Жыл бұрын
Not sure what is been done in the 3D plot at the 5:52 time mark, is it the magnitude or just for s=-0.1+0.2j, the values are 0.25+0.75j and so on across the Re-Im plane?
@ryanmiller7810
@ryanmiller7810 Жыл бұрын
Your x and y axes (assuming that z is taken to be height) are the different combinations of sigma and omega, representing different s combinations. He then plots the real and imaginary portions of G(s) given that specific sigma and omega coordinate in the z direction with the red and blue markers. This ends up showing the notions of zeroes and poles, sending G(s) to infinity or 0. Hope this helps.
@stevematson4808
@stevematson4808 Жыл бұрын
Greatly appreciate the lecture. Question: let's say that you have a circuit in a 'black box' and you know it is likely to be represented by a transfer function, but you have no clue as to the circuit, components or values. Can you do a few tests and from the output, figure out what the black box acts like? Like searching for an equivalent circuit. Thanks in advance.
@chilljlt
@chilljlt 7 ай бұрын
yes, look up system identification
@OMNI_INFINITY
@OMNI_INFINITY 10 ай бұрын
*Where is the link to the Laplace movie mentioned in that movie?*
@masternachu
@masternachu Жыл бұрын
Hi. I am new to control systems. I have one question. Can transfer functions be used for MIMO systems?
@Erowens98
@Erowens98 3 ай бұрын
They only work for SISO systems, if memory serves.
@mericelik22
@mericelik22 7 ай бұрын
Where are the said links about Laplace transformation?
@BrianBDouglas
@BrianBDouglas 7 ай бұрын
Hmmm, it got left off. Thanks for letting me know! I'll get it added. In the meantime, this is my favorite reference for the Laplace Transform: www.dspguide.com/CH32.PDF
@OMNI_INFINITY
@OMNI_INFINITY 10 ай бұрын
Oh oh oh! So basically the 2 numbers output by the transfer function are each mapped to a separate vertical axis to make 2 3D models with the same xy base. (if z is the vertical axis) !!! Thankfully figured that out now. Could have explained that better in the video. No offense.
@OMNI_INFINITY
@OMNI_INFINITY 10 ай бұрын
That jump at about 5:49 was too large. So basically s is xy and the transfer function is z? Why is it outputting 2D then and how are those being plotted as 2 different z's?
@ad2894
@ad2894 11 ай бұрын
Polynomial multiplication IS convolution. Maybe you meant some other pointwise multiplication?
@OMNI_INFINITY
@OMNI_INFINITY 10 ай бұрын
So by "gain", UNITY GAIN
@sagan61
@sagan61 Жыл бұрын
it travels 7.5m... I don't know rick...
@Minji_Hanni_Dani_Haerin_Hyein
@Minji_Hanni_Dani_Haerin_Hyein Жыл бұрын
I need more useful video to fight against dictators politic in VietNam
@trapper1211
@trapper1211 Жыл бұрын
thats a pretty bad explanation; its just a bunch of statements
@mikeearls126
@mikeearls126 Жыл бұрын
Is learning about control systems through one's EE curriculum?
@r410a8
@r410a8 Жыл бұрын
If Y(S) is the Laplace transformed signal of input u(t) and u(S) is the Laplace trasformed differencial equation of the model of the system d/dt any^n+an-1y^n-1...a0y^0 so why we tell that transfer function is the laplace trasformed signal of syetem output diveded by the laplace trasformed signal of system input and not telling instead that is the laplace transformed signal of system input divided by the Laplace transformed homogenus equation of the system? I really dont understand that.
@9700784176
@9700784176 Жыл бұрын
anyone explain how that deferential equation is written 01:30
Everything You Need to Know About Control Theory
16:08
MATLAB
Рет қаралды 510 М.
A pack of chips with a surprise 🤣😍❤️ #demariki
00:14
Demariki
Рет қаралды 40 МЛН
When someone reclines their seat ✈️
00:21
Adam W
Рет қаралды 29 МЛН
PINK STEERING STEERING CAR
00:31
Levsob
Рет қаралды 21 МЛН
World’s Deadliest Obstacle Course!
28:25
MrBeast
Рет қаралды 84 МЛН
Markov Decision Processes - Computerphile
17:42
Computerphile
Рет қаралды 159 М.
The Step Response | Control Systems in Practice
14:56
MATLAB
Рет қаралды 151 М.
The Laplace Transform - A Graphical Approach
13:24
Brian Douglas
Рет қаралды 696 М.
Understanding the Z-Transform
19:56
MATLAB
Рет қаралды 87 М.
Transfer Functions in Control Systems | Control Systems 1.3
11:02
Iphone or nokia
0:15
rishton vines😇
Рет қаралды 1,8 МЛН
Девушка и AirPods Max 😳
0:59
ОТЛИЧНИКИ
Рет қаралды 17 М.
Мечта Каждого Геймера
0:59
ЖЕЛЕЗНЫЙ КОРОЛЬ
Рет қаралды 1,5 МЛН
📦Он вам не медведь! Обзор FlyingBear S1
18:26
Хотела заскамить на Айфон!😱📱(@gertieinar)
0:21
Взрывная История
Рет қаралды 2,9 МЛН
MacBook Air Японский Прикол!
0:42
Sergey Delaisy
Рет қаралды 534 М.