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

ssb/cw example ? #6

Open
tggo opened this issue Jan 23, 2022 · 1 comment
Open

ssb/cw example ? #6

tggo opened this issue Jan 23, 2022 · 1 comment

Comments

@tggo
Copy link

tggo commented Jan 23, 2022

Can you show an example of working with ssb / cw ?

@racerxdl
Copy link
Owner

You can check the AM Demodulator here: https://github.com/racerxdl/segdsp/blob/master/demodcore/am.go

The difference for CW / SSB is that instead using the Complex2Magnitude at the end (which returns the Amplitude of the signal) you should either clamp the signal (remove negative/positive amplitudes for SSB) or convert to tone (in case of CW)

I havent done yet any specific demod for SSB / CW yet.

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