segdsp icon indicating copy to clipboard operation
segdsp copied to clipboard

ssb/cw example ?

Open tggo opened this issue 3 years ago • 1 comments

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

tggo avatar Jan 23 '22 20:01 tggo

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.

racerxdl avatar Jan 23 '22 20:01 racerxdl