From ccca4c7d043bd5e14e48c67880da498c7d578734 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 6 Oct 2009 18:00:21 -0700 Subject: moved grc examples to gnuradio-examples/grc --- grc/examples/usrp/usrp_wbfm_receive.grc | 466 -------------------------------- 1 file changed, 466 deletions(-) delete mode 100644 grc/examples/usrp/usrp_wbfm_receive.grc (limited to 'grc/examples/usrp/usrp_wbfm_receive.grc') diff --git a/grc/examples/usrp/usrp_wbfm_receive.grc b/grc/examples/usrp/usrp_wbfm_receive.grc deleted file mode 100644 index 8f53475ab..000000000 --- a/grc/examples/usrp/usrp_wbfm_receive.grc +++ /dev/null @@ -1,466 +0,0 @@ - - - Fri Apr 17 19:06:07 2009 - - options - - id - usrp_wbfm_receive - - - _enabled - True - - - title - USRP WBFM Receive - - - author - Example - - - description - WBFM Receive with Basic RX or TV RX - - - window_size - 1280, 1024 - - - generate_options - wx_gui - - - category - Custom - - - realtime_scheduling - - - - _coordinate - (10, 10) - - - _rotation - 0 - - - - variable - - id - decim - - - _enabled - True - - - value - 200 - - - _coordinate - (14, 173) - - - _rotation - 0 - - - - variable_slider - - id - volume - - - _enabled - True - - - label - Volume - - - value - 1 - - - min - 0 - - - max - 10 - - - num_steps - 100 - - - style - wx.SL_HORIZONTAL - - - converver - float_converter - - - grid_pos - 1, 0, 1, 4 - - - _coordinate - (991, 40) - - - _rotation - 0 - - - - usrp_simple_source_x - - id - usrp_simple_source_x - - - _enabled - True - - - type - complex - - - format - - - - which - 0 - - - decimation - decim - - - frequency - (freq+fine)*1e6 - - - gain - 20 - - - side - A - - - rx_ant - None - - - hb_filters - - - - _coordinate - (277, 29) - - - _rotation - 0 - - - - wxgui_fftsink2 - - id - wxgui_fftsink2 - - - _enabled - True - - - type - complex - - - title - FFT Plot - - - samp_rate - 64e6/decim - - - baseband_freq - (freq+fine)*1e6 - - - y_per_div - 10 - - - ref_level - 50 - - - fft_size - 512 - - - fft_rate - 15 - - - peak_hold - False - - - average - False - - - avg_alpha - 0 - - - grid_pos - 2, 0, 2, 4 - - - _coordinate - (512, 191) - - - _rotation - 0 - - - - variable_slider - - id - freq - - - _enabled - True - - - label - Frequency (MHz) - - - value - 100 - - - min - 87.5 - - - max - 108.0 - - - num_steps - 1000 - - - style - wx.SL_HORIZONTAL - - - converver - float_converter - - - grid_pos - 0, 0, 1, 2 - - - _coordinate - (104, 243) - - - _rotation - 0 - - - - variable_slider - - id - fine - - - _enabled - True - - - label - Fine Freq (MHz) - - - value - 0 - - - min - -.1 - - - max - .1 - - - num_steps - 100 - - - style - wx.SL_HORIZONTAL - - - converver - float_converter - - - grid_pos - 0, 2, 1, 2 - - - _coordinate - (275, 246) - - - _rotation - 0 - - - - blks2_wfm_rcv - - id - blks2_wfm_rcv - - - _enabled - True - - - quad_rate - 64e6/decim - - - audio_decimation - 10 - - - _coordinate - (510, 37) - - - _rotation - 0 - - - - gr_multiply_const_vxx - - id - gr_multiply_const_vxx - - - _enabled - True - - - type - float - - - const - volume - - - vlen - 1 - - - _coordinate - (764, 55) - - - _rotation - 0 - - - - audio_sink - - id - audio_sink - - - _enabled - True - - - samp_rate - 32000 - - - device_name - - - - ok_to_block - True - - - num_inputs - 1 - - - _coordinate - (703, 241) - - - _rotation - 180 - - - - usrp_simple_source_x - blks2_wfm_rcv - 0 - 0 - - - usrp_simple_source_x - wxgui_fftsink2 - 0 - 0 - - - blks2_wfm_rcv - gr_multiply_const_vxx - 0 - 0 - - - gr_multiply_const_vxx - audio_sink - 0 - 0 - - -- cgit