Whats the definition of BER and SNR relationship in LDPC ?

Status
Not open for further replies.

jiakejunlv

Newbie level 1
Joined
May 17, 2006
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,287
Ldpc code discuss

hellow guy:

i learn the LDPC code recently, i have accomplished the encode and decode ,but i don not know the relationship of BER and SNR ,how can i define this relationship?
help me
qq:395044780 Email: jiakejunlv@126.com
 

Ldpc code discuss

Hello guy,

If you want to do simulation, encoder and decoder is not enough. You have to add AWGN noise based on your SNR setting to emulate the channel effect. And when you decode the bit stream, your program will calculate how many bit can not be correcting to right(i.e. what you transmit from encoder).

The SNR defination: 10*log(powerOfSignal/powerOfNoise)

If you are familiar with C, you would like to run the FAMOUS neal's LDPC program. And you may modify it as you like.
https://www.cs.toronto.edu/~radford/ftp/LDPC-2006-02-08/index.html

Another Chinese
Davy
 

Ldpc code discuss

Hi
SNR (signal to noise ratio) is a number determinates the amount of noise that you will apply on a channel or a series of bits ,so you must apply a noise (AWGN) then you will compare the bit errors with the Shanon limit to determinate the power of algorithm.
BER: in the receiption you can calculate the number of bit errors (any way).
the relation is nonlinear and can't described by a mathematical eqaution.
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…