sigProcLib: Typo sybols -> symbols

Change-Id: I8cbef852374d0458c4f4ad4be0df0aa998e3796a
This commit is contained in:
Alexander Chemeris 2017-03-17 13:03:41 -07:00
parent 4793f4679b
commit 9270a5aa2e
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/