GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
Loading...
Searching...
No Matches
reed_solomon.h File Reference

Class implementing a Reed-Solomon encoder/decoder for blocks of 255 symbols and symbols of 8 bits. More...

#include <array>
#include <cstddef>
#include <cstdint>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  ReedSolomon
 Class implementing a Reed-Solomon encoder and decoder RS(255,K,d) where k=255-nroots is the information vector length and d=nroots+1 is the minimum Hamming distance, with symbols of 8 bits. It allows shortened RS codes. More...

Detailed Description

Class implementing a Reed-Solomon encoder/decoder for blocks of 255 symbols and symbols of 8 bits.

Author
Carles Fernandez, 2021. cfernandez(at)cttc.es

GNSS-SDR is a Global Navigation Satellite System software-defined receiver. This file is part of GNSS-SDR.

Copyright (C) 2010-2021 (see AUTHORS file for a list of contributors) SPDX-License-Identifier: GPL-3.0-or-later


Definition in file reed_solomon.h.