Hello, I am using the RFSoC 4X2 PYNQ board, and I have connected the DAC to the ADC. I am trying to send a signal at 4430 MHz from the DAC and read it through the ADC to plot the information in frequency-amplitude format. However, for some reason, I am having trouble plotting it correctly. Is there anything that the hardware automatically processes, such as up/down conversion or mixing, when reading the information? What methods should I use to read signals in the high-frequency range?
You might want to take a look at this introduction notebook:
It has a good writeup on what it seems you want to do. Note however that it uses a 1228.8MHz mixing frequency for the ADC, which might be ok for the 4430MHz tone the DAC is putting out. In that case when you digitize and plot you will see a 4430-1228.8=3201.2MHz signal.
If you want to change the mixing frequency, you can do so by doing something like this, setting ADC_A to 1000MHz and ADC_B to 1200MHz as examples.