Sfoglia il codice sorgente

gui: ToneDetect: Note it uses the Goertzel algorithm

Note in the GUI help text that the ToneDetect uses the
Goertzel algorithm.

Signed-off-by: Graham Whaley <graham.whaley@gmail.com>
dds
Graham Whaley 4 anni fa
parent
commit
b0775d3098
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. +4
    -1
      gui/index.html

+ 4
- 1
gui/index.html Vedi File

@@ -4745,7 +4745,10 @@ double s_freq = .0625;</p>
<script type="text/x-red" data-help-name="AudioAnalyzeToneDetect">
<h3>Summary</h3>
<div class=tooltipinfo>
<p>Detect the level of a single tone</p>
<p>Detect the level of a single tone.</p>
<p>Uses the
<a href="https://en.wikipedia.org/wiki/Goertzel_algorithm" target="_blank">Goertzel algorithm</a>
.</p>
</div>
<h3>Audio Connections</h3>
<table class=doc align=center cellpadding=3>

Loading…
Annulla
Salva