gr-fosphor/lib
Sylvain Munaut ce907419c7 fosphor: Make the FFT window dynamic
- It's not longer hardcoded / computed in the kernel, but computed
   once and read from constant memory
 - By default it uses a periodic Hamming window
 - But you can load any window as a simple array of float
 - Different types of window is deemed out-of-scope here. The default
   is provided just for convenience to have something valid.

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2013-11-10 22:24:07 +01:00
..
fosphor fosphor: Make the FFT window dynamic 2013-11-10 22:24:07 +01:00
CMakeLists.txt gr-fosphor/cmake: Switch to the new recommended GnuradioConfig 2013-11-10 22:24:07 +01:00
QGLSurface.cc gr-fosphor: Add Qt widget version of the fosphor sink 2013-10-26 21:07:14 +02:00
QGLSurface.h gr-fosphor: Add Qt widget version of the fosphor sink 2013-10-26 21:07:14 +02:00
base_sink_c_impl.cc gr-fosphor: Add frequency range (center/span) awareness 2013-11-10 22:24:07 +01:00
base_sink_c_impl.h gr-fosphor: Add frequency range (center/span) awareness 2013-11-10 22:24:07 +01: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_impl.cc gr-fosphor: Split block into base function and UI specific part 2013-10-26 21:05:08 +02:00
glfw_sink_c_impl.h gr-fosphor: Split block into base function and UI specific part 2013-10-26 21:05:08 +02:00
qt_sink_c_impl.cc gr-fosphor: Make the different GUI version optional 2013-10-26 21:09:50 +02:00
qt_sink_c_impl.h gr-fosphor: Add Qt widget version of the fosphor sink 2013-10-26 21:07:14 +02:00
wx_core_sink_c_impl.cc gr-fosphor: Add WX widget version of the fosphor sink 2013-10-26 21:06:04 +02:00
wx_core_sink_c_impl.h gr-fosphor: Add WX widget version of the fosphor sink 2013-10-26 21:06:04 +02:00