show number of frequencies for given fft size

This commit is contained in:
Lewis Moten
2024-05-02 21:54:02 -04:00
parent 2bc4f9879d
commit 7e74355273
2 changed files with 12 additions and 2 deletions

View File

@@ -16,6 +16,7 @@
Last Bit Percent: <input id="last-bit-percent" type="number" min="0" max="100" value="90">%<br>
FFT Size: 2^<input id="fft-size-power-text" type="number" min="5" max="15" value="90"><br>
Frequency Resolution: <span id="frequency-resolution">N/A</span><br>
Frequency Count: <span id="frequency-count">N/A</span><br>
Smoothing Time Constant: <input id="smoothing-time-constant-text" type="number" min="0.00" max="1.00" step="0.01" value="0.00"><br>
<input type="text" id="text-to-send">
<button id="send-button">Send</button>