Libraries
GR-gen-tools
This is a library of GNU Radio tools. Currently this includes:
Throughput measurement block
File Recorder block
Table block (uses JDSP with a Java Swing Frame and Table model)
JDSP
JDSP is a Java library of common DSP algorithms. It is basically my attempt to provide basic functions I enjoy from Python (numpy, scipy, matplotlib) to development in the Java environment.
Things implemented:
Filter design (windowing), convolution
I/O (CSV, PCM Audio file)
Swing UI for plotting line, spectrogram, tables
Py-boring-stuff
py-boring-stuff is a Python library that can be used to map out a Python library. This can be used for documentation of your own library or as a tool to analyzer external libraries. The main use-case is to use 'inspect' to map a Python library and then generate a class diagram in PlantUML format.