Hearing aids are expensive little devices, typically costing a few
thousand dollars each. They need to be highly integrated to fit in the
ear, while still providing signal processing to ensure good audio
quality. This
DIY hearing aid does
some intelligent signal processing. It uses an electret to capture
audio, then uses a pre-amplifier to increase the gain 100 times. The
next stage consists of four filters, dividing the input signal by
frequency into four parts. These are passed into four
LTC6910
programmable gain amplifiers, which allow an Arduino to control the
gain of each channel. The LTC6910 takes 3 digital inputs that are used
to set the gain value.
To determine which gain to use for each frequency band, the Arduino
needs to know how much power is in each band. This could be done using a
Fast Fourier Transform, but that would require quite a bit of
processing power. Instead, an
envelope detector averages
the signal, which can be read by an analog input on the Arduino. Using
this information, the hearing aid can boost specific frequencies when it
detects conversation.
This hearing aid won’t quite fit in your ear, but there is a lot of
interesting signal processing going on. The schematic, Arduino source
code, and a MATLAB simulation are provided.
0 comments:
Post a Comment