Update for 15-11-21 15:30

This commit is contained in:
Tyler Perkins 2021-11-15 15:30:01 -05:00
parent 3054d22e29
commit e546f3095a
2 changed files with 12 additions and 0 deletions

10
tech/ADC.wiki Normal file
View File

@ -0,0 +1,10 @@
= ADC =
An Analog to Digital Converter (ADC) is a type of circut that converts an
analog voltage signal to a digital one, based upon some range of voltages.
This is also known as sampling.
== Overview ==
1) Analog voltage is converted to a codeword, by running the voltage through a
series of comparators, each tied to a different voltage

View File

@ -39,6 +39,8 @@ Also see
== AC/Radio ==
* [[Oscillator]]
* [[ADC]]
* [[DAC]]
== Combinational ==