Hello! Welcome to the next lesson in our exploration of the nervous system.
In our last session, we focused on cleaning up the raw analog EEG signal, tackling the physiological and technical artifacts that can obscure the brain activity we want to measure. We now have a strategy to get a clean analog signal at the input of our system. But how do we get that signal into a computer for analysis?
This lesson addresses exactly that, fulfilling the learning outcome: Select appropriate ADC sampling rates and resolution for high-fidelity EEG recording. We'll be diving into the crucial step of analog-to-digital conversion.
This is a fundamental concept from your ECE background, but we'll approach it with a sharp focus on the specific demands of EEG. For your university exams, questions about sampling and resolution are common. For your work at Neuraease, getting this step wrong can be catastrophic—it can distort or completely erase the subtle neural signatures of stress or cognitive load you're trying to capture.
1. From Analog Reality to Digital Representation
The electrical activity from the brain is a continuous, analog signal. To analyze it with a computer, we must convert it into a sequence of discrete digital values. This process is handled by an Analog-to-Digital Converter (ADC). The quality of this conversion is defined by two key parameters:
- Resolution: How precisely we measure the signal's voltage at each point. It's the "fineness" of our measurement ruler.
- Sampling Rate: How often we measure the signal. It determines the highest frequency we can accurately capture.
This image provides a great visual analogy. The analog signal is the smooth blue curve. The ADC measures its value at discrete time intervals (the sampling rate, on the x-axis) and rounds it to the nearest available voltage level (the resolution, on the y-axis), creating the stepped red digital signal.

Let's break down these two parameters.
2. Resolution: The Depth of Measurement
Resolution determines the number of discrete steps an ADC can use to represent the analog signal. It's specified in bits. An n-bit ADC can represent distinct voltage levels.
To get an intuitive feel for why higher resolution is better, let's start with a short video that uses a great analogy.
How Do ADCs Work? - The Learning Circuit
The video 'How Do ADCs Work?' from the element14 presents channel offers a very clear analogy between ADC resolution and video pixel resolution. This will help build an intuitive understanding.
Watch the segment from 07:07 to 08:04. Focus on the visual comparison between high and low-resolution video to understand why more bits lead to a more accurate representation.
As the video shows, more bits lead to a more faithful representation of the original signal. Let's formalize this.
Understanding the Specifications of ADCs
Now, for a more technical explanation, let's watch a clip from 'Understanding the Specifications of ADCs' by Maxim Integrated. This will explain how resolution relates to quantization error and the Least Significant Bit (LSB).
Watch the segment from 02:00 to 04:08. Pay attention to the definitions of resolution, quantization error, and the formula for LSB.
The key takeaways are:
- Quantization Error: The inherent error introduced by rounding a continuous value to the nearest discrete level. Higher resolution (more bits) means smaller steps between levels and thus less quantization error.
- Least Significant Bit (LSB): The smallest voltage step the ADC can resolve. It's calculated as: where is the number of bits.
Resolution for EEG
So, what resolution do we need for EEG? Consider two factors:
- Tiny Signal: EEG signals are in the microvolt (µV) range. We need a very small LSB to resolve this activity.
- Huge Artifacts: As we saw in the last lesson, artifacts from eye blinks or muscle movement can be hundreds or thousands of times larger than the EEG signal. The ADC must be able to represent this entire range without "clipping" (saturating at its maximum or minimum value).
This is why modern, high-quality EEG systems use high-resolution ADCs.
Recording Clinical EEG on Digital Media
The article 'Main features of the EEG amplifier explained' by Bitbrain and the official ACNS guidelines give us the specific numbers used in clinical and research settings.
Read the paragraph under section '3. Recording'. Focus on the recommended bit depth (resolution) and the explanation of dynamic range it provides.
The clinical guidelines state:
- Minimum Resolution: 16 bits.
- Common Resolution: 24 bits.
A 16-bit ADC offers levels. If this covers a range of ±1.638 mV, the LSB is about 0.05 µV, which is excellent for resolving small neural signals while still having the dynamic range to handle large artifacts without clipping. A 24-bit ADC provides an even wider dynamic range and finer resolution, which is why it has become the standard for research-grade equipment.
3. Sampling Rate: The Speed of Measurement
The sampling rate, measured in Hertz (Hz) or Samples per second (S/s), dictates how frequently the ADC measures the analog signal. Choose a rate that is too low, and you risk completely misinterpreting the signal.
This is due to a phenomenon called aliasing. Let's see it in action.
How Do ADCs Work? - The Learning Circuit
Let's return to the 'How Do ADCs Work?' video, which has an excellent animation of aliasing.
Watch the segment from 08:04 to 09:14. Observe how sampling a high-frequency wave too slowly makes it appear as a completely different, lower-frequency wave.
To avoid aliasing, we must follow the Nyquist-Shannon Sampling Theorem. It states:
The sampling rate () must be at least twice the maximum frequency () present in the signal.
The frequency is known as the Nyquist frequency. Any signal components above this frequency will be "folded back" and appear as lower-frequency aliases. This is why an anti-aliasing filter (a low-pass filter) is always placed before the ADC to remove any frequencies above the Nyquist frequency.
Sampling Rate for EEG
To select a sampling rate for EEG, we first need to know its frequency content. EEG is typically analyzed in bands:
- Delta (0.5 – 4 Hz)
- Theta (4 – 8 Hz)
- Alpha (8 – 12 Hz)
- Beta (12 – 30 Hz)
- Gamma (30 - 80 Hz, and sometimes higher)
To capture the full range, including the upper end of the gamma band, what sampling rate do we need?
Main features of the EEG amplifier explained
The Bitbrain article on EEG amplifiers provides a clear answer based on the Nyquist theorem and current standards.
Read the section on 'Sampling rate'. It directly applies the Nyquist theorem to the EEG frequency spectrum and discusses the standard rates used in practice.
As the article and clinical guidelines (LINK) confirm:
- Theoretical Minimum: To capture signals up to 80 Hz, you need a sampling rate > 160 Hz.
- Practical Standard: A sampling rate of 256 Hz or 512 Hz is standard. This provides a safe margin to prevent aliasing and ensures better temporal resolution of the waveform's shape.
This block diagram of real-world EEG systems shows these principles in practice. Note the anti-aliasing filter before the ADC and the typical sampling rates used.

Test your understanding!
You are specifying the ADC for a new wearable for Neuraease. Your goal is to reliably detect high-frequency gamma activity (up to 100 Hz) associated with heightened cognitive effort. You also need to capture slow potential shifts (~0.5 Hz). Your system's anti-aliasing filter has a cutoff at 120 Hz. Which of these ADC configurations is the minimum acceptable choice and why?
A) 16-bit, 200 S/s
B) 24-bit, 250 S/s
C) 12-bit, 512 S/s
Show answer
The correct answer is B) 24-bit, 250 S/s.
Here's the reasoning:
- Sampling Rate: Your highest frequency of interest is 100 Hz. The Nyquist theorem states you must sample at > 2 * 100 Hz = 200 S/s. Option A is too slow (200 S/s is not strictly greater than 200 S/s) and risks aliasing signals right at the edge. Option B (250 S/s) and C (512 S/s) both satisfy the Nyquist criterion.
- Resolution: Between B and C, we must consider the dynamic range. EEG requires high resolution to see tiny signals amidst large artifacts. 12 bits (Option C) is generally insufficient for modern EEG. 24 bits (Option B) is the modern standard, providing excellent dynamic range and precision.
Therefore, Option B is the minimum acceptable choice, balancing the need for an adequate sampling rate with the critical requirement for high resolution.
4. The Engineering Trade-off
For a wearable device like the one you're developing at Neuraease, choosing ADC parameters is a critical engineering trade-off.
- Performance: Higher sampling rates and resolution provide higher fidelity data.
- Cost: Higher performance ADCs can be more expensive.
- Power: Running an ADC at a high sampling rate consumes more power, which is a primary concern for battery life in a wearable.
- Data Volume: Doubling the sampling rate or resolution doubles the amount of data generated. This data must be processed, transmitted (e.g., via Bluetooth), and stored, all of which consume additional power and resources.
This is why you see systems (like in the LINK image) that oversample at a high rate (e.g., 2048 Hz) to get a very clean signal, and then digitally filter and downsample it to a more manageable rate (e.g., 512 Hz) for transmission and storage.
Conclusion
You have now bridged the gap between the analog and digital worlds for EEG. By selecting the correct ADC parameters, you ensure that the clean signal you worked so hard to acquire in the analog domain is faithfully represented in the digital domain, ready for analysis.
Key Takeaways:
- Analog-to-Digital Conversion is defined by resolution (amplitude precision, in bits) and sampling rate (temporal frequency, in Hz).
- Resolution must be high enough to capture small µV-level EEG signals in the presence of large mV-level artifacts. 24 bits is the modern standard.
- The sampling rate must be at least twice the maximum frequency in the signal (Nyquist Theorem) to prevent aliasing. For EEG, 256 Hz or 512 Hz are standard rates.
- The choice of ADC parameters for a wearable device involves a crucial trade-off between signal fidelity, power consumption, and data volume.
Preview of the Next Lesson:
We have successfully acquired a clean, high-fidelity digital EEG signal. We are now ready to start decoding what it means. In the next lesson, we will move to the next stage of the analysis pipeline and explore the different types of signals we can find in our data. We'll answer the question: "What is the difference between spontaneous brain waves, a brain response to a specific event (ERP), and a brain response to a rhythmic stimulus (SSEP)?"
Can't find a good explanation? Sign up and we'll make it for you
Sign up