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

Triangulates velocity from a 2D planar wave.
1.5K 次下载
更新时间 2009/10/2

查看许可证

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!

引用格式

Carlos Adrian Vargas Aguilera (2025). velocity_triangulation.m v1.0 (Sep 2009) (https://ww2.mathworks.cn/matlabcentral/fileexchange/25457-velocity_triangulation-m-v1-0-sep-2009), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2008b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Triangulation Representation 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.1.0.0

Fixed typo error on title.

1.0.0.0