22 #ifndef INCLUDED_RADAR_QTGUI_SPECTROGRAM_PLOT_H
23 #define INCLUDED_RADAR_QTGUI_SPECTROGRAM_PLOT_H
25 #include <gnuradio/tagged_stream_block.h>
54 typedef boost::shared_ptr<qtgui_spectrogram_plot>
sptr;
69 std::vector<float> axis_x,
70 std::vector<float> axis_y,
71 std::vector<float> axis_z,
73 std::string len_key =
"packet_len");
#define RADAR_API
Definition: api.h:31
This block displays a spectrogram plot of a tagged stream with vectors. Tagged streams combined with ...
Definition: qtgui_spectrogram_plot.h:52
boost::shared_ptr< qtgui_spectrogram_plot > sptr
Definition: qtgui_spectrogram_plot.h:54
static sptr make(int vlen, int interval, std::string xlabel, std::string ylabel, std::string label, std::vector< float > axis_x, std::vector< float > axis_y, std::vector< float > axis_z, bool autoscale_z, std::string len_key="packet_len")
Return a shared_ptr to a new instance of radar::qtgui_spectrogram_plot.
Definition: crop_matrix_vcvc.h:28