From 1ba78b5f4c6bc2468b6fb798f41837a8ab2be89b Mon Sep 17 00:00:00 2001 From: Tom Rondeau Date: Sat, 6 Mar 2010 17:17:29 -0500 Subject: [PATCH] Changing FLL parameter range for use with new code. --- .../grc/demod/digital_freq_lock.grc | 210 ++++++++--------- gnuradio-examples/grc/demod/pam_sync.grc | 222 +++++++++--------- 2 files changed, 216 insertions(+), 216 deletions(-) diff --git a/gnuradio-examples/grc/demod/digital_freq_lock.grc b/gnuradio-examples/grc/demod/digital_freq_lock.grc index 37ee8123..36037feb 100644 --- a/gnuradio-examples/grc/demod/digital_freq_lock.grc +++ b/gnuradio-examples/grc/demod/digital_freq_lock.grc @@ -1,6 +1,6 @@ - Fri Jan 29 18:10:00 2010 + Sat Mar 6 17:17:12 2010 options @@ -980,54 +980,50 @@ - variable_slider + root_raised_cosine_filter id - alpha + root_raised_cosine_filter_0 _enabled True - label - Freq Alpha - - - value - 0 + type + interp_fir_filter_ccf - min - 0 + decim + 1 - max - 0.001 + interp + spb_gen - num_steps - 1000 + gain + 2*spb_gen - style - wx.SL_HORIZONTAL + samp_rate + 1.0 - converver - float_converter + sym_rate + 1./spb_gen - grid_pos - + alpha + rolloff - notebook - + ntaps + 44 _coordinate - (552, 4) + (978, 157) _rotation @@ -1035,105 +1031,81 @@ - variable_slider + gr_fll_band_edge_cc id - beta + gr_fll_band_edge_cc_0 _enabled True - label - Freq Beta - - - value - 0 - - - min - 0.0 - - - max - 0.0001 + type + cc - num_steps - 1000 + samps_per_sym + spb_gen - style - wx.SL_HORIZONTAL + rolloff + rolloff - converver - float_converter + filter_size + 44 - grid_pos - + alpha + alpha - notebook - + beta + beta _coordinate - (668, 5) + (874, 664) _rotation - 180 + 0 - root_raised_cosine_filter + gr_channel_model id - root_raised_cosine_filter_0 + gr_channel_model_0 _enabled True - type - interp_fir_filter_ccf - - - decim - 1 - - - interp - spb_gen + noise_voltage + noise_amp - gain - 2*spb_gen + freq_offset + freq_offset - samp_rate + epsilon 1.0 - sym_rate - 1./spb_gen - - - alpha - rolloff + taps + 1.0 - ntaps - 44 + seed + 42 _coordinate - (978, 157) + (618, 376) _rotation @@ -1141,81 +1113,109 @@ - gr_fll_band_edge_cc + variable_slider id - gr_fll_band_edge_cc_0 + beta _enabled True - type - cc + label + Freq Beta - samps_per_sym - spb_gen + value + 0 - rolloff - rolloff + min + 0.0 - filter_size - 44 + max + 0.01 - alpha - alpha + num_steps + 1000 - beta - beta + style + wx.SL_HORIZONTAL + + + converver + float_converter + + + grid_pos + + + + notebook + _coordinate - (874, 664) + (668, 5) _rotation - 0 + 180 - gr_channel_model + variable_slider id - gr_channel_model_0 + alpha _enabled True - noise_voltage - noise_amp + label + Freq Alpha - freq_offset - freq_offset + value + 0 - epsilon - 1.0 + min + 0 - taps - 1.0 + max + 0.1 - seed - 42 + num_steps + 1000 + + + style + wx.SL_HORIZONTAL + + + converver + float_converter + + + grid_pos + + + + notebook + _coordinate - (618, 376) + (552, 4) _rotation diff --git a/gnuradio-examples/grc/demod/pam_sync.grc b/gnuradio-examples/grc/demod/pam_sync.grc index 80a7aef0..8571995a 100644 --- a/gnuradio-examples/grc/demod/pam_sync.grc +++ b/gnuradio-examples/grc/demod/pam_sync.grc @@ -1,6 +1,6 @@ - Mon Feb 1 18:58:32 2010 + Sat Mar 6 17:17:22 2010 options @@ -709,116 +709,6 @@ 0 - - variable_slider - - id - freq_beta - - - _enabled - True - - - label - Freq Beta - - - value - 0 - - - min - 0.0 - - - max - 0.0001 - - - num_steps - 1000 - - - style - wx.SL_HORIZONTAL - - - converver - float_converter - - - grid_pos - - - - notebook - - - - _coordinate - (836, 9) - - - _rotation - 180 - - - - variable_slider - - id - freq_alpha - - - _enabled - True - - - label - Freq Alpha - - - value - 0 - - - min - 0 - - - max - 0.001 - - - num_steps - 1000 - - - style - wx.SL_HORIZONTAL - - - converver - float_converter - - - grid_pos - - - - notebook - - - - _coordinate - (734, 10) - - - _rotation - 0 - - variable_slider @@ -1621,6 +1511,116 @@ 0 + + variable_slider + + id + freq_alpha + + + _enabled + True + + + label + Freq Alpha + + + value + 0 + + + min + 0 + + + max + 0.1 + + + num_steps + 1000 + + + style + wx.SL_HORIZONTAL + + + converver + float_converter + + + grid_pos + + + + notebook + + + + _coordinate + (734, 10) + + + _rotation + 0 + + + + variable_slider + + id + freq_beta + + + _enabled + True + + + label + Freq Beta + + + value + 0 + + + min + 0.0 + + + max + 0.01 + + + num_steps + 1000 + + + style + wx.SL_HORIZONTAL + + + converver + float_converter + + + grid_pos + + + + notebook + + + + _coordinate + (836, 9) + + + _rotation + 180 + + random_source_x_0 gr_uchar_to_float_0 -- 2.30.2