From 146bb6e3830f15028e4710a45758d760b1c65b88 Mon Sep 17 00:00:00 2001 From: ha7ilm Date: Fri, 7 Jul 2017 13:10:30 +0200 Subject: [PATCH] README --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4d2f4f5..c3f611e 100755 --- a/README.md +++ b/README.md @@ -12,9 +12,14 @@ Most of the code is available under the permissive BSD license, with some option `csdr` has already been used to build: -- AM/FM/SSB/CW demodulators, BPSK31 decoder and waterfall display in [OpenWebRX](https://github.com/simonyiszk/openwebrx), -- AM/FM/SSB modulators in [qtcsdr](https://github.com/ha7ilm/qtcsdr) that can also be used standalone with [rpitx](https://github.com/ha7ilm/rpitx-app-note), -- a decoder for FSK transmissions sent with the CC1111 wireless MCU, and also a standalone RTTY demodulator. +- AM, FM, SSB, CW and BPSK31 demodulators and waterfall display in [OpenWebRX](https://github.com/simonyiszk/openwebrx), +- AM, FM, SSB modulators in [qtcsdr](https://github.com/ha7ilm/qtcsdr) that can also be used standalone with [rpitx](https://github.com/ha7ilm/rpitx-app-note), +- a demodulator for FSK transmissions sent with the CC1111 wireless MCU, and also a standalone RTTY demodulator. + +This animation shows the Gardner timing recovery algorithm in `csdr` locking on a baseband BPSK signal: + +![Gardner](https://raw.githubusercontent.com/wiki/simonyiszk/csdr/gardner.gif) + How to compile --------------