GNURadio block for spectrum visualization using GPU https://osmocom.org/projects/sdr/wiki/Fosphor
Go to file
Sylvain Munaut 3ccf1aa52d fosphor: Refactor to introduce more shared state between global/cl/gl
Originally I wanted the CL/GL part to be as separate as possible and
have no shared data. But it's too inconvenient since a beside the
CL / GL objects there is also configuration data that should be shared
and distributed between the two.

So instead we still have separate gl/cl state that are restricted but
the function act on a shared 'struct fosphor' object that contains
everything that's shared and exposed to both cl.c and gl.c

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2013-11-10 22:24:06 +01:00
apps Initial import of the GNURadio block 2013-10-13 22:02:56 +02:00
cmake gr-fosphor: Make the different GUI version optional 2013-10-26 21:09:50 +02:00
docs Initial import of the GNURadio block 2013-10-13 22:02:56 +02:00
grc gr-fosphor: Make the different GUI version optional 2013-10-26 21:09:50 +02:00
include/gnuradio/fosphor gr-fosphor: Make the different GUI version optional 2013-10-26 21:09:50 +02:00
lib fosphor: Refactor to introduce more shared state between global/cl/gl 2013-11-10 22:24:06 +01:00
python gr-fosphor/python: Improve error reporting is wx_sink_c failed import 2013-11-05 09:43:07 +01:00
swig gr-fosphor: Make the different GUI version optional 2013-10-26 21:09:50 +02:00
AUTHORS Initial import of the GNURadio block 2013-10-13 22:02:56 +02:00
CMakeLists.txt gr-fosphor: Make the different GUI version optional 2013-10-26 21:09:50 +02: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)