fun_ofdm  1.0
802.11a Physical Layer for USRP
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
fun::decision_t Union Reference

decision_t is a BIT vector More...

#include <viterbi.h>

Public Attributes

DECISIONTYPE t [NUMSTATES/DECISIONTYPE_BITSIZE]
 
unsigned int w [NUMSTATES/32]
 
unsigned short s [NUMSTATES/16]
 
unsigned char c [NUMSTATES/8]
 

Detailed Description

decision_t is a BIT vector

Definition at line 36 of file viterbi.h.

Member Data Documentation

unsigned char fun::decision_t::c[NUMSTATES/8]

Definition at line 40 of file viterbi.h.

unsigned short fun::decision_t::s[NUMSTATES/16]

Definition at line 39 of file viterbi.h.

Definition at line 37 of file viterbi.h.

Referenced by fun::viterbi::viterbi_update_blk_SPIRAL().

unsigned int fun::decision_t::w[NUMSTATES/32]

Definition at line 38 of file viterbi.h.

Referenced by fun::viterbi::viterbi_chainback().


The documentation for this union was generated from the following file: