Hello,
I'm trying to design a simple Project to understand the use of my Stratix II 2S60. This project is a AD/DA converter. I display a counter 0-F on an LED, transfer it via my DAC to my ADC (a cable from DAC to ADC) and want to display the transferred number on the second LED of the Board. I didn't find the error. Could anybody help me? I packed the project into a rar file-->链接已复制
9 回复数
Hi,
You will need to make sure that the two devices are synchronised to the correct number system and you don't violate their speed(Fs). The encoding of codecs is not linear(if you are using thier ADC)--- Quote Start --- i need a simple design and OFDM using QPSK , need help urgent please --- Quote End --- You seem lucky. There was just a thread today on a simple ofdm, go fetch it... As DA/AD also note any filters could affect the conversion, you better disable them.
Is it possible to make this testing program work? Or is it useless trying to make this thing work?
If no, which variables/etc do I have to change? I'm trying to understand the AD/DA Conversion because I want to realize an FIR Filter. So I want to know what comes in and what goes out (and in which data format etc) ThanksThe AC-coupling (by RF transformers) implies, that you can only transmit high frequency signals with Dev Kits DAC and ADC. You could modify the hardware to make it DC capable, but this would also reduce the signal-noise ratio. The example design uses an NCO to generate a high frequency signal to be send and received.
The Stratix II DSP Dev. Kit. User Manula tells:
--- Quote Start --- In the Quartus II software, open the sines project at <path>\StratixII_DSP_Kit-v6.0.1\Examples\<board name>\FactoryDesign\sines.qpf where <path> is the directory where the DSP Development Kit, Stratix II Edition Version 6.0.1 CD-ROM is installed. --- Quote End ---