velocity_triangulat​ion.m v1.0 (Sep 2009)

Triangulates velocity from a 2D planar wave.
1,5K téléchargements
Mise à jour 2 oct. 2009

Afficher la licence

This function finds the velocity of a 2-dimensional planar wave from at least 2 sensors, by specifying its location (x,y) or (lon,lat) and its respective arrival time.

It returns the speed and direction (or tracking if coordinates were given):
>> [VEL,DIR] = velocity_triangulation(x,y,time,TOL);
where TOL is a tolerance time. You may get a figure with the results, like the one shown in the screenshot. Just take a look to the optional arguments.

Enjoy it!
Any comments and bugs reports will be very appreciated!

Citation pour cette source

Carlos Adrian Vargas Aguilera (2024). velocity_triangulation.m v1.0 (Sep 2009) (https://www.mathworks.com/matlabcentral/fileexchange/25457-velocity_triangulation-m-v1-0-sep-2009), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2008b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Triangulation Representation dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.1.0.0

Fixed typo error on title.

1.0.0.0