久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

    <small id='uqOgO'></small><noframes id='uqOgO'>

  • <legend id='uqOgO'><style id='uqOgO'><dir id='uqOgO'><q id='uqOgO'></q></dir></style></legend>

  • <tfoot id='uqOgO'></tfoot>

          <bdo id='uqOgO'></bdo><ul id='uqOgO'></ul>
      1. <i id='uqOgO'><tr id='uqOgO'><dt id='uqOgO'><q id='uqOgO'><span id='uqOgO'><b id='uqOgO'><form id='uqOgO'><ins id='uqOgO'></ins><ul id='uqOgO'></ul><sub id='uqOgO'></sub></form><legend id='uqOgO'></legend><bdo id='uqOgO'><pre id='uqOgO'><center id='uqOgO'></center></pre></bdo></b><th id='uqOgO'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='uqOgO'><tfoot id='uqOgO'></tfoot><dl id='uqOgO'><fieldset id='uqOgO'></fieldset></dl></div>

        用于定位時,手機加速度計的真實世界精度是多

        What is the real world accuracy of phone accelerometers when used for positioning?(用于定位時,手機加速度計的真實世界精度是多少?)
          • <tfoot id='w2cIA'></tfoot>

                <small id='w2cIA'></small><noframes id='w2cIA'>

              1. <i id='w2cIA'><tr id='w2cIA'><dt id='w2cIA'><q id='w2cIA'><span id='w2cIA'><b id='w2cIA'><form id='w2cIA'><ins id='w2cIA'></ins><ul id='w2cIA'></ul><sub id='w2cIA'></sub></form><legend id='w2cIA'></legend><bdo id='w2cIA'><pre id='w2cIA'><center id='w2cIA'></center></pre></bdo></b><th id='w2cIA'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='w2cIA'><tfoot id='w2cIA'></tfoot><dl id='w2cIA'><fieldset id='w2cIA'></fieldset></dl></div>
                <legend id='w2cIA'><style id='w2cIA'><dir id='w2cIA'><q id='w2cIA'></q></dir></style></legend>
                • <bdo id='w2cIA'></bdo><ul id='w2cIA'></ul>
                    <tbody id='w2cIA'></tbody>
                  本文介紹了用于定位時,手機加速度計的真實世界精度是多少?的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  我正在開發一個應用程序,我想在沒有 GPS 的建筑物內跟蹤移動用戶的位置.用戶從一個眾所周知的固定位置開始(精確到 5 厘米以內),此時手機中的加速度計將被激活以跟蹤相對于該固定位置的任何進一步移動.我的問題是,在當前這一代智能手機(iphone、android 手機等)中,根據這些手機通常配備的加速度計,人們期望能夠準確地跟蹤某人的位置?

                  I am working on an application where I would like to track the position of a mobile user inside a building where GPS is unavailable. The user starts at a well known fixed location (accurate to within 5 centimeters), at which point the accelerometer in the phone is to be activated to track any further movements with respect to that fixed location. My question is, in current generation smart phones (iphones, android phones, etc), how accurately can one expect to be able to track somebodies position based on the accelerometer these phones generally come equip with?

                  具體的例子會很好,例如如果我從起點移動 50 米 X,從起點移動 35 米 Y,從起點移動 5 米 Z,我可以預期我的位置大約在 +/- 在大多數當前智能手??機上為 80 厘米",或其他.

                  Specific examples would be good, such as "If I move 50 meters X from the starting point, 35 meters Y from the starting point and 5 meters Z from the starting point, I can expect my location to be approximated to within +/- 80 centimeters on most current smart phones", or whatever.

                  我對諸如卡爾曼濾波器之類的漂移校正技術只有膚淺的了解,但如果此類技術與我的應用相關并且有人想描述我可能從此類技術中獲得的校正質量,那將是一個加分項.

                  I have only a superficial understanding of techniques like Kalman filters to correct for drift, though if such techniques are relevant to my application and someone wants to describe the quality of the corrections I might get from such techniques, that would be a plus.

                  推薦答案

                  如果你將加速度計值積分兩次,你會得到位置,但 錯誤是可怕的.在實踐中是沒有用的.

                  If you integrate the accelerometer values twice you get position but the error is horrible. It is useless in practice.

                  這里是 23:20 的解釋原因(Google 技術講座).

                  Here is an explanation why (Google Tech Talk) at 23:20.

                  我回答了一個類似的問題.

                  這篇關于用于定位時,手機加速度計的真實世界精度是多少?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                  【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

                  相關文檔推薦

                  Help calculating X and Y from Latitude and Longitude in iPhone(幫助從 iPhone 中的緯度和經度計算 X 和 Y)
                  Get user#39;s current location using GPS(使用 GPS 獲取用戶的當前位置)
                  IllegalArgumentException thrown by requestLocationUpdate()(requestLocationUpdate() 拋出的 IllegalArgumentException)
                  How reliable is LocationManager#39;s getLastKnownLocation and how often is it updated?(LocationManager 的 getLastKnownLocation 有多可靠,多久更新一次?)
                  CLLocation returning negative speed(CLLocation 返回負速度)
                  How to detect Location Provider ? GPS or Network Provider(如何檢測位置提供者?GPS 或網絡提供商)

                  <tfoot id='qWHcl'></tfoot>

                    <legend id='qWHcl'><style id='qWHcl'><dir id='qWHcl'><q id='qWHcl'></q></dir></style></legend>
                  1. <i id='qWHcl'><tr id='qWHcl'><dt id='qWHcl'><q id='qWHcl'><span id='qWHcl'><b id='qWHcl'><form id='qWHcl'><ins id='qWHcl'></ins><ul id='qWHcl'></ul><sub id='qWHcl'></sub></form><legend id='qWHcl'></legend><bdo id='qWHcl'><pre id='qWHcl'><center id='qWHcl'></center></pre></bdo></b><th id='qWHcl'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='qWHcl'><tfoot id='qWHcl'></tfoot><dl id='qWHcl'><fieldset id='qWHcl'></fieldset></dl></div>
                    • <bdo id='qWHcl'></bdo><ul id='qWHcl'></ul>

                            <tbody id='qWHcl'></tbody>

                          <small id='qWHcl'></small><noframes id='qWHcl'>

                            主站蜘蛛池模板: 婷婷色综合| 免费人成在线观看网站 | 精品国产99 | 日韩欧美中文 | 中文字幕免费在线观看 | 美女天堂av| 天天玩夜夜操 | 91精品国产综合久久久动漫日韩 | 91大神xh98xh系列全部 | 久操av在线 | 日韩视频一区二区 | 黄网站色大毛片 | 国产一区二区三区视频 | 91国在线高清视频 | 日韩不卡一区二区 | 狠狠久久| 国产成人免费视频网站高清观看视频 | 蜜桃免费一区二区三区 | 午夜激情在线视频 | 精品国产91乱码一区二区三区 | 在线一区二区观看 | 欧美成人一区二区 | 精品久久久久久18免费网站 | 国外成人在线视频网站 | 中文字幕在线一区 | 91动漫在线观看 | 亚洲人在线观看视频 | 国产亚洲精品久久久久久豆腐 | 国产精品精品3d动漫 | 国产成人在线一区 | 日韩欧美国产精品 | 一级黄色片在线免费观看 | 日韩图区| 成人三级视频 | 亚洲成人毛片 | 一区二区在线看 | 亚洲一区二区三区四区av | 看片一区 | 久久久www成人免费精品 | 国产精品国产三级国产aⅴ无密码 | 国产精品一区在线观看你懂的 |