#include <Python.h>
#include <gr_qtgui_api.h>
#include <gr_sync_block.h>
#include <gr_firdes.h>
#include <gri_fft.h>
#include <qapplication.h>
#include <timedisplayform.h>
Go to the source code of this file.
Classes |
class | qtgui_time_sink_c |
| A graphical sink to display multiple signals in time.This is a QT-based graphical sink the takes set of a complex streams and plots them in the time domain. For each signal, both the signal's I and Q parts are plotted, and they are all plotted with a different color, and the set_title and set_color functions can be used to change the lable and color for a given input number. More...
|
Functions |
GR_QTGUI_API qtgui_time_sink_c_sptr | qtgui_make_time_sink_c (int size, double bw, const std::string &name, int nconnectons=1, QWidget *parent=NULL) |
Function Documentation
GR_QTGUI_API qtgui_time_sink_c_sptr qtgui_make_time_sink_c |
( |
int |
size, |
|
|
double |
bw, |
|
|
const std::string & |
name, |
|
|
int |
nconnectons = 1 , |
|
|
QWidget * |
parent = NULL |
|
) |
| |