about the generator polynomial
Mostra commenti meno recenti
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 Commento
Azzi Abdelmalek
il 24 Lug 2014
The question is not clear
Risposte (1)
Azzi Abdelmalek
il 24 Lug 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 Commento
Chi
il 8 Ago 2014
Categorie
Scopri di più su Polynomials in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!