Procházet zdrojové kódy

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 před 4 roky
rodič
revize
b0775d3098
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. +4
    -1
      gui/index.html

+ 4
- 1
gui/index.html Zobrazit soubor

@@ -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>

Načítá se…
Zrušit
Uložit