You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to write write 16 bit complex samples to vdif but there baseband fails when I try to write something greater than 8 bits:
ValueError: VDIFPayload cannot encode data with 16 bits
From what I understand given the vdiff spec is that there is a maximum of 32 bits per sample. The highest number of bits per sample is 8 that I've been able to get to work.
Given the rise in RFI it would be a good idea have the capability to deal with higher bit depths.
The text was updated successfully, but these errors were encountered:
I was trying to write write 16 bit complex samples to vdif but there baseband fails when I try to write something greater than 8 bits:
ValueError: VDIFPayload cannot encode data with 16 bits
From what I understand given the vdiff spec is that there is a maximum of 32 bits per sample. The highest number of bits per sample is 8 that I've been able to get to work.
Given the rise in RFI it would be a good idea have the capability to deal with higher bit depths.
The text was updated successfully, but these errors were encountered: