How do I set the clock and time references of USRP to external reference or to MIMO cable for a secondary USRP?
Show older comments
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).
Accepted Answer
More Answers (2)
Karunya Choppara
on 19 Sep 2023
Edited: MathWorks Support Team
on 27 May 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
on 27 Aug 2024
Edited: Karunya Choppara
on 27 Aug 2024
0 votes
MIMO cable synchronization for USRP N210 radios is available in R2024b release MATLAB with Communications Toolbox Support Package for USRP Radio
Categories
Find more on Communications Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!