|
发表于 2021-2-22 05:20:33
|
显示全部楼层
There are many different kinds ADC. Before you start doing ADC, you probably need to pick one to focus on. Which one? You need to know the application. You can not just do a "ADC". The takeaway is its application. Different applications have different minimal requirements.
(1) Flash ADC. This is usually used for fast sampling. It is usually 6-bit. I have seen combinational flash ADC can reach GHz sampling rate.
(2) Delta-sigmal. It's usually used for Audio. 24 bit. This is used for low frequency and high-accuracy application.
(3) Pipeline ADC, interleave ADC. This is usually used for analog frontend. However, more varieties push this topology to different applications.
(4) SAR. This is a very popular topology for consumer or industrial application.
In general, pipeline ADC is a good topic to study.
|
|