SWRA696A April   2021  – November 2021 CC1352P , CC1352P7 , CC1352R

 

  1.   Trademarks
  2. 1Introduction
    1. 1.1 Acronyms Used in This Document
  3. 2DSSS Encoding Scheme
    1. 2.1 Convolutional Encoder
    2. 2.2 Direct Sequence Spreader
  4. 3Packet Format
  5. 4Setting Up WB-DSSS in SmartRF Studio
  6. 5Setting Up WB-DSSS in Code Composer Studio
  7. 6Measured Results
    1. 6.1 Receiver Performance
      1. 6.1.1 DSSS = 1, 240 kbps, 2-GFSK, 195 kHz Deviation, 1x Spreading
      2. 6.1.2 WB-DSSS 120 kbps, 2-GFSK, 195 kHz Deviation, 2x Spreading
      3. 6.1.3 WB-DSSS 60 kbps, 2-GFSK, 195 kHz Deviation, 4x Spreading
      4. 6.1.4 WB-DSSS 30 kbps, 2-GFSK, 195 kHz Deviation, 8x Spreading
      5. 6.1.5 WB-DSSS Frequency Offset Tolerance
    2. 6.2 Transmitter Performance and FCC 15.247 Measurements
      1. 6.2.1 WB-DSSS 240 kbps, 2-GFSK, 195 kHz Deviation, 1x Spreading
      2. 6.2.2 WB-DSSS 120 kbps, 2-GFSK, 195 kHz Deviation, 2x Spreading
      3. 6.2.3 WB-DSSS 60kbps, 2-GFSK, 195 kHz Deviation, 4x Spreading
      4. 6.2.4 WB-DSSS 30 kbps, 2-GFSK, 195 kHz Deviation, 8x Spreading
  8. 7References
  9. 8Revision History

Convolutional Encoder

Figure 2-2 shows the coder implemented in the DSSS modulation. A convolutional encoder is defined by its rate, its constraint-length K (number of stages in the encoding shift register) and the connections between its internal states. The convolutional encoder used in this case has K = 4 and only supports ½ rate, that is, for every input bit, the encoder produces two output bits.

The connections between internal states are a fundamental way of defining the code. The implemented encoder is based on non-systematic, non-recursive convolutional code.

GUID-6B2E835F-B693-4AF5-894E-E4951EDC5598-low.gif Figure 2-2 K=4, Rate = ½, Convolutional Encoder for WB-DSSS Modes

The black dots in Figure 2-2 represent logic XOR operations. The two output bits (a0, a1) from the encoder are serialized in a way that a0 is transmitted first and a1 is transmitted last.