Hi all! I would need some help with the development of my project. I am
trying to do some MIMO development. First step was to transmit a single
sinusoid by means of an USRP N200. The receiver part consist of two USRP
receivers connected by MIMO cable (synchronized).
Receiver:
USRP0
IPv4 address (addr0): 192.168.10.2
USRP1
IPv4 address (addr1): 192.168.10.3
Both connected to interface eth1 (192.168.10.1)
After introducing the command, , in the console the output is:
– UHD Device 0
Device Address:
type: usrp2
addr: 192.168.10.3
name:
serial: E9R14UCUN
– UHD Device 1
Device Address:
type: usrp2
addr: 192.168.10.2
name:
serial: ECR14U7UN
Devices are apparently connected.
The flow graph is in the attached files, receiver.png:
Transmitter:
Another USRP from a different computer is transmitting a sinusoidal.
The flow graph is in the attached files, transmitter.png:
PROBLEMS:
In the receiver part it should appear two sinusoids in the screen, but
unfortunately it does not work. Only the USRP which is not connected to
the ethernet cable is receiving the signal, at a very low level though.
I tried different frequencies, different sample rates, different USRP
just in case some of them were not working, with no success. Any tip or
help is welcome.