#include <itpp/comm/channel_code.h>
Inheritance diagram for itpp::Dummy_Code:
Public Member Functions | |
Dummy_Code () | |
virtual | ~Dummy_Code () |
virtual void | encode (const bvec &uncoded_bits, bvec &coded_bits) |
Encode a bvec of input. | |
virtual bvec | encode (const bvec &uncoded_bits) |
Encode a bvec of input. | |
virtual void | decode (const bvec &coded_bits, bvec &decoded_bits) |
Decode a bvec of coded data. | |
virtual bvec | decode (const bvec &coded_bits) |
Decode a bvec of coded data. | |
virtual void | decode (const vec &received_signal, bvec &decoded_bits) |
Decode a vec of received data. Assumes soft input (BPSK modulated). | |
virtual bvec | decode (const vec &received_signal) |
Decode a vec of received data. Assumes soft input (BPSK modulated). | |
virtual double | get_rate () |
Get the code rate. |
A dummy code class. Uncoded output.
Definition at line 88 of file channel_code.h.
virtual void itpp::Dummy_Code::encode | ( | const bvec & | uncoded_bits, | |
bvec & | coded_bits | |||
) | [inline, virtual] |
Encode a bvec of input.
Implements itpp::Channel_Code.
Definition at line 96 of file channel_code.h.
virtual bvec itpp::Dummy_Code::encode | ( | const bvec & | uncoded_bits | ) | [inline, virtual] |
Encode a bvec of input.
Implements itpp::Channel_Code.
Definition at line 98 of file channel_code.h.
virtual void itpp::Dummy_Code::decode | ( | const bvec & | coded_bits, | |
bvec & | decoded_bits | |||
) | [inline, virtual] |
Decode a bvec of coded data.
Implements itpp::Channel_Code.
Definition at line 101 of file channel_code.h.
Referenced by decode().
virtual bvec itpp::Dummy_Code::decode | ( | const bvec & | coded_bits | ) | [inline, virtual] |
Decode a bvec of coded data.
Implements itpp::Channel_Code.
Definition at line 103 of file channel_code.h.
virtual void itpp::Dummy_Code::decode | ( | const vec & | received_signal, | |
bvec & | decoded_bits | |||
) | [inline, virtual] |
Decode a vec of received data. Assumes soft input (BPSK modulated).
Implements itpp::Channel_Code.
Definition at line 106 of file channel_code.h.
References itpp::BPSK::demodulate_bits().
virtual bvec itpp::Dummy_Code::decode | ( | const vec & | received_signal | ) | [inline, virtual] |
Decode a vec of received data. Assumes soft input (BPSK modulated).
Implements itpp::Channel_Code.
Definition at line 108 of file channel_code.h.
References decode().
virtual double itpp::Dummy_Code::get_rate | ( | void | ) | [inline, virtual] |
Generated on Fri Jun 8 02:09:04 2007 for IT++ by Doxygen 1.5.2