Parcourir la source

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 il y a 4 ans
Parent
révision
b0775d3098
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. +4
    -1
      gui/index.html

+ 4
- 1
gui/index.html Voir le fichier

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

Chargement…
Annuler
Enregistrer