필터 지우기
필터 지우기

Convolution encoder

조회 수: 2 (최근 30일)
i Venky
i Venky 2011년 10월 23일
I got a doubt in this convolution encoder.
When one or two incoming bits per symbol enter a rate-1/2 or rate 2/3 binary convolutional encoder, the result would be two or three coded bits per symbol respectively.
How is that so?
thanks in advance.

채택된 답변

Wayne King
Wayne King 2011년 10월 23일
Not sure what your question is here. Assume you have a encoder with 3 memory registers, 1 input bit, and 3 output bits.
To encode your output bits, you have generator polynomials:
(1,1,1), (1,0,1), and (0,1,1)
so one output bit would be the sum of the bits in the three memory registers, one would be the sum of the last and the first memory register, and one would be the sum of the second to last and last.
This is a rate 1/3 code.
  댓글 수: 2
i Venky
i Venky 2011년 10월 23일
What do you mean by the word "symbol" in my question? I am quite confused with that term
Wayne King
Wayne King 2011년 10월 23일
symbols are the meaningful elements in a digital code. If you have a code with 1 bit per symbol, then your alphabet is 0,1
If you have two bits per symbol, then your alphabet is 00 01 10 11

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Digital Filtering에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by