How can RM codes be generated ?
Ältere Kommentare anzeigen
Can any one tell if matlab 2010a provides any functions or tools for generating Reed-Muller codes ?
1 Kommentar
Jon Borresen
am 14 Jan. 2019
Bearbeitet: Jon Borresen
am 14 Jan. 2019
You could use the hadamard(n) command to make a Hadamard matrix. Take out the vectors which form the basis for this matrix (this is ther generator of the Hadamard code) then products of the rows in the generator will generate any Reed-Muller code.
has a really good explanation.
Antworten (1)
Walter Roberson
am 16 Jan. 2013
0 Stimmen
No, it does not. See however, http://octave.sourceforge.net/communications/function/reedmullergen.html
Kategorien
Mehr zu Waveform Generation finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!