Estimate Direction of Arrival

10 visualizaciones (últimos 30 días)
Sm
Sm el 20 de Dic. de 2022
Comentada: Image Analyst el 22 de Dic. de 2022
I have 6 microphones and with arduino uno get 6 signal to matlabsimulink .I want to stimate doa with pick of recived signal to array but I don't know how.Please help

Respuestas (1)

Image Analyst
Image Analyst el 20 de Dic. de 2022
See my related demo where there were several microphones places around and we had time of arrivals of the sound of an explosion. With that I was able to pinpoint the location of the explosion.
Once you know the location of the sound origin, you can easily find the direction of arrival from the sound origin to the individual microphones.
  6 comentarios
Sm
Sm el 22 de Dic. de 2022
I have 6 amplitude of each signal in real-time. I can take FFT The problem here is :how I analyze this parameters(amplitude in real time for each signal or fft) to determine bearing of sound source
Image Analyst
Image Analyst el 22 de Dic. de 2022
If they all hear basically the same sound, but the signal is just shifted in time because the mics are different distances from the source of the sound, then you can use xcorr to determine the delta time. Then I think you can use my demo. That's about all I can suggest since you don't want to attach your data like I suggested (which is fine). So good luck.

Iniciar sesión para comentar.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by