Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

curve of BER in ldpc codes in matlab

Status
Not open for further replies.

electronical

Advanced Member level 4
Joined
Nov 4, 2011
Messages
104
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,298
Activity points
1,975
hello every body.
I wrote a plan for ldpc code an get these result but it is different the result that recieved from papaers.can any boby tell me why the result is different?


I wrote these code for n=1210 and frame_num=2000, code rate=0.5;
I used these code for channel
[m,n]=size(H);
sigma=sqrt(10^(-SNRindB1/10));
msg = randint(1,n-m);
c=rem(msg*G,2);
modObj = modem.pskmod('M',2,'InputType','Bit');
modulatedsig = modulate(modObj, c);
receivedsig = awgn(modulatedsig, SNRindB1(I), 0); ...
% Compute log-likelihood ratios (AWGN channel)
demodObj = modem.pskdemod(modObj,'DecisionType','LLR', ...
'NoiseVariance',sigma);
LLR = demodulate(demodObj, receivedsig);

and I expect nearly these result(fast QC codes figure) :at low value SNR ,bit error rate value be about 10^(-1)
 

Attachments

  • BER.png
    BER.png
    87.1 KB · Views: 122
  • Fats_Tanner5_10_fr500.jpg
    Fats_Tanner5_10_fr500.jpg
    17.2 KB · Views: 107
Last edited:

can u write BER performance of non binary LDPC min sum decoding???pls help me....i tried a lot..
 

hi. I just worked on binary decoding
 
  • Like
Reactions: iamjin

    iamjin

    Points: 2
    Helpful Answer Positive Rating
it differs from binary....
 

Don't get what you mean. We normally compare BER at 10^-5. If you have a simulation results similar to the paper one at 10^-3 to 10^-5. Then, likely you're doing something right. Bear in mind, BER of coded system is often worse than uncoded system at low SNR.
 

Hello every body,
any one can help me how to write a code can plot y axis in log scale and x axis in normal scale.

thanks,

- - - Updated - - -

What i am trying to say is i've got results displayed for BER using matlab simulink but i don't know how to plot curve of BER.

i would be so appreciated if someone could help out,

thanks
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top