#include <gr_block.h>
#include <gr_firdes.h>
#include <gri_fft.h>
#include <qapplication.h>
#include <qtgui.h>
#include <Python.h>
#include "SpectrumGUIClass.h"
Go to the source code of this file.
Classes |
class | qtgui_sink_f |
Functions |
qtgui_sink_f_sptr | qtgui_make_sink_f (int fftsize, int wintype, double fc=0, double bw=1.0, const std::string &name="Spectrum Display", bool plotfreq=true, bool plotwaterfall=true, bool plotwaterfall3d=true, bool plottime=true, bool plotconst=true, bool use_openGL=true, QWidget *parent=NULL) |
Function Documentation
qtgui_sink_f_sptr qtgui_make_sink_f |
( |
int |
fftsize, |
|
|
int |
wintype, |
|
|
double |
fc = 0 , |
|
|
double |
bw = 1.0 , |
|
|
const std::string & |
name = "Spectrum Display" , |
|
|
bool |
plotfreq = true , |
|
|
bool |
plotwaterfall = true , |
|
|
bool |
plotwaterfall3d = true , |
|
|
bool |
plottime = true , |
|
|
bool |
plotconst = true , |
|
|
bool |
use_openGL = true , |
|
|
QWidget * |
parent = NULL |
|
) |
| |