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

[position_calc] g_IQ_width generic seems unnecessary #44

Open
lerwys opened this issue Aug 4, 2017 · 0 comments
Open

[position_calc] g_IQ_width generic seems unnecessary #44

lerwys opened this issue Aug 4, 2017 · 0 comments

Comments

@lerwys
Copy link
Contributor

lerwys commented Aug 4, 2017

Problem: g_IQ_width is used just to resize the Mixer output word to another number of bits. This parameter is already controlled via g_mixed_width.

We used to want this resize as the mixed width was 24 bits, and 24 (bits) *8 (A/B/C/D I/Q) = 192, which is not a power of 2 and would need to be aligned for the acquisition module.

This poses a problem as we are wasting bandwidth.

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

No branches or pull requests

1 participant