作者lovewa (走往开启知识的门...)
看板comm_and_RF
标题Re: [问题] Using 8PSK with viterbi soft-decoding
时间Sun Apr 16 23:01:18 2006
※ 引述《datagram (...)》之铭言:
: 下面是网路上某人写的,也刚好是我要问的问题
: 由於英文蛮浅的,所以我就不把它翻成中文:
: I have this problem where I need to use 8PSK and convolutional
: code rate 1/2. My problem is to do the soft-decision.
: For example:
略~
: But imagine for soft decision, how am I going to produce soft input
: out of each symbols? I mean I need to have 3 soft outputs from each
: symbol of this complex number, before it can go into the viterbi decoder?
: Thank you.
你说的没错~进入Soft Viterbi之前的确要先取得每个Bit的Soft值
然後再利用这些值做Soft Decoding....
取得的方法可参考很多最近关於Turbo Decoding的文献...
总之就是一个Soft Demodulator.....
System Desciption r = h*x + n;
x = trasmit signal; h = fading channel; n = AWGN
ri = i-th bit in the 8PSK received symbol
Yi1 = the set of the modulation symbols which i-th bit is equal to 1
Yi0 = the set of the modulation symbols whick i-th bit is equal to 0
"he" is the estimation of channel
Soft Value:
p(xi=1) = sum p(ri=1 | he*Yi1) & p(xi=0) = sum(ri=0 | he*Yi0)
we need to normalize two above probabilities by p(xi=1)+p(xi=0)=1
大概就像降子,上面是自己凭感觉写的,有错请纠正罗~
--
现代人普遍的现象:
「小学而大遗」、「舍本而逐末」、「以偏而盖全」、「因噎而废食」
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.115.152.45
※ 编辑: lovewa 来自: 140.115.152.45 (04/17 02:25)