Time Delay of Arrival
Afficher commentaires plus anciens
hi there, I want to find time delay of a real time source using 2 channel microphone. First of all, I need to record the source in real time, then calculate it's delay using matlab. So, I don't have any idea to do that. Could someone help me , please.
Réponses (2)
Honglei Chen
le 24 Fév 2012
0 votes
- record the data.
- read the data into MATLAB
- do a cross correlation between two channels and translate the lag to time
2 commentaires
Dennis
le 24 Fév 2012
Wayne King
le 24 Fév 2012
Have you looked at the documentation for xcorr?
Linas Svilainis
le 2 Déc 2019
0 votes
Try two functions below:
Those do exactly what you need with subsample resolution
Catégories
En savoir plus sur Correlation and Convolution dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!