Hi,
I'm trying to run a test case with usrp 2901 and usrp 2954R (just send and receive).
When I probed boards caracteristics, I found that "Connection Type: IQ".
I'am currently using matlab.
So, the data to be sent should be in complex format such that the usrp will split it in I/Q components; or should I do it manually meaning that I alter real and imaginary parts of each signal component (real(signal(1)), imag(signal(1), real(signal(2)), imag(signal(2)) ....).
And at the receiver side, is the retreived data in its complex format (IQ) or should I re-construct signal.
Cordially,