gr-fosphor/lib
Sylvain Munaut 36d05cfc57 fosphor/cl: Make the batch size dynamic and up to FOSPHOR_FFT_MAX_BATCH
Basically need to :
 - Set the kernel parameter at each kernel invocation
 - Modify the kernel to deal with wrap-around when writing the
   waterfall texture

The batch size still must meet some constraint :
 - Be a multiple of FOSPHOR_FFT_MULT_BATCH
 - Be less than FOSPHOR_FFT_MAX_BATCH

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2013-10-26 17:49:48 +02:00
..
fosphor fosphor/cl: Make the batch size dynamic and up to FOSPHOR_FFT_MAX_BATCH 2013-10-26 17:49:48 +02:00
CMakeLists.txt Initial import of the GNURadio block 2013-10-13 22:02:56 +02:00
fifo.cc Initial import of the GNURadio block 2013-10-13 22:02:56 +02:00
fifo.h Initial import of the GNURadio block 2013-10-13 22:02:56 +02:00
glfw_sink_c.cc Initial import of the GNURadio block 2013-10-13 22:02:56 +02:00