On 10/08/2019 09:01 AM, Simona Sibio via USRP-users wrote:
Hi everyone,
I am writing to you regarding Synchronization and MIMO capabilities
with USRP Devices.
I am using two N200s with UBX-40.
I would like to implement the same example in GNU radio that there is
in the following link:
https://kb.ettus.com/Synchronization_and_MIMO_Capability_with_USRP_Devices
I would like to calibrate the phase using the phase shift module.
But, I did not find this module in GNU radio WX widgets.
Could you help me?
Thank you for your time.
Sorry for the previous email, but I had not added every mail address.
Best Regards,
One wouldn't expect there to be a "phase shift" module among the WX
widgets, since those are just graphical controls that
don't do any signal processing.
You can effect a phase-shift with the multiply-const block, where the
constant is:
complex(math.cos(shift-in-radians),math.sin(shift-in-radians))
Just tie that to the variable created by a 'slider' widget or similar
I'd also like to add that Gnu Radio-centric questions belong on the
discuss-gnuradio mailing list.
_______________________________________________
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com