资源简介
转自:http://www.cnblogs.com/rubbninja/p/6220284.html 卡尔曼滤波 KNN定位matlab代码合集。具体请参考转载作者博客
代码片段和文件信息
function acc = accuracy( predictions labels )
%计算定位误差
%labels是实际的位置轨迹,predictions是估计的位置轨迹
acc = mean(sqrt(sum((predictions - labels).^2 2)));
end
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
....... 26 2017-05-26 07:04 codeInBlogs-master\.gitignore
....... 178 2017-05-26 07:04 codeInBlogs-master\accuracy.m
....... 1337 2017-05-26 07:04 codeInBlogs-master\filters\kf_init.m
....... 442 2017-05-26 07:04 codeInBlogs-master\filters\kf_update.m
文件 1004 2017-07-05 11:11 codeInBlogs-master\IP_raytracing\generate_radio_map.m
....... 157 2017-05-26 07:04 codeInBlogs-master\IP_raytracing\get_offline_data.m
....... 518 2017-05-26 07:04 codeInBlogs-master\IP_raytracing\get_offline_data_random.m
....... 488 2017-05-26 07:04 codeInBlogs-master\IP_raytracing\get_offline_data_uniform.m
....... 825 2017-05-26 07:04 codeInBlogs-master\IP_raytracing\get_online_data.m
....... 980 2017-05-26 07:04 codeInBlogs-master\IP_raytracing\get_random_trace.m
....... 6908 2017-05-26 07:04 codeInBlogs-master\IP_raytracing\get_rss_by_ray_tracing.m
....... 1191 2017-05-26 07:04 codeInBlogs-master\IP_raytracing\main_raytracing.m
....... 1328 2017-05-26 07:04 codeInBlogs-master\IP_raytracing\readme.md
....... 499 2017-05-26 07:04 codeInBlogs-master\Localization_algorithms\loc_knn_cls.m
....... 471 2017-05-26 07:04 codeInBlogs-master\Localization_algorithms\loc_knn_reg.m
文件 1390 2017-07-05 09:36 codeInBlogs-master\main_KF_test.m
....... 99092 2017-05-26 07:04 codeInBlogs-master\main_loc_test.ipynb
文件 440 2017-07-05 16:13 codeInBlogs-master\main_loc_test.m
....... 1013 2017-05-26 07:04 codeInBlogs-master\online_loc.m
目录 0 2017-05-26 07:04 codeInBlogs-master\filters
目录 0 2017-05-26 07:04 codeInBlogs-master\IP_raytracing
目录 0 2017-05-26 07:04 codeInBlogs-master\Localization_algorithms
目录 0 2017-05-26 07:04 codeInBlogs-master
----------- --------- ---------- ----- ----
118287 23
- 上一篇:基于FPGA和LM75A的测温系统设计
- 下一篇:风电场风速及功率数据
相关资源
- 暗影2MAC12系统安装clover.zip
- fdt_4_09_03.exe
- pkg-win.zip
- PRML最全资料集合.zip
- 数据可视化驾驶舱.zip
- 李晓峰通信原理.zip
- 图解西门子S71200PLC入门到实践(清晰
- AI拓客商家联盟V2.1.3前端+后端.rar
- echarts大数据领导仓demo.rar
- [C51单片机开发工具Keil.UV4].Keil.C51.V9
- Deep_Learning_2016.pdf
- zw_Classification1.zip
- Griffiths-IntroductiontoElectrodynamics4thEdit
- ParaViewTutorial.pdf
- xyisv_10236804.zip
- 计算机图形学第4版高清电子书.pdf
- 《多粒度知识获取与不确定性度量》
- 华成英模电课件.zip
- 70d0cd041f738f12db575d3b46e97582.pdf
- OfficeTabEnterprise13.1.zip
- wxu998.rar
- PowerDesigner16.5汉化文件.rar
- jsgis.zip
- PinyinIME(关键代码写了注释).zip
- 锁相环设计、仿真与应用第5版中.pd
- novelOnLine.zip
- SingleSensorImagingMethodsandApplicationsforDi
- ControlSystemsEngineering7th(NormanS.Nise)
- ModernControlSystems13th(RichardC.Dorf).ra
- VectorMagic_1.15pojie.rar
评论
共有 条评论