Update README.rst
This commit is contained in:
parent
314118a7ff
commit
a0f6ca2432
26
README.rst
26
README.rst
@ -15,21 +15,31 @@ Requirements
|
|||||||
- PyQt >= 4.5
|
- PyQt >= 4.5
|
||||||
- PyQtGraph (http://www.pyqtgraph.org)
|
- PyQtGraph (http://www.pyqtgraph.org)
|
||||||
- rtl-sdr (https://github.com/keenerd/rtl-sdr)
|
- rtl-sdr (https://github.com/keenerd/rtl-sdr)
|
||||||
|
- Optional: rtl_power_fftw (https://github.com/AD-Vega/rtl-power-fftw)
|
||||||
|
|
||||||
You should use Keenerds fork of rtl-sdr (latest Git revision),
|
You should use `Keenerds fork of rtl-sdr <https://github.com/keenerd/rtl-sdr>`_
|
||||||
bacause ``rtl_power`` in original rtl-sdr (from osmocom.org) is broken
|
(latest Git revision), because ``rtl_power`` in original rtl-sdr (from osmocom.org)
|
||||||
(especially when used with cropping).
|
is broken (especially when used with cropping).
|
||||||
|
|
||||||
|
Another alternative is
|
||||||
|
`rtl_power_fftw <https://github.com/AD-Vega/rtl-power-fftw>`_ which has various
|
||||||
|
benefits over ``rtl_power``. E.g. better FFT performance (thanks to
|
||||||
|
use of ``fftw`` library) and possibility to use much shorter acquisition time
|
||||||
|
for more real-time continuous measurement (minimum interval in original
|
||||||
|
``rtl_power`` is 1 second, but in ``rtl_power_fftw`` you are only limited
|
||||||
|
by number of frequency hops).
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
|
||||||
Start QSpectrumAnalyzer by running ``qspectrumanalyzer``.
|
Start QSpectrumAnalyzer by running ``qspectrumanalyzer``.
|
||||||
|
|
||||||
If you don't have ``rtl_power`` executable in system path, you can specify
|
You can choose if you want to use ``rtl_power`` or ``rtl_power_fftw`` backend in
|
||||||
location of it manually in *File* -> *Settings*. You can also specify waterfall
|
*File* -> *Settings* (default is ``rtl_power``). Path to ``rtl_power``
|
||||||
plot history size in there. Default is 100 lines, be aware that really large
|
(or ``rtl_power_fftw``) executable can be also manually specified there. You can also
|
||||||
sweeps (with a lot of bins) would require a lot of system memory, so don't make
|
set waterfall plot history size in there. Default is 100 lines, be aware that
|
||||||
this number too big.
|
really large sweeps (with a lot of bins) would require a lot of system memory, so
|
||||||
|
don't make this number too big.
|
||||||
|
|
||||||
Controls should be intuitive, but if you want consistent results, you should
|
Controls should be intuitive, but if you want consistent results, you should
|
||||||
turn off automatic gain control (set it to some fixed number) and also set
|
turn off automatic gain control (set it to some fixed number) and also set
|
||||||
|
Loading…
Reference in New Issue
Block a user