資源簡介
TOA的MATLAB定位算法代碼

代碼片段和文件信息
function?distn?=?dist_t(xy)
%?This?function?calculates?distance?between?two?points
%?x?and?y?is?a?1?by?2?matrix?which?containes?coordinates?of?two?points
%?Example:?x?(12?26)?y?(5?0);
distn?=?sqrt((x(1)?-?y(1))^2?+?(x(2)?-?y(2))^2);
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-06-03?12:38??TOA的MATLAB定位算法\
?????文件?????????942??2017-04-09?10:00??TOA的MATLAB定位算法\TOA_LS.m
?????文件????????6721??2017-04-20?15:32??TOA的MATLAB定位算法\TOA_main.m
?????目錄???????????0??2017-06-03?12:38??TOA的MATLAB定位算法\constrained_weighted_NLOS\
?????文件?????????961??2007-04-03?16:00??TOA的MATLAB定位算法\constrained_weighted_NLOS\TOA_LS.m
?????文件?????????561??2007-03-22?15:11??TOA的MATLAB定位算法\constrained_weighted_NLOS\add_noise.m
?????文件?????????880??2007-04-03?08:36??TOA的MATLAB定位算法\constrained_weighted_NLOS\cir_cir_intersection.asv
?????文件????????1001??2007-04-03?08:57??TOA的MATLAB定位算法\constrained_weighted_NLOS\cir_cir_intersection.m
?????文件????????3055??2007-04-04?08:19??TOA的MATLAB定位算法\constrained_weighted_NLOS\constrained_weighted_NLOS.asv
?????文件????????3076??2007-04-04?08:22??TOA的MATLAB定位算法\constrained_weighted_NLOS\constrained_weighted_NLOS.m
?????文件????????3184??2007-04-02?09:37??TOA的MATLAB定位算法\constrained_weighted_NLOS\constrained_weighted_NLOS_ireative.m
?????文件?????????838??2007-04-03?10:56??TOA的MATLAB定位算法\constrained_weighted_NLOS\cost_est.asv
?????文件?????????843??2007-04-03?14:10??TOA的MATLAB定位算法\constrained_weighted_NLOS\cost_est.m
?????文件????????6485??2007-04-02?09:05??TOA的MATLAB定位算法\constrained_weighted_NLOS\hs_err_pid404.log
?????文件????????3040??2007-04-03?15:12??TOA的MATLAB定位算法\constrained_weighted_NLOS\limda_est.asv
?????文件????????3116??2007-04-03?15:36??TOA的MATLAB定位算法\constrained_weighted_NLOS\limda_est.m
?????文件????????1654??2007-04-03?09:01??TOA的MATLAB定位算法\constrained_weighted_NLOS\weights_cal.asv
?????文件????????1657??2007-04-03?09:06??TOA的MATLAB定位算法\constrained_weighted_NLOS\weights_cal.m
?????文件?????????240??2006-09-11?10:44??TOA的MATLAB定位算法\dist_t.m
?????文件?????????350??2007-03-15?21:21??TOA的MATLAB定位算法\kalmanfltr.m
?????文件????????9372??2007-03-16?09:38??TOA的MATLAB定位算法\main.m
?????文件????????1506??2007-03-27?20:32??TOA的MATLAB定位算法\monocycle.m
?????文件????????5032??2017-04-09?09:59??TOA的MATLAB定位算法\tdoa_method.m
?????文件????????1156??2007-03-29?09:37??TOA的MATLAB定位算法\tempt.m
?????文件????????1112??2007-03-29?09:29??TOA的MATLAB定位算法\tempt1.m
?????文件????????7441??2007-03-29?10:58??TOA的MATLAB定位算法\testing.m
?????文件?????????509??2007-03-18?19:52??TOA的MATLAB定位算法\toa.m
?????文件????????1960??2007-03-27?20:53??TOA的MATLAB定位算法\uwb_channel.asv
?????文件????????2020??2007-03-28?08:15??TOA的MATLAB定位算法\uwb_channel.m
- 上一篇:點云三角剖分matlab代碼
- 下一篇:WIFI定位算法MATLAB代碼
評論
共有 條評論