diff options
author | Panagiotis Nikolaou <hostmaster@slackonly.com> | 2017-02-06 09:22:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-10 07:13:28 +0700 |
commit | 3fec6b4aefedf6f6b47253eb47bbc6915930c83a (patch) | |
tree | 5220f3916f69ad785a5b04ca139400bd8d705d01 /ham/gqrx-sdr/README | |
parent | 8ef441a7fe2ba6ddb9f327df61d09e2f44ca96c9 (diff) |
ham/gqrx-sdr: Added (software defined radio receiver).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ham/gqrx-sdr/README')
-rw-r--r-- | ham/gqrx-sdr/README | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/ham/gqrx-sdr/README b/ham/gqrx-sdr/README new file mode 100644 index 000000000000..df5cb6ff451c --- /dev/null +++ b/ham/gqrx-sdr/README @@ -0,0 +1,25 @@ +Gqrx is a software defined radio receiver powered by the +GNU Radio SDR framework and the Qt graphical toolkit. +Gqrx supports many of the SDR hardware available, +including Funcube Dongles, rtl-sdr, HackRF and USRP devices. + +Gqrx has the following features: + +Discover devices attached to the computer. +Process I/Q data from the supported devices. +Change frequency, gain and apply various corrections (frequency, I/Q balance). +AM, SSB, FM-N and FM-W (mono and stereo) demodulators. +Special FM mode for NOAA APT. +Variable band pass filter. +AGC, squelch and noise blankers. +FFT plot and waterfall. +Record and playback audio to / from WAV file. +Spectrum analyzer mode where all signal processing is disabled. + +NOTE: +If you use a DVB-T dongle keep in mind newer kernels already +contains a DVB driver, however, we do not want to use this. +The above "modprobe -r dvb_usb_rtl28xxu" command unloads this +from the kernel, however for a permanent solution you will +need to create the following file in /etc/modprobe.d/: +rtl.conf and add this line: blacklist dvb_usb_rtl28xxu |