正在加载图片...
nd if nd process; shfreg8 process(clk, clr) begi if clrl' then bi<=(others=>0") elsif(clk'event and clk'l")then if ld='I then bi<= b bi<=0& bi(7 downto 1); --shift to low bit reg16: process(clk, clr) if clra'l'then qi<=others=>0) elsif (clk'event and clk='I)then if bs<='I'th qi<=si;--shift to low bit nd if end if: q<=qi+0 循环码编码器的设计 在通信系统中,为减小信道噪声和干扰导致的误码,大 量采用信道编码技术进行差错控制。循环码就是其中经常采 用的一种编码方式。end if; end if; end process; shfreg8:process (clk,clr) begin if clr='1' then bi<=(others=>'0'); elsif (clk'event and clk='1') then if ld='1' then bi<= b; else bi<='0' & bi(7 downto 1); --shift to low bit end if; end if; bs<=bi(0); end process; reg16:process (clk,clr) begin if clr='1' then qi<=(others=>'0'); elsif (clk'event and clk='1') then if bs<= '1' then qi<=si; --shift to low bit end if; end if; end process; si<=qi+as; q<=qi+0; end beh; 循环码编码器的设计 在通信系统中,为减小信道噪声和干扰导致的误码,大 量采用信道编码技术进行差错控制。循环码就是其中经常采 用的一种编码方式
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有