06-28-2016 12:47 AM
Hello
I'm trying to simulate transmit signals with 4 antennas in two USRP-rio devices.
But I don't know what should I do to synchronize with the 4 transmit antennas.
(labview, cable connection and related examples ... )
If you have any idea for the issue, please tell me anything.
Thank you for your kindness in advance.
Best regard,
Lee
06-29-2016 06:18 AM
Hello there
You can start by launching the NI-USRP Multi-Device Synchronized Simple Streaming sample project via New>Project in LabVIEW
Then once the project opens, have a look on the provided documentation. Make sure you set it up as described, especially:
"If synchronizing with PPS Trig, wire the PPS TRIG OUT from one device, the master, to the PPS TRIG IN of all the devices (including the master). An Ettus Research OctoClock-G is the recommended solution to connect the PPS TRIG lines.
Note Due to the output voltage levels, an additional amplifier is required to connect the PPS TRIG OUT of the master NI 294x/295x to the OctoClock or other NI 294x/295x devices."
Also, you'll be able to get +-1/2 sample clock sync. If you want less than that, then you'll need to calibrate your setup.
Let us know how it goes.
Bye
Victor F. | Systems Engineer
Certified LabVIEW Developer | Certified TestStand Architect
National Instruments Budapest
06-29-2016
08:21 AM
- last edited on
02-11-2025
10:37 AM
by
Content Cleaner
yglee1096,
As Victor.F mentioned, you'll need some hardware that will let you distribute a 10 MHz reference clock and a Pulse Per Second (PPS) signal. The Octoclock-G or the CDA-2990 with GPSDO will work for this. It's important to have the GPSDO because it will allow you to generate a 10 MHz and PPS signal internally in the clock distribution accessory. That way, you simply need to use match-length SMA cables to connect the 10 MHz and PPS outputs to the respective inputs on the USRP RIO. Then, you will need to set the software to reference these signals rather than the clock internal to the USRP RIO.
07-01-2016 06:41 AM
Hi Victor,
It is goog to know that an amplifier is required between PPS out and OctClock.
Could you further point out which amplifier is recommend here?
Thanks a lot.
Cheers,
Bo
07-01-2016 11:16 AM
I answered a similar question to this, Bo. See if my reply helps you.
07-01-2016 11:53 AM
Cheers, Victor
I am using the clock configuration as described in the link.
Thank you.
07-21-2017 10:54 AM
Hello my friend, did the 4x4 MIMO ?
I can help with the Labview software or the parameters I use because I am doing a 4x4 MIMO system with OFDM but at the reception I only get noise at the reception.
02-04-2018 10:13 PM
anyone share with me a VI with Implementing 2x1 MISO system with LabVIEW and NI USRP 2921?? I need problem with the estimation channel in the receptor, i used the alamouti code with 2 antennas trnasmitter and one antenna receiver.
02-05-2018 04:28 AM
Glad to help, rather sending you a VI code directly. Because any USRP related VI code corresponding to specific hardware configuration. The "ready meal" works for other people may not work in your case.
So, I think the first step for moving on is to confirm the hardware configuration:
1. how many 2921s you are going to build your 2X1 system?
2. what sync method you are using?
3. Is your sync only for 2 transmitting channels, or for all channels (2 transmitting and 1 receiving)
You said that you have the problem on channel estimation? Does it mean that you already sort you the USRP related hardware problem, not focus on pure signal processing problem? As far as I know, either alamouti decoding or channel estimation is pure software problem, is not related to hardware.
I think you need to describe your situation in detail (very detail), otherwise, it is very difficult for other people to help.
Cheers,
Bo
Cheers,
Bo