aff3ct
aff3ct copied to clipboard
Decoder_SCF_naive
Could you please help me on how to use the function Decoder_SCF_naive function?I know it requires the parameters K,N,vector bool of frozen bits,n_flips.I am wondering how to declare and pass the other vector that the function expects.
Hi @Aishusiva,
The SC flip requires to be concatenated with a CRC (this is the only other parameter required in the constructor). https://github.com/aff3ct/aff3ct/blob/development/include/Module/Decoder/Polar/SCF/Decoder_polar_SCF_naive.hpp#L33-L34
Can CRC_polynomial be used with the SCF function?