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

Reduced length of rrc filter. Parameterized some values to make future updates easier #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Abraxas3d
Copy link
Member

Reduced filter length, added comments, and parameterized some values in order to make future changes easier.

I'm confused about the values used in the notebook. We have 10 samples per symbol, but the oversampling factor used was 40. I don't think we multiply by the number of symbols used in the modulation scheme, but if one did that, then we'd get 40 (10*4 = 40, and we see 40 in the 40 * 8 filter length argument).

I set it to 10 * 8 for a filter length of 80. I'd like someone to check this work in case I missed something basic in how rrc filters are calculated using the rrcosfilter function from commpy.

Shortening the filter length should reduce the computational workload? 8 symbol's worth of filter length is a good number. People often use 6.

I don't think this is something that happens automatically in the code. There isn't a connection between this notebook, for example, and a set of taps that could then go into a header file that were generated by something like this notebook. Since we have a Numerology notebook generating the numerology.h file, filter taps could be part of that too.

@Abraxas3d Abraxas3d added enhancement New feature or request help wanted Extra attention is needed labels Jun 23, 2022
@Abraxas3d Abraxas3d added this to the DEFCON 30 milestone Jun 23, 2022
@Abraxas3d Abraxas3d self-assigned this Jun 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant