Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

A brain-computer interface, or BCI, is a medical technology that lets the nervous system communicate directly with an external device. Instead of using muscles, speech, or touch, a BCI reads patterns of brain activity and turns them into commands. This matters because it can help people with paralysis, limb loss, stroke, or certain neurological conditions control computers, wheelchairs, or prosthetic limbs.

BCIs also teach engineers and doctors how brain signals relate to movement, attention, and intention.

A BCI system usually has four main steps: sensing, signal processing, decoding, and device control. Sensors record electrical or metabolic activity from the brain, then software filters noise and extracts useful patterns. A decoding algorithm maps those patterns to actions, such as moving a cursor left or closing a robotic hand.

Medical BCIs must be accurate, safe, fast, and reliable because small errors can affect real patient care.

Key Facts

  • Neurons communicate using electrical impulses and chemical signals, which can create measurable brain activity.
  • Noninvasive BCIs often use EEG electrodes on the scalp, while invasive BCIs may use implanted electrode arrays near or inside brain tissue.
  • A basic BCI pipeline is brain signal input -> filtering -> feature extraction -> decoding -> device command.
  • Signal-to-noise ratio can be written as SNR = signal power / noise power, and higher SNR usually improves decoding.
  • Latency is the delay between brain activity and device response, so total latency = sensing time + processing time + command time.
  • For a simple decoder, command speed may be estimated by v = Δx / Δt when a cursor or robotic part moves a distance Δx in time Δt.

Vocabulary

Brain-computer interface
A brain-computer interface is a system that measures brain activity and converts it into commands for an external device.
Electroencephalography
Electroencephalography, or EEG, is a noninvasive method that records electrical activity from the scalp using electrodes.
Neural signal
A neural signal is a measurable pattern of brain activity produced by neurons or groups of neurons.
Decoder
A decoder is an algorithm that translates recorded brain signal patterns into predicted intentions or device commands.
Prosthetic actuator
A prosthetic actuator is a motor or mechanical component that moves part of an artificial limb in response to a control signal.

Common Mistakes to Avoid

  • Thinking a BCI reads thoughts exactly, which is wrong because it detects patterns linked to tasks or intentions, not complete private thoughts.
  • Ignoring signal noise, which is wrong because muscle movement, eye blinks, electrical equipment, and poor electrode contact can distort recordings.
  • Assuming invasive BCIs are always better, which is wrong because implants can give stronger signals but also involve surgery, infection risk, and long-term stability problems.
  • Confusing recording with control, which is wrong because measuring brain activity is only the first step and the system must still process, decode, and send a usable command.

Practice Questions

  1. 1 An EEG-based BCI samples brain activity at 250 samples per second for 8 seconds. How many samples are collected from one electrode?
  2. 2 A robotic prosthetic hand receives a BCI command after 0.04 s of sensing, 0.09 s of processing, and 0.03 s of motor response time. What is the total latency?
  3. 3 A patient can control a cursor well in a quiet lab but poorly in a busy hospital room. Explain two possible reasons the BCI performance might decrease and how engineers could reduce the problem.