From a3ba8cf268816af51c4bb39ea7ecd7e85ea0807b Mon Sep 17 00:00:00 2001 From: jblum Date: Fri, 1 May 2009 20:28:04 +0000 Subject: Merged grc developer branch r10679:10938 Misc fixes and internal changes. Added help menu for usage tips. Added drag and drop for blocks. Removed callback controls, adopted forms. Any type can have enumerated options. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10941 221aa14e-8319-0410-a670-987f0aec2ac5 --- grc/examples/usrp/usrp2_fft.grc | 133 ++++++++++++++++++++++------------------ 1 file changed, 74 insertions(+), 59 deletions(-) (limited to 'grc/examples/usrp/usrp2_fft.grc') diff --git a/grc/examples/usrp/usrp2_fft.grc b/grc/examples/usrp/usrp2_fft.grc index e7e93b3ff..134bd4614 100644 --- a/grc/examples/usrp/usrp2_fft.grc +++ b/grc/examples/usrp/usrp2_fft.grc @@ -1,11 +1,11 @@ - Fri Jan 23 11:38:11 2009 + Wed Apr 15 17:30:20 2009 options id - top_block + usrp2_fft _enabled @@ -13,7 +13,7 @@ title - USRP2 FFT + USRP2 FFT Plotter author @@ -21,7 +21,7 @@ description - FFT of Spectrum + FFT waveform plot window_size @@ -35,6 +35,10 @@ category Custom + + realtime_scheduling + + _coordinate (10, 10) @@ -44,6 +48,29 @@ 0 + + variable + + id + samp_rate + + + _enabled + True + + + value + 100e6/decim + + + _coordinate + (10, 170) + + + _rotation + 0 + + variable @@ -56,11 +83,11 @@ value - 4 + 16 _coordinate - (35, 149) + (24, 267) _rotation @@ -68,50 +95,50 @@ - usrp2_source_xxxx + variable_slider id - usrp2_source_xxxx_0 + tun_freq _enabled True - type - complex + label + USRP2 Freq (Hz) - interface - + value + 2.45e9 - mac_addr - + min + 2.4e9 - frequency - freq + max + 2.5e9 - decimation - decim + num_steps + 100 - gain - 0 + style + wx.SL_HORIZONTAL - auto_tr - + converver + float_converter - rx_ant + grid_pos _coordinate - (177, 271) + (32, 365) _rotation @@ -138,23 +165,19 @@ samp_rate - 100e6/decim + samp_rate baseband_freq - freq + tun_freq y_per_div 10 - - y_divs - 12 - ref_level - 20 + 10 fft_size @@ -165,16 +188,16 @@ 30 - avg_alpha - 0 + peak_hold + False average False - peak_hold - False + avg_alpha + 0 grid_pos @@ -182,7 +205,7 @@ _coordinate - (384, 72) + (466, 100) _rotation @@ -190,50 +213,42 @@ - variable_slider + usrp2_source_xxxx id - freq + usrp2_source_xxxx_0 _enabled True - label - Frequency (Hz) - - - value - 0 - - - min - -100e6 + type + complex - max - 100e6 + interface + - num_steps - 100 + mac_addr + - slider_length - 200 + decimation + decim - slider_type - horizontal + frequency + tun_freq - grid_pos - + gain + 0 _coordinate - (139, 129) + (211, 200) _rotation -- cgit