Greetings,
I am trying to learn some things about software defined radio (SDR), so I figured i would start a hobby project to introduce myself to the topic.
I have some DSP under my belt, though not a great deal. I want to undersample (or band-pass sample, or whatever you want to call it) RF signals, like AM/FM Radio, and demodulate them. I already own an XUP-VP2 (virtex 2 pro) FPGA board that I want to use, and i would like to find a ADC development board that I can connect, to do various SDR projects.
my problem is:
if I do direct undersampling of the band-limited RF signal, I don't have the luxury of a mixer on the front end to put the information at a nice IF. therefore, if I want to tune my SDR to different frequencies (say go from AM to FM band), I would have to change my sampling rate to avoid aliasing.
My questions are:
1) are there any ADC development boards out there with adjustable sampling rates?
2) if I have to supply a clock to the ADC board, what is the best way to do it? (I am worried that a VCO or a clock from the FPGA would have a lot of jitter, and thus reduce my ability to demodulate the information.
I was looking at the AD9219-65EBZ development board, but am not sure how to adjust the sampling rate without introducing jitter/noise.
any help would be great,
-Cato