07-18-2012 09:10 PM
I am having problem in this code for dac.. I want to convert digital signal to analog signal in Sparten-3E, the board as shown. I am not able to give the input digital signal..From where I can give the input signal??
07-18-2012 09:20 PM - edited 07-18-2012 09:24 PM
If it does not matter what digital value is converted to analogue, you can invent any value for conversion which might be convenient.
If it does matter what digital value is converted to analogue, then the requirements of your project or design should guide you.
Does this make sense?
If perhaps I misunderstand your question, then this excerpt from the New Users Forum README thread might be helpful to you:
care and feeding of ADC, pre-amp, and DAC on many Xilinx development boards link#1 link#2 link#3 link#4
-- Bob Elkind
07-18-2012 09:20 PM - edited 07-18-2012 09:24 PM
If it does not matter what digital value is converted to analogue, you can invent any value for conversion which might be convenient.
If it does matter what digital value is converted to analogue, then the requirements of your project or design should guide you.
Does this make sense?
If perhaps I misunderstand your question, then this excerpt from the New Users Forum README thread might be helpful to you:
care and feeding of ADC, pre-amp, and DAC on many Xilinx development boards link#1 link#2 link#3 link#4
-- Bob Elkind
07-28-2012 07:02 PM
Well, I have coded the ADC and I think it works fine. NOw, how to take input from that ADC output to DAC? Here ADC is 14 bit and DAC is 12 bit.
07-30-2012 10:14 AM
@umesh007 wrote:
Well, I have coded the ADC and I think it works fine. NOw, how to take input from that ADC output to DAC? Here ADC is 14 bit and DAC is 12 bit.
There are several ways of handling this problem. The easiest is likely truncation.