KyrieTan / Neural-Protograph-LDPC-Decoding

Learning to decode Protograph LDPC Codes
19 stars 2 forks source link

Code execution sequence.. #2

Open narayankusi opened 1 year ago

narayankusi commented 1 year ago

Hello, I am new to tensorflow but am studying in LDPC decoding. I am little bit confused with the code execution sequence. In Neural Simplifed MS, I saw that the ldpc decoding part is started before the neural traning part. So, how the weights are updated for decoding after training ? Another this is the BER FER function is not called in the program though that is mentioned in the code. I could not test the decoder performance without BER FER performance result ? Please help me with this issue.

Whjhj commented 3 months ago

Hello, I also encountered this problem, may I ask you to solve it? How should I use the calc_ber_fer function, can you share your solution? Thank you very much!