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;
64 static sptr make(
int vlen,
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");