필터 지우기
필터 지우기

I wrote a matlab code for obtaining BER of ldpc codes using sum product algorithm. But its BER performance is relatively close to uncoded BPSK. What can I do to change this? What should be the dimension of parity check matrix, number of iterations???

조회 수: 2 (최근 30일)
Questions: Range for noise power N0 when bit energy=1 using BPSK modulation? No'of iterations required for sum product algorithm for different parity check matrix? No'of frames required or total length of codeword required to have a coding gain compared with uncoded BPSK?
  댓글 수: 2
OUDOMSACK PIERRE PASQUERO
OUDOMSACK PIERRE PASQUERO 2017년 6월 8일
I also implemented a LDPC decoder based on Min-Sum algorithm, for 802.11ac in C language. The obtained BER is good, better than that of BCC decoder.
Then, I implemented the Sum-Product algorithm (a couple of lines to modify in my code). I have the same problem as you. The obtained performance is close to the case there is no channel coding.
After a deep analysis, I found where the problem comes from. The check-nodes messages values are very low compared to LLR. Without explaining to much in detail, it is due to the function f(x) = ln((e^x+1)/(e^x-1))... I don't manage to resolve the problem.
Have you found a solution ?
Aitor López Hernández
Aitor López Hernández 2017년 7월 22일
Hello,
I am currently having the same issue. Were you finally able to solve it? If so, how?

댓글을 달려면 로그인하십시오.

답변 (1개)

Tuong Nguyen Minh
Tuong Nguyen Minh 2020년 2월 6일
편집: Tuong Nguyen Minh 2020년 2월 6일
You might consider the log sum exp trick
when seeing this kind of function pop up f(x) = ln((e^x+1)/(e^x-1))

카테고리

Help CenterFile Exchange에서 Error Detection and Correction에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by