JP2015014504A - 距離推定システム - Google Patents
距離推定システム Download PDFInfo
- Publication number
- JP2015014504A JP2015014504A JP2013140676A JP2013140676A JP2015014504A JP 2015014504 A JP2015014504 A JP 2015014504A JP 2013140676 A JP2013140676 A JP 2013140676A JP 2013140676 A JP2013140676 A JP 2013140676A JP 2015014504 A JP2015014504 A JP 2015014504A
- Authority
- JP
- Japan
- Prior art keywords
- unit
- time
- distance
- distance estimation
- transmission
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Classifications
-
- G—PHYSICS
- G01—MEASURING; TESTING
- G01S—RADIO DIRECTION-FINDING; RADIO NAVIGATION; DETERMINING DISTANCE OR VELOCITY BY USE OF RADIO WAVES; LOCATING OR PRESENCE-DETECTING BY USE OF THE REFLECTION OR RERADIATION OF RADIO WAVES; ANALOGOUS ARRANGEMENTS USING OTHER WAVES
- G01S5/00—Position-fixing by co-ordinating two or more direction or position line determinations; Position-fixing by co-ordinating two or more distance determinations
- G01S5/18—Position-fixing by co-ordinating two or more direction or position line determinations; Position-fixing by co-ordinating two or more distance determinations using ultrasonic, sonic, or infrasonic waves
- G01S5/30—Determining absolute distances from a plurality of spaced points of known location
-
- G—PHYSICS
- G01—MEASURING; TESTING
- G01S—RADIO DIRECTION-FINDING; RADIO NAVIGATION; DETERMINING DISTANCE OR VELOCITY BY USE OF RADIO WAVES; LOCATING OR PRESENCE-DETECTING BY USE OF THE REFLECTION OR RERADIATION OF RADIO WAVES; ANALOGOUS ARRANGEMENTS USING OTHER WAVES
- G01S5/00—Position-fixing by co-ordinating two or more direction or position line determinations; Position-fixing by co-ordinating two or more distance determinations
- G01S5/02—Position-fixing by co-ordinating two or more direction or position line determinations; Position-fixing by co-ordinating two or more distance determinations using radio waves
- G01S5/0205—Details
- G01S5/0218—Multipath in signal reception
-
- G—PHYSICS
- G01—MEASURING; TESTING
- G01S—RADIO DIRECTION-FINDING; RADIO NAVIGATION; DETERMINING DISTANCE OR VELOCITY BY USE OF RADIO WAVES; LOCATING OR PRESENCE-DETECTING BY USE OF THE REFLECTION OR RERADIATION OF RADIO WAVES; ANALOGOUS ARRANGEMENTS USING OTHER WAVES
- G01S5/00—Position-fixing by co-ordinating two or more direction or position line determinations; Position-fixing by co-ordinating two or more distance determinations
- G01S5/02—Position-fixing by co-ordinating two or more direction or position line determinations; Position-fixing by co-ordinating two or more distance determinations using radio waves
- G01S5/14—Determining absolute distances from a plurality of spaced points of known location
Landscapes
- Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Radar, Positioning & Navigation (AREA)
- Remote Sensing (AREA)
- Measurement Of Velocity Or Position Using Acoustic Or Ultrasonic Waves (AREA)
- Radar Systems Or Details Thereof (AREA)
Abstract
【解決手段】親機1P及び子機1Cの両者は、距離推定信号送受部3P,3Cにて、各回の間に所定間隔を設けて互いに距離推定信号を継続的に送受すると共に、その送受信時刻を取得する。親機1Pにて、送受信時刻を利用して、時計ずれ算出部5は各回における親子間の時計のずれを算出する。算出された時計ずれの履歴から、判断部6は、今回の時計ずれがはずれ値であると判定される場合に、送受信時刻が補正対象であると判断する。補正部7は、送受信時刻を補正する。距離推定部4は、送受信時刻に基づき距離を算出し、補正があった場合は、補正された送受信時刻を利用する。
【選択図】図1
Description
TP(i) = TP_R(i)-TP_S(i)
TC(i) = TC_R(i)-TC_S(i)
t_dif(i)=( (TP_S(i) + TP_R(i)) - (TC_S(i) + TC_R(i)) )/2
http://www.ietf.org/rfc/rfc1305.txt
|t_dif-t_dif(i)|>th
距離推定部4は、距離D(i)を次式にて計算する。
D(i)= ((TP_R(i) - TP_S(i)) - (TC_S(i) - TC_R(i)) / 2*c
まず、補正部7が、次式にて、送受信時刻の補正がなされた形式により、親機1Pと子機1Cが送信した信号P_i、C_iの伝搬時間tP(i)、tC(i)を計算する。
tP(i)=TC_R(i) - TP_S(i) + t_dif
tC(i)=TP_R(i) - TC_S(i) - t_dif
伝搬時間tP(i)とtC(i)を使った場合の、距離DP(i)、DC(i)を次式で計算する。当該距離はそれぞれ信号P_i、C_iに対応する。ここでcは前述の通り、距離推定信号の速度である。
DP(i)= TP(i) * c
DC(i)= TC(i) * c
上記計算された距離を過去の最新の推定距離D(i-1)と比較し、はずれ値でないかを確認する。当該確認は、以下の(式1),(式2)が成立するかを確認すればよい。ここで、Vthは親機1Pと子機1Cの相対速度の最大値を示す閾値であり、距離推定システム100が適用される具体的用途に応じた所定値を予め与えておけばよい。(式1),(式2)により、現実上起こり得がたい異常な距離を排除することができる。T(i)は、図2のように当該送受信・距離推定が繰り返しなされる際の間隔であり、今回のi回目と直前のi-1回目との間隔である。
|D(i-1)-DP(i)|<T(i)*Vth (式1)
|D(i-1)-DC(i)|<T(i)*Vth (式2)
以下の場合分け1〜3により、距離推定部4は補正された距離D(i)を求める。
(式1)、(式2)とも満たす場合、反射波の影響で伝搬時間を長く誤りやすいことから、DP(i)とDC(i)のうちの小さい方を推定距離D(i)とする。
(式1)と(式2)のどちらか片方のみを満たす場合、満たした方の距離(DP(i)又はDC(i))を推定距離D(i)とする。この場合、満たさない方の信号P_i又はC_iについて取得された時刻は、反射波等の影響を受け、誤ったものとなっている可能性が高いとして、利用しないようにしている。すなわち、2つの信号P_i又はC_iから選別を行っている。
(式1)と(式2)の両方とも満たさない場合、両方とも誤っている可能性が高い。この場合、推定距離D(i)の結果を推定失敗としてもよいし、過去の推定距離D(i-k)で代用してもよい。代用する場合は、当該k回遡った過去のうち補正しない判定のもとで距離が推定された、直近の過去i-kを利用すればよい。
Claims (5)
- 親機及び子機を備え、当該親機と子機との間の距離を推定する距離推定システムであって、
前記親機及び子機の両者が、
各回の間に所定間隔を設けて互いに距離推定信号を継続的に送受すると共に、その送受信時刻を取得する距離推定信号送受部を備え、
前記親機が、
前記取得された送受信時刻に基づいて、各回における前記親機と子機との間の距離を推定する距離推定部と、
前記取得された送受信時刻に基づいて、各回における前記親機と子機の時計ずれを算出する時計ずれ算出部と、
前記算出された時計ずれの履歴に基づいて、各回における前記取得された送受信時刻が補正対象であるか否かを判断する判断部と、を備えることを特徴とする距離推定システム。 - 前記判断部は、前記算出された時計ずれの履歴に基づいて、前記算出された時計ずれが前記履歴においてはずれ値に属すると判定される場合に、前記補正対象である旨を判断することを特徴とする請求項1に記載の距離推定システム。
- 前記親機が、さらに、前記補正対象であると判断された回において、前記取得された送受信時刻を補正する補正部を備え、
前記距離推定部は、前記補正対象であると判断された回において、前記補正された送受信時刻に基づいて、前記親機と子機との間の距離を推定することを特徴とする請求項1または2に記載の距離推定システム。 - 前記判断部は、前記算出された時計ずれの履歴に基づいて、前記算出された時計ずれが前記履歴においてはずれ値に属すると判定される場合に、前記補正対象である旨を判断し、
前記補正部は、前記取得された送受信時刻に基づき、前記互いに送受される距離推定信号のうち、前記親機から前記子機へと送信される第一距離推定信号における第一伝搬時間と、前記子機から前記親機へと送信される第二距離推定信号における第二伝搬時間と、を算出し、
前記距離推定部は、前記第一伝搬時間及び前記第二伝搬時間より、それぞれ第一伝搬距離及び第二伝搬距離を算出し、当該各距離と、直近の過去に前記推定された距離との比較に基づき、当該各距離のいずれかを今回につき推定された距離として定めることを特徴とする請求項3に記載の距離推定システム。 - 前記距離推定部は、前記各距離と、直近の過去に前記推定された距離を比較し、その差が共に所定閾値よりも大きい場合には、今回における距離の推定を行わないことを特徴とする請求項4に記載の距離推定システム。
Priority Applications (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2013140676A JP6033174B2 (ja) | 2013-07-04 | 2013-07-04 | 距離推定システム |
| PCT/JP2014/067687 WO2015002246A1 (ja) | 2013-07-04 | 2014-07-02 | 距離推定システム |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2013140676A JP6033174B2 (ja) | 2013-07-04 | 2013-07-04 | 距離推定システム |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2015014504A true JP2015014504A (ja) | 2015-01-22 |
| JP6033174B2 JP6033174B2 (ja) | 2016-11-30 |
Family
ID=52143818
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2013140676A Expired - Fee Related JP6033174B2 (ja) | 2013-07-04 | 2013-07-04 | 距離推定システム |
Country Status (2)
| Country | Link |
|---|---|
| JP (1) | JP6033174B2 (ja) |
| WO (1) | WO2015002246A1 (ja) |
Cited By (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2016156809A (ja) * | 2015-02-09 | 2016-09-01 | 株式会社リコー | 相対方位角の計算方法と装置、ならびに相対位置特定方法 |
| JP2016197058A (ja) * | 2015-04-03 | 2016-11-24 | 株式会社ソニー・インタラクティブエンタテインメント | 携帯端末、ウェアラブル端末、音波測距システムおよび音波測距方法 |
| JP2018112458A (ja) * | 2017-01-11 | 2018-07-19 | 三菱電機株式会社 | 測位装置、測位方法及び測位プログラム |
| JP2018175234A (ja) * | 2017-04-10 | 2018-11-15 | 大和ハウス工業株式会社 | 活動量推定システム |
| JP2020535772A (ja) * | 2017-09-15 | 2020-12-03 | メティリオニック ゲー・エム・ベー・ハーMetirionic GmbH | 無線測定用途のための方法 |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN115664572B (zh) * | 2022-09-15 | 2024-08-06 | 交控科技股份有限公司 | 时钟同步方法、装置及系统 |
Citations (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5864315A (en) * | 1997-04-07 | 1999-01-26 | General Electric Company | Very low power high accuracy time and frequency circuits in GPS based tracking units |
| JP2004101254A (ja) * | 2002-09-06 | 2004-04-02 | Hitachi Ltd | 無線システムおよびそのサーバーならびにその基地局 |
| JP2004333414A (ja) * | 2003-05-12 | 2004-11-25 | Hitachi Kokusai Electric Inc | 位置情報検出システム |
| WO2006093162A1 (ja) * | 2005-03-01 | 2006-09-08 | Inter-University Research Institute Corporation Research Organization Of Information And Systems | 超音波距離測定システムおよび超音波距離測定方法 |
| US20070250279A1 (en) * | 2006-04-21 | 2007-10-25 | Joachim Moll | Digital data signal analysis by evaluating sampled values in conjunction with signal bit values |
| US20070249367A1 (en) * | 2004-08-05 | 2007-10-25 | Matsushita Electric Industrial Co., Ltd. | Information Receiving Terminal and Infomation Distibuting System |
| JP2009174964A (ja) * | 2008-01-23 | 2009-08-06 | Sumitomo Electric Ind Ltd | 位置特定装置及び位置特定システム |
| JP2010041712A (ja) * | 2008-07-07 | 2010-02-18 | Sumitomo Electric Ind Ltd | 基地局装置 |
Family Cites Families (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP5671970B2 (ja) * | 2010-11-25 | 2015-02-18 | 株式会社デンソー | 通信測距装置 |
-
2013
- 2013-07-04 JP JP2013140676A patent/JP6033174B2/ja not_active Expired - Fee Related
-
2014
- 2014-07-02 WO PCT/JP2014/067687 patent/WO2015002246A1/ja not_active Ceased
Patent Citations (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5864315A (en) * | 1997-04-07 | 1999-01-26 | General Electric Company | Very low power high accuracy time and frequency circuits in GPS based tracking units |
| JP2004101254A (ja) * | 2002-09-06 | 2004-04-02 | Hitachi Ltd | 無線システムおよびそのサーバーならびにその基地局 |
| JP2004333414A (ja) * | 2003-05-12 | 2004-11-25 | Hitachi Kokusai Electric Inc | 位置情報検出システム |
| US20070249367A1 (en) * | 2004-08-05 | 2007-10-25 | Matsushita Electric Industrial Co., Ltd. | Information Receiving Terminal and Infomation Distibuting System |
| WO2006093162A1 (ja) * | 2005-03-01 | 2006-09-08 | Inter-University Research Institute Corporation Research Organization Of Information And Systems | 超音波距離測定システムおよび超音波距離測定方法 |
| US20070250279A1 (en) * | 2006-04-21 | 2007-10-25 | Joachim Moll | Digital data signal analysis by evaluating sampled values in conjunction with signal bit values |
| JP2009174964A (ja) * | 2008-01-23 | 2009-08-06 | Sumitomo Electric Ind Ltd | 位置特定装置及び位置特定システム |
| JP2010041712A (ja) * | 2008-07-07 | 2010-02-18 | Sumitomo Electric Ind Ltd | 基地局装置 |
Cited By (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2016156809A (ja) * | 2015-02-09 | 2016-09-01 | 株式会社リコー | 相対方位角の計算方法と装置、ならびに相対位置特定方法 |
| JP2016197058A (ja) * | 2015-04-03 | 2016-11-24 | 株式会社ソニー・インタラクティブエンタテインメント | 携帯端末、ウェアラブル端末、音波測距システムおよび音波測距方法 |
| US10197673B2 (en) | 2015-04-03 | 2019-02-05 | Sony Interactive Entertainment Inc. | Mobile terminal, wearable terminal, sonic distance measurement system, and sonic distance measurement method |
| JP2018112458A (ja) * | 2017-01-11 | 2018-07-19 | 三菱電機株式会社 | 測位装置、測位方法及び測位プログラム |
| JP2018175234A (ja) * | 2017-04-10 | 2018-11-15 | 大和ハウス工業株式会社 | 活動量推定システム |
| JP2020535772A (ja) * | 2017-09-15 | 2020-12-03 | メティリオニック ゲー・エム・ベー・ハーMetirionic GmbH | 無線測定用途のための方法 |
Also Published As
| Publication number | Publication date |
|---|---|
| WO2015002246A1 (ja) | 2015-01-08 |
| JP6033174B2 (ja) | 2016-11-30 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP6033174B2 (ja) | 距離推定システム | |
| EP3927037B1 (en) | Method, device and computer-readable medium for ranging | |
| JP5749167B2 (ja) | パルス間送信および受信を用いた双方向測距 | |
| US11271713B2 (en) | Methods for nanosecond-scale time synchronization over a network | |
| US11909852B1 (en) | Frequency and gain calibration for time synchronization in a network | |
| CN102906590B (zh) | 双向测距消息方案 | |
| McElroy et al. | Comparison of wireless clock synchronization algorithms for indoor location systems | |
| CN101682443B (zh) | 供在网络中使用的网络装置 | |
| US20110316747A1 (en) | Leading edge detection | |
| CN108347439B (zh) | 一种ZigBee设备到WiFi设备的时间同步方法及设备 | |
| Medina et al. | A synchronous TDMA ultrasonic TOF measurement system for low-power wireless sensor networks | |
| EP2991416B1 (en) | Communications with synchronization | |
| US12072407B2 (en) | Methods and apparatuses for distance measurement | |
| CN105323029A (zh) | 基于声链路测距、测速的水声通信动态时钟同步方法 | |
| US10641864B2 (en) | Acoustic ranging based positioning of objects using sound recordings by terminals | |
| JP2015004649A (ja) | スレーブ装置、マスタ・スレーブシステム、および時刻同期方法 | |
| Cho et al. | Practical localization system for consumer devices using zigbee networks | |
| US10375659B1 (en) | Wireless body-area network time synchronization using R peak reference broadcasts | |
| CN104777454A (zh) | 调整定位系统的方法、用于定位物体的方法和定位系统 | |
| KR20130021514A (ko) | 무선 측위 방법 및 시스템 | |
| CN104515972B (zh) | 基于声波的多媒体设备群对新增设备的免同步定位方法 | |
| EP2989480A1 (en) | Space-based rss localization | |
| US20250067836A1 (en) | Acoustic localization | |
| CN115792937B (zh) | 一种tof测距方法及装置 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20160128 |
|
| RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20160810 |
|
| TRDD | Decision of grant or rejection written | ||
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20160928 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20161025 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 6033174 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| LAPS | Cancellation because of no payment of annual fees |