23 #ifndef INCLUDED_QTGUI_WATERFALL_SINK_F_H
24 #define INCLUDED_QTGUI_WATERFALL_SINK_F_H
29 #include <qapplication.h>
70 static sptr make(
int size,
int wintype,
72 const std::string &
name,
74 QWidget *parent=NULL);
76 virtual void exec_() = 0;
77 virtual PyObject* pyqwidget() = 0;
79 virtual void clear_data() = 0;
81 virtual void set_fft_size(
const int fftsize) = 0;
82 virtual int fft_size()
const = 0;
83 virtual void set_fft_average(
const float fftavg) = 0;
84 virtual float fft_average()
const = 0;
88 virtual void set_frequency_range(
const double centerfreq,
89 const double bandwidth) = 0;
90 virtual void set_intensity_range(
const double min,
91 const double max) = 0;
93 virtual void set_update_time(
double t) = 0;
94 virtual void set_title(
const std::string &title) = 0;
95 virtual void set_line_label(
int which,
const std::string &line) = 0;
96 virtual void set_line_alpha(
int which,
double alpha) = 0;
97 virtual void set_color_map(
int which,
const int color) = 0;
99 virtual std::string title() = 0;
100 virtual std::string line_label(
int which) = 0;
101 virtual double line_alpha(
int which) = 0;
102 virtual int color_map(
int which) = 0;
104 virtual void set_size(
int width,
int height) = 0;
106 virtual void auto_scale() = 0;
107 virtual double min_intensity(
int which) = 0;
108 virtual double max_intensity(
int which) = 0;
110 virtual void enable_menu(
bool en=
true) = 0;
111 virtual void enable_grid(
bool en=
true) = 0;
A graphical sink to display multiple signals on a waterfall (spectrogram) plot.
Definition: waterfall_sink_f.h:53
float min(float a, float b)
boost::shared_ptr< waterfall_sink_f > sptr
Definition: waterfall_sink_f.h:57
#define QTGUI_API
Definition: gr-qtgui/include/gnuradio/qtgui/api.h:30
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
QApplication * d_qApplication
Definition: waterfall_sink_f.h:113
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
VOLK_API $kern pname $kern name
A function pointer to the dispatcher implementation.
win_type
Definition: firdes.h:45