WX GUI FFT Sinkwxgui_fftsink2WX GUI Widgetsfrom gnuradio import windowfrom gnuradio.wxgui import fftsink2#set $parent = $notebook() and 'self.%s.GetPage(%s)'%$notebook() or 'self'
fftsink2.$(type.fcn)(
$(parent).GetWin(),
baseband_freq=$baseband_freq,
y_per_div=$y_per_div,
y_divs=$y_divs,
ref_level=$ref_level,
ref_scale=$ref_scale,
sample_rate=$samp_rate,
fft_size=$fft_size,
fft_rate=$fft_rate,
average=$average,
avg_alpha=#if $avg_alpha() then $avg_alpha else 'None'#,
title=$title,
peak_hold=$peak_hold,
#if $win()
win=$win,
#end if
#if $win_size()
size=$win_size,
#end if
)
#if not $grid_pos()
$(parent).Add(self.$(id).win)
#else
$(parent).GridAdd(self.$(id).win, $(', '.join(map(str, $grid_pos()))))
#end ifset_baseband_freq($baseband_freq)set_sample_rate($samp_rate)TypetypecomplexenumTitletitleFFT PlotstringSample Ratesamp_ratesamp_raterealBaseband Freqbaseband_freq0realY per Divy_per_div10enumY Divsy_divs10intRef Level (dB)ref_level50realRef Scale (p2p)ref_scale2.0realFFT Sizefft_size1024intRefresh Ratefft_rate30intPeak Holdpeak_holdFalseenum#if $peak_hold() == 'True' then 'none' else 'part'#AverageaverageFalseenumpartAverage Alphaavg_alpha0real#if $average() == 'True' then 'none' else 'all'#WindowwinNoneraw#if $win() is None then 'part' else 'none'#Window Sizewin_sizeint_vector#if $win_size() then 'none' else 'part'#Grid Positiongrid_posgrid_posNotebooknotebooknotebooknot $win_size or len($win_size) == 2in$type
Set Average Alpha to 0 for automatic setting.
Leave the window blank for the default size, otherwise enter a tuple of (width, height) pixels.
Use the Grid Position (row, column, row span, column span) to position the graphical element in the window.
Use the Notebook Param (notebook-id, page-index) to place the graphical element inside of a notebook page.