Skip to content

kchmck/cai_cyclic.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cai_cyclic – Encoding and decoding of (17, 9, 5) cyclic code

Documentation

This crate provides routines for encoding and decoding the cyclic code used by DMR and P25.

Usage

This crate can be used through cargo by adding it as a dependency in Cargo.toml:

[dependencies]
cai_cyclic = "0.1.0"

and importing it in the crate root:

extern crate cai_cyclic;

About

Encoding and decoding of (17, 9, 5) cyclic code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published