From 177b9cd631f25c69c6bbd1f6167402f13d708918 Mon Sep 17 00:00:00 2001 From: Tom Rondeau Date: Sat, 8 Oct 2011 15:28:57 -0400 Subject: uhd examples: updated all GRC USRP-based examples to UHD examples. --- gnuradio-examples/grc/usrp/usrp2_fft.grc | 264 ------------------------------- 1 file changed, 264 deletions(-) delete mode 100644 gnuradio-examples/grc/usrp/usrp2_fft.grc (limited to 'gnuradio-examples/grc/usrp/usrp2_fft.grc') diff --git a/gnuradio-examples/grc/usrp/usrp2_fft.grc b/gnuradio-examples/grc/usrp/usrp2_fft.grc deleted file mode 100644 index 134bd4614..000000000 --- a/gnuradio-examples/grc/usrp/usrp2_fft.grc +++ /dev/null @@ -1,264 +0,0 @@ - - - Wed Apr 15 17:30:20 2009 - - options - - id - usrp2_fft - - - _enabled - True - - - title - USRP2 FFT Plotter - - - author - Example - - - description - FFT waveform plot - - - window_size - 1280, 1024 - - - generate_options - wx_gui - - - category - Custom - - - realtime_scheduling - - - - _coordinate - (10, 10) - - - _rotation - 0 - - - - variable - - id - samp_rate - - - _enabled - True - - - value - 100e6/decim - - - _coordinate - (10, 170) - - - _rotation - 0 - - - - variable - - id - decim - - - _enabled - True - - - value - 16 - - - _coordinate - (24, 267) - - - _rotation - 0 - - - - variable_slider - - id - tun_freq - - - _enabled - True - - - label - USRP2 Freq (Hz) - - - value - 2.45e9 - - - min - 2.4e9 - - - max - 2.5e9 - - - num_steps - 100 - - - style - wx.SL_HORIZONTAL - - - converver - float_converter - - - grid_pos - - - - _coordinate - (32, 365) - - - _rotation - 0 - - - - wxgui_fftsink2 - - id - wxgui_fftsink2_0 - - - _enabled - True - - - type - complex - - - title - FFT Plot - - - samp_rate - samp_rate - - - baseband_freq - tun_freq - - - y_per_div - 10 - - - ref_level - 10 - - - fft_size - 1024 - - - fft_rate - 30 - - - peak_hold - False - - - average - False - - - avg_alpha - 0 - - - grid_pos - - - - _coordinate - (466, 100) - - - _rotation - 0 - - - - usrp2_source_xxxx - - id - usrp2_source_xxxx_0 - - - _enabled - True - - - type - complex - - - interface - - - - mac_addr - - - - decimation - decim - - - frequency - tun_freq - - - gain - 0 - - - _coordinate - (211, 200) - - - _rotation - 0 - - - - usrp2_source_xxxx_0 - wxgui_fftsink2_0 - 0 - 0 - - -- cgit