-
Notifications
You must be signed in to change notification settings - Fork 0
A simple program to generate nice DSSS codes for communication using microcontrollers.
License
charlesrwest/DSSSCodeGeneration
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published