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

Method __init_alpha_beta

src/Module/Decoder/RSC_DB/BCJR/Decoder_RSC_DB_BCJR.cpp:140–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138
139template<typename B, typename R>
140void
141Decoder_RSC_DB_BCJR<B, R>::__init_alpha_beta()
142{
143 for (auto s = 0; s < n_states; s++)
144 {
145 alpha[0][s] = alpha_mp[s];
146 beta[beta.size() - 1][s] = beta_mp[s];
147 }
148}
149
150template<typename B, typename R>
151void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected