Martin Pavelek c3b4d5188a New Spectrum Analyzer (#4950) | před 5 roky | |
---|---|---|
.. | ||
Analyzer.cpp | před 5 roky | |
Analyzer.h | před 5 roky | |
CMakeLists.txt | před 5 roky | |
README.md | před 5 roky | |
SaControls.cpp | před 5 roky | |
SaControls.h | před 5 roky | |
SaControlsDialog.cpp | před 5 roky | |
SaControlsDialog.h | před 5 roky | |
SaProcessor.cpp | před 5 roky | |
SaProcessor.h | před 5 roky | |
SaSpectrumView.cpp | před 5 roky | |
SaSpectrumView.h | před 5 roky | |
SaWaterfallView.cpp | před 5 roky | |
SaWaterfallView.h | před 5 roky | |
block_size.svg | před 5 roky | |
freeze.svg | před 5 roky | |
freeze_off.svg | před 5 roky | |
logo.png | před 8 roky | |
pause.svg | před 5 roky | |
play.svg | před 5 roky | |
window.svg | před 5 roky | |
x_linear.svg | před 5 roky | |
x_log.svg | před 5 roky | |
y_linear.svg | před 5 roky | |
y_log.svg | před 5 roky |
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