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.

Maximum Liklihood Decoder for 16QAM?

Status
Not open for further replies.

bee

Full Member level 2
Joined
Nov 29, 2003
Messages
135
Helped
7
Reputation
14
Reaction score
5
Trophy points
1,298
Activity points
883
matlab ml decoder

hi,
i have implemented Maximum Liklihood decoder for 4QAM case (rayleigh fadding channel) and its working quite fine. But then i made another ML decoder for 16QAM and its not giving correct results all the time, probabily due to the increase in constellation points.

Can anyone plz give me the code of ML for 16QAM or tell me any points that i should consider while writing code in Matlab?

Waiting....
 

Hi
ML decoder is not different from 4QAM to 16QAM. But be carefull about some points.
For using ML decoder in fading channels, you need to equalize received symbols then use ML decoder.
Dont forget to normalize symbols after equalizer and befor ML decoder.
Note that BER of 4QAM is better than 15QAM.
 

thanks for ur reply but can u plz explain it with some example[/u]
 

Hi
For example received symbol is:
y = h*s + n where h is complex guassian RV. Therefore h change amp and phase of s in 4QAM or 16QAM constalletion. You should equalize the received symbol in this way: s_hat = y/h = s + n/h
after that using ML decoder is possible and if the noise is not severe, it has a good performance.
Another method of ML decoder is possible but it is looklike above.
 
  • Like
Reactions: fod

    fod

    Points: 2
    Helpful Answer Positive Rating
the thing is i am using ML in decoding of Alamouti. There we have two channels so how can we divide it there? can u plz explain it for this case (alamoouti case)? also while comparing should we compare with e.g., 1+3j or (1/sqrt(2))*(1+3j)? by comapring i mean finding the distance.
 

Hi
See my reply here:

Let me know if this link doesn't solve your problem.
 

Hi all,

May i know what is the difference for Maximum Likelyhood Detection for GMSK and QAM?

Thank you.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top