From 5b7e5b017a30c5afec3ac7f02a8dfe83a6a107e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Retzler?= Date: Sun, 8 Nov 2015 19:53:06 +0100 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a894aa..c88e32f 100644 --- a/README.md +++ b/README.md @@ -53,13 +53,26 @@ On the PC, open GNU Radio Companion, and load the flow graph in this repo at `gn If you execute it, the I/Q signal will be streamed to the Raspberry Pi through the TCP socket. -* Note that the frequency translation is there on intention. On some unkown reason, the spectrum is quite bad if our signal is centered at DC. +* Note that the frequency translation is there on intention. On some unkown reason, the spectrum is quite distorted if our signal is centered at DC. Here is the good result if received with an RTL-SDR and GQRX: ![NFM in GQRX](/images/gqrx-nfm.png?raw=true) +### SSB modulator example in GNU Radio +Use the flow graph in `gnuradio/ssb-rpitx`. +This will transmit an USB signal. + +![SSB in GNU Radio](/images/grc-ssb.png?raw=true) + +The spectrum of the transmitted I/Q signal looks like this: + +![SSB in GNU Radio](/images/grc-ssb-running.png?raw=true) + +After receiving it with RTL-SDR and GQRX: + +![SSB in GQRX](/images/gqrx-ssb.png?raw=true) ## Using rpitx with csdr to modulate streaming input