How do I set the clock and time references of USRP to external reference or to MIMO cable for a secondary USRP?
Mostrar comentarios más antiguos
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).
Respuesta aceptada
Más respuestas (2)
Karunya Choppara
el 19 de Sept. de 2023
Editada: MathWorks Support Team
el 27 de Mayo de 2024
0 votos
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
el 27 de Ag. de 2024
Editada: Karunya Choppara
el 27 de Ag. de 2024
0 votos
MIMO cable synchronization for USRP N210 radios is available in R2024b release MATLAB with Communications Toolbox Support Package for USRP Radio
Categorías
Más información sobre Communications Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!