How does delta sigma dac work inside

In attempt to design a DAC, i want to understand more about delta sigma building block inside, i have read quite some article about this and have an overview of it but there are still many things concern me:
1.For simple DAC like pcm5102, there are digital ground, charge pump ground and analog ground. This one doesn't use and external opamp as analog filter so what does the analog supply for? I think it supply current for an opamp inside the DAC to do the IV work?
2. For more complex DAC like es90x8Q2m, there are seperate Vref for Left and Right channel, as i understand, the vref is use as voltage reference for delta sigma modulator to compare to the input bitstream, but isn't that digital part and why need seperate reference for left and right channel?
Thanks!.
 
1. That chip most likely has an internal opamp doing analog filtering. There may in fact not be any I/V stage as its possible the DAC works in the voltage domain (switched capacitors) rather than by current.


2. The Vref supply is for the resistor array which is analog. The delta-sigma modulator is a digital part - this derives data to feed to the resistor array.
 

Attachments

  • esstech_sabre32_block.jpg
    esstech_sabre32_block.jpg
    57.5 KB · Views: 192
On switched capacitor filters you could have a look at this document - http://hasler.ece.gatech.edu/Courses/ECE3400/Proj4/UCalgary_Switch_Cap_notes.pdf You can see that capacitors are integrated onto ICs.

On ESS internal architecture see attached.

Is really analog filter implement that way? It use switch with high speed on/off to implement so i think it must reside in digital section or else the analog pin will carry high switching current.
The Ess internal architecture is very simple and doesn't have much information how it work inside.
 
1. But isn't analog filter need some capacitor? I don't think they intergrate it it that chip.

You can integrate capacitors on a chip, but only with small values. They quickly become expensive as their value increases, especially if they have to be linear. 5 pF is no problem, but a 100 pF linear capacitor takes quite a lot of chip area. Regarding filters, you can make continuous-time filters, switched-capacitor filters and of course digital filters on a chip (as well as mixed-signal filters consisting of a digital delay line and a series of DACs, the so-called FIRDACs).