1961 Nobel Prize in Physiology or Medicine — Békésy: The Telephone Physicist Who Mapped the Cochlea’s Frequency Spectrum
What You’ll Learn in This Article
Learn how the physicist Békésy, who studied long-distance communication for telephones at the Budapest Post Office, elucidated how sound is transmitted and perceived in the human cochlea. Discover how the experimental devices he devised (fine needles, fine scissors, stroboscope, saline solution with aluminum particles) enabled crucial observations, and how this discovery laid the experimental foundation for modern cochlear implants and auditory neuroscience.
A Story That Goes Against Common Sense — The Ear Doesn’t “Hear” Frequencies
We often imagine the ear as a “microphone that receives vibrations and sends electrical signals to the brain.” This is roughly correct, but it misses a key point. The mechanism by which we perceive different sounds as distinct — this was a fundamental mystery in hearing research around 1930.
Two things were already known at the time. First, hair cells in the cochlea are stimulated by sound waves, and these signals are transmitted via the auditory nerve to the brain. Second, the cochlea is a spiral-shaped canal with a basilar membrane inside, which divides the canal into upper and lower parts. This was the limit of contemporary knowledge.
The Crucial Mystery: How do we distinguish between high and low frequencies? A microphone doesn't make this distinction. It simply converts the entire time-domain waveform of vibrations into a single electrical signal, and frequency decomposition is left to subsequent systems. Is the ear simply such a microphone, or does the ear itself possess hardware for decomposing frequencies?
Békésy’s answer was the latter. The cochlea itself is physical hardware that performs frequency decomposition. When sound enters the ear and reaches the cochlea, the basilar membrane vibrates maximally at different positions depending on the frequency. The ear contains a physical spectrum analyzer that converts the time-domain waveform into spatial information at different locations.
In the language of computer science, this system is a hardware Fast Fourier Transform (FFT). Instead of software calculating it, the physical structure naturally computes it.
The Landscape of the Times — A Year When Space and Earth Collided
1961 was a year when the two Cold War blocs clashed simultaneously in space and on Earth.
In Korean history, on May 16, the 5.16 military coup d'état occurred in Seoul. Led by General Park Chung-hee, a faction of the army seized Seoul, effectively collapsing the Second Republic, which had been established by the April 19 Revolution the previous year. The National Committee for Reconstruction was established, and the Park Chung-hee era (1961-1979) began. This was the beginning of an era of industrialization and authoritarianism.
Globally, on April 12, Yuri Gagarin successfully completed the first human spaceflight. He orbited the Earth once in the Soviet Vostok 1 spacecraft and returned safely. This was the Soviet space program's second decisive blow, following Sputnik in 1957, prompting President Kennedy to declare on May 25 in a speech to Congress that “we will send a man to the moon within ten years,” launching the Apollo program. In April, the Bay of Pigs invasion failed, and on August 13, the Berlin Wall was built — a symbolic event that materialized the Cold War into a concrete wall.
It is noteworthy that the Nobel Committee chose Békésy in this year of great upheaval. While politicians were reshaping the geography from above, the committee recognized a quiet experimental physicist who had revealed how the tiny hardware within the human body processes information.
Békésy — The Auditory Physicist from the Budapest Post Office
Georg von Békésy was born in Budapest in 1899. After obtaining his Ph.D. in physics from the University of Budapest in 1923, he immediately began working at the Hungarian Post Office (responsible for postal, telegraph, and telephone services). This is an unusual start for a hearing researcher, but this background was crucial to his hearing research.
His job at the Post Office was to conduct research on long-distance communication for telephones. The practical industrial challenge at the time was call quality, and improving it required understanding how the human ear processes sound. Whether to maintain or cut certain frequency bands in telephone circuits depended on the characteristics of human hearing. This industrial need led the physicist to auditory physiology.
While working at the Post Office, he began to devote himself to hearing research, studying the structure of the human ear and how it perceives sound for many years. What distinguished his approach from other hearing researchers was his training as a physicist — an emphasis on precise physical measurement rather than physiological observation to solve the problem.
His career progressed as follows: from 1939, professor at the University of Budapest, moved to the United States in 1947, professor at Harvard University (1947-1966), and in his later years, moved to the University of Hawaii (1966-1972). The empirical research he conducted at the Budapest Post Office became the cornerstone of auditory physics for the next half-century.
The Decisive Experiment — Fine Needles, Aluminum Particles, and a Stroboscope
Békésy’s experiments involved using various devices he designed himself to physically observe the sound transmission mechanism within the cochlea. The methods he used in his original records are as follows:
Using fine needles and fine scissors, he created small holes in the brain of experimental animals, extracted the lymph fluid from the cochlea, and instead injected a delicate saline solution containing suspended aluminum particles, then applied sound stimuli, and observed the movement of the basilar membrane with a stroboscope (a device for observing and measuring rapidly rotating or vibrating objects). He used this method to investigate the process of sound transmission.
Let's break down the key elements of this experimental design.
Why replace the lymph fluid with saline containing aluminum particles? The lymph fluid inside the living cochlea is transparent, making it impossible to see the fine vibrations within. When aluminum particles are suspended, the particles themselves become visual tracers of the fluid's vibrations. This is the precursor to the particle image velocimetry (PIV) technique used today in fluid mechanics.
Why use a stroboscope? The basilar membrane vibrates hundreds or thousands of times per second, making it impossible to capture the moment of vibration with the naked eye or a conventional microscope. A stroboscope is a device that emits short bursts of light at a specific frequency, making a rotating or vibrating object appear "stationary." With this method, Békésy could capture a still image of how much a specific location on the basilar membrane had displaced at a specific moment.
This experimental setup led him to the crucial observation of a traveling wave. When sound enters the cochlea through the stapes, a wave-like vibration travels along the basilar membrane, reaching maximum amplitude at a specific location and then rapidly attenuating. High frequencies have maximum vibration near the entrance of the cochlea, and low frequencies have maximum vibration near the apex (end). This shows that there is a spatial map of frequencies.
Frequency-Spatial Mapping in CS Terms
Now let's organize his discoveries using the language of computer science.
The Fast Fourier Transform (FFT) is an algorithm that converts a time-domain signal into the frequency domain. If there is a vibrational waveform on the time axis, it is passed through an FFT, and the magnitude of each frequency component is output as a separate array. It is a fundamental operation that is ubiquitous in audio processing, communication, and image compression.
The cochlea is a physical FFT. When the vibrational waveform on the time axis enters the cochlea through the stapes, the physical wave propagation automatically maps each frequency component to different spatial locations. The calculation is performed by physical structure, not by an algorithm.
The performance of this mapping is remarkable. The human cochlea maps the 20 Hz to 20 kHz frequency range onto a basilar membrane about 32 mm long in a logarithmic scale. The fact that each millimeter has an exponentially increasing frequency is the physical root of why the brain perceives octaves on a logarithmic scale.
This system shows a hardware vs. software trade-off. Software FFT has a computational complexity of O(N log N), consuming CPU cycles. Physical FFT has zero CPU cycle cost, but requires precise physical hardware (the length-wise gradient of thickness and stiffness of the basilar membrane).
Limitations of the Analogy: Of course, the cochlea does not have uniform frequency bins like a discrete FFT. It is closer to an analog filter bank arranged exponentially, and its information-theoretic representation is different from a pure FFT due to the probabilistic nature of neural firing. However, the core computational structure of time-to-space mapping is the same, which is the basis of this analogy.
"The boundary between sensors and computation is blurred" — this principle is one of the roots of modern computer vision and neuromorphic computing. The fact that the image processing pipeline of a smartphone camera is hardware-ized as an ISP (Image Signal Processor) is an extension of the same idea.
The Legacy That Continues Today
There are several ways in which Békésy’s discoveries are alive and well today in clinical and basic neuroscience.
Cochlear Implants: An artificial auditory device implanted in hearing-impaired patients. An external microphone receives sound and decomposes it into multiple frequency bands, and each band of signal is transmitted to several electrodes implanted in the cochlea. Each electrode stimulates the auditory nerve at a specific tonotopic location, allowing the brain to perceive the sound at that frequency. The entire design principle of the device is derived from Békésy’s tonotopic mapping. Today, tens of thousands of cochlear implant surgeries are performed worldwide each year, fundamentally changing the lives of hearing-impaired patients.
Auditory Brain Mapping: The auditory cortex of the brain also has a tonotopic map. That is, the tonotopic map of the cochlea is directly projected onto the brain map. Together with the retinotopic mapping of the visual cortex and the somatotopic mapping of the somatosensory cortex, it is a representative example of how sensory information is organized in the brain in the form of spatial maps.
Hearing Aid Design: The design philosophy of today’s digital hearing aids, which individually adjust the amplification of each frequency band, comes from an understanding of tonotopic mapping. This is an approach to compensate for frequency band loss in age-related hearing loss.
Diagnosis of Auditory Processing Disorders: Specific points of damage in the tonotopic map can be localized by hearing tests (audiograms). This localization is the basis for accurate targeting of auditory rehabilitation.
Why It Matters
What Békésy left behind is a fundamental example of the principle that “complex computations can be naturally performed by physical hardware.”
The prevailing wisdom at the time was that "complex information processing is done by the brain." The eye receives light, the ear receives vibrations, and the brain interprets the information. Békésy overturned this notion. The sensory organs already perform a significant amount of information processing — the cochlea is not just a sound receiver but a frequency decomposition device. The same is true for the retina of the eye. The eye decomposes incoming light into various types of visual signals (motion, edges, colors). Sensory organs are the brain's front-end processing units.
Another implication is that "the shape of the physical medium determines the computation." Without the precise gradient shape of the basilar membrane (the thickness and stiffness change exponentially along its length), tonotopic mapping would not be possible. Structure is computation. Even in today’s software-defined era, this principle remains an important guide for hardware architecture design.
The fact that a physicist at the telephone office elucidated one of the fundamental principles of neuroscience is what gives this award its special significance. A research project that started with an industrial application problem (telephone call quality) led to a cochlear implant that fundamentally changed the lives of hundreds of thousands of hearing-impaired patients half a century later. This is a representative example of how application and basic research are connected over a half-century.
1961 Békésy Summary: A physicist at the Budapest Post Office used fine needles, saline solution with aluminum particles, and a stroboscope to physically observe the traveling wave in the basilar membrane of the cochlea. He discovered tonotopic mapping, in which the frequency of sound is mapped to a specific location of maximum vibration. This is the root of modern cochlear implants and the theory of auditory brain mapping.
→ Previous: 1960 — Burnet and Medawar → Next: 1962 — Crick, Watson, and Wilkins and the DNA Double Helix