基于FPGA的HDB3編解碼器的設(shè)計說明書
基于FPGA的HDB3編解碼器的設(shè)計說明書,基于,fpga,hdb3,編解碼器,設(shè)計,說明書,仿單
附錄1:基于VHDL語言的HDB3編解碼器源程序
附錄1.1 HDB3編碼器源程序
------輸出相對于輸入延時了五個脈沖周期
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity hdb3_coding is
port( data_in :in std_logic;
clock :in std_logic;
data_out :out std_logic_vector(1 downto 0));
end hdb3_coding;
architecture rtl of hdb3_coding is
signal reg :std_logic_vector(3 downto 0);
signal parity :std_logic; --記錄破壞點間1碼個數(shù)的奇偶性
signal judge_v :std_logic; --判斷是否有破壞符
signal grant_cnt:std_logic; --允許開始計算破壞點間的1碼個數(shù)
signal last_sign:std_logic; --上一輸出的符號
signal v_cnt :std_logic_vector(2 downto 0);--v點位置跟蹤計數(shù)器
begin
process(clock) -- 移位寄存器,插V
begin
if rising_edge(clock) then
if data_in='0' and reg(3 downto 1)=“000“ then
reg<=('1' & reg(3 downto 1)); judge_v<='1'; grant_cnt<='1';
else reg<=data_in & reg(3 downto 1); judge_v<='0'; grant_cnt<='0';
end if;
end if;
end process;
process(clock) --計數(shù)
begin
if rising_edge(clock) then
if grant_cnt='1' and data_in='0' then parity<='0';
elsif grant_cnt='1' and data_in='1' then parity<='1';
elsif data_in='1' then parity<=not parity;
end if;
end if;
end process;
process(clock) --V點跟蹤
begin
if rising_edge(clock) then
if judge_v='1' then v_cnt<=“000“;
elsif v_cnt=“111“ then v_cnt<=v_cnt;
else v_cnt<=v_cnt+1;
end if;
end if;
end process;
process(clock) --編碼輸出
begin
if rising_edge(clock) then
if reg(0)='1' then
if v_cnt<=“010“ then
if last_sign='1' then data_out<=“11“;
else data_out<=“01“;
end if;
elsif last_sign='1' then data_out<=“01“;last_sign<=not last_sign;
elsif last_sign='0' then data_out<=“11“;last_sign<=not last_sign;
end if;
elsif judge_v='1' and parity='0' then
if last_sign='1' then data_out<=“01“;last_sign<=not last_sign;
else data_out<=“11“;last_sign<=not last_sign;
end if;
else data_out<=“00“;
end if;
end if;
end process;
end rtl;
附錄1.2 HDB3解碼器源程序
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity hdb3_decode is
port(data1 :in std_logic; --高位
data0 :in std_logic; --低位
clock :in std_logic;
data_out :out std_logic);
end hdb3_decode;
architecture rtl of hdb3_decode is
signal reg0 :std_logic_vector(4 downto 0);
signal reg1 :std_logic_vector(4 downto 0);
begin
process(clock)
begin
if rising_edge(clock) then
if data0='1' and data1='0' and reg0(4 downto 1)=“0001“ and reg1(4 downto 1)=“0000“ then
reg0<=“00001“;reg1<=“00000“;
elsif data0='1' and data1='1' and reg0(4 downto 1)=“0001“ and reg1(4 downto 1)=“0001“ then
reg0<=“00001“;reg1<=“00000“;
elsif data0='1' and data1='1' and reg0(4 downto 2)=“001“ and reg1(4 downto 2)=“001“ then
reg0<=“0000“ & reg0(1);reg1<=“0000“ & reg1(1);
elsif data0='1' and data1='0' and reg0(4 downto 2)=“001“ and reg1(4 downto 2)=“000“ then
reg0<=“0000“ & reg0(1);reg1<=“0000“ & reg1(1);
else reg0<=data0 & reg0(4 downto 1);reg1<=data1 & reg1(4 downto 1);
end if;
end if;
end process;
process(clock)
begin
if rising_edge(clock) then
if reg0(0)='1' or reg1(0)='1' then data_out<='1';
else data_out<='0';
end if;
end if;
end process;
end rtl;
收藏
編號:12802983
類型:共享資源
大?。?span id="qvntkgm" class="font-tahoma">5.62MB
格式:ZIP
上傳時間:2020-05-24
20
積分
- 關(guān) 鍵 詞:
-
基于
fpga
hdb3
編解碼器
設(shè)計
說明書
仿單
- 資源描述:
-
基于FPGA的HDB3編解碼器的設(shè)計說明書,基于,fpga,hdb3,編解碼器,設(shè)計,說明書,仿單
展開閱讀全文
- 溫馨提示:
1: 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
2: 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
3.本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
5. 裝配圖網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
6. 下載文件中如有侵權(quán)或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
裝配圖網(wǎng)所有資源均是用戶自行上傳分享,僅供網(wǎng)友學習交流,未經(jīng)上傳用戶書面授權(quán),請勿作他用。