fun_ofdm
1.0
802.11a Physical Layer for USRP
|
The v struct. More...
#include <viterbi.h>
Public Member Functions | |
__attribute__ ((aligned(16))) metric_t metrics1 | |
__attribute__ ((aligned(16))) metric_t metrics2 | |
Public Attributes | |
metric_t * | old_metrics |
metric_t * | new_metrics |
decision_t * | decisions |
void(* | update_blk )(struct v *vp, const COMPUTETYPE *syms, int nbits) |
The v struct.
This struct is used as a helper to keep track of parameters during decoding.
fun::v::__attribute__ | ( | (aligned(16)) | ) |
fun::v::__attribute__ | ( | (aligned(16)) | ) |
decision_t* fun::v::decisions |
Definition at line 57 of file viterbi.h.
Referenced by fun::viterbi::viterbi_alloc(), fun::viterbi::viterbi_chainback(), fun::viterbi::viterbi_free(), and fun::viterbi::viterbi_update_blk_SPIRAL().
metric_t * fun::v::new_metrics |
Definition at line 56 of file viterbi.h.
Referenced by fun::viterbi::viterbi_init(), and fun::viterbi::viterbi_update_blk_SPIRAL().
metric_t* fun::v::old_metrics |
Definition at line 56 of file viterbi.h.
Referenced by fun::viterbi::viterbi_init(), and fun::viterbi::viterbi_update_blk_SPIRAL().
void(* fun::v::update_blk)(struct v *vp, const COMPUTETYPE *syms, int nbits) |