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

In NR PUSCH the longer CP is applied to the first slot in frame instead of first symbol in slot #425

Open
danielschaeufele opened this issue May 2, 2024 · 1 comment

Comments

@danielschaeufele
Copy link

danielschaeufele commented May 2, 2024

According to TS 138.211, section 5.3.1, the length of the cyclic prefix is extended by 16κ for the first symbol of each half subframe.

An attempt to implement this was done in CarrierConfig.cyclic_prefix_length, but the code checks for the slot number instead of the symbol number.

@danielschaeufele
Copy link
Author

I'm working on a fix for this issue. My proposal would be to add cyclic_prefix_length_first_symbol and symbols_per_half_subframe as parameters to OFDM(De)Modulator and as a property to CarrierConfig. The algorithm of OFDM(De)Modulator would then get an additional step to reshape everything into half subframes and drop/add the correct number of samples. Does this sound right to you?

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