SDRAngel  4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
Public Attributes | List of all members
leansdr::viterbi_dec< TS, NSTATES, TUS, NUS, TCS, NCS, TBM, TPM, TP >::state Struct Reference

#include <viterbi.h>

Public Attributes

TPM cost
 
TP path
 

Detailed Description

template<typename TS, int NSTATES, typename TUS, int NUS, typename TCS, int NCS, typename TBM, typename TPM, typename TP>
struct leansdr::viterbi_dec< TS, NSTATES, TUS, NUS, TCS, NCS, TBM, TPM, TP >::state

Definition at line 141 of file viterbi.h.

Member Data Documentation

◆ cost

template<typename TS , int NSTATES, typename TUS , int NUS, typename TCS , int NCS, typename TBM , typename TPM , typename TP >
TPM leansdr::viterbi_dec< TS, NSTATES, TUS, NUS, TCS, NCS, TBM, TPM, TP >::state::cost

◆ path

template<typename TS , int NSTATES, typename TUS , int NUS, typename TCS , int NCS, typename TBM , typename TPM , typename TP >
TP leansdr::viterbi_dec< TS, NSTATES, TUS, NUS, TCS, NCS, TBM, TPM, TP >::state::path

Definition at line 144 of file viterbi.h.


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