代码搜索:RS编码

找到约 10,000 项符合「RS编码」的源代码

代码结果 10,000
www.eeworm.com/read/460217/7255285

m 卷积码编码程序_2-1-3.m

clear all G_0=[1 1]; G_1=[1 0]; G_2=[1 1]; I=[1 0 1 1 1]; L=size(I); n=3;k=1;m=2; ss=[];I_e=[]; C_out=[]; %初始值 I_t1=zeros(1,k); I_t2=zeros(1,k); j=L(2)+m*k; %求总长度 I_add=zeros(1,j);% 加0后
www.eeworm.com/read/197597/7984698

txt 汉明纠错吗编码器1.txt

-- Hamming Decoder -- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder above) and performs single error correction and double error detection. -- download from: www.pld.co