Esempio n. 1
0
def sink_f(*args, **kwargs):
  """
    sink_f(int fftsize, int wintype, double fc = 0, double bw = 0.0, 
        string name = "Display", bool plotfreq = True, 
        bool plotwaterfall = True, bool plottime = True, 
        bool plotconst = True, QWidget parent = None) -> qtgui_sink_f_sptr
    """
  return _qtgui_swig.sink_f(*args, **kwargs)
Esempio n. 2
0
def sink_f(*args, **kwargs):
  """
    sink_f(int fftsize, int wintype, double fc = 0, double bw = 0.0, 
        string name = "Display", bool plotfreq = True, 
        bool plotwaterfall = True, bool plottime = True, 
        bool plotconst = False, QWidget parent = None) -> qtgui_sink_f_sptr

    A graphical sink to display freq, spec, and time.

    This is a QT-based graphical sink the takes a float stream and plots it. The default action is to plot the signal as a PSD (FFT), spectrogram (waterfall), and time domain plots. The plots may be turned off by setting the appropriate boolean value in the constructor to False.
    """
  return _qtgui_swig.sink_f(*args, **kwargs)
Esempio n. 3
0
def sink_f(*args, **kwargs):
  """
    sink_f(int fftsize, int wintype, double fc = 0, double bw = 0.0, 
        string name = "Display", bool plotfreq = True, 
        bool plotwaterfall = True, bool plottime = True, 
        bool plotconst = False, QWidget parent = None) -> qtgui_sink_f_sptr

    A graphical sink to display freq, spec, and time.

    This is a QT-based graphical sink the takes a float stream and plots it. The default action is to plot the signal as a PSD (FFT), spectrogram (waterfall), and time domain plots. The plots may be turned off by setting the appropriate boolean value in the constructor to False.
    """
  return _qtgui_swig.sink_f(*args, **kwargs)