德州儀器AMC1204的應(yīng)用指南
elsif MCLK‘event and MCLK = ’1‘ then
Z1 《= Z1 + MOUT;
Z2 《= Z2 + Z1;
Z3 《= Z3 + Z2;
end if;
end process;
process(CNR, RESN)
begin
if RESN = ’0‘ then
Z4 《= (others =》 ’0‘);
Z5 《= (others =》 ’0‘);
Z6 《= (others =》 ’0‘);
Z7 《= (others =》 ’0‘);
elsif CNR’event and CNR = ‘1’ then
Z4 《= Z3;
Z5 《= Z3 - Z4;
Z6 《= Z3 - Z4 - Z5;
Z7 《= Z3 - Z4 - Z5 - Z6;
end if;
end process;
CN5 《= Z7;
end RTL;
3 結(jié)論
應(yīng)用高性能隔離Delta-Sigma調(diào)制器AMC1204時,為了確保轉(zhuǎn)換精度,需要注意外圍輸入電路的設(shè)計,選擇合適的輸入采樣電阻以及時鐘頻率,使得輸入采樣電阻阻值相對于輸入等效阻抗盡量小,以此降低輸入電阻引起的轉(zhuǎn)換誤差;同時選擇合適的輸出濾波器,以滿足整個系統(tǒng)對測量精度的要求。
4 Reference
?。?] AMC1204 datasheet
?。?] AMC1210 datasheet
評論