<div dir="ltr">Here are the two flowgraphs that we believe aren't working due to the Correlation Estimation Issue here <a href="https://github.com/gnuradio/gnuradio/issues/1207">https://github.com/gnuradio/gnuradio/issues/1207</a><br><br>We don't think it's operator error, but we're relatively new to GNU Radio, and would welcome any comment or critique that helps to solve this.<br><br>FM_ARAP_to_downlink.grc is the flowgraph we are using for transmit side. <br><br>What does it do?<br><br>It collects up four analog FM channels, digitizes, and transmits a time division multiplexed signal out. This is, in general, a simple model of our uplink for a Groundsat or payload. <br><br>We see the expected transmitted signal on a spectrum analyzer and on a HackRF portapack and on the receiving system across the lab.<br><br>The receiving flowgraph is called TDM_downlink_rx.grc<br><br>What does it do?<br><br>It takes the time division multiplex signal and is supposed to break the channels back out. <br><br>This demo has worked in the past, but not anymore, and definitely not over the air now. <br><br>The problem seems to be the correlator, and it seems to be the same trouble reported in the issue. <br><br>Here's a video of the lab session:<br><a href="https://youtu.be/T6TwN2FvfAo">https://youtu.be/T6TwN2FvfAo</a><br><br>We want a DVB-S2/X correlator. I think we can also help fix this correlation estimation block. In all cases, we want to comply with the tag scheme produced, so that downstream blocks already in GNU Radio get what they're expecting, if they are expecting these types of tags. <br><br>Thank you to all taking a look at this and helping get blocks together for the Block Party at GRCon2018.<br><br>-Michelle W5NYV
</div>