浏览代码

Merge pull request #366 from grahamwhaley/20201119_gui_additions

Minor gui text updates
dds
Paul Stoffregen 4 年前
父节点
当前提交
e96a8834d8
没有帐户链接到提交者的电子邮件
共有 3 个文件被更改,包括 21 次插入4 次删除
  1. +16
    -0
      gui/formulas.tex
  2. 二进制
      gui/img/filter_formula.png
  3. +5
    -4
      gui/index.html

+ 16
- 0
gui/formulas.tex 查看文件

@@ -0,0 +1,16 @@
% Generate plain formulas to be turned into png files via a pdf. Code hints taken
% from:
%
% https://tex.stackexchange.com/questions/287481/using-latex-to-generate-png-images-of-an-equation/287501
%
\documentclass[multi={mymath},border=1pt]{standalone}
% \usepackage{amsmath}
\newenvironment{mymath}{$\displaystyle}{$}

\begin{document}

\begin{mymath}
F = Fcenter * 2^{(signal * octaves)}
\end{mymath}

\end{document}

二进制
gui/img/filter_formula.png 查看文件

之前 之后
宽度: 555  |  高度: 47  |  大小: 3.6KB

+ 5
- 4
gui/index.html 查看文件

@@ -4519,9 +4519,7 @@ double s_freq = .0625;</p>
frequency is:
</p>
<p>
F = Fcenter * 2^<sup>(signal * octaves)</sup>
<br><small>If anyone knows how to do HTML equations, please
help me improve this.....</small>
<img src="img/filter_formula.png">
</p>
<p>When operating with signal control of corner frequency, this
object uses approximately 4% of the CPU time on Teensy 3.1.
@@ -4745,7 +4743,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>

正在加载...
取消
保存