help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Communications Toolbox for Octave.(rsgenpoly, rsenc,rsdec,matlab)


From: A shang
Subject: Communications Toolbox for Octave.(rsgenpoly, rsenc,rsdec,matlab)
Date: Mon, 26 Apr 2010 02:06:00 -0700 (PDT)

hi all, I am trying to encode some data using a CCSDS implementation of Reed
Solomon (255, 223) wtih Matlab. I think I have a problem when using the
'rsenc' and 'rsdec' function. According to Matlab, 'rsgenpoly.m' is defined
as (x-alpha^B)*(x-alpha^(B+1)) ... (x-alpha^(B+N-K-1)) where N=255 and
K=223, whereas for CCSDS is defined as
(x-alpha^(11*112))(x-alpha^(11*113))...(x-alpha^(11*143)). I have got a
program of 'rsgenpoly' function downloaded in "Communications Toolbox for
Octave" . So I can get the correct CCSDS code generator polynomial. But i
didn't find the programs for 'rsenc.m' and 'rsdec.m' function in
"Communications Toolbox for Octave". Is anyone can give me some advices or
the 'rsenc.m' and 'rsdec.m' function. Thanks in advance. In addition,the
authors of " Communications Toolbox for Octave" are David Bateman, Laurent
Mazet and Paul Kienzle,how can i contact them. Thank you.  
 

-- 
View this message in context: 
http://octave.1599824.n4.nabble.com/Communications-Toolbox-for-Octave-rsgenpoly-rsenc-rsdec-matlab-tp2064908p2064908.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]