From d3c44ab5ea730c973588e5a590543df01372109c Mon Sep 17 00:00:00 2001 From: Matt Ettus Date: Tue, 6 Oct 2009 17:56:20 -0700 Subject: added more ports --- gnuradio-examples/grc/pam_timing.grc | 261 ++++++++++++++++++++--------------- 1 file changed, 148 insertions(+), 113 deletions(-) (limited to 'gnuradio-examples/grc') diff --git a/gnuradio-examples/grc/pam_timing.grc b/gnuradio-examples/grc/pam_timing.grc index d357a1b55..45fcbc0ec 100644 --- a/gnuradio-examples/grc/pam_timing.grc +++ b/gnuradio-examples/grc/pam_timing.grc @@ -1,6 +1,6 @@ - Tue Oct 6 17:40:15 2009 + Tue Oct 6 17:50:59 2009 options @@ -122,37 +122,6 @@ 0 - - gr_add_xx - - id - gr_add_xx_0 - - - _enabled - True - - - type - float - - - num_inputs - 2 - - - vlen - 1 - - - _coordinate - (505, 128) - - - _rotation - 0 - - variable_slider @@ -453,54 +422,80 @@ - variable_slider + gr_uchar_to_float id - gain + gr_uchar_to_float_0 _enabled True - label - Gain + _coordinate + (261, 107) - value + _rotation 0 + + + gr_float_to_complex - min - 0 + id + gr_float_to_complex_0 - max + _enabled + True + + + vlen 1 - num_steps - 1000 + _coordinate + (380, 553) - style - wx.SL_HORIZONTAL + _rotation + 0 + + + gr_pfb_clock_sync_ccf - converver - float_converter + id + gr_pfb_clock_sync_ccf_0 - grid_pos - + _enabled + True - notebook - + sps + spb + + + gain + gain + + + taps + rrctaps + + + filter_size + nfilts + + + init_phase + 14 _coordinate - (537, 278) + (341, 777) _rotation @@ -508,18 +503,53 @@ - gr_uchar_to_float + gr_fractional_interpolator_xx id - gr_uchar_to_float_0 + gr_fractional_interpolator_xx_0 _enabled True + + type + complex + + + phase_shift + 0.5 + + + interp_ratio + 1 + _coordinate - (261, 107) + (349, 662) + + + _rotation + 0 + + + + variable + + id + samp_rate + + + _enabled + True + + + value + 320000 + + + _coordinate + (128, 9) _rotation @@ -578,7 +608,7 @@ _coordinate - (750, 128) + (789, 258) _rotation @@ -586,46 +616,42 @@ - wxgui_scopesink2 + variable_slider id - wxgui_scopesink2_0_0 + gain _enabled True - type - float - - - title - Scope Plot + label + Gain - samp_rate - samp_rate + value + 0 - v_scale + min 0 - t_scale - 0 + max + 1 - ac_couple - False + num_steps + 1000 - xy_mode - False + style + wx.SL_HORIZONTAL - num_inputs - 1 + converver + float_converter grid_pos @@ -637,7 +663,7 @@ _coordinate - (643, 853) + (757, -1) _rotation @@ -645,22 +671,30 @@ - gr_float_to_complex + gr_add_xx id - gr_float_to_complex_0 + gr_add_xx_0 _enabled True + + type + float + + + num_inputs + 2 + vlen 1 _coordinate - (380, 553) + (482, 130) _rotation @@ -668,38 +702,34 @@ - gr_pfb_clock_sync_ccf + notebook id - gr_pfb_clock_sync_ccf_0 + notebook_0 _enabled True - sps - spb - - - gain - gain + style + wx.NB_TOP - taps - rrctaps + labels + ['error', 'phase', 'freq'] - filter_size - nfilts + grid_pos + - init_phase - 14 + notebook + _coordinate - (341, 777) + (851, 531) _rotation @@ -707,10 +737,10 @@ - gr_fractional_interpolator_xx + wxgui_scopesink2 id - gr_fractional_interpolator_xx_0 + wxgui_scopesink2_0_0 _enabled @@ -718,42 +748,47 @@ type - complex + float - phase_shift - 0.5 + title + Scope Plot - interp_ratio - 1 + samp_rate + samp_rate - _coordinate - (349, 662) + v_scale + 0 - _rotation + t_scale 0 - - - variable - id - samp_rate + ac_couple + False - _enabled - True + xy_mode + False - value - 320000 + num_inputs + 1 + + + grid_pos + + + + notebook + notebook_0,0 _coordinate - (128, 9) + (724, 796) _rotation -- cgit