#include <convcode.h>
Public Member Functions | |
it_extends (it_object_t) | |
void(* | it_overloaded (destructor))(it_object_t *it_this) |
Data Fields | |
bvec(* | encode )(struct _convolutional_code_ *convolutional_code, bvec v) |
ivec(* | encode_symbolic )(struct _convolutional_code_ *cc, ivec b) |
int | k |
int | n |
int | memory |
int | n_labels |
int | n_states |
int | n_symbols |
vec | logalpha_0 |
vec | logbeta_end |
mat | next_state_logpt |
imat | automaton |
imat | output |
imat | input |
int | Q |
imat | generators |
Definition at line 39 of file convcode.h.
_convolutional_code_::it_extends | ( | it_object_t | ) |
void(* _convolutional_code_::it_overloaded | ( | destructor | ) |
Referenced by convolutional_code_destructor().
bvec(* _convolutional_code_::encode)(struct _convolutional_code_ *convolutional_code, bvec v) |
Referenced by __it_convolutional_code_encode().
ivec(* _convolutional_code_::encode_symbolic)(struct _convolutional_code_ *cc, ivec b) |
Referenced by __it_convolutional_code_encode_symbolic().
Definition at line 56 of file convcode.h.
Referenced by convolutional_code_encode(), it_viterbi_decode(), and trellis_coded_quantizer_get_cardinal().
Definition at line 57 of file convcode.h.
Referenced by bspk_metrics(), convolutional_code_encode(), it_instanciate(), and trellis_coded_quantizer_destructor().
Definition at line 58 of file convcode.h.
Definition at line 59 of file convcode.h.
Referenced by bspk_metrics(), and trellis_coded_quantizer_quantize().
Definition at line 60 of file convcode.h.
Definition at line 61 of file convcode.h.
Definition at line 63 of file convcode.h.
Referenced by convolutional_code_destructor(), and it_viterbi_decode_symbolic().
Definition at line 64 of file convcode.h.
Referenced by convolutional_code_destructor(), and it_viterbi_decode_symbolic().
Definition at line 65 of file convcode.h.
Referenced by convolutional_code_destructor(), and it_viterbi_decode_symbolic().
Definition at line 66 of file convcode.h.
Referenced by convolutional_code_destructor(), it_convolutional_code_trellis_next(), and it_viterbi_decode_symbolic().
Definition at line 67 of file convcode.h.
Referenced by convolutional_code_destructor(), and it_convolutional_code_trellis_label().
Definition at line 68 of file convcode.h.
Referenced by convolutional_code_destructor(), and it_viterbi_decode_symbolic().
Definition at line 70 of file convcode.h.
|
|