Skip to content

pliptor/Interleavers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interleavers

Interleavers

A collection of tools for permutation and interleaver generation

An ==interleaver== is used to reorder a sequence of typically distinct items. For example: 1, 2, 3, 4, 5 -> 3, 2, 1, 5, 4. In other words, it permutes the items. Often, a pseudo-random permutation is sufficient. In C++ you may use std::shuffle() to get a pseudo-random permutation of items. However, sometimes permutations with properties other than random are desirable.

takeshita-costello folder

Contains perl and python scripts for the generation of takeshita-costello interleavers. These interleavers are can be found in the communications toolbox of MATLAB ®️. and in the Encyclopedia of Integer Sequences

s-random folder

C++ program for the generation of s-random interleavers. S. Dolinar and D. Divsalar, "Weight Distributions for Turbo Codes Using Random and Nonrandom Permutations," NASA Code 315-91-20-20-53

About

Tools for permutation and interleaver generation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published