Estimate Direction of Arrival
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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
0 Commenti
Risposte (1)
Image Analyst
il 20 Dic 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 Commenti
Image Analyst
il 22 Dic 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.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!