Effacer les filtres
Effacer les filtres

about the generator polynomial

3 vues (au cours des 30 derniers jours)
Chi
Chi le 24 Juil 2014
Commenté : Chi le 8 Août 2014
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 commentaire
Azzi Abdelmalek
Azzi Abdelmalek le 24 Juil 2014
The question is not clear

Connectez-vous pour commenter.

Réponses (1)

Azzi Abdelmalek
Azzi Abdelmalek le 24 Juil 2014
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 commentaire
Chi
Chi le 8 Août 2014
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.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Polynomials dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by