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

MSK Modulation Fix #30

Merged
merged 9 commits into from
Feb 6, 2023
Merged

MSK Modulation Fix #30

merged 9 commits into from
Feb 6, 2023

Conversation

MattCarrickPL
Copy link
Collaborator

Fixing the MSK modulation index issue as reported in #12 , updated the frequency map for MSK and GMSK. MSK modulation is resolved, GMSK requires additional analysis and validation.

@TorchDSP TorchDSP merged commit 8d7ea1a into TorchDSP:main Feb 6, 2023
ereoh pushed a commit that referenced this pull request Sep 25, 2024
* setting proper frequency deviation for GFSK, matching that of FSK

* Gaussian pulse shape design for GFSK now accepts samples per symbol as a parameter, rather than using self.iq_samples_per_symbol. this is because (for now) self.iq_samples_per_symbol is used as a measure for signal bandwidth, and the actual samples per symbol may be different

* ignoring temporary vim files

* ignoring egg-info directory

* setting modulation indices separately for MSK/GMSK, GFSK and FSK

* fixing typo in variable name

* fixing the frequency maps for MSK and GMSK

* using a better variable name

---------

Co-authored-by: TorchDSP <[email protected]>
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

Successfully merging this pull request may close these issues.

2 participants