Martin Pavelek c3b4d5188a New Spectrum Analyzer (#4950) | пре 5 година | |
---|---|---|
.. | ||
Analyzer.cpp | пре 5 година | |
Analyzer.h | пре 5 година | |
CMakeLists.txt | пре 5 година | |
README.md | пре 5 година | |
SaControls.cpp | пре 5 година | |
SaControls.h | пре 5 година | |
SaControlsDialog.cpp | пре 5 година | |
SaControlsDialog.h | пре 5 година | |
SaProcessor.cpp | пре 5 година | |
SaProcessor.h | пре 5 година | |
SaSpectrumView.cpp | пре 5 година | |
SaSpectrumView.h | пре 5 година | |
SaWaterfallView.cpp | пре 5 година | |
SaWaterfallView.h | пре 5 година | |
block_size.svg | пре 5 година | |
freeze.svg | пре 5 година | |
freeze_off.svg | пре 5 година | |
logo.png | пре 8 година | |
pause.svg | пре 5 година | |
play.svg | пре 5 година | |
window.svg | пре 5 година | |
x_linear.svg | пре 5 година | |
x_log.svg | пре 5 година | |
y_linear.svg | пре 5 година | |
y_log.svg | пре 5 година |
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