This is a fairly general question, but I'm having trouble finding an answer on this forum or the internet.
Although I'm familiar with designing anti-aliasing (AA) filters for traditional SAR/Nyquist ADCs, I'm a bit confused about the requirements for delta-sigma converters. The AA requirements are supposed to be reduced for delta sigma converters, but how do I determine whether a 1st order LPF is enough?
I've included an example problem that I'm trying to solve below, but I'm hoping that your answers are enlightening enough that I can apply it on future designs...
So, I'm using the ADS1298 and I'm looking for a signal bandwidth of 1kHz and an output data rate of 4kHz. I'd like to use the low power mode, which gives us fMOD=256kHz. We only need 16 bits, so we're looking for aliasing to be less than -96dB (-6dB/bit*16bits).
To keep things simple, let's make the 3dB cutoff of the AA filter to be 1kHz. (I think this gives us a total attenuation of 6dB at 1kHz due to the cascade of 3dB from the AA filter and 3dB from the decimation filter.)
If we use a first order AA filter with 1kHz cutoff, then we get only 48dB attenuation at fMOD=256kHz. If I understand correctly, that gets aliased onto the signal of interest (reflected about fMOD/2), so we require more filtering (i.e. a 2nd order AA filter).
Is this too simplistic? Where does the noise-shaping of the ΔΣ modulator come in... does that only affect *quantization* noise? According to the "ADC ΔΣ Modulator" section of the ADS1298 datasheet, the digital decimation filters provide antialias filtering. How does that work?
Thanks!