Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 628 Bytes

ford.md

File metadata and controls

29 lines (26 loc) · 628 Bytes
Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 21 column 16
---
project: fLDPC
summary: Fortran LDPC syndrome-based decoder
author: Marco Origlia
github: https://github.com/moriglia
project_github: https://github.com/moriglia/fldpc
src_dir: ./src
page_dir: ./doc
output_dir: ./docs
license: by-sa
preprocess: false
predocmark: >
docmark_alt: #
predocmark_alt: <
display: public
         protected
md_extensions: markdown.extensions.toc
graph: true
graph_maxnodes: 250
graph_maxdepth: 5
print_creation_date: true
creation_date: %Y-%m-%d %H:%M %z
---

[TOC]

Fortran implementation of a syndrome-based LDPC decoder.

This decoder is suitable for applications of information reconciliation.