#include <itpp/comm/channel_code.h>
Inheritance diagram for itpp::Dummy_Code:
Public Member Functions | |
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.
|
Encode a bvec of input.
Implements itpp::Channel_Code. Definition at line 96 of file channel_code.h. |
|
Encode a bvec of input.
Implements itpp::Channel_Code. Definition at line 98 of file channel_code.h. |
|
Decode a bvec of coded data.
Implements itpp::Channel_Code. Definition at line 101 of file channel_code.h. |
|
Decode a bvec of coded data.
Implements itpp::Channel_Code. Definition at line 103 of file channel_code.h. |
|
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(). |
|
Decode a vec of received data. Assumes soft input (BPSK modulated).
Implements itpp::Channel_Code. Definition at line 108 of file channel_code.h. |
|
Get the code rate.
Implements itpp::Channel_Code. Definition at line 111 of file channel_code.h. |
Generated on Fri Jan 11 08:51:42 2008 for IT++ by Doxygen 1.3.9.1