From 07f3720472830070b45e68bc8f1144ed686adf7d Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Tue, 21 May 2019 19:20:52 +0000 Subject: [PATCH] - update git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@441 b431acfa-c32f-4a4a-93f1-934dc6c82436 --- fancy_rx.grc | 573 ++++++++++++++++++++++++++++++++++++++++++++++++++- mausi.grc | 12 +- 2 files changed, 576 insertions(+), 9 deletions(-) diff --git a/fancy_rx.grc b/fancy_rx.grc index 2d14809..e2c072d 100644 --- a/fancy_rx.grc +++ b/fancy_rx.grc @@ -274,7 +274,7 @@ value - 1 + 4 _enabled @@ -392,7 +392,7 @@ value - 0 + 3 _enabled @@ -510,7 +510,7 @@ value - 0 + 3 _enabled @@ -866,6 +866,104 @@ analog.GR_COS_WAVE + + blocks_complex_to_mag_squared + + alias + + + + comment + + + + affinity + + + + _enabled + True + + + _coordinate + (800, 324) + + + _rotation + 0 + + + id + blocks_complex_to_mag_squared_0 + + + maxoutbuf + 0 + + + minoutbuf + 0 + + + vlen + 1024 + + + + blocks_max_xx + + alias + + + + comment + + + + affinity + + + + _enabled + True + + + _coordinate + (968, 452) + + + _rotation + 0 + + + id + blocks_max_xx_0 + + + type + float + + + vlen + 1024 + + + maxoutbuf + 0 + + + minoutbuf + 0 + + + num_inputs + 1 + + + vlen_out + 1024 + + blocks_multiply_xx @@ -917,6 +1015,277 @@ 1 + + blocks_nlog10_ff + + alias + + + + comment + + + + affinity + + + + _enabled + True + + + _coordinate + (784, 452) + + + _rotation + 0 + + + id + blocks_nlog10_ff_0 + + + maxoutbuf + 0 + + + minoutbuf + 0 + + + vlen + 1024 + + + k + 0 + + + n + 10 + + + + blocks_stream_to_vector_decimator + + alias + + + + comment + + + + affinity + + + + _enabled + True + + + _coordinate + (552, 428) + + + _rotation + 0 + + + id + blocks_stream_to_vector_decimator_0 + + + type + complex + + + maxoutbuf + 0 + + + minoutbuf + 0 + + + sample_rate + samp_rate + + + vlen + 1024 + + + vec_rate + 30 + + + + blocks_vector_to_stream + + alias + + + + comment + + + + affinity + + + + _enabled + True + + + _coordinate + (992, 612) + + + _rotation + 0 + + + id + blocks_vector_to_stream_0 + + + type + float + + + maxoutbuf + 0 + + + minoutbuf + 0 + + + num_items + 1024 + + + vlen + 1 + + + + blocks_vector_to_stream + + alias + + + + comment + + + + affinity + + + + _enabled + True + + + _coordinate + (1208, 364) + + + _rotation + 0 + + + id + blocks_vector_to_stream_0_0 + + + type + float + + + maxoutbuf + 0 + + + minoutbuf + 0 + + + num_items + 1024 + + + vlen + 1 + + + + fft_vxx + + alias + + + + comment + + + + affinity + + + + _enabled + True + + + fft_size + 1024 + + + forward + True + + + _coordinate + (528, 292) + + + _rotation + 0 + + + id + fft_vxx_0 + + + type + complex + + + maxoutbuf + 0 + + + minoutbuf + 0 + + + nthreads + 1 + + + shift + True + + + window + window.blackmanharris(1024) + + fosphor_wx_sink_c @@ -972,6 +1341,57 @@ window.WIN_BLACKMAN_hARRIS + + jay_peak_detect + + alpha_m + 0.01 + + + alpha_s + 0.9 + + + alias + + + + comment + + + + affinity + + + + _enabled + True + + + _coordinate + (808, 596) + + + _rotation + 0 + + + id + jay_peak_detect_0 + + + maxoutbuf + 0 + + + minoutbuf + 0 + + + vlen + 1024 + + notebook @@ -2560,18 +2980,165 @@ 10 + + wxgui_scopesink2 + + ac_couple + False + + + alias + + + + comment + + + + affinity + + + + _enabled + True + + + _coordinate + (1264, 492) + + + _rotation + 0 + + + grid_pos + + + + id + wxgui_scopesink2_0 + + + notebook + + + + num_inputs + 2 + + + samp_rate + 30 + + + t_scale + 0 + + + title + Scope Plot + + + trig_mode + wxgui.TRIG_MODE_AUTO + + + type + float + + + v_offset + 0 + + + v_scale + 0 + + + win_size + + + + xy_mode + False + + + y_axis_label + Counts + + analog_sig_source_x_0 blocks_multiply_xx_0 0 1 + + blocks_complex_to_mag_squared_0 + blocks_nlog10_ff_0 + 0 + 0 + + + blocks_max_xx_0 + blocks_vector_to_stream_0_0 + 0 + 0 + + + blocks_multiply_xx_0 + blocks_stream_to_vector_decimator_0 + 0 + 0 + blocks_multiply_xx_0 wxgui_fftsink2_0 0 0 + + blocks_nlog10_ff_0 + blocks_max_xx_0 + 0 + 0 + + + blocks_nlog10_ff_0 + jay_peak_detect_0 + 0 + 0 + + + blocks_stream_to_vector_decimator_0 + fft_vxx_0 + 0 + 0 + + + blocks_vector_to_stream_0 + wxgui_scopesink2_0 + 0 + 1 + + + blocks_vector_to_stream_0_0 + wxgui_scopesink2_0 + 0 + 0 + + + fft_vxx_0 + blocks_complex_to_mag_squared_0 + 0 + 0 + + + jay_peak_detect_0 + blocks_vector_to_stream_0 + 0 + 0 + uhd_usrp_source_0 blocks_multiply_xx_0 diff --git a/mausi.grc b/mausi.grc index d287bde..e500827 100644 --- a/mausi.grc +++ b/mausi.grc @@ -253,7 +253,7 @@ value - 200e3 + samp_rate/2 @@ -483,7 +483,7 @@ _enabled - True + 0 file @@ -734,7 +734,7 @@ _enabled - 1 + 0 _coordinate @@ -875,7 +875,7 @@ _enabled - True + 0 file @@ -1013,7 +1013,7 @@ kThreshold - 0.1 + 0.05 @@ -1179,7 +1179,7 @@ gain0 - 30 + 40 lo_export0