From 0eefe5617efe94f0b54d0bee33926b195e6f3855 Mon Sep 17 00:00:00 2001 From: Manolis Surligas Date: Fri, 19 Jan 2018 22:00:44 +0200 Subject: [PATCH] Fix sampling rate mismatch issue on NOAA flowgraph --- apps/flowgraphs/satellites/noaa_apt_decoder.grc | 14 +++++++------- .../satellites/satnogs_noaa_apt_decoder.py | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/apps/flowgraphs/satellites/noaa_apt_decoder.grc b/apps/flowgraphs/satellites/noaa_apt_decoder.grc index f8f3334..ae59fce 100644 --- a/apps/flowgraphs/satellites/noaa_apt_decoder.grc +++ b/apps/flowgraphs/satellites/noaa_apt_decoder.grc @@ -740,7 +740,7 @@ TX sampling rate _coordinate - (718, 115) + (710, 171) _rotation @@ -3485,6 +3485,12 @@ we shift the LO a little further 0 0 + + fft_filter_xxx_0 + satnogs_waterfall_sink_0 + 0 + 0 + fir_filter_xxx_1 rational_resampler_xxx_0 @@ -3539,12 +3545,6 @@ we shift the LO a little further 0 0 - - satnogs_coarse_doppler_correction_cc_0 - satnogs_waterfall_sink_0 - 0 - 0 - satnogs_tcp_rigctl_msg_source_0 satnogs_coarse_doppler_correction_cc_0 diff --git a/apps/flowgraphs/satellites/satnogs_noaa_apt_decoder.py b/apps/flowgraphs/satellites/satnogs_noaa_apt_decoder.py index eb90877..5b3ac59 100755 --- a/apps/flowgraphs/satellites/satnogs_noaa_apt_decoder.py +++ b/apps/flowgraphs/satellites/satnogs_noaa_apt_decoder.py @@ -5,7 +5,7 @@ # Title: NOAA APT Decoder # Author: Manolis Surligas, George Vardakis # Description: A NOAA APT Decoder with automatic image synchronization -# Generated: Wed Aug 9 18:06:52 2017 +# Generated: Fri Jan 19 21:55:37 2018 ################################################## from gnuradio import analog @@ -133,6 +133,7 @@ class satnogs_noaa_apt_decoder(gr.top_block): self.connect((self.blocks_complex_to_mag_0, 0), (self.rational_resampler_xxx_0_0, 0)) self.connect((self.fft_filter_xxx_0, 0), (self.analog_wfm_rcv_0, 0)) self.connect((self.fft_filter_xxx_0, 0), (self.rational_resampler_xxx_2, 0)) + self.connect((self.fft_filter_xxx_0, 0), (self.satnogs_waterfall_sink_0, 0)) self.connect((self.fir_filter_xxx_1, 0), (self.rational_resampler_xxx_0, 0)) self.connect((self.freq_xlating_fir_filter_xxx_0, 0), (self.satnogs_coarse_doppler_correction_cc_0, 0)) self.connect((self.hilbert_fc_0, 0), (self.blocks_complex_to_mag_0, 0)) @@ -142,7 +143,6 @@ class satnogs_noaa_apt_decoder(gr.top_block): self.connect((self.rational_resampler_xxx_1, 0), (self.satnogs_ogg_encoder_0, 0)) self.connect((self.rational_resampler_xxx_2, 0), (self.satnogs_iq_sink_0, 0)) self.connect((self.satnogs_coarse_doppler_correction_cc_0, 0), (self.fft_filter_xxx_0, 0)) - self.connect((self.satnogs_coarse_doppler_correction_cc_0, 0), (self.satnogs_waterfall_sink_0, 0)) def get_antenna(self): return self.antenna