Direct Sequence Spread Spectrum Experiments

In our digital communication age heavy cryptology becomes more and more necessary everyday to protect our data from eavesdroppers. Direct Sequence Spread Spectrum is one way of covertly transporting data over radio waves. Without the knowledge of the correct code sequence it is nearly impossible for an attacker to decrypt the original message.

47 CFR 97.311 gives amateur radio operator in the US the privilege of experimenting with Direct Sequence and Frequency Hopping Spread Spectrum. Frequency Hopping Spread Spectrum (FHSS) is not interesting to me as good designs already exist and FHSS is no longer considered secure. Direct Sequence Spread Spectrum (DSSS) on the other hand takes a load of background knowledge to design and develop circuitry. In other words, DSSS is exactly the kind of challenge I need.

In a nutshell a DSSS signal is created by spreading a narrowband signal over a much larger bandwidth using a pseudorandom bit sequence (PRBS). The original signal can be recovered at the receiver by despreading the signal using the same PRBS.

What sounds pretty simple is actually quite a tough task from an engineering standpoint. The code sequence in both the transmitter and receiver need to be exactly synchronous. It goes without saying that the toughest tasks are carrier recovery and code synchronization.

Over the course of the next months I will post some of my Direct Sequence Spread Spectrum experiments. I believe this will be a fun project and prove that amateur radio is anything but amateur.

A pseudorandom number generator (PRNG) using a CMOS 4015 shift register and a 4030 XOR gate.

A pseudorandom number generator (PRNG) using a CMOS 4015 shift register and a 4030 XOR gate.

Links and Sources:
[1] Book: Kesteloot, Andre (1991). Spread Spectrum Sourcebook. American Radio Relay League.

Please cite this article as:
Westerhold, S. (2012), "Direct Sequence Spread Spectrum Experiments". Baltic Lab High Frequency Projects Blog. ISSN (Online): 2751-8140., https://baltic-lab.com/2012/08/direct-sequence-spread-spectrum-experiments/, (accessed: April 19, 2024).

Funding:

If you liked this content, please consider contributing. Any help is greatly appreciated.

3 thoughts on “Direct Sequence Spread Spectrum Experiments

  1. As an amateur radio operator, I was always under the impression ,from my testing days, that you were not supposed to use any kinds of code or methods of ‘encryption’. What I don’t quite follow is your interpretation of 47 CFR 97.311. Sub-section ‘a.’ states that you may not use spread spectrum for “… the purpose of obscuring the meaning of any communication.”. It seems that your reasons for these experiments are exactly that…

    Now as far as a technical problem goes, your work looks quite good and I commend you.

    • Christopher, the use of codes (PN-sequence) is a main and essential component of Spread Spectrum communication. You can not have Spread Spectrum without some sort of code sequence. The FCC doesn’t disallow encryption per se, they solely disallow it for the purpose of obscuring messages. If I wanted to pass you a message and don’t want anybody else to intercept it, the use of Spread Spectrum and other encryption methods is unlawful. If however, I use encryption to ensure data integrity, the use of the same encryption mechanism is now legal. That confuses many amateur radio operators. So even though Spread Spectrum is a very powerful cryptographic instrument, it may be used if the disguise of a message is not the primary intent.

Leave a Reply to KF5OBS Cancel reply

Your email address will not be published. Required fields are marked *