Martin Pavelek c3b4d5188a New Spectrum Analyzer (#4950) | vor 5 Jahren | |
---|---|---|
.. | ||
Analyzer.cpp | vor 5 Jahren | |
Analyzer.h | vor 5 Jahren | |
CMakeLists.txt | vor 5 Jahren | |
README.md | vor 5 Jahren | |
SaControls.cpp | vor 5 Jahren | |
SaControls.h | vor 5 Jahren | |
SaControlsDialog.cpp | vor 5 Jahren | |
SaControlsDialog.h | vor 5 Jahren | |
SaProcessor.cpp | vor 5 Jahren | |
SaProcessor.h | vor 5 Jahren | |
SaSpectrumView.cpp | vor 5 Jahren | |
SaSpectrumView.h | vor 5 Jahren | |
SaWaterfallView.cpp | vor 5 Jahren | |
SaWaterfallView.h | vor 5 Jahren | |
block_size.svg | vor 5 Jahren | |
freeze.svg | vor 5 Jahren | |
freeze_off.svg | vor 5 Jahren | |
logo.png | vor 8 Jahren | |
pause.svg | vor 5 Jahren | |
play.svg | vor 5 Jahren | |
window.svg | vor 5 Jahren | |
x_linear.svg | vor 5 Jahren | |
x_log.svg | vor 5 Jahren | |
y_linear.svg | vor 5 Jahren | |
y_log.svg | vor 5 Jahren |
This plugin consists of three widgets and back-end code to provide them with required data.
The top-level widget is SaControlDialog. It populates a configuration widget (created dynamically) and instantiates spectrum display widgets. Its main back-end class is SaControls, which holds all configuration values and globally valid constants (e.g. range definitions).
SaSpectrumDisplay and SaWaterfallDisplay show the result of spectrum analysis. Their main back-end class is SaProcessor, which performs FFT analysis on data received from the Analyzer class, which in turn handles the interface with LMMS.
1.0.1 2019-06-02
- code style changes
- added tool-tips
- use const for unmodified arrays passed to fft_helpers
1.0.0 2019-04-07
- initial release