segdsp
segdsp copied to clipboard
ssb/cw example ?
Can you show an example of working with ssb / cw ?
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.