We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c57489 commit 748fa23Copy full SHA for 748fa23
1 file changed
AudioCoder/src/main/java/org/operatorfoundation/audiocoder/WSPRConstants.kt
@@ -4,6 +4,9 @@ object WSPRConstants
4
{
5
const val CENTER_FREQUENCY_HZ = 1500
6
const val SYMBOL_LENGTH = 8192
7
+
8
+ /** Duration of each WSPR symbol in milliseconds */
9
+ const val SYMBOL_DURATION_MS = 683L
10
const val SYMBOLS_PER_MESSAGE = 162 // WSPR messages have 162 symbols
11
12
/** WSPR requires exactly 12kHz sample rate */
0 commit comments