23 #ifndef INCLUDED_QTGUI_WATERFALL_SINK_F_H
24 #define INCLUDED_QTGUI_WATERFALL_SINK_F_H
32 #include <qapplication.h>
91 typedef boost::shared_ptr<waterfall_sink_f>
sptr;
109 static sptr make(
int size,
int wintype,
110 double fc,
double bw,
111 const std::string &name,
113 QWidget *parent=NULL);
115 virtual void exec_() = 0;
116 virtual QWidget* qwidget() = 0;
119 virtual PyObject* pyqwidget() = 0;
121 virtual void* pyqwidget() = 0;
124 virtual void clear_data() = 0;
126 virtual void set_fft_size(
const int fftsize) = 0;
127 virtual int fft_size()
const = 0;
128 virtual void set_time_per_fft(
const double t) = 0;
129 virtual void set_fft_average(
const float fftavg) = 0;
130 virtual float fft_average()
const = 0;
134 virtual void set_frequency_range(
const double centerfreq,
135 const double bandwidth) = 0;
136 virtual void set_intensity_range(
const double min,
137 const double max) = 0;
139 virtual void set_update_time(
double t) = 0;
140 virtual void set_title(
const std::string &title) = 0;
141 virtual void set_time_title(
const std::string &title) = 0;
142 virtual void set_line_label(
int which,
const std::string &line) = 0;
143 virtual void set_line_alpha(
int which,
double alpha) = 0;
144 virtual void set_color_map(
int which,
const int color) = 0;
151 virtual void set_plot_pos_half(
bool half) = 0;
153 virtual std::string title() = 0;
154 virtual std::string line_label(
int which) = 0;
155 virtual double line_alpha(
int which) = 0;
156 virtual int color_map(
int which) = 0;
158 virtual void set_size(
int width,
int height) = 0;
160 virtual void auto_scale() = 0;
161 virtual double min_intensity(
int which) = 0;
162 virtual double max_intensity(
int which) = 0;
164 virtual void enable_menu(
bool en=
true) = 0;
165 virtual void enable_grid(
bool en=
true) = 0;
166 virtual void disable_legend() = 0;
A graphical sink to display multiple signals on a waterfall (spectrogram) plot.
Definition: waterfall_sink_f.h:87
float min(float a, float b)
boost::shared_ptr< waterfall_sink_f > sptr
Definition: waterfall_sink_f.h:91
#define QTGUI_API
Definition: gr-qtgui/include/gnuradio/qtgui/api.h:30
QApplication * d_qApplication
Definition: waterfall_sink_f.h:168
Include this header to use the message passing features.
Definition: logger.h:131
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
win_type
Definition: firdes.h:45