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

Method Decoder_turbo_std

src/Module/Decoder/Turbo/Decoder_turbo_std.cpp:10–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9template<typename B, typename R>
10Decoder_turbo_std<B, R>::Decoder_turbo_std(const int& K,
11 const int& N,
12 const int& n_ite,
13 const Decoder_SISO<B, R>& siso_n,
14 const Decoder_SISO<B, R>& siso_i,
15 const Interleaver<R>& pi,
16 const bool buffered_encoding)
17 : Decoder_turbo<B, R>(K, N, n_ite, siso_n, siso_i, pi, buffered_encoding)
18{
19 const std::string name = "Decoder_turbo_std";
20 this->set_name(name);
21 for (auto& t : this->tasks)
22 t->set_replicability(true);
23}
24
25template<typename B, typename R>
26Decoder_turbo_std<B, R>*

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected