kpreid / shinysdr

Software-defined radio receiver application built on GNU Radio with a web-based UI and plugins. In development, usable but incomplete. Compatible with RTL-SDR.
https://shinysdr.switchb.org/
GNU General Public License v3.0
1.07k stars 115 forks source link

Implement PSK31 demodulator #79

Closed bitglue closed 7 years ago

bitglue commented 7 years ago

Works, although with the current UI hard to use:

(Incidentally, PSK63 would be easy to implement: just downsample by half as much.)

2017-06-03-080732_1971x1446_scrot

bitglue commented 7 years ago

It occurs to me the tuning and identification problems are easier with the audio spectrum enabled. Still not a great UX, but it is more functional, at least.

If I rebase this onto master, can we merge it?

kpreid commented 7 years ago

It looks like you updated the branch but GitHub sent me no notification of this, and the changes view still says "committed 8 days ago". Inconvenient.

Rebased in as 654fcff, with followup 77820fe.