Browse 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 4 years ago
parent
commit
b0775d3098
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      gui/index.html

+ 4
- 1
gui/index.html View File

<script type="text/x-red" data-help-name="AudioAnalyzeToneDetect"> <script type="text/x-red" data-help-name="AudioAnalyzeToneDetect">
<h3>Summary</h3> <h3>Summary</h3>
<div class=tooltipinfo> <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> </div>
<h3>Audio Connections</h3> <h3>Audio Connections</h3>
<table class=doc align=center cellpadding=3> <table class=doc align=center cellpadding=3>

Loading…
Cancel
Save