mirror of
https://github.com/cnlohr/lolra.git
synced 2026-06-17 00:09:31 +00:00
update calculator notes
This commit is contained in:
@@ -79,7 +79,8 @@ function computeTable()
|
|||||||
"<TABLE BORDER=1>" +
|
"<TABLE BORDER=1>" +
|
||||||
"<TR><TD>Goertzel</TD></TR>" +
|
"<TR><TD>Goertzel</TD></TR>" +
|
||||||
"<TR><TD>Goertzel (Inverse)</TD></TR>" +
|
"<TR><TD>Goertzel (Inverse)</TD></TR>" +
|
||||||
"</TABLE><TEXTAREA ROWS=6 COLS=120 ID=goertzeloutput></TEXTAREA>";
|
"</TABLE><TEXTAREA ROWS=6 COLS=120 ID=goertzeloutput></TEXTAREA>" +
|
||||||
|
"<P>Click on a ordinal offset to create the C code needed for that tuning parameter. Clicking will copy-to-clipboard.</P>";
|
||||||
}
|
}
|
||||||
|
|
||||||
contents += "<TABLE BORDER=1>";
|
contents += "<TABLE BORDER=1>";
|
||||||
|
|||||||
Reference in New Issue
Block a user