04-21-2019 09:50 AM
In device, there are two RX ports and one of them is also TX port. Is it able to receive signals at two different central frequencies with the same IQ rate and gain in one program?Thx!
And also am I able to TX and RX at the same time in one program?
Solved! Go to Solution.
04-21-2019 08:33 PM
Hi Heartnode,
1. Unfortunately, only one of two antennas of NI-USRP 2900 is available when you use NI-USRP as a receiver.
But, when you connect two rx cables to USRP 2900, you may observe additional rx signal from undesired rx port due to the leakage. Please refer to the following block diagram of USRP-2900:
2. You can only focus on a single carrier frequency at a time.
3. You can transmit and receive signals simultaneously. To check it, you can run two USRP examples in LabVIEW:
If you install NI-USRP driver, you can find these examples:
On your block diagram of VI, do right-click --> Instrument I/O --> Instrument driver --> NI-USRP --> Examples
Thanks