Utilizing timestamping to synchronize mutiple ADALM plutos #65
Replies: 1 comment
-
Hi @Argonghost, The timestamping mechanism is thought to create local time references by counting the clock ticks at the FPGA. Hence, if you deploy it in two different pluto SDRs, each will have an independent time reference, which you won't be able to correlate straightforwardly. In other words, the timestamping mechanism was not designed to phase-align multiple SDR boards. For time alignment, you would need to extend the design towards that end, so that the timestamping information between the two could be exchanged and the required offset applied on one of the two. Additionally, for phase alignment, both pluto SDRs would need to share an external reference clock. Cheers |
Beta Was this translation helpful? Give feedback.
-
Hi, came across this page and i believe this is going to help me with my task, i just donno how to go about it given im a newbie.
So i would like to phase align multiple ADALM pluto sdr's, not an RF level but just at an FPGA level. According to this discussion on Analog Devices: https://ez.analog.com/adieducation/university-program/f/q-a/164715/pluto-sdr-phase-reference-signal-for-lo, this seems to be the way to go. Im just not sure how to proceed exactly after building image into both pluto SDR's. How many PRB is needed for correct time stamping such that i can ensure timing alignment between two zynq's ??
The idea is that once timing alignment between two zynqs is ensured, DSP techniques can be done at baseband to ensure phase offset correction.
SIncerely,
AG
Beta Was this translation helpful? Give feedback.
All reactions