Skip to content

Commit 748fa23

Browse files
committed
Update WSPRConstants.kt
1 parent 8c57489 commit 748fa23

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

AudioCoder/src/main/java/org/operatorfoundation/audiocoder/WSPRConstants.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ object WSPRConstants
44
{
55
const val CENTER_FREQUENCY_HZ = 1500
66
const val SYMBOL_LENGTH = 8192
7+
8+
/** Duration of each WSPR symbol in milliseconds */
9+
const val SYMBOL_DURATION_MS = 683L
710
const val SYMBOLS_PER_MESSAGE = 162 // WSPR messages have 162 symbols
811

912
/** WSPR requires exactly 12kHz sample rate */

0 commit comments

Comments
 (0)