Hi,
I am trying to receive on two different centre frequencies (2.475e9 and 2.48e9)
using the two receiver chains on B210. Since they are close by, I thought can
receive them by setting the “dsp_freq” parameter.
Case 1:
Subdev: A:A or A:B
Nchannel : 1
Centre Frequency: 2.475e9
Sampling Rate: 5e6
BW: 5e6
If I use the command port the USRP source block to pass a pmt dictionary:
pmt.to_pmt({“lo_freq”:2.475e9, “dsp_freq”: -5e6})
I am able to receive radio packets sent by nodes on 2.48e9 Hz
Case 2:
Subdev: A:A A:B
Nchannel : 2
Sampling Rate: 5e6
Centre Frequency 1: 2.475e9
Centre Frequency 2: 2.475e9
BW: 5e6
I use the pmt dictionary:
pmt.to_pmt({“chan”:0, “lo_freq”:2.475e9, “dsp_freq”: -5e6})
When I do this sometimes I receive data from nodes transmitting on 2.48e9Hz.
and sometimes on 2.475Hz. The behaviour becomes entirely random.
I would really appreciate any help in figuring out how to receive
simultaneously on these two centre frequencies.
Thanks,
Saptarshi
_______________________________________________
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com