The problem of representing signal in complex form for turbo decode
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi all,
At the moment, I have a problem in solving turbo decoding when I represent the received signal in complex form.
Assume that the received signal is as (same form for systematic and parity symbols, BPSK is used): y=sqrt(SNR)*h*x+n, in which:
+) h is channel coefficients, h=1/sqrt(2)*(randn(1)+1i*rand(1)), channel is flat fading, h is constant for a block of N size
+) x is a sequence of transmitted symbol
+) n is Gaussian noise, n=1/sqrt(2)*(randn(1,N)+1i*rand(1,N))
+) N is the length of sequence
The received signal work as the input of turbo decoder then, but the received signal here is complex. What I need to do with it ?
Thanks for the help
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 PHY Components에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!