GNURadio block for spectrum visualization using GPU https://osmocom.org/projects/sdr/wiki/Fosphor
Go to file
Sylvain Munaut dec2f97875 gr-fosphor: Make sure FindGnuradioRuntime caches GNURADIO_RUNTIME_LIBRARIES
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2013-10-26 17:51:38 +02:00
apps Initial import of the GNURadio block 2013-10-13 22:02:56 +02:00
cmake gr-fosphor: Make sure FindGnuradioRuntime caches GNURADIO_RUNTIME_LIBRARIES 2013-10-26 17:51:38 +02:00
docs Initial import of the GNURadio block 2013-10-13 22:02:56 +02:00
grc Initial import of the GNURadio block 2013-10-13 22:02:56 +02:00
include/gnuradio/fosphor gr-fosphor: Fix include guard #define on glfw_sink_c.h 2013-10-26 17:51:12 +02:00
lib fosphor/cl: Make the batch size dynamic and up to FOSPHOR_FFT_MAX_BATCH 2013-10-26 17:49:48 +02:00
python gr-fosphor: Fix indentation in __init__.py 2013-10-26 17:50:53 +02:00
swig Initial import of the GNURadio block 2013-10-13 22:02:56 +02:00
AUTHORS Initial import of the GNURadio block 2013-10-13 22:02:56 +02:00
CMakeLists.txt Initial import of the GNURadio block 2013-10-13 22:02:56 +02:00
COPYING Initial import of the GNURadio block 2013-10-13 22:02:56 +02:00
gnuradio-fosphor.pc.in Initial import of the GNURadio block 2013-10-13 22:02:56 +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)