README 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. Gqrx is a software defined radio receiver powered by the
  2. GNU Radio SDR framework and the Qt graphical toolkit.
  3. Gqrx supports many of the SDR hardware available,
  4. including Funcube Dongles, rtl-sdr, HackRF and USRP devices.
  5. Gqrx has the following features:
  6. Discover devices attached to the computer.
  7. Process I/Q data from the supported devices.
  8. Change frequency, gain and apply various corrections (frequency, I/Q balance).
  9. AM, SSB, FM-N and FM-W (mono and stereo) demodulators.
  10. Special FM mode for NOAA APT.
  11. Variable band pass filter.
  12. AGC, squelch and noise blankers.
  13. FFT plot and waterfall.
  14. Record and playback audio to / from WAV file.
  15. Spectrum analyzer mode where all signal processing is disabled.
  16. NOTE:
  17. To successfully run gqrx you must build gr-osmosdr with
  18. support to your hardware (eg rtl-sdr,uhd) and have installed
  19. on your system the latest version of libusb (1.0.19)
  20. (you can grab it from slackware current)
  21. NOTE:
  22. If you use a DVB-T dongle keep in mind newer kernels already
  23. contains a DVB driver, however, we do not want to use this.
  24. The above "modprobe -r dvb_usb_rtl28xxu" command unloads this
  25. from the kernel, however for a permanent solution you will
  26. need to create the following file in /etc/modprobe.d/:
  27. rtl.conf and add this line: blacklist dvb_usb_rtl28xxu