On 25/11/2024 07:12, yibinden...@outlook.com wrote:

I think I’ve found the problem. My data was of type |np.complex128|, and perhaps the USRP only used part of it or treated one sample as two? When I changed the data type to |np.complex64|, the issue seemed to be resolved. Thanks again for your help!


_______________________________________________
USRP-users mailing list --usrp-users@lists.ettus.com
To unsubscribe send an email tousrp-users-le...@lists.ettus.com
Indeed, UHD doesn't support np.complex128.  It will have unpacked it as np.complex64, which means it will absolutely
  have treated one sample as two.

_______________________________________________
USRP-users mailing list -- usrp-users@lists.ettus.com
To unsubscribe send an email to usrp-users-le...@lists.ettus.com

Reply via email to