From b9c86cc7cbefd8d8b241d47196c8e4d4470aa62c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Retzler?= Date: Thu, 4 Aug 2016 08:45:38 +0200 Subject: [PATCH] Updated Using RTLSDR on HF with an upconverter (markdown) --- Using-RTLSDR-on-HF-with-an-upconverter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-RTLSDR-on-HF-with-an-upconverter.md b/Using-RTLSDR-on-HF-with-an-upconverter.md index b059ac7..a7fc09f 100644 --- a/Using-RTLSDR-on-HF-with-an-upconverter.md +++ b/Using-RTLSDR-on-HF-with-an-upconverter.md @@ -18,7 +18,7 @@ show_center_freq = 14500000 # this is what will be the center of the scale on th ``` Another way to configure this is to give the 120 MHz frequency offset the following way: -``` +```python samp_rate = 1024000 center_freq = 134500000 show_center_freq = center_freq - 120000000