필터 지우기
필터 지우기

about the generator polynomial

조회 수: 3 (최근 30일)
Chi
Chi 2014년 7월 24일
댓글: Chi 2014년 8월 8일
Hi, I saw a matlab program, its generator polynomial of convolutional code is writen as mem=4,gen=[19 29]. What's the meaning? Thank you.
  댓글 수: 1
Azzi Abdelmalek
Azzi Abdelmalek 2014년 7월 24일
The question is not clear

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

답변 (1개)

Azzi Abdelmalek
Azzi Abdelmalek 2014년 7월 24일
mem=4,
gen=[19 29]
The meaning of the code is:
4 is assigned to the variable mem
The array [19 29] is assigned to the variable gen
  댓글 수: 1
Chi
Chi 2014년 8월 8일
I know that if gen is [7,5], the matrix is [1,1,1;1,0,1], what is the matrix of [19 29]. And does the gen=[23 35] have the same mem as [19 29]? Thank you.

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

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by