#include <softoutdecoding.h>
Inheritance diagram for simthlib::StreamSoftoutDecoding:

Public Member Functions | |
| StreamSoftoutDecoding () | |
| virtual | ~StreamSoftoutDecoding () |
| virtual int | dataBitsPerStep () const =0 |
| virtual int | codedBitsPerStep () const =0 |
|
|
|
|
|
|
|
|
Returns the coded output bits per step of the associated encoder, i.e. the number of input bits per step of this decoder. Implemented in simthlib::TrellisSoftoutDecoding, simthlib::SoftoutDAPSKDecoding, and simthlib::PunctConvSoftoutDecoding. |
|
|
Returns the number of uncoded data input bits per step of the associated encoder, i.e. the number of data output bits per step of this decoder. Implemented in simthlib::TrellisSoftoutDecoding, and simthlib::SoftoutDAPSKDecoding. |
1.4.1