IT++ Logo

itpp::Channel_Code Class Reference
[Forward Error Correcting Codes]

Generic Channel Code class. More...

#include <itpp/comm/channel_code.h>

Inheritance diagram for itpp::Channel_Code:

itpp::BCH itpp::Convolutional_Code itpp::Dummy_Code itpp::Extended_Golay itpp::Hamming_Code itpp::LDPC_Code itpp::Reed_Solomon itpp::Punctured_Convolutional_Code

List of all members.

Public Member Functions

 Channel_Code ()
 Default constructor.
virtual ~Channel_Code ()
 Destructor.
virtual void encode (const bvec &uncoded_bits, bvec &coded_bits)=0
 Encode a bvec of input.
virtual bvec encode (const bvec &uncoded_bits)=0
 Encode a bvec of input.
virtual void decode (const bvec &codedbits, bvec &decoded_bits)=0
 Decode a bvec of coded data.
virtual bvec decode (const bvec &coded_bits)=0
 Decode a bvec of coded data.
virtual void decode (const vec &received_signal, bvec &decoded_bits)=0
 Decode a vec of received data.
virtual bvec decode (const vec &received_signal)=0
 Decode a vec of received data.
virtual double get_rate () const =0
 Get the code rate.


Detailed Description

Generic Channel Code class.

Definition at line 51 of file channel_code.h.


The documentation for this class was generated from the following file:
SourceForge Logo

Generated on Sun Jul 26 08:55:03 2009 for IT++ by Doxygen 1.5.9