Feeds
提问
how to convert the below BCH code statement into turbo matlab code statement?
% BCH coding code = bchenc(gf(W),127,64); code2=code.x; c=uint8(code2); c1=zeros(64,128); c1(1:64,1:127)=c;
6 years 前 | 0 个回答 | 0
0
个回答提问
how to convert the below BCH code statement into turbo matlab code statement?
% BCH coding code = bchenc(gf(W),127,64); code2=code.x; c=uint8(code2); c1=zeros(64,128); c1(1:64,1:127)=c;
6 years 前 | 0 个回答 | 0