steve wrote:
> Brad Griffis wrote:
>
>> On a related note this technique is built into sigma-delta converters.
>> They do 1-bit sampling at a very fast rate, typically referred to as the
>> modulation frequency. That data is then put through a digital filter to
>> get the "normal" 16- or 24-bit data at the "sampling frequency" you're
>> accustomed to seeing. Generally that digital filter will get rid of any
>> frequencies above half the modulation frequency leaving you with a
>> alias-free output. So in the case of sigma-delta converters you
>> generally don't need an anti-aliasing filter as long as you don't have
>> signal energy above half the modulation frequency.
>>
>> Brad
>
> So using a low speed sigma-delta converter (say 1Khz conversion rate
> with 64Khz modulation frequency) would be similar in performance to
> using a higher speed SAR converter (say 64Khz) with oversampling/brick
> wall filter (assuming equivalent anti-aliasing filter)?
>
> I have read various technical notes concerning sigma-delta converters
> and can't really figure them out so I am unable to answer that question
> for myself. 
>
> steve
>
The "performance" involves a lot of things, i.e. you'd look at the
linearity through INL/DNL in addition to things like ENoB. From a
signal processing perspective you've got the right idea. A sigma delta
converter usually has graphs showing what the frequency response of the
digital filter looks like. In SD converters for applications like audio
that will generally look close to a brick wall filter with the cutoff at
half the modulation frequency.
Keep in mind that you're only getting 1-bit data at the modulation
frequency so it takes a lot of oversampling for the filtered data to
turn into say 16-bits. Also, because you have a digital filter there is
some settling time involved. For applications where you have a bunch of
channels muxed into one converter you're generally better off with a SAR
converter because you have to wait the specified settling time each time
you change inputs to the converter.
Brad