Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Int12 and Int4 Support #2

Closed
sjkelly opened this issue Aug 26, 2021 · 2 comments
Closed

Int12 and Int4 Support #2

sjkelly opened this issue Aug 26, 2021 · 2 comments

Comments

@sjkelly
Copy link
Collaborator

sjkelly commented Aug 26, 2021

Some devices, such as the xrtrx, have native 12 bit support. There is the choice to extend to 16 bit or shift to 8 bit, either of which are typically used with bandwidth/precision tradeoffs.

It would be nice to have Int12 support so no such tradeoff has to be made in environments with a surplus of processing power, and where bandwidth can be saturated.

@sjkelly
Copy link
Collaborator Author

sjkelly commented Aug 27, 2021

Fortunately it would be Complex{Int12}, so I think tagging the stream as ComplexInt12 will be fine for now. We aren't doing processing here.

@mbaz
Copy link

mbaz commented Aug 30, 2021

I'll leave this link here just in case: https://github.com/rfourquet/BitIntegers.jl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants