Wow that means a lot! I was worried about that part being hard to understand. If there's anything that you thought could have been done better, let me know!
Oh my d***ing god. I am so blown away bhy this well explained lessons. I got my interest on PLL due to possible applications in visible light communications, y Your videos really hit the sweet spot between oversimplification and gooing to deep in the details. I am not a specialist at all, just am engineering student that got onto an extremely big project that makes me discover new subjects
I was checking the appendix of my DSP book this morning, and I was curious about how the radar part of signal processing works, and now I just found this wonderful video btw
@@ISuperI glad you enjoyed it! Such a huge field and I hope to cover more topics in the area of DSP. I mean what I covered here is almost the most basic you can get, so there’s much more to cover!!
I implemented a PLL in C code when I was working on a Stirling converter. A position sensor gave us a periodic but not sinusoidal signal and we used a PLL to turn that signal into a clean sine wave. I didn’t understand the math of the PLL and had never heard of them before, but I did know how to turn a block diagram into C code and it worked well. That was just one part of the controller that also included a couple PID loops
Over breakfast, I was contemplating the buliding of an FMCW radar, for the kids.... Jokes aside, this was mostly foreign to me but in any case well explained.
you are a lgend, the way you explain and give references make it really managable to understand, and the animation so well done ,i hope you continue at this rate to explain more topics, support well deserved!!
@@MarshallBrunerRF Of course, I'm looking forward to seeing the 2D-FFT part in a more visual way. There is the part about the antenna gain and the signal processing to obtain the vital signs, I think it's cool to show.
@@MarshallBrunerRF Thanks a lot for considering my request. Will be eagerly waiting for that video. If possible, please try to put the references for further details too.
if you like this maths, you should have a look at how MRI machines work - it is similar - acquiring spread spectrum frequency samples then doing multiple Fourier transforms to resolve 3d images of what you're sampling with radio waves and magnetic fields.
@@MarshallBrunerRF super-funky MRI can actually multi-dimensional analysis of single voxels - examples include diffusion tensor imaging for mapping the direction of neurons in the brain, basic t1 vs t2 imaging to measure the difference between fat and water based on relaxation rates, or even MRS - where you do spectroscopy to determine ratios of amino acids, and their spatial distribution
Great lovely and to the point I need you to get into all the details and make a video about every point detailed in this video I want it and I want it yesterday asap Well sorry wise man I got just excited ^w^ but you really got my attention
Hmm... I have doubts that anyone uses the PLL divider to modulate the output frequency. Usually when the divider is changed, the PLL will fall out of lock and it will take some time for it to stabilize. Maybe with a special divider that does retain the phase when the divisor is changed this would be possible? Usually the input (reference) frequency to the PLL is modulated, at least for some lower frequency applications. I'm not familiar with higher frequency radar systems.
The way I've seen it done is by creating a baseband FM signal using the PLL, then mixing up to RF. An open source design is ADI's phaser radar (tinyurl.com/phaser-announcement). They have open schematics if you're curious. It is definitely difficult making sure phase is aligned between pulses, but they've done it pretty well - I was able to get some good range-Doppler measurements on it. Thanks for watching!
Hello again 😊 I feel that you are too focused on modern digital solutions to really show how the fundamentals of signal processing does not need that "complication". Consider the PLL, the modulation input as described here is by manipulation of the frequency divider. An analog solution could just use a VCO. Consider the output, a (simple) RF decoder tuned to a centre of the expected beat frequencies would output a voltage determined by range. Note, aviation radar altimiters use a triangle modulation. That way rate of climb, as well as altitude are easy to decode with analog circuits.
Very good point. Yes there is a lot of extra complication with modern systems. My thinking was that if someone opens an automotive radar datasheet or looks at an FMCW schematic they would recognize the parts. I agree that it could be more helpful for someones deeper knowledge to understand the basics and build up from there. Maybe I will do a separate video on that. Thanks for watching!
very interesting field but not something you can build in your yard. Mostly associated with phd students in military and aviation industry. Nevertheless interesting field and great videos.
@@rubhern8187 well there are some radar chips for under $100 that can do well, especially for automotive use cases. But yeah the price can scale quickly depending on your use case
You can do it with a Software Defined Radio, though phase-coherent duplex tx/rx ones are pretty expensive (like the Ettus Research B100 series) Maybe it's possible to do it for cheaper with incoherent radios that can transmit (like a HackRF) and receive (like an RTL-SDR) and do a phase locked loop with the strongest part of the pulse (Line-of-sight) Or you can get radar chips like he said 😂
You have made this series very approachable, even for compSci people like me. Great job!
That's very nice of you!
that PLL explanation has finally allowed me to understand them. kudos
Wow that means a lot! I was worried about that part being hard to understand. If there's anything that you thought could have been done better, let me know!
The animation is better than the in the last video, and the animation in the last video was way above average already.
@@philip-murray thanks! So happy that you watched both and liked it!
I am a radar engineer amd I love this initiative, this is amazing.
So glad you enjoyed it!
Oh my d***ing god.
I am so blown away bhy this well explained lessons.
I got my interest on PLL due to possible applications in visible light communications, y
Your videos really hit the sweet spot between oversimplification and gooing to deep in the details.
I am not a specialist at all, just am engineering student that got onto an extremely big project that makes me discover new subjects
Great !My goal is definitely to just expose people to cool new concepts and give resources to dive into on your own
This channel is love at first sight
Your thoughtful explanation made this hard topic so much easier to understand!
@@Aldekein I really appreciate that! Thanks for watching
Awesome video. I didn't realize I needed PLLs explained with manim animations but now that they are they are a lot clearer!
@@noahanderson8688 hahaha, I was worried about that portion being unclear, but glad you liked it!
Good piece of information and an EVEN BETTER animation
Really impressed
I hope you have a good youtube career ahead❤
Thanks so much!
I was checking the appendix of my DSP book this morning, and I was curious about how the radar part of signal processing works, and now I just found this
wonderful video btw
@@ISuperI glad you enjoyed it! Such a huge field and I hope to cover more topics in the area of DSP. I mean what I covered here is almost the most basic you can get, so there’s much more to cover!!
I implemented a PLL in C code when I was working on a Stirling converter. A position sensor gave us a periodic but not sinusoidal signal and we used a PLL to turn that signal into a clean sine wave. I didn’t understand the math of the PLL and had never heard of them before, but I did know how to turn a block diagram into C code and it worked well. That was just one part of the controller that also included a couple PID loops
Awesome project!
Nice Manim work! Spookily, I have a project in my 2025 Stuff To Do list to make a 24 GHz FMCW system. Excellent vid, thanks! Neil
@@MachiningandMicrowaves that’s awesome! There’s some really cool radar ICs that do a lot of the work for you. Good luck!
@@MarshallBrunerRF I have three 122 GHz SiliconRadar chips on PCBs and two more with bare board. Hoping to get some 240 GHz versions soon
@@MachiningandMicrowaves awesome!!
Over breakfast, I was contemplating the buliding of an FMCW radar, for the kids....
Jokes aside, this was mostly foreign to me but in any case well explained.
Haha go for it! Lots of premade kits out there too
Oh god its so cool that this kind of stuff exists on youtube!
@@Ariccio123 thanks so much!
Both of these videos are beautiful and way better than I've ever been able to explain
@@EngineeringNibbles thanks so much! Glad you found it useful
you are a lgend, the way you explain and give references make it really managable to understand, and the animation so well done ,i hope you continue at this rate to explain more topics, support well deserved!!
I'm working on the next video as we speak :) Thanks for watching!
Nice video, I'm studying about radars, it's good to see a complete and well illustrated explanation, keep it up
@@LeonardoPJ glad you got something out of it! Let me know if I can cover anything else that would be helpful
@@MarshallBrunerRF Of course, I'm looking forward to seeing the 2D-FFT part in a more visual way. There is the part about the antenna gain and the signal processing to obtain the vital signs, I think it's cool to show.
@@LeonardoPJ yes! I’m so excited to share that video! I think the animation will be pretty cool
Thanks very much Marshall for the wonderful video series. It would really be great help for people working in RADAR.
@@arnabpattanayak-ui4mk glad you found it helpful!!
Good shit man, this is really impressive!!!
@@ad.i thanks so much!
Great educational video, thank you so much for making the internet community smarter
So glad you found it useful! Another one is coming out very soon :)
Great video. Can you please try to make a separate detailed video on Signal processing. Excellent animation.
Yes, I will definitely do this :)
@@MarshallBrunerRF Thanks a lot for considering my request. Will be eagerly waiting for that video. If possible, please try to put the references for further details too.
That is totally masterpiece, thank you
@@serhatarslan4138 really appreciate this!
Thanks a lot! Will be waiting for the Doppler FFT
@@shaikhalvee yes! I’m very excited to share that video. There’s one more coming before the Doppler video, but it’ll be right after that!
great explanation, thanks. I'll be looking forward to more 👍
Thanks so much for watching!
love the content , well made , well explained . keep em coming
Definitely will do! My next video has the script completed and I'm working on the animations now :)
Absolutely phenomenal video amigo! Kudos!!
@@rfdspguru2 hey! The RF DSP guru himself commented! What an honor
Very clear video. Appreciate your sharing. Definitely subscribed!
@@brucewilliams6292 very happy you enjoyed it!
Great explanation and your animation work is amazing. Thank you!
Thanks for watching! So glad you enjoyed it!
Amazing video! I learned so much!
Thanks for watching!
if you like this maths, you should have a look at how MRI machines work - it is similar - acquiring spread spectrum frequency samples then doing multiple Fourier transforms to resolve 3d images of what you're sampling with radio waves and magnetic fields.
Super interesting! Thanks for pointing me to it!
@@MarshallBrunerRF super-funky MRI can actually multi-dimensional analysis of single voxels - examples include diffusion tensor imaging for mapping the direction of neurons in the brain, basic t1 vs t2 imaging to measure the difference between fat and water based on relaxation rates, or even MRS - where you do spectroscopy to determine ratios of amino acids, and their spatial distribution
Great lovely and to the point
I need you to get into all the details and make a video about every point detailed in this video I want it and I want it yesterday asap
Well sorry wise man I got just excited ^w^ but you really got my attention
@@SolathPrime hahaha! Glad you enjoyed it! Next video coming soon
The animation is great. Instant sub
@@borisdorofeev5602 thanks so much!
Are you using Manim for your animations? They look great!
@@Noah_Krakatoa yup! All source code is in the description if you’re curious
Hmm... I have doubts that anyone uses the PLL divider to modulate the output frequency. Usually when the divider is changed, the PLL will fall out of lock and it will take some time for it to stabilize. Maybe with a special divider that does retain the phase when the divisor is changed this would be possible? Usually the input (reference) frequency to the PLL is modulated, at least for some lower frequency applications. I'm not familiar with higher frequency radar systems.
The way I've seen it done is by creating a baseband FM signal using the PLL, then mixing up to RF. An open source design is ADI's phaser radar (tinyurl.com/phaser-announcement). They have open schematics if you're curious. It is definitely difficult making sure phase is aligned between pulses, but they've done it pretty well - I was able to get some good range-Doppler measurements on it. Thanks for watching!
Nice video, love it!
@@TinLethax thanks for watching!
Amazing
Nice thanks a lot
@@TuralMontin-w9k thanks for watching!
wow love.your.video
@@satelliteowner glad you enjoyed it!
Hello again 😊
I feel that you are too focused on modern digital solutions to really show how the fundamentals of signal processing does not need that "complication".
Consider the PLL, the modulation input as described here is by manipulation of the frequency divider. An analog solution could just use a VCO.
Consider the output, a (simple) RF decoder tuned to a centre of the expected beat frequencies would output a voltage determined by range.
Note, aviation radar altimiters use a triangle modulation. That way rate of climb, as well as altitude are easy to decode with analog circuits.
Very good point. Yes there is a lot of extra complication with modern systems. My thinking was that if someone opens an automotive radar datasheet or looks at an FMCW schematic they would recognize the parts. I agree that it could be more helpful for someones deeper knowledge to understand the basics and build up from there. Maybe I will do a separate video on that. Thanks for watching!
honey wake up, i found gold
@@billymonday8388 😂😂 thanks so much!
very interesting field but not something you can build in your yard. Mostly associated with phd students in military and aviation industry. Nevertheless interesting field and great videos.
@@rubhern8187 well there are some radar chips for under $100 that can do well, especially for automotive use cases. But yeah the price can scale quickly depending on your use case
You can do it with a Software Defined Radio, though phase-coherent duplex tx/rx ones are pretty expensive (like the Ettus Research B100 series)
Maybe it's possible to do it for cheaper with incoherent radios that can transmit (like a HackRF) and receive (like an RTL-SDR) and do a phase locked loop with the strongest part of the pulse (Line-of-sight)
Or you can get radar chips like he said 😂