Analog To Digital Conversion Save

Apple WWDC20 Swift Student Challenge Submission (Accepted)

Project README

Analog-to-Digital Conversion Playground

This playground aims to explain the process of converting analog signals to digital ones. When a device such as Apple Watch takes an ECG (or simply measures the temperature), it does so by measuring an electrical voltage. Since CPUs are digital circuits, the voltage needs to be converted to a digital signal before it can be processed inside the CPU.

There are multiple approaches to analog-to-digital conversion. The presented approach (successive approximation) depends on the conversion of digital signals to analog voltages. Consequently, digital-to-analog conversion is also discussed in this playground.

Screenshot of the fixed-point arithmetic page

Screenshot of the digital-to-analog conversion page

Screenshot of the analog-to-digital conversion page

Open Source Agenda is not affiliated with "Analog To Digital Conversion" Project. README Source: kronawetter/analog-to-digital-conversion
Stars
26
Open Issues
0
Last Commit
3 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating