예제 #1
0
def sink_c(*args, **kwargs):
  """
    sink_c(int fftsize, int wintype, double fc = 0, double bw = 1.0, 
        string name = "Display", bool plotfreq = True, 
        bool plotwaterfall = True, bool plottime = True, 
        bool plotconst = True, QWidget parent = None) -> qtgui_sink_c_sptr
    """
  return _qtgui_swig.sink_c(*args, **kwargs)
예제 #2
0
def sink_c(*args, **kwargs):
  """
    sink_c(int fftsize, int wintype, double fc = 0, double bw = 1.0, 
        string name = "Display", bool plotfreq = True, 
        bool plotwaterfall = True, bool plottime = True, 
        bool plotconst = True, QWidget parent = None) -> qtgui_sink_c_sptr

    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.
    """
  return _qtgui_swig.sink_c(*args, **kwargs)
예제 #3
0
def sink_c(*args, **kwargs):
  """
    sink_c(int fftsize, int wintype, double fc = 0, double bw = 1.0, 
        string name = "Display", bool plotfreq = True, 
        bool plotwaterfall = True, bool plottime = True, 
        bool plotconst = True, QWidget parent = None) -> qtgui_sink_c_sptr

    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.
    """
  return _qtgui_swig.sink_c(*args, **kwargs)