Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
10 years ago

DE2-115 and Terasic High Speed AD/DA daughter card

Hi everyone,

I am going to use the terasIC High Speed AD/DA daughter card (http://www.terasic.com.tw/cgi-bin/pa...english&no=278 (http://www.terasic.com.tw/cgi-bin/page/archive.pl?language=english&no=278)) in combination with the DE2-115 board. Unfortunately i have no idea how i can get the values from the selected AD-Channel read out.

I wonder how i can get the converted value (14 bit) of an analog signal on the led of DE2?

Has anyone a code-example (written in vhdl) which uses the terasic ada card? so perhaps i can get a hint how i can implement the daughter card in my future experiments?

Would be very helpful.

Thanks

12 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Thanks Alex,

    Now there is a question about type of input signal. As there is a RF transformer after the input of AD card, What kind of input can I have? Currently I am trying to input a 2V DC input. but the input (SMA input terminal) is shorted. I mean there is no place for ground. My final goal is to input 100 Hz square waveform with duty cycle of only 80 ns. I have attached the AD card input schematic and my desired project with AD and FPGA.

    I have an input signal as 2V amplitude, 80 ns, 100 Hz and want to convert it by ADC to digital then I can limit/modify the bites (the input).

    Please have a quick look at it and let me know your instructions.

    Regardshttps://www.alteraforum.com/forum/attachment.php?attachmentid=10727
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Hi rebk,

    The 2V DC signal you're applying isn't going to get through the transformer. AC only I'm afraid. So, don't expect any exciting results from your initial tests.

    As already stated there is a 49R9 resistor to ground on the input. So, it's not shorted to ground but it is intended to be driven by something with a 50R source impedance.

    As for what input signal is appropriate - you'll need to refer to the Reference Manual for the Data Conversion card. See the 'A/D Converter' section under 'Component Interfaces' on page 2-8.

    --- Quote Start ---

    I have an input signal as 2V amplitude, 80 ns, 100 Hz...

    --- Quote End ---

    Do you mean an 80ns pulse every 10ms? That might work. However, you need to be aware that the shape of the signal going into the ADC is going to be somewhat different to the signal you drive in thanks to that transformer.

    Cheers,

    Alex