about the generator polynomial

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 日

0 投票

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.

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangePolynomials についてさらに検索

質問済み:

Chi
2014 年 7 月 24 日

コメント済み:

Chi
2014 年 8 月 8 日

Community Treasure Hunt

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

Start Hunting!

Translated by