Update with 27.025MHz receiver too

This commit is contained in:
cnlohr
2024-06-25 02:55:45 -07:00
parent e0db86d513
commit 41ec379ad6
2 changed files with 16 additions and 6 deletions
+3 -1
View File
@@ -80,7 +80,9 @@ function computeTable()
"<TR><TD>Goertzel</TD></TR>" +
"<TR><TD>Goertzel (Inverse)</TD></TR>" +
"</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>";
"<P>Click on a ordinal offset to create the C code needed for that tuning parameter. Clicking will copy-to-clipboard.</P>" +
"<P>N Divisor #30 (row 3) is usually pretty good. And, try to select things near 0.25 / 0.75, and avoid 0.0, 0.5, and 1.0.</P>" +
"<P>Goertzel's mode is for the ch32v203</P>";
}
contents += "<TABLE BORDER=1>";