Skip to content

A simple program to generate nice DSSS codes for communication using microcontrollers.

License

Notifications You must be signed in to change notification settings

charlesrwest/DSSSCodeGeneration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a very simple program which searches for pairs of even sequences with equal numbers of -1s and 1s that have small sidelobs.  It does this by randomly generating pairs test testing their maximum self and cross sums (excluding perfect self alignment, since that is always equal to the length of the sequence and when it is suppose to be high).  It also supports checkpointing so that the process can crash and be restarted without any progress being lost.

These codes should have nice noise suppression characteristics, which will be explored soon in an IR communication project.

Usage:
./bin/DSSSCodeGenerator numberOfBitsInSequence optionalFileToSaveTo

About

A simple program to generate nice DSSS codes for communication using microcontrollers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published