I think we maker sure , first , delta-sigma A/D or D/A
use "over sample" & "noise shaping"
we use over sample by modulator (a comparator) and delta-signma
modulator have 1/2/3 ..order ( hi order will unstable but over sample is small , ex. if you use 2 order , you need x256 sample , if you
input signal=1M , you need a 256M clock sample it ,
but if you use 3order , maybe you only need sample x64 ...)
and delta_sigma use modulator convert analog to series "digital"
then use digital_filter (IIR or FIR) make a decimal filter
for down_convert ( usually down 1/4 clock) then use sinC filter
and finally use Biquad filter .
you should know one thing is , delta-sigma have high resolution is average , like 16bit A/D , it provide 16bit bacause SNR have 16bit
not "accuracy 16bit" so we use delta-sigma A/D in audio band
not use for measure signal .... and becuase use DSP implement
filter , analog design is easy in CMOS logic process ...
but as I know , delta-sigma in RF frequency design only for PLL
and use "series digital code for PLL counter"
and conecpt is difference with traditional delta-sigma A/D ...
by the way , who can provide a Matlab code for delta-sigmal mudulator
+filter and give RTL code ?? I can not convert matlab code to RTL
equation , who can tell me how to write a "equation by RTL"
thank you