The difference you are seeing is a side-effect of the actual frequencies used by the simulator to source the ADC model. They are not exactly 27.2 MHz and 27.3 MHz as you've requested - they're more like 27.2034 MHz and 27.301 MHz. The reason these…
The difference you are seeing is a side-effect of the actual frequencies used by the simulator to source the ADC model. They are not exactly 27.2 MHz and 27.3 MHz as you've requested - they're more like 27.2034 MHz and 27.301 MHz. The reason these…
hi,I want to know the difference between offset binary and two's complement in the output mode. How do I configure him? thanks
I m trying n trying configuring ad6655 through spi externally,here i m using pic controller to send data,read back operation i tried was ok,but when i tried to write and divide output clock i could not configure it..
i checked spi controller software output…
I m trying to configure AD6655 by SPI,but it seems data writing doesnot occure..i m following datasheet, app note 877 also..but still failed..so kindly give me the spi code to write ad6655..
my data array is given here..
signal array1 : LUT_typ := (X…
Hello everybody,
I want to use AD6655 EVB with a 130 MHz clock signal for sampling a 15MHz bandwidth signal centered around 400MHz. As I have read in the AD6655 datasheet (page nº30) several input configurations are recommended depending on the frequency…
Hi Jacob,
You can find the FPGA code here (AD6655 FPGA code) to use as an example (note AD6655 shares the FPGA code with the AD9640). This is only for example so please note the disclaimer included in the zip file.
Regards,
Jonathan
Hi Jonathan,
One more question about AD6655.
"In the event of even Nyquist zone sampling, the half-band filter can be configured to provide a spectral reversal. Setting Bit 2 high in Address 0x103 enables the spectral reversal feature." this is from…
AD6655 has a SPI port to program the internal registers, the port has 3 pins: SCLK, SDIO and CSB.
According to datasheet of AD6655 and AN-877, the SDIO pin is used as both writing and reading, the SDO pin is omitted.
But the SPI port of SC584 has 4…