Forum Discussion

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

Read a signal via SMA cable

Hi, I am completely new to Quartus and DSP Builder and I am having a few issues. I have a Stratix III board with a data conversion card. I am trying to read a sinusoidal signal from a signal generator via SMA cable. How do I go about doing this (preferably through DSP Builder)? I feel that this should be very basic but so far I have had no luck and I am running out of ideas. Thanks!

1 Reply

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

    You need the documentation from the ADC chip, it should give you some idea of the signalling/framing used to get data into the FPGA. It may be eg. SPI or some custom parallel bus. Once you have the data through the appropriately configured IO pins you need to shape the payload part as an Avalon-ST bus to have it easily consumed by DSP Builder.