Summary: | Acoustic source localization (ASL) estimates the sound source position by processing the signal obtained from spatial distinct microphones. Implemented ASL in Java program, this project produces a RaspberryPi (RPi) toy car for dog exercise. An Android-based application is also developed to control the car direction.
Two approaches of ASL, TDOA approach and beamforming approach, have been taken to acquire a better result. Beamforming are used in the final product as it is simpler, faster and does not require the knowledge of initial source direction.
This project is done by three members. The software development and the microphone part of hardware are done by the author, which will be elaborated in detail in the following chapters.
|