|
| bch.cpp |
| Implementation of a BCH encoder/decoder class.
|
|
| bch.h |
| Definition of a BCH encoder/decoder class.
|
|
| channel.cpp |
| Communication Channels' classes - source file.
|
|
| channel.h |
| Communication channels' classes - header file.
|
|
| channel_code.h |
| Channel Code class virtual interface.
|
|
| commfunc.cpp |
| Implementation of some specific functions useful in communications.
|
|
| commfunc.h |
| Definitions of some specific functions useful in communications.
|
|
| convcode.cpp |
| Implementation of a binary convolutional encoder class.
|
|
| convcode.h |
| Definition of a binary convolutional encoder class.
|
|
| crc.cpp |
| Implementation of a CRC code class.
|
|
| crc.h |
| Definition of a CRC code class.
|
|
| egolay.cpp |
| Implementation of the Extended Golay Code (24, 12, 8)
|
|
| egolay.h |
| Definition of the Extended Golay Code (24, 12, 8)
|
|
| error_counters.cpp |
| Implementation of Bit Error Rate Counter (BERC) and BLock Error Rate Counter (BLERC) classes.
|
|
| error_counters.h |
| Definitions of Bit Error Rate Counter (BERC) and BLock Error Rate Counter (BLERC) classes.
|
|
| exit.cpp |
| Implementation of EXtrinsic Information Transfer (EXIT) chart class.
|
|
| exit.h |
| Definitions for EXtrinsic Information Transfer (EXIT) chart class.
|
|
| galois.cpp |
| Implementation of Galois Field algebra classes and functions.
|
|
| galois.h |
| Definitions of Galois Field algebra classes and functions.
|
|
| hammcode.cpp |
| Implementation of a Hamming code class.
|
|
| hammcode.h |
| Definitions of a Hamming code class.
|
|
| interleave.cpp |
| Implementation of interleaver classes.
|
|
| interleave.h |
| Definitions of interleaver classes.
|
|
| ldpc.cpp |
| Implementation of Low-Density Parity Check (LDPC) codes.
|
|
| ldpc.h |
| Implementation of Low-Density Parity Check (LDPC) codes.
|
|
| llr.cpp |
| Class for numerically efficient log-likelihood algebra.
|
|
| llr.h |
| Class for numerically efficient log-likelihood algebra.
|
|
| modulator.cpp |
| One- and two-dimensional modulators - source file.
|
|
| modulator.h |
| One- and two-dimensional modulators - header file.
|
|
| modulator_nd.cpp |
| Implementation of vector (MIMO) modulator classes.
|
|
| modulator_nd.h |
| Definition of vector (MIMO) modulator classes.
|
|
| multilateration.cpp |
| Implementation of multilateration class for indoor localization.
|
|
| multilateration.h |
| Definition of multilateration class for indoor localization.
|
|
| ofdm.cpp |
| Implementation of an Orthogonal Frequency Division Multiplex (OFDM) class.
|
|
| ofdm.h |
| Interface of an Orthogonal Frequency Division Multiplex (OFDM) class.
|
|
| pulse_shape.cpp |
| Pulse shaping classes - source file.
|
|
| pulse_shape.h |
| Pulse shaping classes - header file.
|
|
| punct_convcode.cpp |
| Implementation of a Binary Punctured Convolutional Encoder class.
|
|
| punct_convcode.h |
| Definitions of a Binary Punctured Convolutional Encoder class.
|
|
| rec_syst_conv_code.cpp |
| Implementation of a Recursive Systematic Convolutional codec class.
|
|
| rec_syst_conv_code.h |
| Definitions of a Recursive Systematic Convolutional codec class.
|
|
| reedsolomon.cpp |
| Implementation of a Reed-Solomon codec class.
|
|
| reedsolomon.h |
| Definitions of a Reed-Solomon codec class.
|
|
| sequence.cpp |
| Implementation of binary sequence classes and functions.
|
|
| sequence.h |
| Definitions of binary sequence classes and functions.
|
|
| siso.h |
| Definitions for Soft Input Soft Output (SISO) modules class.
|
|
| siso_dem.cpp |
| Implementation of SISO modules for demappers.
|
|
| siso_eq.cpp |
| Implementation of SISO modules for equalizers.
|
|
| siso_mud.cpp |
| Implementation of SISO modules for descrambler and MUDs.
|
|
| siso_nsc.cpp |
| Implementation of SISO modules for NSC codes.
|
|
| siso_rsc.cpp |
| Implementation of SISO modules for RSC codes.
|
|
| spread.cpp |
| Implementation of spread spectrum classes and functions.
|
|
| spread.h |
| Definition of spread spectrum classes and functions.
|
|
| stc.cpp |
| Implementation of Space Time block Codes (STC) class.
|
|
| stc.h |
| Definitions for Space Time Codes (STC) class.
|
|
| turbo.cpp |
| Implementation of a turbo encoder/decoder class.
|
|
| turbo.h |
| Definition of a (punctured) turbo encoder/decoder class.
|
|