Forum Discussion
Altera_Forum
Honored Contributor
14 years agoGenerating a signal (a VHDL description) with a well-defined frequency in a FPGA
Hello, In fact, I'm working on a project that aims to put a communication platform to interact with hydrogen sensor wirelessly. The platform consists of an evaluation board from Xilinx ML505 (o...
Altera_Forum
Honored Contributor
14 years agoIf I understood your system; the ADC samples your sensor and then you have to process it and pass it through DAC to 900MHz.
And that you want to generate a test signal instead of ADC generated signal to test your baseband processing. In that case you don't need vhdl but just a vector(possibly random) generated off chip, filtered to your expected bandwidth and save to ram. Then when testing you need to read the test signal on the appropriate sampling frequency.