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

QPSK modem in bootstrap mode? #152

Open
gicu8ab2 opened this issue Jan 24, 2022 · 1 comment
Open

QPSK modem in bootstrap mode? #152

gicu8ab2 opened this issue Jan 24, 2022 · 1 comment

Comments

@gicu8ab2
Copy link

I noticed that in src/Modules/Moden there is no code written apparently for anything other than BPSK and OOK. However the documentation claims to be able to do many other modulation formats in simulation mode such as QAM, CPM, etc.

What is the easiest way to create a module that can do QPSK using the reference design in the bootstrap example?

Thanks for any pointers.

@bonben
Copy link
Member

bonben commented Jan 31, 2022

You have just looked in the src folder, but there is also code in the include folder.

Anyway if it's just for a QPSK, look at modem doc, and use a PSK (--mdm-type PSK) with 2 bits per symbol (--mdm-bps).

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

2 participants