MCPcopy Create free account
hub / github.com/aff3ct/aff3ct / build_viterbi

Method build_viterbi

src/Factory/Module/Decoder/Conv/Decoder_conv.cpp:97–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95
96template<typename B, typename Q>
97module::Decoder_SIHO<B, Q>*
98Decoder_conv ::build_viterbi(const std::vector<std::vector<int>>& trellis) const
99{
100 return new module::Decoder_Viterbi_SIHO<B, Q>(this->K, trellis, true);
101}
102
103template<typename B, typename Q>
104module::Decoder_SIHO<B, Q>*

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected