PretentiousOnPurpose / PolarCodesForNR

CRC-Aided Polar Codes for 5G New Radio
14 stars 9 forks source link

Errors on execution #5

Closed meena-devi closed 1 year ago

PretentiousOnPurpose commented 1 year ago

Please follow the updated README to execute without any compilation errors. I am closing this issue for now :)

meena-devi commented 1 year ago

Hi Chawat, Thank you for the quick response. I have executed as per the README file, but it is showing some corrupted receptions when SNR value is passed to rxData. Some help on this please about how to rectify this. Regards, meena-devi

PretentiousOnPurpose commented 1 year ago

So, the successive cancellation receiver for polar decoding is yet to be tested. There are some corner cases where the decoder will/is failing. Thus, this is expected. Hopefully, if you increase the SNR value, you shouldn't have any corrupted reception. I hope that answers your query.

Best Regards, Chawat

PretentiousOnPurpose commented 1 year ago

I have made some minor changes to the mainSystem.c after previous updates to the AWGN channel module. Please update your copy of the repo and run the system once again. Try playing with SNR_dB and see how the Bit Error Rate varies, for your better understanding.

meena-devi commented 1 year ago

Thank you Chawat for your quick response and clarifying the doubts. Let me update to the latest commit and check.