Тёмный

Monopulse Tracking with a Low Cost Pluto SDR 

Jon Kraft
Подписаться 41 тыс.
Просмотров 13 тыс.
50% 1

This is the second video of the DIY Phased Array Beamformer using the ADALM0-PLUTO. In this video, we explore why we need monopulse tracking for our phased array. Then we discuss how it works, and finally we implement it with the setup that we built in Part 1 of this series. The conclusion is a monopulse tracking algorithm which finds an RF signal and locks onto it as it moves around.
You can follow my blog series on this topic here:
ez.analog.com/tags/DIYRadio
The python files used in this video are found here: github.com/jonkraft/Pluto_Bea...
Part 1 of this series, and the best place to get started, is here:
• Build Your Own Phased ...
Chapters:
0:00 Introduction
1:11 Why do we Need Monopulse Tracking?
2:52 How Does it Work?
6:17 Monopulse Concepts in Python
12:12 Monopulse Operating on our Phased Array
13:58 Build an Adaptive Tracking Algorithm in Python
17:30 Demonstration of the Monopulse Tracker in Action

Хобби

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

 

1 июн 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 43   
@lrdiscovictim
@lrdiscovictim Год назад
Hey John - thank you for sharing - much appreciated.
@henrik1malmstrom
@henrik1malmstrom Год назад
Very good Jon!
@Parkhill57
@Parkhill57 Год назад
Before monopulse, targets looked like they were wobbling on the radar scope. The FAA's Mode-S design required monopulse to function correctly, and also releaved Kalman filter tracking algorithms from dealing with the wobble. Alas, the FAA only had a receiver for boresight, and an Omni antenna (used for sidelobe cancellation), now it had to buy two receiver systems for every Mode-S interrogator site. Excellent presentation, very interesting to watch.
@jonkraft
@jonkraft Год назад
Thanks! I would love to learn more about the history of the early days of radar and phased array. Sort of a Ken Burns style documentary on it would be ideal! They (you!) were doing such clever stuff. Do you know of any good books or articles on that?
@Parkhill57
@Parkhill57 Год назад
​@@jonkraft I know what you mean. As technicians this stuff just magically appeared, and we kept it running, but never really got access to the development end. I have one book from 1988 called "Secondary Surveillance Radar" by M.C. Stevens I can donate and send you. It has history and design. A PDF online is "Monopulse Secondary Surveillance Radar Coverage - Determinant Factors" has math, and graphics. Neither are Ken Burns though, ha. I think the era of modern radar started when the FFT was introduced. This allowed DSP to be used to extract the targets, and computers to process all the target reports. No more rotating sweeps and dark rooms.
@iamthebiker
@iamthebiker Год назад
Very good video
@terence79chan
@terence79chan Год назад
Thanks Jon once again for a very delightful tutorial! I previously compiled a python program using mat plot lib which plots a zig zag line made up of colored dots, green dot for strong signal, yellow dot for weak signal and red dot for very bad signal.. i used gps coordinates for the plotting the colored dots which eventually create a zig zag line that represents the flight path of my drone carrying the RX. The whole contraption basically plots the radiation pattern of a directional antenna under test (on a stationary TX) . With your method, I could totally omit the GPS module and do not need the RSSI value from the RX for determining the signal strength color of the dots. And I could plot the TX antenna radiation pattern in an indoor hall. Epic! 👍
@jonkraft
@jonkraft Год назад
Very cool project! And that's a great idea--let me know if you ever try this out. And I should definitely update the monopulse tracking demo to color code the dots based on signal strength.
@lucavassalli1564
@lucavassalli1564 Год назад
nice work Jon
@jonkraft
@jonkraft Год назад
Thanks Luca!
@PeterA650
@PeterA650 Год назад
Thank you for making this. I just discovered it by "accident" and it did a much better job of explaining monopulse than any other material I've looked at. Curious, how would you go about implementing this for 5.8GHz? That's outside the range of the Pluto SDR.
@jonkraft
@jonkraft Год назад
Thanks! For 5.8 GHz operation, you can just apply the frequency expansion hack. This gives you 70MHz to 6 GHz operation. And if you've set your Pluto up for 2 Tx/2Rx, then that freq explanation is already included. Give it a try, and let me know how it works!
@PeterA650
@PeterA650 Год назад
@@jonkraft I just ordered mine from Mouser, so hopefully it's Rev C. I think it would be interesting to try this using real, modulated signal sources rather than plain carriers. I suspect things may break, especially with PSK variants.
@Kabodanki
@Kabodanki Год назад
Thank you ❤
@willernst8376
@willernst8376 Год назад
This is so cool. Thanks, I don't believe that anyone on youtube is doing anything like this that is accessible to an amateur. Your code explanations are clear and concise and because it is all available it can be replicated and added to. I have been fumbling through trying to make radars for the past 5 years and have tried many things with spaghetti cables and a crap ton of ADCs. But now I realize that sdrs just work, and I will try something along these lines for my next project. Just with radar illumination and maybe lower frequencies. I was wondering, pluto docs say that it has functionality in C/C++. Python is really nice for several reasons, but is pretty slow. Have you tried programming in C and would you recommend going that route? It seems like python may have enough grunt for everything though. Anyway thanks and I look forward to your next video. Ordering pluto now
@jonkraft
@jonkraft Год назад
Ah, thanks so much! As I say in nearly every video: I work with a great group of engineers, who are a fantastic resource on this kind of stuff. Like Dr. Travis Collins that I mentioned in this video--helping me with the correlation operation. But in terms of C, I'm not that brave.... If you end up doing something like that, and then put it in steps I would understand, I would love to see it!
@jonkraft
@jonkraft Год назад
Also, for Radar with Pluto, check out my friend Dr. Don Metzger's video: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-MQi-sQ1GZcY.html He's doing FMCW pulse compression with that Pluto Rev C. Also check out Victor Cai's MFCW/FSK radar with Pluto: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-RdYfmMYW_R0.html I think we should do some kind of radar application with this 2 channel Pluto beamformer.... I'll put it on the list!
@willernst8376
@willernst8376 Год назад
@@jonkraft cool, I will check it out! Thanks for everything, radar is always cool! You did do some fmcw for tracking right? I though I saw that on your channel, but I will also check out the other channel you mentioned.
@Kabodanki
@Kabodanki Год назад
I would bite the bullet and go for rust or even go…
@willernst8376
@willernst8376 Год назад
@@Kabodanki why rust or go? I get they may be slightly faster in some situations but in others are slower, at least from what I've seen. I've never coded in rust, Will it blow me away compared to C. I'd be willing to mess around with it. But if I am interested in speed I can just write sections of code in x86 assembly using avx512 and other simd instructions. This approach is difficult, but is the fastest possible way to do calculations like ffts right in the hardware. Also I think there might be some library support for the hardware in c already(less work for me), but this could be rewritten in another language if you wanted.
@catalinalb1722
@catalinalb1722 Год назад
Interesting... 🙂
@bravosierra2010
@bravosierra2010 5 месяцев назад
Nice!
@user-df8fd8ud8u
@user-df8fd8ud8u Год назад
Very nice! I'd like to see how to best combine the signals from two sources, to amplify the wanted signals and/or cancel unwanted coloured signals. Would that be of your interest?
@jonkraft
@jonkraft Год назад
Do you mean adaptive beamforming? Where we reject an interferer (or jammer), and only look at the signal of interest? If so, that's the video I"m working on now! Stay tuned!
@jeanpaulberrios5024
@jeanpaulberrios5024 Год назад
Hi thank you for explain it, very interesting I was thinking about a passive tags for uhf tracking it, Pluto bandwidth could energize tags to return signal back uuid identification to check location in 2d
@user-fi2nm5hk8c
@user-fi2nm5hk8c 4 месяца назад
Thanks, Jon for such a great tutorial. I tried to play with pluto this way with different types of antennas and everything works perfectly. I just didn't get why the distance between antennas is calculated for lo =2.3 GHz, but we use demodulated signals Rx_0 and Rx_1whis 200kHz frequency to get the phase shift. It's not obvious, why phase shifts should be the same. Moreover, looks like it shouldn't be the same. But still, it works. I've plotted the received demodulated signals, and the phase shift between them really depends on an angle as LO oscillation should. This fact really confused me. Could you pls just briefly explain this moment?
@jonkraft
@jonkraft 4 месяца назад
Take a look at the explanation in the time delay video. I think that will help with your question.
@user-fi2nm5hk8c
@user-fi2nm5hk8c 4 месяца назад
Many thanks for your reply! I've finally got it. So this huge phase-shift in demodulated signal from two channels is nothing but a kind of mathematical "artifact" of demodulation.
@alejandrocavolina5124
@alejandrocavolina5124 4 месяца назад
Using a 20w amplifier 2,4 GHz to amplify the monopulse , What do you think the range of this radar would be if we transmitted with a yagi antenna continuously scanning 120 degrees with a servo?
@jonkraft
@jonkraft 4 месяца назад
I'm not sure. But there are several radar range calculators online. Or if you have the Matlab radar toolbox, that has calculators and examples for radar range.
@thegpism
@thegpism 4 месяца назад
what will the range for this , can it track drone 10 km away
@xttzhb
@xttzhb Год назад
Could this track a moving target which is not radiating signals?
@jonkraft
@jonkraft Год назад
In that case, we would hit it with a transmitting signal and then measure the reflection. So basically radar. And then track that reflection. I'm going to do a radar setup next, and then maybe after that I can try to combine that radar with these Monopulse principles.
@xttzhb
@xttzhb Год назад
@@jonkraft That would be great! Can't wait to watch your new videos!
@hightlightlol2106
@hightlightlol2106 11 месяцев назад
Do you think it would work with high frequency band? 0.5-30MHz?
@jonkraft
@jonkraft 11 месяцев назад
That would work if you connect an upconverter on each Rx channel so that you can get into the min freq range of Pluto (>70 MHz). I've used the "Ham It Up" by nooelec for this. But the real problem is that you'll have to space your antennas very far apart: 0.5MHz is a wavelength of 600 meters, so to avoid grating lobes you'd have to place the antennas 300m apart! 30MHz is a little better, but they would still need to be 5m apart. So while it is possible, it might be impractical.
@kenechukwuolisa2914
@kenechukwuolisa2914 8 месяцев назад
Are there any cheaper alternatives to the Pluto SDR that you are aware of but still offer the same functionality?
@jonkraft
@jonkraft 8 месяцев назад
Not that I know of. The price on Pluto is pretty good. It's about $230 USD. That's not bad for 2 Rx, 2 Tx, 40 MHz BW, and 70M to 6 GHz RF range!
@marnir8507
@marnir8507 5 месяцев назад
18:05
@neilredit8272
@neilredit8272 9 месяцев назад
Hi Jon May I contacted you via email? Thanks
@jonkraft
@jonkraft 8 месяцев назад
It’s probably easiest to connect on linked in. linkedin.com/in/kraftjon
Далее
Build Your Own Phased Array Beamformer
30:38
Просмотров 187 тыс.
Radar Sensors from $3 to over $100: Which one is Best?
14:31
WOW... WHAT A FIGHT!!!!! 📣 #ufc302
00:48
Просмотров 642 тыс.
Пробую торты
00:43
Просмотров 290 тыс.
X Band Monopulse Tracker running in GNU Radio
2:45
Просмотров 1,7 тыс.
Flex Net for Sunday,  June 2, 2024
Просмотров 11
DL1CR QO-100 Portable TRX
2:45
Просмотров 22 тыс.
Blackbox CE - Part 6
Просмотров 193
LEO BODNAR GPSDO With the Adalm Pluto SDR
8:39
Просмотров 22 тыс.
ВОТ ОН НАСТОЯЩИЙ ГЕРОЙ.🎖️
0:37