GNURadio block for spectrum visualization using GPU https://osmocom.org/projects/sdr/wiki/Fosphor
Go to file
Sylvain Munaut c9b6b9fd93 gr-fosphor/cmake: Import a copy of GnuradioConfig as FindGnuradio.cmake
The one currently shipped with GR is broken ... so don't depend on it.

The name change is needed for it to take precendence over the one in
the system directories.

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2013-11-10 22:24:07 +01:00
apps Initial import of the GNURadio block 2013-10-13 22:02:56 +02:00
cmake gr-fosphor/cmake: Import a copy of GnuradioConfig as FindGnuradio.cmake 2013-11-10 22:24:07 +01:00
docs Initial import of the GNURadio block 2013-10-13 22:02:56 +02:00
grc gr-fosphor: Add frequency range (center/span) awareness 2013-11-10 22:24:07 +01:00
include/gnuradio/fosphor gr-fosphor: Add frequency range (center/span) awareness 2013-11-10 22:24:07 +01:00
lib gr-fosphor/cmake: Switch to the new recommended GnuradioConfig 2013-11-10 22:24:07 +01:00
python gr-fosphor: Add frequency range (center/span) awareness 2013-11-10 22:24:07 +01:00
swig gr-fosphor/cmake: Switch to the new recommended GnuradioConfig 2013-11-10 22:24:07 +01:00
AUTHORS Initial import of the GNURadio block 2013-10-13 22:02:56 +02:00
CMakeLists.txt gr-fosphor/cmake: Switch to the new recommended GnuradioConfig 2013-11-10 22:24:07 +01:00
COPYING Initial import of the GNURadio block 2013-10-13 22:02:56 +02:00
gnuradio-fosphor.pc.in gr-fosphor: Add dummy version in .pc file 2013-10-26 17:54:02 +02:00

docs/README.fosphor

To use the fosphor blocks in Python, import it as :

    from gnuradio import fosphor

See the Doxygen documentation for details about the blocks available
in this package. A quick listing of the details can be found in Python
after importing by using:

    help(fosphor)