Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Latest commit

 

History

History
45 lines (30 loc) · 1.51 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.51 KB

maintenance-status

The work on this crate is continued in https://github.com/rmja/fastfec

drone-fec

Blazing fast implmentation of various forward error correction algorithms optimized for embedded systems. The crate contains:

  • An 8-state BCJR 3GPP decoder, parallelized using the SIMD instructions for Cortex-M4.
  • A Turbo decoder.
  • An iterative QPP interleaver, with parameters from 3GPP.

Usage

Add the crate to your Cargo.toml dependencies:

[dependencies]
drone-fec = { git = "https://github.com/rmja/drone-fec" }

References

There are a series of references that are needed to understand the code in this repository:

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.