aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/sigProcLib.cpp
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2017-03-17 13:03:41 -0700
committerAlexander Chemeris <Alexander.Chemeris@gmail.com>2017-03-20 17:36:06 +0000
commit9270a5aa2ea6f5d4766418dbf02255cb9bcb2cf7 (patch)
tree250d4f7c34c4fa3c0b153159edabbddee5919df8 /Transceiver52M/sigProcLib.cpp
parent4793f4679ba8720c55165d74b317627e0d60308e (diff)
sigProcLib: Typo sybols -> symbols
Diffstat (limited to 'Transceiver52M/sigProcLib.cpp')
-rw-r--r--Transceiver52M/sigProcLib.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Transceiver52M/sigProcLib.cpp b/Transceiver52M/sigProcLib.cpp
index a361eff..2a22e49 100644
--- a/Transceiver52M/sigProcLib.cpp
+++ b/Transceiver52M/sigProcLib.cpp
@@ -1124,7 +1124,7 @@ signalVector *generateEdgeBurst(int tsc)
* Modulate 8-PSK burst. When empty pulse shaping (rotation only)
* is enabled, the output vector length will be bit sequence length
* times the SPS value. When pulse shaping is enabled, the output
- * vector length is fixed at 625 samples (156.25 sybols at 4 SPS).
+ * vector length is fixed at 625 samples (156.25 symbols at 4 SPS).
* Pulse shaped bit sequences that go beyond one burst are truncated.
* Pulse shaping at anything but 4 SPS is not supported.
*/