From c8e44b92f16e2000c8eb0140260dcf954ef11818 Mon Sep 17 00:00:00 2001 From: Gerry Kavanagh Date: Mon, 6 Jul 2020 12:58:16 +0100 Subject: [PATCH] Created Audio Receivers (markdown) --- Audio-Receivers.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Audio-Receivers.md diff --git a/Audio-Receivers.md b/Audio-Receivers.md new file mode 100644 index 0000000..d3ee23f --- /dev/null +++ b/Audio-Receivers.md @@ -0,0 +1,10 @@ +The Audio Receivers application is a general purpose, protocol-free Receiver Application. This is to say it demodulates the raw modulation but does not do any decoding of the demodulated stream. + +The Sub-Applications are as follows: + +|Application Name|Functionality| +|----------------|-------------| +|[SPEC](Spectrum-Analyser-Receiver)|General-purpose RF Spectrum viewer/recorder| +|[WFM](Wide-FM-Receiver)|Wide Frequency-Modulation (inc. Stereo FM) demodulator| +|[NFM](Narrow-FM-Receiver)|Narrow Frequency-Modulation demodulator| +|[AM](AM-Receiver)|Amplitude Modulation (inc. Single-Sideband, Double-Sideband) demodulator| \ No newline at end of file