#include <Python.h>
#include <gr_qtgui_api.h>
#include <gr_block.h>
#include <gr_firdes.h>
#include <gri_fft.h>
#include <qapplication.h>
#include <gruel/high_res_timer.h>
#include "SpectrumGUIClass.h"
Go to the source code of this file.
Classes |
class | qtgui_sink_c |
| A graphical sink to display freq, spec, time, and const plots.This is a QT-based graphical sink the takes a complex stream and plots it. The default action is to plot the signal as a PSD (FFT), spectrogram (waterfall), time domain I&Q, and constellation (I vs. Q) plots. The plots may be turned off by setting the appropriate boolean value in the constructor to False. More...
|
Functions |
GR_QTGUI_API qtgui_sink_c_sptr | qtgui_make_sink_c (int fftsize, int wintype, double fc=0, double bandwidth=1.0, const std::string &name="Spectrum Display", bool plotfreq=true, bool plotwaterfall=true, bool plottime=true, bool plotconst=true, QWidget *parent=NULL) |
Function Documentation
GR_QTGUI_API qtgui_sink_c_sptr qtgui_make_sink_c |
( |
int |
fftsize, |
|
|
int |
wintype, |
|
|
double |
fc = 0 , |
|
|
double |
bandwidth = 1.0 , |
|
|
const std::string & |
name = "Spectrum Display" , |
|
|
bool |
plotfreq = true , |
|
|
bool |
plotwaterfall = true , |
|
|
bool |
plottime = true , |
|
|
bool |
plotconst = true , |
|
|
QWidget * |
parent = NULL |
|
) |
| |