update calculator notes

This commit is contained in:
cnlohr
2024-06-25 02:40:43 -07:00
parent 26d8facf2c
commit e0db86d513
+2 -1
View File
@@ -79,7 +79,8 @@ function computeTable()
"<TABLE BORDER=1>" +
"<TR><TD>Goertzel</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>";