HealthAtoms
Hardware & Devicesconcept · 4 मिनट · अपडेट 28 जून 2026

ADC & DAC — turning signals into numbers

लेखक HealthAtoms Editorial (AI-assisted draft)विशेषज्ञ समीक्षा लंबित

The converters at the border between the analog world and the computer: an ADC samples a waveform into numbers, a DAC turns numbers back into a signal.

In one line

An analog-to-digital converter (ADC) measures a continuous voltage many times a second and turns each into a number. A DAC does the reverse. The ADC is the doorway every biosignal walks through to become data.

<figure style="text-align:center;margin:1.5rem 0"> <svg viewBox="0 0 380 130" role="img" aria-label="A smooth analog waveform is sampled by an ADC into a sequence of numbers" style="width:100%;max-width:420px;height:auto;color:var(--c-iot)"> <path d="M14 70 C 40 20, 70 20, 96 70 S 152 120, 178 70" fill="none" stroke="currentColor" stroke-width="2"/> <g fill="var(--brand)"><circle cx="30" cy="48" r="3"/><circle cx="56" cy="30" r="3"/><circle cx="82" cy="50" r="3"/><circle cx="108" cy="86" r="3"/><circle cx="134" cy="100" r="3"/><circle cx="160" cy="84" r="3"/></g> <text x="96" y="124" font-size="10" fill="var(--text-3)" text-anchor="middle">sampled at regular intervals</text> <line x1="196" y1="70" x2="230" y2="70" stroke="currentColor" stroke-width="2"/><polygon points="222,65 232,70 222,75" fill="currentColor"/> <rect x="232" y="52" width="46" height="36" rx="5" fill="none" stroke="currentColor" stroke-width="2"/> <text x="255" y="74" font-size="11" fill="currentColor" text-anchor="middle">ADC</text> <text x="330" y="66" font-size="12" fill="currentColor" text-anchor="middle" font-family="monospace">42, 51, 47,</text> <text x="330" y="82" font-size="12" fill="currentColor" text-anchor="middle" font-family="monospace">30, 22, 31</text> </svg> </figure>

The two knobs that decide quality

  • Sampling rate (Hz) — the Nyquist rule: sample at more than twice the signal's highest frequency, or fast features fold into false junk (aliasing). An ECG is sampled at ~250–1000 Hz.
  • Resolution (bits) — 8-bit = 256 steps; 12-bit = 4096; 24-bit (ECG/EEG) resolves microvolts.

Where it shows up in digital health

  • Every measured vital — the sensoramplifierADC chain inside an ECG, pulse oximeter or CGM. Its numbers become FHIR Observations.
  • DACs drive outputs: alarm tones, stimulator waveforms, actuator drive signals.

Watch for

An anti-aliasing filter before the ADC is mandatory — it removes frequencies above half the sampling rate so they can't alias. Skipping it is a classic source of corrupted readings.

संदर्भ

  1. Analog Devices — ADC basics

संबंधित entries