※ ~進入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
: 大概就像降子,上面是自己憑感覺寫的,有錯請糾正囉~
請問這個方法是optimal還是sub-optimal?如果我想做optimal來比較BER差距那要如何做呢?
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.124.72.102