Re: ADC bandwidth and sample rate



Steve wrote:
"David Brown" <david@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:46ca8aaa$0$27838$8404b019@xxxxxxxxxxxxxxxxxx
I just noticed an advert for an ADC that runs at 170 MSPS, with a full-power bandwidth of 1.1 GHz. My understanding was that with an ADC at 170 MSPS, you'd want analogue filtering to ensure that no signal above 85 MHz reaches the ADC, since anything higher would be aliased to below 85 MHz. Are these things designed to work with a notch filter of width less than 85 MHz, precisely so that you can properly recover the frequency information after aliasing? Or am I missing something fundamental?

mvh.,

David

You can think of it as a ADC containing an RF mixer. You can down convert < (Sample Clock / 2) MHz wide chunks to baseband as part of the digitizing process. Those chunks of bandwidth can be anywhere up to 1.1 GHz. However, the downconversion will overlay EVERY 85 MHz chunk on top of each other in the 0 - 85 MHz spectrum (assuming 170 MHz clock). The resulting energy is not separable into its original chunks - aliasing is a non linear transformation. So you have to make sure only one chunk actually lands there if you want to be able to make sense of what you have. Hence the need for a very good bandpass filter around the signal of interest. All other signals and noise between DC and >1.1 GHz must be suppressed sufficiently to not be interferers.

This technique is often called undersampling, which gives the impression that it violates the Nyquist rule. It really does not, because Nyquist rule is a bandwidth criterion, not a center frequency criterion. As long as the bandwidth you want to preserve is less than (Sample clock/2), you are OK.

Some caveats to this downconverting technique : 1) the 85 MHz chunks have to be edge aligned on integral multiples of 85 MHz (or sample clock/2). 2) Alternating bandwidth chunks are spectrally inverted (85-170, 255-340, etc). this is not usually difficult to account for in the DSP. and 3) Sample clock phase noise and jitter requirements become more severe with higher input frequencies. Accurately downconverting a chunk from 1020 - 1105 MHz is much harder than 85-170 MHz.

Steve


Thanks for that explanation - you've added a couple of things that I was not sure about, but felt might be a problem (aligning the 85 MHz chunks, and the additional issues as you get higher in frequency compared to your sampling rate).

mvh.,

David

.



Relevant Pages

  • Re: Superhet receiver and image frequency
    ... Here I'd like to know why the RF circuit cannot filter the ssignal ... using bandwidth of BT, instead of delegate this task to IF circuit. ... so if you want to use one in a tunable radio it has to go in the ... These two signals will be passed from RF to Mixer because I'm supposing ...
    (comp.dsp)
  • Re: Sunday Herald yesterday
    ... It's best to use the correct bandwidth RF filter prior to the ADC, ... let in too much noise prior to sampling. ... Remember that radio receivers are dealing with signals with a tiny input ...
    (alt.radio.digital)
  • Re: ADC bandwidth and sample rate
    ... Are these things designed to work with a notch filter of width less ... Those chunks of bandwidth can be anywhere up to 1.1 GHz. ... All other signals ...
    (sci.electronics.design)
  • Re: Audio Sampling Question
    ... Most modern audio ADCs don't require a front end filter. ... They have no analog front end filter. ... bandwidth is 1/2 the sampling rate. ... If the bandwidth of the signals you are working with is B and you oversample ...
    (sci.electronics.design)
  • Re: Filtering Noise from a signal
    ... If noise and the signal were to overlap in freq. ... techniques to filter out the noise?? ... I suppose one could say that it has the same sort of limitation as a differentiator - it adjusts the difference between two signals working toward zero. ... In the context of the line enhancer, which is a filter to reduce random noise, on top of all this is the analysis bandwidth that will be applied. ...
    (comp.dsp)