|
|
|
|
|
by ptarmigan
2197 days ago
|
|
To add a bit of context for anyone interested, there are some interesting reasons why switched capacitor circuits are powerful in integrated CMOS design. In terms of matching, the choice between resistors and capacitors is due to size and matching. Large values of resistance require large resistors or can be implemented with smaller capacitors, switches, and a clock (https://en.wikipedia.org/wiki/Switched_capacitor#The_switche...). Resistance values which would be prohibitively large to get with a resistor in modern processes can be achieved with switched capacitors. Additionally (and more importantly), capacitors can have better matching due to their geometries. If we want a gain of 10 on-chip, switched capacitor circuits are very well suited. Switched capacitor circuits obviously can't be used everywhere (need a clock, not continuous time), but they provide some good advantages. Considering a resistor as a sheet with a length and width, increasing the length or decreasing the width will increase the resistance. A large resistance means a long and thin material. For a capacitor, we just care about the overall area of the plates and normally use squares. There are variations to the dimensions generated for both of these shapes. The long, thin resistor is more sensitive to these absolute changes in its width and thus the best matching is reduced. The absolute values of both resistors and capacitors are poor, but the matching of capacitors can be as good as 0.1% (enough for 10-bits of accuracy). http://ims.unipv.it/Courses/download/AIC/Layout03.pdf There are a few switched-capacitor ICs, though they're more for boutique applications at this point. https://www.analog.com/media/en/technical-documentation/data... |
|