| Author |
Message |
davyzhu
Joined: 23 May 2004 Posts: 521 Helped: 3 Location: oriental
|
06 Jan 2006 2:12 soft bits demapping |
|
|
|
|
Hi all,
LDPC decoder use soft information. But how to get the soft information from QAM?
BTW, DVB-S2 use ASK demapping, is it suitable for soft information demapping?
Best regards,
Davy
|
|
| Back to top |
|
 |
Google AdSense

|
06 Jan 2006 2:12 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
dervisakyuz
Joined: 21 Sep 2005 Posts: 28
|
07 Jan 2006 1:02 Re: QAM demapping to LDPC decoder |
|
|
|
|
| haykin is the solution of ur answer
|
|
| Back to top |
|
 |
spweda
Joined: 28 Jun 2001 Posts: 195 Helped: 4
|
27 Apr 2007 23:12 Re: QAM demapping to LDPC decoder |
|
|
|
|
| QAM soft demapping is independent to the channel coding (LDPC Viterbi, Turbo). The best performance is LLR, using the max-log approximation, the LLR is equivalent to the slicer as the classical hard decision boundary, the only difference is that more quatization levels are used for soft demapping.
|
|
| Back to top |
|
 |
m_llaa
Joined: 12 Mar 2006 Posts: 277 Helped: 23 Location: My Love Iran
|
28 Apr 2007 5:52 QAM demapping to LDPC decoder |
|
|
|
|
Hi davyzhu
Your question is attractive. I am waiting for good reply. If you find your answer, please share it.
|
|
| Back to top |
|
 |
davyzhu
Joined: 23 May 2004 Posts: 521 Helped: 3 Location: oriental
|
29 Apr 2007 7:49 QAM demapping to LDPC decoder |
|
|
|
|
Hi m-llaa,
I have a post before about a LDPC simulation environment. You can search it in this forum.
The environment contains the soft decoding algorithm.
Best regards,
Davy
|
|
| Back to top |
|
 |
m_llaa
Joined: 12 Mar 2006 Posts: 277 Helped: 23 Location: My Love Iran
|
30 Apr 2007 5:40 QAM demapping to LDPC decoder |
|
|
|
|
Hi davyzhu
"But how to get the soft information from QAM?"
This question is interesting for me.
I know the best decoder like BP for LDPC uses soft information in each bit. But what happen when we use modulation like QAM? Is it possible to make the decoder better?
|
|
| Back to top |
|
 |
mar-cas1
Joined: 19 Apr 2007 Posts: 17
|
02 May 2007 17:35 Re: QAM demapping to LDPC decoder |
|
|
|
|
Hi:
The QAM modulator receives the information from the channel and asume it is afected by noise. So for example if we use 4QAM, the symbols used to modulate the signals are +1,-1 for the I-channel and +1,-1 for the Q-channel. After the channel, we have the symbolos plus noise, so for example if +1 was Tx, we may receive 0.5456. We know that an error happens when we get a sign change i.ex -0.123. The key in soft demodulatipon (not soft decoding) is to pass to the decoder a quantization of the effect of the channel. If we use 3 bits quantization (with MSB for the sign) we get four levels of representation. That is:
00 ---- (for signals between 0 and 0.25)
01 ---- (for signals between 0.25 and 0.5)
10 ---- (for signals between 0.5 and 0.75)
11 ---- (for signals between 0.75 and 1)
and the third bit indicates if the symbol represents a one or a cero (used for hard decision). For 4QAM it is easy see that a greater magnitude on the symbol will not cause an error but for 16QAM the thing will go different.
I hope that can help you get started.
Mario
|
|
| Back to top |
|
 |