亲爱的alexgiul,
非常感谢玩具回答我。
。
。
我读了你的代码,我有以下问题: -
1.此代码是否在spartan3E stater kit上实现?
2.在ADC / AMP.vhd代码的以下部分: -
if index1 = 13 thenADC1(index1)elseADC1(index1)end if; index1:= index1 -1; sample
为什么你采用每个样本的第一位捕获(m***)的补码(标记为粗体字),这个IF的功能是什么?
3. SCK不得超过10 MHz来设置AMP增益(参见http://www.xilinx.com/support/documentation/boards_and_kits/ug230.pdf的第10章),我认为它在代码中更高。
4. state_type中以下首字母缩写词(HI,LO)的长名称是什么?
你可以将以下翻译成英文,请: -
* inizio a campionare。
* LO_UMMY中的ci passo una solavoltadobodichèlaassegno。
* rappresentazione in complemento a 2。
最后,我非常感谢你。
。
。
谢谢。
OMS
以上来自于谷歌翻译
以下为原文
Dear alexgiul,
Thank toy very much for answering me . . .
I was read your code and i have the following questions :-
1. Is this code implemented on spartan3E stater kit befor ?
2. In the follwoing part of ADC/AMP.vhd code :-
if index1 = 13 then
ADC1(index1) <= not SPI_MISO;
else
ADC1(index1) <= SPI_MISO;
end if;
index1 := index1 -1;
sample <='1';
Why you take the complement of the first bit captured (m***) of each sample (marked as bold font), what is the function of this IF ?
3. The SCK must not exceed the 10 MHz for setting the AMP gain (see chapter 10 of http://www.xilinx.com/support/documentation/boards_and_kits/ug230.pdf) , and i think it higher in your code .
4.What is the long name of the following acronyms ( HI , LO ) in state_type ?
5.Can you translate the following to english, please :-
* inizio a campionare .
* ci passo una sola volta dopodichè la assegno in LO_DUMMY.
* rappresentazione in complemento a 2.
Finally , I thank you very much . . .
Thanks.
oms
亲爱的alexgiul,
非常感谢玩具回答我。
。
。
我读了你的代码,我有以下问题: -
1.此代码是否在spartan3E stater kit上实现?
2.在ADC / AMP.vhd代码的以下部分: -
if index1 = 13 thenADC1(index1)elseADC1(index1)end if; index1:= index1 -1; sample
为什么你采用每个样本的第一位捕获(m***)的补码(标记为粗体字),这个IF的功能是什么?
3. SCK不得超过10 MHz来设置AMP增益(参见http://www.xilinx.com/support/documentation/boards_and_kits/ug230.pdf的第10章),我认为它在代码中更高。
4. state_type中以下首字母缩写词(HI,LO)的长名称是什么?
你可以将以下翻译成英文,请: -
* inizio a campionare。
* LO_UMMY中的ci passo una solavoltadobodichèlaassegno。
* rappresentazione in complemento a 2。
最后,我非常感谢你。
。
。
谢谢。
OMS
以上来自于谷歌翻译
以下为原文
Dear alexgiul,
Thank toy very much for answering me . . .
I was read your code and i have the following questions :-
1. Is this code implemented on spartan3E stater kit befor ?
2. In the follwoing part of ADC/AMP.vhd code :-
if index1 = 13 then
ADC1(index1) <= not SPI_MISO;
else
ADC1(index1) <= SPI_MISO;
end if;
index1 := index1 -1;
sample <='1';
Why you take the complement of the first bit captured (m***) of each sample (marked as bold font), what is the function of this IF ?
3. The SCK must not exceed the 10 MHz for setting the AMP gain (see chapter 10 of http://www.xilinx.com/support/documentation/boards_and_kits/ug230.pdf) , and i think it higher in your code .
4.What is the long name of the following acronyms ( HI , LO ) in state_type ?
5.Can you translate the following to english, please :-
* inizio a campionare .
* ci passo una sola volta dopodichè la assegno in LO_DUMMY.
* rappresentazione in complemento a 2.
Finally , I thank you very much . . .
Thanks.
oms
举报