How do I set the clock and time references of USRP to external reference or to MIMO cable for a secondary USRP?
Afficher commentaires plus anciens
I am using the Communications Toolbox with USRP2 and USRP N210 SDRs to build a MIMO system. Specifically, I am building an Rx antenna array for indoor wireless positioning using directional of arrival concept and USRP2 or USRP210 devices (Daughter board XCVR2450). I perform parallel computing as follows:
matlabpool open 2
pctRunOnAll('setupsdru')
spmd
switch (labindex)
case 1
[RxData1_temp_cell]=USRPRX1();
case 2
[RxData2_temp_cell]=USRPRX2();
end
end
Now, I want to configure the clock and time reference of USRP to an external GPS source because all USRPs in the array should be synchronized. I want the USRP to get its references externally or, in the case of using two USRPs, from MIMO cable (one controller and one receiver).
Réponse acceptée
Plus de réponses (2)
Karunya Choppara
le 19 Sep 2023
Modifié(e) : MathWorks Support Team
le 27 Mai 2024
0 votes
GPSDO support is available with USRP Hardware Support Package since R2021a.
Both External or GPSDO Clock Source and PPS source can be used with USRP by setting the ClockSource and PPSSource property of system object.
Karunya Choppara
le 27 Août 2024
Modifié(e) : Karunya Choppara
le 27 Août 2024
0 votes
MIMO cable synchronization for USRP N210 radios is available in R2024b release MATLAB with Communications Toolbox Support Package for USRP Radio
Catégories
En savoir plus sur Communications Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!