Direction Estimation of Sound Sources Using Microphone Arrays and Signal Strength
Pour, Habibzadeh
Sound-tracking refers to the process of determining the direction from which a sound originates, making it a fundamental component of sound source localization. This capability is essential in a variety of applications, including security systems, acoustic monitoring, and speaker tracking, where accurately identifying the direction of a sound source enables real-time responses, efficient resource allocation, and improved situational awareness. While sound-tracking is closely related to localization, it specifically focuses on identifying the direction of the sound source rather than estimating its exact position in space. Despite its utility, sound-tracking systems face several challenges, such as maintaining directional accuracy and precision, along with the need for sophisticated hardware configurations and complex signal processing algorithms. This paper presents a sound-tracking method using three electret microphones. We estimate the direction of a sound source using a lightweight method that analyzes signals from three strategically placed microphones. By comparing the average power of the received signals, the system infers the most probable direction of the sound. The results indicate that the power level from each microphone effectively determines the sound source direction. Our system employs a straightforward and cost-effective hardware design, ensuring simplicity and affordability in implementation. It achieves a localization error of less than 6 degrees and a precision of 98%. Additionally, its effortless integration with various systems makes it versatile and adaptable. Consequently, this technique presents a robust and reliable solution for sound-tracking and localization, with potential applications spanning diverse domains such as security systems, smart homes, and acoustic monitoring.
academic
Direction Estimation of Sound Sources Using Microphone Arrays and Signal Strength
This paper proposes a sound source direction estimation method based on three electret microphones. The method infers the most probable direction of a sound source by analyzing signals received by three strategically positioned microphones using a lightweight algorithm that compares the average power of the signals. The system employs simple and cost-effective hardware design, achieving localization error below 6 degrees and 98% accuracy. This technique has broad application potential in security systems, smart homes, and acoustic monitoring.
This research addresses the sound-tracking problem, which involves determining the direction from which sound originates. Unlike complete sound source localization, sound source tracking focuses on identifying the direction of the sound source rather than its precise spatial location.
The authors aim to develop a lightweight, cost-effective alternative using minimal hardware components and simple signal processing algorithms, suitable for resource-constrained environments and rapid deployment scenarios.
Proposed a lightweight sound source direction estimation method based on signal strength: Achieves accurate direction detection using three microphones and a vector summation algorithm
Designed a low-cost hardware system: Based on Arduino and electret microphones, significantly reducing implementation costs
Input: Sound signals received by three microphones
Output: Sound source direction angle and signal strength
Constraints: Real-time processing, low-cost hardware, simple algorithms
The core algorithm is based on vector summation principles:
Algorithm 1: Sound Localization Algorithm
Input: Sound signal S, number of samples N, threshold T
Output: Sound angle, sound magnitude, servo motor position
1. if S > T then
2. foreach microphone Mi do
3. Arrayi ← Collect N samples from S
4. Avgi ← Average of Arrayi
5. Vi ← Polar vector from Avgi
6. Ri ← Rectangular form of Vi
7. end
8. X ← Σ Ri[0] // Sum of x-components
9. Y ← Σ Ri[1] // Sum of y-components
10. ResultMag ← √(X² + Y²)
11. ResultAngle ← atan2(Y,X)
12. Servo ← ServoPos
13. end
The paper cites 28 relevant references covering important works in sound source localization, signal processing, robotics, and other related fields, providing sufficient theoretical foundation and technical background for the research.
Overall Assessment: This is a highly practical engineering paper that, while limited in theoretical innovation, excels in cost-effectiveness and practicality. The work provides a simple, feasible, and cost-efficient solution for sound source direction estimation, particularly suitable for educational applications, prototype development, and resource-constrained scenarios.