|
| | SpectrumGUIClass (const uint64_t maxDataSize, const uint64_t fftSize, const double newCenterFrequency, const double newStartFrequency, const double newStopFrequency) |
| |
| | ~SpectrumGUIClass () |
| |
| void | reset () |
| |
| void | openSpectrumWindow (QWidget *, const bool frequency=true, const bool waterfall=true, const bool time=true, const bool constellation=true) |
| |
| void | setDisplayTitle (const std::string) |
| |
| bool | getWindowOpenFlag () |
| |
| void | setWindowOpenFlag (const bool) |
| |
| void | setFrequencyRange (const double, const double, const double) |
| |
| double | getStartFrequency () |
| |
| double | getStopFrequency () |
| |
| double | getCenterFrequency () |
| |
| void | updateWindow (const bool, const float *, const uint64_t, const float *, const uint64_t, const float *, const uint64_t, const gr::high_res_timer_type, const bool) |
| |
| float | getPowerValue () |
| |
| void | setPowerValue (const float) |
| |
| int | getWindowType () |
| |
| void | setWindowType (const int) |
| |
| int | getFFTSize () |
| |
| int | getFFTSizeIndex () |
| |
| void | setFFTSize (const int) |
| |
| gr::high_res_timer_type | getLastGUIUpdateTime () |
| |
| void | setLastGUIUpdateTime (const gr::high_res_timer_type) |
| |
| unsigned int | getPendingGUIUpdateEvents () |
| |
| void | incrementPendingGUIUpdateEvents () |
| |
| void | decrementPendingGUIUpdateEvents () |
| |
| void | resetPendingGUIUpdateEvents () |
| |
| QWidget * | qwidget () |
| |
| void | setTimeDomainAxis (double min, double max) |
| |
| void | setConstellationAxis (double xmin, double xmax, double ymin, double ymax) |
| |
| void | setConstellationPenSize (int size) |
| |
| void | setFrequencyAxis (double min, double max) |
| |
| void | setUpdateTime (double t) |
| |
| void | enableRFFreq (bool en) |
| |
| bool | checkClicked () |
| |
| float | getClickedFreq () |
| |
QWidget class for controlling plotting.