From d8ad6e8e04226d9edf0a7d6d06955ed5db68dfab Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Sat, 10 Mar 2012 11:09:10 -0800 Subject: fcd: moved items to current layout standard * Public header files moved from lib/ to include/fcd * Contents of apps/ moved to examples/ to get into gnuradio/examples, apps for programs to be installed into $PREFIX/bin --- gr-fcd/examples/fcd_fft_wx.grc | 320 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 320 insertions(+) create mode 100644 gr-fcd/examples/fcd_fft_wx.grc (limited to 'gr-fcd/examples/fcd_fft_wx.grc') diff --git a/gr-fcd/examples/fcd_fft_wx.grc b/gr-fcd/examples/fcd_fft_wx.grc new file mode 100644 index 000000000..c045bbfa2 --- /dev/null +++ b/gr-fcd/examples/fcd_fft_wx.grc @@ -0,0 +1,320 @@ + + + Sun May 8 18:02:35 2011 + + options + + id + fcd_fft_wx + + + _enabled + True + + + title + Funcube Dongle FFT scope + + + author + Alexandru Csete OZ9AEC + + + description + + + + window_size + 1280, 1024 + + + generate_options + wx_gui + + + category + Custom + + + run_options + prompt + + + run + True + + + realtime_scheduling + + + + _coordinate + (10, 10) + + + _rotation + 0 + + + + variable + + id + samp_rate + + + _enabled + True + + + value + 96000 + + + _coordinate + (201, 11) + + + _rotation + 0 + + + + variable_text_box + + id + fcd_freq + + + _enabled + True + + + label + FCD freq + + + value + 145500000 + + + converver + float_converter + + + formatter + None + + + grid_pos + 1,0,1,1 + + + notebook + + + + _coordinate + (300, 11) + + + _rotation + 0 + + + + variable_chooser + + id + fcd_lna_gain + + + _enabled + True + + + label + LNA gain [dB] + + + value + 20.0 + + + choices + [30.0, 25.0, 20.0, 17.5, 15.0, 12.5, 10.0, 7.5, 5.0, 2.5, 0.0, -2.5, -5.0] + + + labels + [] + + + type + drop_down + + + style + wx.RA_HORIZONTAL + + + grid_pos + 2,0,1,1 + + + notebook + + + + _coordinate + (446, 10) + + + _rotation + 0 + + + + wxgui_fftsink2 + + id + wxgui_fftsink2_0 + + + _enabled + True + + + type + complex + + + title + FCD Spectrum + + + samp_rate + samp_rate + + + baseband_freq + fcd_freq + + + y_per_div + 10 + + + y_divs + 10 + + + ref_level + 0 + + + ref_scale + 1.0 + + + fft_size + 512 + + + fft_rate + 15 + + + peak_hold + False + + + average + False + + + avg_alpha + 0 + + + win + None + + + win_size + + + + grid_pos + 0,0,1,2 + + + notebook + + + + _coordinate + (442, 176) + + + _rotation + 0 + + + + fcd_source_c + + id + fcd_source_c_1 + + + _enabled + True + + + device_name + hw:1 + + + freq + fcd_freq + + + lna + fcd_lna_gain + + + ppm + -120 + + + dci + 0.0 + + + dcq + 0.0 + + + iq_phase + 0.0 + + + iq_gain + 1.0 + + + _coordinate + (95, 192) + + + _rotation + 0 + + + + fcd_source_c_1 + wxgui_fftsink2_0 + 0 + 0 + + -- cgit