23 #ifndef CONSTELLATION_DISPLAY_PLOT_H 24 #define CONSTELLATION_DISPLAY_PLOT_H 43 void plotNewData(
const std::vector<double*> realDataPoints,
44 const std::vector<double*> imagDataPoints,
45 const int64_t numDataPoints,
46 const double timeInterval);
50 const double* imagDataPoints,
51 const int64_t numDataPoints,
52 const double timeInterval);
58 void set_axis(
double xmin,
double xmax,
double ymin,
double ymax);
65 void _autoScale(
double bottom,
double top);
67 std::vector<double*> d_real_data;
68 std::vector<double*> d_imag_data;
void set_xaxis(double min, double max)
QWidget base plot to build QTGUI plotting tools.
Definition: DisplayPlot.h:61
float min(float a, float b)
void set_pen_size(int size)
ConstellationDisplayPlot(int nplots, QWidget *)
void setAutoScale(bool state)
void plotNewData(const std::vector< double *> realDataPoints, const std::vector< double *> imagDataPoints, const int64_t numDataPoints, const double timeInterval)
void set_yaxis(double min, double max)
virtual ~ConstellationDisplayPlot()
QWidget for displaying constellaton (I&Q) plots.
Definition: ConstellationDisplayPlot.h:35
void set_axis(double xmin, double xmax, double ymin, double ymax)