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

lte_sample_rates = True does not return radix-2 rates #1438

Open
matth3wh opened this issue Dec 26, 2024 · 0 comments
Open

lte_sample_rates = True does not return radix-2 rates #1438

matth3wh opened this issue Dec 26, 2024 · 0 comments

Comments

@matth3wh
Copy link

The function srsran_symbol_sz_power2 seems to return a non-radix-2 symbol size when 75 PRB is the input. This creates an issue with using a USRP N310 at 75 PRB, as the N310 needs Radix-2 rates (#171).

I believe simply changing the above line to return=1024 should fix the issue.

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

1 participant