Added 4.x needs for FT8 receive

pull/16/merge
boblark 2 years ago
parent 0a71e2ca80
commit b4159d5cca
  1. 8
      docs/index.html
  2. BIN
      gui/DesignTool_F32.zip

@ -3494,6 +3494,10 @@ The actual packets are taken
Audio output will start at the next 128 audio sample period. This Audio output will start at the next 128 audio sample period. This
class does not control push-to-talk (PTT).</p> class does not control push-to-talk (PTT).</p>
<p>This runs on T4.x only. The library class could run on T3.6, say, but the
end-of-receive-period processing would require many compromises to run
there. The reasonable path is to just use T4.0 or T4.1.</p>
</script> </script>
<script type="text/x-red" data-template-name="radioFT8Modulator_F32"> <script type="text/x-red" data-template-name="radioFT8Modulator_F32">
<div class="form-row"> <div class="form-row">
@ -3580,6 +3584,10 @@ The actual packets are taken
The startDataCollect() function The startDataCollect() function
should be called when it is time for a new 15-sec receive period.</p> should be called when it is time for a new 15-sec receive period.</p>
<p>This runs on T4.x only. The library class could run on T3.6, say, but the
end-of-receive-period processing would require many compromises to run
there. The reasonable path is to just use T4.0 or T4.1.</p>
<p>The receive example, along with the corresponding transmit examples <p>The receive example, along with the corresponding transmit examples
for radioFT8Modulator_F32, are complete basic capabilities, but for radioFT8Modulator_F32, are complete basic capabilities, but
do not serve as a ham radio controller. The do not serve as a ham radio controller. The

Binary file not shown.
Loading…
Cancel
Save