JP5601878B2 - Route prediction device - Google Patents

Route prediction device Download PDF

Info

Publication number
JP5601878B2
JP5601878B2 JP2010110347A JP2010110347A JP5601878B2 JP 5601878 B2 JP5601878 B2 JP 5601878B2 JP 2010110347 A JP2010110347 A JP 2010110347A JP 2010110347 A JP2010110347 A JP 2010110347A JP 5601878 B2 JP5601878 B2 JP 5601878B2
Authority
JP
Japan
Prior art keywords
route
target
parameter value
path
evaluation function
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.)
Expired - Fee Related
Application number
JP2010110347A
Other languages
Japanese (ja)
Other versions
JP2011237339A (en
Inventor
めぐみ 澤田
將 白石
敦夫 尾崎
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2010110347A priority Critical patent/JP5601878B2/en
Publication of JP2011237339A publication Critical patent/JP2011237339A/en
Application granted granted Critical
Publication of JP5601878B2 publication Critical patent/JP5601878B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

この発明は、飛行目標の運動を監視し、その目標が山陰に隠れる等により、観測データが欠けた場合に、その先の経路を予測する経路予測装置に関するものである。   The present invention relates to a route prediction apparatus that monitors the movement of a flight target and predicts a route ahead if observation data is missing due to the target being hidden in the shade.

従来の経路予測装置は、常時観測データが得られる場合の目標追尾を意図した追尾フィルタを利用して、観測データが欠けた後の経路予測も行われていた。観測データが欠けた後の具体的な動作は、観測データの代わりに、前回の予測値を追尾フィルタに入力し、未来時刻の目標の位置や速度を算出することを繰り返すというものである。
例えば、現在時刻の目標の位置や速度の情報、および、地形情報をファジイ推論要素に入力し、地形に対して目標が取る基本行動(目標が低対地高度を保ちながら、地形への衝突を回避する等)を前提とした目標の操縦量を算出することによって、次時刻の目標の位置や速度を求める予測部を持つ。
また、観測データが得られている間は、観測データと予測値の誤差を利用して、その誤差が小さくなるようにファジイ推論から算出される操縦量を調整する学習調整部を持つ。そして、2つの構成要素を持つことで、観測データが欠けている時においても信頼性の高い経路予測を行う(例えば、特許文献1参照)。
The conventional route prediction apparatus also performs route prediction after missing observation data by using a tracking filter intended for target tracking when observation data is always obtained. A specific operation after missing observation data is to repeatedly input the previous predicted value to the tracking filter instead of the observation data and calculate the target position and speed at a future time.
For example, the target position and speed information at the current time and the terrain information are input to the fuzzy inference element, and the basic action that the target takes on the terrain (a collision with the terrain is avoided while the target maintains a low ground altitude). Etc.), a prediction unit for calculating the target position and speed at the next time is calculated.
Further, while the observation data is obtained, the learning adjustment unit is used to adjust the maneuvering amount calculated from the fuzzy inference so that the error is reduced by using the error between the observation data and the predicted value. By having two components, highly reliable route prediction is performed even when observation data is missing (see, for example, Patent Document 1).

また、経路予測に利用可能な従来技術として、目標側が目的地(監視側の重要拠点)までの最適な飛行経路を計画する技術がある。以後、「目標側最適経路生成技術」と呼ぶ。目標側最適経路生成技術によって生成された経路は、地形や監視側レーダ等に対して目標が取る基本行動であることから、これを観測データが欠けた時の予測経路として利用することも可能である。
目標側最適経路生成技術の動作は、移動空間を離散化(グリッド状に分割する等)し、ある評価関数を最適化するような経路点集合をダイクストラで選択することにより、最適経路を生成するというものである。ここで利用される評価関数は、経路生成において最適化すべき各要素(移動距離、レーダからの被探知性等)の評価値の線形和としてモデル化されることが多く、各要素間のトレードオフ調整用パラメータ(各項の重みづけ係数値)が存在する。例えば、目標側が飛行経路計画を行うにあたり、総移動距離が短くレーダに探知されにくい経路を最適経路とし、以下の式(1)に示す評価関数を最小化する経路を求める。
Further, as a conventional technique that can be used for route prediction, there is a technology in which the target side plans an optimal flight route to a destination (an important base on the monitoring side). Hereinafter, this is referred to as “target side optimum route generation technology”. Since the route generated by the target-side optimal route generation technology is a basic action taken by the target with respect to terrain and monitoring radar, it can also be used as a predicted route when observation data is missing. is there.
The operation of the target-side optimum route generation technique is to generate an optimum route by discretizing the moving space (eg, dividing into a grid) and selecting a set of route points that optimizes a certain evaluation function by Dijkstra. That's it. The evaluation function used here is often modeled as a linear sum of the evaluation values of each element (movement distance, radar detectability, etc.) that should be optimized in the path generation. There are adjustment parameters (weighting coefficient values for each term). For example, when the target side performs the flight route planning, a route that has a short total movement distance and is difficult to be detected by the radar is determined as an optimum route, and a route that minimizes the evaluation function expressed by the following equation (1) is obtained.

F(経路)=(1−α)×総移動距離+α×レーダからの探知リスク (1)     F (path) = (1−α) × total moving distance + α × detection risk from radar (1)

但し、αはトレードオフ調整用パラメータである(例えば、非特許文献1参照)。   Here, α is a trade-off adjustment parameter (see, for example, Non-Patent Document 1).

特許第2749727号公報Japanese Patent No. 2749727

Shi Xiaoli 著,「Optimization of Fighter Aircraft Evasive Trajectories for Radar Threats Avoidance」,In Proceedings of the 2007 IEEE International Conference on Control and Automation,P303〜307Shi Xiaoli, `` Optimization of Fighter Aircraft Evasive Trajectories for Radar Threats Avoidance '', In Proceedings of the 2007 IEEE International Conference on Control and Automation, P303-307

従来の経路予測装置は、観測データが欠ける時に、予測値を積み重ねて経路予測を行うため、これが長くなると予測経路の信頼性が低下するという問題点があった。ここで、特許文献1では、地形に対する目標の基本行動が「目標が低対地高度を保ちながら、地形への衝突を回避する経路を通る」という前提に基づき、地形情報を経路予測に利用する。これにより、特許文献1は、目標が山陰に隠れた際の観測データ間欠時においても予測経路の信頼性を向上する。
しかし、特許文献1は、目標の基本行動として、「目標が監視側レーダに探知されにくい経路を通る」ことを前提としないため、山陰に隠れる以上の観測データが長期間に亘って欠けた時(例えば、目標が監視側のレーダ覆域を考慮して、山陰から復帰しないような経路を通った場合)において、予測経路の信頼性が低下するという問題点あった。
Since the conventional route prediction apparatus performs route prediction by accumulating prediction values when observation data is lacking, there is a problem in that the reliability of the prediction route decreases if this becomes longer. Here, in Patent Document 1, terrain information is used for route prediction based on the premise that the basic behavior of the target with respect to the terrain is “the route follows a route that avoids collision with the terrain while maintaining a low ground altitude”. Thereby, patent document 1 improves the reliability of a prediction path | route also at the time of observation data intermittent when a target is hidden in the shade.
However, Patent Document 1 does not assume that the target takes a path that is difficult for the monitoring radar to detect as the basic behavior of the target. (For example, when the target passes through a route that does not return from Sanin considering the radar coverage on the monitoring side), the reliability of the predicted route is reduced.

一方、非特許文献1では、観測データが欠ける時の目標の経路予測に利用可能な従来技術である目標側最適経路生成技術は、目標の基本行動として、「目標が監視側レーダに探知されにくい経路を通る」ことを前提とした。しかし、経路生成時に利用する目標側経路評価関数の各項のトレードオフ調整用パラメータ値の設定が不適切であると、予測経路の信頼性が低下するという問題点あった。   On the other hand, in Non-Patent Document 1, the target-side optimal route generation technology, which is a conventional technology that can be used for target route prediction when observation data is lacking, is used as the basic behavior of a target. It is premised on “passing the route”. However, there is a problem that the reliability of the predicted path is lowered when the trade-off adjustment parameter value of each term of the target path evaluation function used at the time of path generation is inappropriate.

この発明は、前記のような課題を解決するためになされたものであり、目標の基本行動が「監視側の重要拠点を目的地として、地形情報・監視側レーダ覆域情報等を考慮したある目標側経路評価関数を最適化するような経路を飛行する」との前提で、観測データが欠けている時に目標側最適経路を生成することによって目標の経路予測を行い、さらに、目標側最適経路の生成に利用する目標側経路評価関数のトレードオフ調整用パラメータ値を得られた観測情報に基づいて設定・調整することにより、観測データが長期間に亘って欠けている時においても信頼性ある経路予測が可能な経路予測装置を得ることを目的とする。   The present invention has been made to solve the above-mentioned problems, and the basic behavior of the target is “considering terrain information, monitoring-side radar coverage information, etc., with an important base on the monitoring side as a destination. The target route is predicted by generating a target-side optimal route when observation data is missing, and the target-side optimal route is further assumed. By setting / adjusting the parameter value for trade-off adjustment of the target path evaluation function used for generating the target based on the obtained observation information, it is reliable even when the observation data is missing for a long time An object is to obtain a route prediction device capable of route prediction.

この発明に係る経路予測装置は、目標を観測して観測データを出力するセンサ部、入力される上記観測データを上記目標の観測情報として出力する目標情報取得部、順次得られる上記観測情報を時系列に記憶する観測情報記憶部、地形情報が予め格納された地形情報データベース、監視側のレーダ情報が予め格納された監視側レーダ情報データベース、上記目標が目指す対象とする可能性が高い監視側の重要拠点データが予め格納された監視側重要拠点データベース、上記目標にとっての経路の最適性に影響を与える要素の評価値の線形和で定義された目標側経路評価関数の各上記要素間のトレードオフを調整するパラメータの値を記憶する目標側経路評価関数パラメータ値記憶部、経路生成開始時刻での上記目標の位置や速度、上記目標側経路評価関数のパラメータの値、上記監視側重要拠点データベースおよび上記監視側レーダ情報データベース、上記地形情報データベースに格納されているデータに基づき、上記目標側経路評価関数を最適化する監視側の重要拠点までの経路を目標側最適経路として生成する目標側最適経路生成部、上記目標の観測情報の一連、調整モードおよび上記目標側経路評価関数の異なる複数のパラメータの値を上記目標側最適経路生成部に入力して目標側最適経路を生成させるとともに上記目標側最適経路生成部が生成した異なる複数の経路のうち上記目標の観測情報の一連と最も類似した経路で利用されているパラメータの値を上記目標側経路評価関数パラメータ値記憶部に記憶されているパラメータの値に更新する目標側経路評価関数パラメータ値調整部、上記観測情報記憶部に記憶されている観測情報を監視し解析し、上記観測データが得られている間は該観測情報の解析結果を元に上記目標側経路評価関数パラメータ値調整部を周期的に実行し、上記観測データが欠けている間は上記目標側経路評価関数パラメータ値記憶部に記憶されているパラメータの値を上記目標側最適経路生成部に入力して目標側最適経路を生成させる経路予測システムタスク実行部含む経路予測装置であって、上記目標側経路評価関数パラメータ値調整部は、上記観測データが得られている間、該観測情報の解析結果に基づいて、上記目標側最適経路の生成で利用する上記目標側経路評価関数の複数のパラメータの一部のパラメータに絞ってパラメータ値の調整を行うか否かを決定し、その決定に基づいて全てまたは一部のパラメータ値の調整を行う。 The route prediction apparatus according to the present invention includes a sensor unit that observes a target and outputs observation data, a target information acquisition unit that outputs the input observation data as observation information of the target, and sequentially obtains the observation information obtained. Observation information storage unit for storing in series, terrain information database in which terrain information is stored in advance, monitoring side radar information database in which monitoring radar information is stored in advance, and monitoring side that is highly likely to be targeted by the target Trade-off between each element of the target side path evaluation function defined by the linear sum of the evaluation values of the elements that affect the optimality of the path for the above target, the monitoring side important base database in which the important base data is stored in advance Target side path evaluation function parameter value storage unit that stores parameter values for adjusting the target position and speed at the path generation start time, target side Based on the parameter values of the road evaluation function, the monitoring important base database, the monitoring radar information database, and the data stored in the topographic information database, the monitoring important base that optimizes the target side path evaluation function Target side optimal route generation unit that generates a route up to the target side optimal route, a series of the observation information of the target, the adjustment mode, and values of a plurality of parameters different in the target side route evaluation function, the target side optimal route generation unit To generate a target-side optimum route, and the parameter values used in the route most similar to the series of the target observation information among the plurality of different routes generated by the target-side optimum route generator Target-side path evaluation function parameters that are updated to the parameter values stored in the parameter-value storage unit The observation information stored in the observation information storage unit is monitored and analyzed, and while the observation data is obtained, the target side path evaluation function parameter value adjustment is performed based on the analysis result of the observation information. Is periodically executed, and while the observation data is missing, the parameter value stored in the target side path evaluation function parameter value storage unit is input to the target side optimal path generation unit and the target side optimal a path prediction apparatus including a path prediction system task execution unit to generate a route, the target-side route evaluation function parameter value adjustment unit, while the observed data is obtained, based on the analysis result of the observation information Determining whether or not to adjust the parameter value by focusing on some of the plurality of parameters of the target-side path evaluation function used in generating the target-side optimal path, and based on the determination Adjust all or some of the parameter values.

この発明に係る経路予測装置は、目標の基本行動が「監視側の重要拠点を目的地として、地形や監視側レーダ覆域等を考慮した目標側経路評価関数を最適化するような経路を飛行する」との前提に立って、観測データが欠けている時に目標側最適経路を生成することによって目標の経路予測を行い、目標側最適経路の生成で利用する目標側経路評価関数の各要素のトレードオフ調整用パラメータのパラメータ値を設定、調整する際に、観測情報の解析結果に基づいて設定、調整するパラメータ値を絞るので、効率的にパラメータ値を設定、調整することができ、観測データが長期間に亘って欠けていても信頼性がある経路予測が可能となるという効果がある。   The route predicting apparatus according to the present invention is configured such that the basic behavior of the target is “a route that optimizes a target-side route evaluation function that takes into account the topography, the monitoring-side radar coverage, etc. Based on the premise that the target side route evaluation function used to generate the target side optimal route is predicted by generating the target side optimal route when the observation data is missing. When setting and adjusting the parameter value of the trade-off adjustment parameter, the parameter value to be set and adjusted is narrowed down based on the analysis result of the observation information, so the parameter value can be set and adjusted efficiently, and the observation data There is an effect that it is possible to predict a reliable route even if it is missing over a long period of time.

この発明の実施の形態1に係る経路予測装置の構成図である。It is a block diagram of the path | route prediction apparatus which concerns on Embodiment 1 of this invention. 図1の経路予測システムタスク実行部が目標側経路評価関数パラメータ値調整部または目標側最適経路生成部を実行させるタイミングを示す図である。It is a figure which shows the timing which the path | route prediction system task execution part of FIG. 1 performs a target side path | route evaluation function parameter value adjustment part or a target side optimal path | route production | generation part. 図1の目標側最適経路生成部において生成した移動先候補点の例を示す図である。It is a figure which shows the example of the movement destination candidate point produced | generated in the target side optimal path | route production | generation part of FIG. 図1の経路予測システムタスク実行部が目標側経路評価関数パラメータ値調整部を実行させるときに入力する調整モードの設定例を示す図である。It is a figure which shows the example of a setting of the adjustment mode input when the path | route prediction system task execution part of FIG. 1 performs the target side path | route evaluation function parameter value adjustment part. 図1の目標側経路評価関数パラメータ値調整部の動作を示す図である。It is a figure which shows operation | movement of the target side path | route evaluation function parameter value adjustment part of FIG. 図1の目標側経路評価関数パラメータ値調整部での目標側最適経路生成部で生成された経路と観測情報の一連との位置誤差の算出方法を示す図である。It is a figure which shows the calculation method of the position error of the path | route produced | generated by the target side optimal path | route production | generation part in the target side path | route evaluation function parameter value adjustment part of FIG. 1, and a series of observation information.

以下、この発明の経路予測装置の好適な実施の形態につき図面を用いて説明する。
実施の形態1.
図1は、この発明の実施の形態1に係る経路予測装置の構成図である。
この発明の実施の形態1に係る経路予測装置は、目標を観測して観測データを出力するレーダからなるセンサ部1、観測データが入力されるとともに目標の観測情報、例えば観測時刻、位置、速度を出力する目標情報取得部2、所定のサンプリング周期で順次得られる観測情報を時系列に記憶する観測情報記憶部3、地形情報が予め格納された地形情報データベース4、監視側のレーダ情報、例えば配置や覆域等が予め格納された監視側レーダ情報データベース5、目標が目指す対象となる可能性が高い監視側の重要拠点が予め格納された監視側重要拠点データベース6、及び、目標にとっての飛行経路の最適性に影響を与える要素、例えば飛行高度、監視側レーダからの被探知性等の評価値の線形和で定義された目標側経路評価関数の各要素間のトレードオフを調整するパラメータ値、すなわち各項の重みづけ係数値を記憶する目標側経路評価関数パラメータ値記憶部7を備える。
A preferred embodiment of a route prediction apparatus according to the present invention will be described below with reference to the drawings.
Embodiment 1 FIG.
FIG. 1 is a configuration diagram of a route prediction apparatus according to Embodiment 1 of the present invention.
The route prediction apparatus according to the first embodiment of the present invention includes a sensor unit 1 composed of a radar that observes a target and outputs observation data, and receives observation data as well as target observation information such as observation time, position, and speed. The target information acquisition unit 2 that outputs the observation information, the observation information storage unit 3 that stores the observation information sequentially obtained at a predetermined sampling period in time series, the terrain information database 4 in which the terrain information is stored in advance, the radar information on the monitoring side, for example The monitoring radar information database 5 in which the arrangement and coverage are stored in advance, the monitoring important base database 6 in which important monitoring bases that are likely to be targets are stored in advance, and the flight for the target Each element of the target-side path evaluation function defined by the linear sum of evaluation factors such as flight altitude and the detectability from the monitoring-side radar, which affects the optimality of the path Parameter value for adjusting the trade-off between, i.e. provided with a target-side route evaluation function parameter value storage unit 7 for storing the weighting coefficients of the respective terms.

また、この発明の実施の形態1に係る経路予測装置は、入力された経路生成開始時刻、経路生成開始時刻での目標の位置や速度、目標側経路評価関数のパラメータ値、および、監視側重要拠点データベース6及び監視側レーダ情報データベース5、地形情報データベース4に格納されているデータに基づいて、監視側の重要拠点を目的地とした目標側にとっての最適経路を「目標側経路評価関数を最適化するような経路」として生成する目標側最適経路生成部8、及び、入力された目標の観測情報の一連と調整モード(調整するパラメータの指定)に基づいて、目標側経路評価関数パラメータ値記憶部7に記憶されているパラメータ値を設定や調整するために、目標側最適経路生成部8を実行して目標側経路評価関数のパラメータ値が異なる経路を複数生成し、入力された目標の観測情報の一連と最も類似した経路で利用されているパラメータ値で目標側経路評価関数パラメータ値記憶部7に記憶されているパラメータ値を更新することを複数回繰り返す目標側経路評価関数パラメータ値調整部9を備える。   In addition, the route prediction apparatus according to Embodiment 1 of the present invention is the input route generation start time, the target position and speed at the route generation start time, the parameter value of the target side route evaluation function, and the monitoring side important Based on the data stored in the base database 6, the monitoring radar information database 5, and the topographic information database 4, the optimal path for the target side with the important base on the monitoring side as the destination Target-side route evaluation function parameter value storage unit 8 based on the target-side optimum route generation unit 8 that is generated as “a route to be converted” and a series of input target observation information and an adjustment mode (specification of parameters to be adjusted) In order to set and adjust the parameter values stored in the unit 7, the target-side optimal route generation unit 8 is executed and the parameter values of the target-side route evaluation function are different. A plurality of paths are generated, and the parameter values stored in the target-side path evaluation function parameter value storage unit 7 are updated with the parameter values used in the path most similar to the series of input target observation information. A target side path evaluation function parameter value adjustment unit 9 that repeats a plurality of times is provided.

また、この発明の実施の形態1に係る経路予測装置は、監視側レーダ情報データベース5及び地形情報データベース4に格納されているデータに基づいて、観測情報記憶部3に記憶されている観測情報を監視し解析し、観測データが得られている間は観測情報の解析結果を元に、調整するパラメータ数を出来る限り絞った調整モードで目標側経路評価関数パラメータ値調整部9を定期的に実行し、観測データが欠けている場合は、目標側経路評価関数パラメータ値記憶部7に記憶されているパラメータ値、すなわち観測情報に基づき調整されたものを入力として目標側最適経路生成部8を実行し、得られた経路を目標の観測データが欠けた後の予測経路として経路予測装置の外部へ出力する経路予測システムタスク実行部10を備える。   Further, the route prediction apparatus according to Embodiment 1 of the present invention uses the observation information stored in the observation information storage unit 3 based on the data stored in the monitoring radar information database 5 and the terrain information database 4. While monitoring and analyzing, while the observation data is obtained, the target side path evaluation function parameter value adjustment unit 9 is periodically executed in the adjustment mode in which the number of parameters to be adjusted is reduced as much as possible based on the analysis result of the observation information. If the observation data is missing, the target-side optimum route generation unit 8 is executed with the parameter value stored in the target-side route evaluation function parameter value storage unit 7, that is, the value adjusted based on the observation information as an input. The route prediction system task execution unit 10 outputs the obtained route to the outside of the route prediction device as a predicted route after lack of target observation data.

次に、この発明の実施の形態1に係る経路予測装置の一連の動作について説明する。
センサ部1は特定の目標を任意のサンプリング間隔で観測する。センサ部1が観測して得たデータは目標情報取得部2で処理されて、目標の観測時刻、位置、速度を含む観測情報に変換される。目標情報取得部2から得られた各時刻における目標の観測情報は、観測情報記憶部3内に時系列に順次保存される。
経路予測システムタスク実行部10は、監視側レーダ情報データベース5及び地形情報データベース4に格納されているデータに基づいて、観測情報記憶部3に記憶されている目標の観測情報を監視し解析して、目標側経路評価関数パラメータ値調整部9と目標側最適経路生成部8を実行する。
Next, a series of operations of the route prediction apparatus according to Embodiment 1 of the present invention will be described.
The sensor unit 1 observes a specific target at an arbitrary sampling interval. Data obtained by observation by the sensor unit 1 is processed by the target information acquisition unit 2 and converted into observation information including the target observation time, position, and velocity. The target observation information at each time obtained from the target information acquisition unit 2 is sequentially stored in the observation information storage unit 3 in time series.
The route prediction system task execution unit 10 monitors and analyzes the target observation information stored in the observation information storage unit 3 based on the data stored in the monitoring radar information database 5 and the terrain information database 4. The target side route evaluation function parameter value adjustment unit 9 and the target side optimum route generation unit 8 are executed.

図2は、目標側経路評価関数パラメータ値調整部9と目標側最適経路生成部8が経路予測システムタスク実行部10によって実行されるタイミングを示したものである。
目標側経路評価関数パラメータ値調整部9は、センサ部1により目標が観測されて観測データが得られている間は所定の等間隔毎に、および、観測データが欠けていた期間からの復帰後は直後に、前回の目標側経路評価関数パラメータ値調整部9の実行後から新たに取得された観測情報の一連と調整モードが入力され、パラメータ値の調整を行うために実行される。調整モードとは、調整するパラメータを指定するモードであり、これは、新たに取得された観測情報の一連の解析結果に基づいて設定される。
FIG. 2 shows the timing at which the target side route evaluation function parameter value adjustment unit 9 and the target side optimal route generation unit 8 are executed by the route prediction system task execution unit 10.
The target-side path evaluation function parameter value adjustment unit 9 is at predetermined equal intervals while the target is observed by the sensor unit 1 and observation data is obtained, and after returning from a period in which the observation data is missing Immediately after that, a series of observation information newly acquired after execution of the previous target-side path evaluation function parameter value adjustment unit 9 and an adjustment mode are input and executed to adjust the parameter values. The adjustment mode is a mode for specifying parameters to be adjusted, and is set based on a series of analysis results of newly acquired observation information.

目標側最適経路生成部8は、観測データが欠けているときに、観測データが欠けた直前の目標の観測時刻、位置や速度、目標側経路評価関数パラメータ値記憶部7に記憶されているパラメータ値、すなわち目標側経路評価関数パラメータ値調整部9によって調整されたパラメータ値が入力され、目標側経路生成を行うために実行される。そして、目標側最適経路生成部8から得た経路のデータは、経路予測システムタスク実行部10に送られ、経路予測システムタスク実行部10から観測データが欠けた後の目標の予測経路として本経路予測装置の外部へ出力される。   When the observation data is missing, the target-side optimum route generation unit 8 is the parameter stored in the target-side route evaluation function parameter value storage unit 7 immediately before the observation data is missing. The value, that is, the parameter value adjusted by the target side route evaluation function parameter value adjusting unit 9, is input and executed to generate the target side route. Then, the route data obtained from the target-side optimum route generation unit 8 is sent to the route prediction system task execution unit 10, and this route is used as the target prediction route after the observation data is missing from the route prediction system task execution unit 10. Output to the outside of the prediction device.

更に、目標側最適経路生成部8の動作を詳細に説明する。
ここでは、任意の時間間隔ΔT毎に、目標の移動先候補点を複数生成し、目標側経路評価関数の評価値が良い移動先候補点を次時刻の目標の移動先として選択することを繰り返して、目標側最適経路を生成する。以下、目標の位置、速度、および、その目標がその位置、速度を保有する時刻を「目標状態」と称する。
Further, the operation of the target side optimum route generation unit 8 will be described in detail.
Here, repeatedly generating a plurality of target destination candidate points for each arbitrary time interval ΔT and selecting a destination candidate point with a good evaluation value of the target side path evaluation function as a target destination at the next time Then, the target side optimum route is generated. Hereinafter, the position and speed of the target and the time when the target holds the position and speed are referred to as “target state”.

具体的には、以下の処理を行う。
ステップ1において、目標側最適経路生成部8を実行する際に入力として与えられた経路生成開始時刻、経路生成開始時刻の目標の位置、速度を「現在時刻の目標状態」として設定する。また、目標側最適経路生成部8を実行する際に入力として与えられた目標側経路評価関数のパラメータ値を目標側経路評価関数に設定する。
ステップ2において、経路生成開始時刻の目標状態に対する時間間隔ΔT経過後の移動先候補点を複数個生成する。移動先候補点の目標状態は、その移動先候補点に目標が存在する時刻(現在時刻tにΔTを加えた時刻)、及び移動先候補点の位置や速度である。
図3は、この発明の実施の形態1に係る経路予測装置に備えられる目標側最適経路生成部8において生成する移動先候補点の例を示す図である。
現在時刻tの目標の速度と時間間隔ΔTから目標が旋回可能な最大角度を算出し、時刻t+ΔTの移動先候補点として、図3に示すように、「旋回無しの移動先候補点」と「最大旋回角度で旋回したときの移動先候補点」に加え、「最大旋回角度より小さい旋回角度で旋回したときの移動先候補点」を複数個生成している。次時刻t+ΔTの目標の位置や速度は、移動先候補点の旋回角度と現在時刻の位置や速度より算出される。
Specifically, the following processing is performed.
In step 1, the route generation start time, the target position at the route generation start time, and the speed given as inputs when the target side optimum route generation unit 8 is executed are set as the “target state at the current time”. Further, the parameter value of the target side path evaluation function given as an input when executing the target side optimal path generation unit 8 is set in the target side path evaluation function.
In step 2, a plurality of destination candidate points are generated after the time interval ΔT has elapsed with respect to the target state at the route generation start time. The target state of the destination candidate point is the time when the target exists at the destination candidate point (the time obtained by adding ΔT to the current time t), and the position and speed of the destination candidate point.
FIG. 3 is a diagram showing an example of destination candidate points generated by the target-side optimal route generation unit 8 provided in the route prediction device according to Embodiment 1 of the present invention.
The maximum angle at which the target can turn is calculated from the target speed at the current time t and the time interval ΔT. As shown in FIG. 3, “moving destination candidate points without turning” and “ In addition to “movement destination candidate points when turning at the maximum turning angle”, a plurality of “movement destination candidate points when turning at a turning angle smaller than the maximum turning angle” is generated. The target position and speed at the next time t + ΔT are calculated from the turning angle of the movement destination candidate point and the position and speed at the current time.

ステップ3において、ステップ2において生成した移動先候補点を目標側経路評価関数で評価し、最も評価値が良い移動先候補点を次時刻t+ΔTの移動先として選択する。目標側経路評価関数fの例を式(2)に示す。各項の値は、地形情報データベース4、監視側レーダ情報データベース5、監視側重要拠点データベース6に格納されているデータを元に計算する。   In step 3, the destination candidate point generated in step 2 is evaluated by the target side path evaluation function, and the destination candidate point with the best evaluation value is selected as the destination at the next time t + ΔT. An example of the target side path evaluation function f is shown in Expression (2). The value of each term is calculated based on data stored in the topographic information database 4, the monitoring radar information database 5, and the monitoring important base database 6.

f(移動先候補点)=α×目的地方向までの水平距離+β×地形高度+γ×レーダからの探知リスク (2)     f (destination point) = α × horizontal distance to destination + β × terrain altitude + γ × detection risk from radar (2)

式(2)の係数α、β、γはトレードオフ調整用パラメータであり、α、β、γが係数である各項には最適性のトレードオフ関係があり、α、β、γの比重によって生成される経路は以下のようになる。
αとγには、目的地までの最短経路を通るか、レーダから探知されてにくい経路を通るかのトレードオフ関係がある。そして、αの値を大きくすると最短経路をより重視した経路となる。逆に、γの値を大きくするとレーダからの被探知性をより重視した経路となる。
The coefficients α, β, and γ in Equation (2) are trade-off adjustment parameters, and each term in which α, β, and γ are coefficients has an optimum trade-off relationship, and depends on the specific gravity of α, β, and γ. The generated route is as follows.
α and γ have a trade-off relationship between the shortest route to the destination or the route that is difficult to be detected by the radar. When the value of α is increased, a route that places more importance on the shortest route is obtained. On the other hand, if the value of γ is increased, the path becomes more focused on the detection ability from the radar.

αとβには、低対地高度を保つ飛行を行うにあたり、地形への衝突を避ける際に、地形追従、すなわち目的地方向から逸脱しないことを重視して、例えば、山がある場合は山の斜面に沿って上っていくことで地形への衝突を回避するか、地形回避、すなわち低高度を飛行することを重視して、例えば、山がある場合は山を迂回することで地形への衝突を回避するかのトレードオフ関係がある。そして、αの値を大きくすると地形追従型の経路となる。逆に、βの値を大きくすると地形回避型の経路となる。   For α and β, when performing a flight that maintains a low ground altitude, when avoiding collision with the terrain, emphasis is placed on terrain following, that is, not deviating from the destination direction. Focus on avoiding terrain collisions by climbing along the slope, or avoiding terrain, that is, flying at low altitudes. There is a trade-off between avoiding collisions. When the value of α is increased, a terrain following type route is obtained. Conversely, if the value of β is increased, a terrain avoidance type route is obtained.

ステップ4において、ステップ3において選択された移動先候補点の目標状態として「移動先が監視側重要拠点の近く、すなわち任意に設定された距離に到達する」という終了条件を満たすならば、これまでに選択された全ての移動先候補点(目標状態)の集合を生成経路として出力し、目標側最適経路生成部8の処理を終了する。
終了条件を満たさない場合は、現在時刻にΔTを加え、現在時刻の目標状態を選択された移動先候補点の目標状態として、ステップ2へ戻る。
In step 4, if the target condition of the destination candidate point selected in step 3 satisfies the end condition that the destination is close to the monitoring important base, that is, an arbitrarily set distance, then A set of all the movement destination candidate points (target states) selected in (1) is output as a generation route, and the processing of the target side optimum route generation unit 8 is terminated.
If the end condition is not satisfied, ΔT is added to the current time, the target state at the current time is set as the target state of the selected destination candidate point, and the process returns to step 2.

次に、経路予測システムタスク実行部10で目標側経路評価関数パラメータ値調整部9を実行する際に、入力として与える調整モードの設定方法を説明する。
前回、目標側経路評価関数パラメータ値調整部9が実行されてから新たに取得された観測情報の一連の解析結果に応じて、出来る限り調整するパラメータを絞るように調整モードを設定する。
例えば、式(2)の目標側経路評価関数の場合は、観測情報の一連の解析結果に応じて、以下のように調整モードを設定する。ここで、図4は式(2)の目標側経路評価関数に対する調整モードの設定例を示したものである。
Next, a method for setting an adjustment mode that is given as an input when the target side route evaluation function parameter value adjustment unit 9 is executed by the route prediction system task execution unit 10 will be described.
An adjustment mode is set so as to narrow down the parameters to be adjusted as much as possible according to a series of analysis results of observation information newly acquired since the target side path evaluation function parameter value adjustment unit 9 was executed last time.
For example, in the case of the target side path evaluation function of Expression (2), the adjustment mode is set as follows according to a series of analysis results of the observation information. Here, FIG. 4 shows a setting example of the adjustment mode for the target-side path evaluation function of Expression (2).

新たに取得された観測情報の一連の解析結果が「目標の初期探知直後」である場合、1度もパラメータ調整処理が行われていないため、「パラメータ値初期化モード」を調整モードに設定する。
新たに取得された観測情報の一連の解析結果が「地形がある程度平坦な箇所を通過後」である場合、目標は地形の影響をあまり受けずに飛行したことが予測されるため、この観測情報に基づいてαとβの比重調整をすることは難しい。よって、αとγに絞った比重調整を行う「α、γの比重調整モード」を調整モードに設定する。
When the series of analysis results of newly acquired observation information is “immediately after initial detection of the target”, parameter adjustment processing has not been performed, so “parameter value initialization mode” is set to the adjustment mode. .
If the series of analysis results of newly acquired observation information is "after passing through a place where the terrain is flat to some extent", it is predicted that the target flew without being affected by the terrain. It is difficult to adjust the specific gravity of α and β based on the above. Therefore, “specific gravity adjustment mode of α and γ” for adjusting the specific gravity focused on α and γ is set as the adjustment mode.

新たに取得された観測情報の一連の解析結果が「ある山の見通し外へ出て、同じ山(または近くの山)の見通し外からの復帰後」である場合、目標は地形の影響を強く受けた飛行をしたこと予測されるため、この観測情報を元にαとγを調整することは難しい。よって、αとβに絞った比重調整を行う「α、βの比重調整モード」を調整モードに設定する。
新たに取得された観測情報の一連の解析結果が「地形がある程度複雑な箇所を通過後」または「データが長時間に亘って欠けていた後」である場合は、地形、監視側レーダが目標の飛行にどのように影響したか分かりにくいため、調整するパラメータは絞らずにα、β、γ全ての比重調整を行う「α、β、γの比重調整モード」を調整モードに設定する。
If a series of analysis results of newly acquired observation information is “after going out of sight of a mountain and returning from the same mountain (or a nearby mountain) from sight”, the target strongly influences the topography. Since it is predicted that the flight was received, it is difficult to adjust α and γ based on this observation information. Therefore, “specific gravity adjustment mode of α, β” for adjusting the specific gravity limited to α and β is set as the adjustment mode.
If a series of analysis results of newly acquired observation information is "after passing through a complicated terrain" or "after missing data for a long time", the terrain and monitoring radar Since it is difficult to understand how the flight has been affected, the “specific gravity adjustment mode of α, β, γ” for adjusting the specific gravity of all α, β, γ without adjusting the parameters to be adjusted is set as the adjustment mode.

次に、目標側経路評価関数パラメータ値調整部9の動作について詳細に説明する。図5は、この発明の実施の形態1に係る経路予測装置に備えられる目標側経路評価関数パラメータ値調整部9の動作を示すイメージ図である。
まず、目標側経路評価関数パラメータ値記憶部7に記憶されているパラメータ値を読出し、パラメータ調整処理で利用する基準パラメータにその値を設定する。そして、入力された観測情報の一連と設定された調整モードに応じて、基準パラメータに以下の調整処理を複数回繰り返す。
Next, the operation of the target side path evaluation function parameter value adjustment unit 9 will be described in detail. FIG. 5 is an image diagram showing the operation of the target-side path evaluation function parameter value adjustment unit 9 provided in the path prediction apparatus according to Embodiment 1 of the present invention.
First, the parameter value stored in the target-side path evaluation function parameter value storage unit 7 is read, and the value is set as the reference parameter used in the parameter adjustment process. Then, the following adjustment process for the reference parameter is repeated a plurality of times according to the series of input observation information and the set adjustment mode.

ステップ11において、設定された調整モードに応じて、基準パラメータPの近傍パラメータP〜P、すなわち基準パラメータPの値を少し変化させた値からなるパラメータを複数個生成する。例えば、式(2)の目標側経路評価関数の場合、基準パラメータPは各項のパラメータ値の集合P={α,β,γ}であり、調整モードに応じて、近傍パラメータP〜Pを以下のように生成する。
パラメータ値初期化モードの場合、様々な数値のα、β、γの組合せを近傍パラメータとして複数生成する。
α、βの比重調整モードの場合、α、γは基準パラメータ値をそのまま利用し、βのみを基準値に対して増減させたα、β、γの組合せを近傍パラメータとして複数生成する。
α、γの比重調整モードの場合、α、βは基準パラメータ値をそのまま利用し、γのみを基準値に対して増減させたα、β、γの組合せを近傍パラメータとして複数生成する。
α、β、γの比重調整モードの場合、αは基準パラメータ値をそのまま利用し、β、γを基準値に対して増減させたα、β、γの組合せを近傍パラメータとして複数生成する。
In step 11, according to the adjustment mode set, neighborhood parameters P 1 to P of the reference parameter P K N, i.e. multiple generating parameters consisting reference parameter P values were slightly changing the value of K. For example, in the case of the target-side path evaluation function of Expression (2), the reference parameter P K is a set of parameter values P K = {α K , β K , γ K } for each term, and the neighborhood depends on the adjustment mode. The parameters P 1 to P N are generated as follows.
In the parameter value initialization mode, a plurality of combinations of various values of α, β, and γ are generated as neighborhood parameters.
In the specific gravity adjustment mode of α and β, the reference parameter values are used as they are for α and γ, and a plurality of combinations of α, β, and γ in which only β is increased or decreased with respect to the reference value are generated as neighborhood parameters.
In the specific gravity adjustment mode for α and γ, the reference parameter values are used as they are for α and β, and a plurality of combinations of α, β, and γ in which only γ is increased or decreased with respect to the reference value are generated as neighborhood parameters.
In the specific gravity adjustment mode of α, β, and γ, α uses the reference parameter value as it is, and generates a plurality of combinations of α, β, and γ by increasing and decreasing β and γ with respect to the reference value as neighboring parameters.

ステップ12において、入力された観測情報の一連の中で、最も早い時刻の目標の位置や速度、および、基準パラメータPとステップ11で生成した複数個の近傍パラメータPK1〜PKNのそれぞれを入力として、目標側最適経路生成部8で経路R、RK1〜RKNを生成し、それぞれのパラメータ値を目標側経路評価関数に設定した場合の目標側最適経路を得る。 In step 12, the target position and velocity at the earliest time in the series of input observation information, each of the reference parameter P K and the plurality of neighboring parameters P K1 to P KN generated in step 11 are set. As an input, the target side optimal route generation unit 8 generates routes R K and R K1 to R KN and obtains the target side optimal route when each parameter value is set in the target side route evaluation function.

ステップ13において、ステップ12において生成した経路R、R〜Rのうち、入力された観測情報の一連と最も類似した経路を選択する。類似した経路とは、例えば、観測情報の一連に対して位置誤差が最も小さい経路を示す。この場合の位置誤差は以下の処理によって算出される。図6は、その算出法を示したものである。
ここで、目標側最適経路生成部8によって生成された経路は移動先として選択された移動先候補点の集合R={r,r,・・・,r}であり、観測情報の一連はOB={ob,ob,・・・,ob}である。そして、各r(j=1,2,・・・,n)、ob(i=1,2,・・・,m}は、目標の位置、速度に加え、obの場合は観測時刻、rの場合は目標がその位置に存在する時刻の情報を保持する。
In step 13, the route most similar to the series of input observation information is selected from the routes R K and R 1 to R N generated in step 12. The similar route indicates, for example, a route having the smallest position error with respect to a series of observation information. The position error in this case is calculated by the following process. FIG. 6 shows the calculation method.
Here, the route generated by the target-side optimal route generation unit 8 is a set of destination candidate points R = {r 1 , r 2 ,..., R n } selected as the destination, and the observation information The series is OB = {ob 1 , ob 2 ,..., Ob m }. Each r j (j = 1, 2,..., N) and ob i (i = 1, 2,..., M} are observed in the case of ob i in addition to the target position and speed. In the case of time, r j , information on the time at which the target exists at that position is held.

ステップ13−1において、時刻を用いてrとobを対応づける。尚、この目標側最適経路生成部8の例では生成される経路は時刻情報を持つが、もし、目標側最適経路生成部で生成される経路が時刻情報を持たない場合はrとrj−1の距離をそれぞれ算出し、目標の速度で割ることによって、時刻を算出する。
ステップ13−2において、対応づけたr、obの位置誤差(距離)を算出する。
ステップ13−3において、ステップ13−2で算出した位置誤差の総和を求め、目標側最適経路生成部8で生成された経路と観測情報の一連との位置誤差とする。
ステップ14において、基準パラメータ値をステップ13で選択された経路(観測経路の一連と最も類似した経路)を生成するのに利用されていたパラメータ値で更新する。予め指定された任意の繰返し回数に達した場合、目標側経路評価関数パラメータ値記憶部7に記憶されているパラメータ値を基準パラメータ値(調整後のパラメータ値)で更新して目標側経路評価関数パラメータ値調整部9の動作を終了する。そうでない場合、ステップ11へ戻る。
In step 13-1, r j and ob i are associated with each other using time. In the example of the target side optimal route generation unit 8, the generated route has time information. However, if the route generated by the target side optimal route generation unit does not have time information, r j and r j The time is calculated by calculating the distance of −1 and dividing by the target speed.
In step 13-2, the position error (distance) of the associated r j and ob i is calculated.
In step 13-3, the total sum of the position errors calculated in step 13-2 is obtained and set as the position error between the path generated by the target side optimal path generation unit 8 and the series of observation information.
In step 14, the reference parameter value is updated with the parameter value used to generate the route selected in step 13 (the route most similar to the series of observation routes). When an arbitrary number of repetitions designated in advance is reached, the target side path evaluation function is updated by updating the parameter value stored in the target side path evaluation function parameter value storage unit 7 with the reference parameter value (adjusted parameter value). The operation of the parameter value adjustment unit 9 is terminated. If not, return to Step 11.

この発明の実施の形態1に係る経路予測装置は、目標の基本行動が「監視側の重要拠点を目的地として、地形や監視側レーダ覆域等を考慮した目標側経路評価関数を最適化するような経路を飛行する」との前提に立って、観測データが欠けている時に目標側最適経路を生成することによって目標の経路予測を行い、目標側最適経路の生成で利用する目標側経路評価関数の各要素のトレードオフ調整用パラメータのパラメータ値を設定、調整する際に、観測情報の解析結果に基づいて設定、調整するパラメータ数を絞るので、効率的にパラメータ値を設定、調整することができ、観測データが長期間に亘って欠けていても信頼性がある経路予測が可能となるという効果がある。   In the route prediction apparatus according to the first embodiment of the present invention, the basic behavior of the target is “optimize the target side route evaluation function considering the topography, the monitoring radar coverage, etc., with the important base on the monitoring side as the destination. Based on the premise of `` flying a route like this, '' target route prediction is performed by generating a target route optimally by generating a target route optimal when observation data is missing, and used in generating the target route optimal When setting and adjusting parameter values for trade-off adjustment parameters for each element of the function, the number of parameters to be set and adjusted is reduced based on the analysis results of observation information, so parameter values can be set and adjusted efficiently. Thus, there is an effect that a reliable route prediction is possible even if observation data is missing for a long period of time.

実施の形態2.
この発明の実施の形態2に係る経路予測装置は、この発明の実施の形態1に係る経路予測装置と目標側最適経路生成部が異なり、それ以外は同様であるので、同様な部分に同じ符号を付記し説明を省略する。
この発明の実施の形態2に係る目標側最適経路生成部は、利用する経路生成の終了条件に「目標が監視側レーダに再び検知可能となる」という条件を加えること以外はこの発明の実施の形態1に係る目標側最適経路生成部8と同じである。
Embodiment 2. FIG.
Since the route prediction device according to Embodiment 2 of the present invention is different from the route prediction device according to Embodiment 1 of the present invention in that the target-side optimum route generation unit is the same except for the above, the same reference numerals are used for the same parts. Is added and explanation is omitted.
The target side optimum route generation unit according to the second embodiment of the present invention implements the present invention except that a condition that “the target can be detected again by the monitoring radar” is added to the end condition of the route generation to be used. This is the same as the target-side optimum route generation unit 8 according to the first embodiment.

この発明の実施の形態2に係る経路予測装置は、目標が目的地(監視側重要拠点)へ到着する前に、監視側レーダで探知可能となる状況が予測された場合にも、直ぐに予測経路が外部へ出力されるので、経路予測の目的として重要となる「目標の再出現時刻、位置や速度」の情報取得のリアルタイム性が向上するという効果がある。   The route prediction apparatus according to the second embodiment of the present invention immediately predicts a predicted route even when a situation in which the target can be detected by the monitoring radar is predicted before the target arrives at the destination (monitoring important base). Is output to the outside, and there is an effect that the real-time property of information acquisition of “target reappearance time, position and speed”, which is important for the purpose of route prediction, is improved.

実施の形態3.
この発明の実施の形態3に係る経路予測装置は、この発明の実施の形態1に係る経路予測装置と目標側最適経路生成部および目標側経路評価関数パラメータ値調整部が異なり、それ以外は同様であるので、同様な部分に同じ符号を付記し説明を省略する。
この発明の実施の形態3に係る目標側最適経路生成部は、経路生成終了時刻が入力されることと、経路生成の終了条件に「生成した経路を目標が現在時刻から飛行した場合に経路生成終了時刻に達する」という条件を加えること以外はこの発明の実施の形態1に係る目標側最適経路生成部8と同じである。
Embodiment 3 FIG.
The route prediction device according to Embodiment 3 of the present invention is different from the route prediction device according to Embodiment 1 of the present invention, in the target-side optimum route generation unit and the target-side route evaluation function parameter value adjustment unit, and is otherwise the same. Therefore, the same reference numerals are added to the same parts, and the description is omitted.
The target-side optimal route generation unit according to the third embodiment of the present invention inputs the route generation end time and sets the route generation end condition as “when the target flies from the current time to the generated route. This is the same as the target-side optimum route generation unit 8 according to the first embodiment of the present invention, except that the condition that “the end time is reached” is added.

この発明の実施の形態3に係る目標側経路評価関数パラメータ値調整部は、パラメータ調整処理に利用するために、目標側最適経路生成部を実行して目標側経路評価関数に設定されるパラメータ値が異なる経路を複数生成する。この際に生成する経路は、目的地までの経路を必要とせず、目標側経路評価関数パラメータ値調整部に入力として与えられた観測情報の一連に対応した経路のみを必要とする。よって、目標側最適経路生成部を実行する際に、経路生成終了時刻として、観測情報の一連のうち、最も遅い目標の観測時刻を入力する。以上を除き、目標側経路評価関数パラメータ値調整部の動作は実施の形態1と同じである。   The target side route evaluation function parameter value adjustment unit according to the third embodiment of the present invention executes the target side optimal route generation unit and sets the parameter value set in the target side route evaluation function in order to use the parameter adjustment processing Generate multiple paths with different. The route generated at this time does not require a route to the destination, and only a route corresponding to a series of observation information given as an input to the target side route evaluation function parameter value adjustment unit. Therefore, when the target-side optimal route generation unit is executed, the latest target observation time in the series of observation information is input as the route generation end time. Except for the above, the operation of the target-side path evaluation function parameter value adjustment unit is the same as that of the first embodiment.

この発明の実施の形態3に係る経路予測装置は、目標側経路評価関数パラメータ値調整部において、必要部分だけを指定して目標側最適経路生成部を実行することによって、目標側経路評価関数パラメータ値調整部のパラメータ調整処理が効率化され、リアルタイム性が向上するという効果がある。   In the route prediction apparatus according to Embodiment 3 of the present invention, the target-side route evaluation function parameter value adjusting unit executes the target-side optimal route generation unit by specifying only necessary portions, thereby executing the target-side route evaluation function parameter. The parameter adjustment processing of the value adjustment unit is made efficient, and there is an effect that the real-time property is improved.

実施の形態4.
この発明の実施の形態4に係る経路予測装置は、この発明の実施の形態1に係る経路予測装置と経路予測システムタスク実行部が異なり、それ以外は同様であるので、同様な部分に同じ符号を付記し説明を省略する。
この発明の実施の形態4に係る経路予測システムタスク実行部は、観測データが欠けているときに目標側最適経路生成部8を実行し得た予測経路を出力するが、引き続き観測データが欠けている場合には、目標側経路評価関数パラメータ値調整部9を再び実行し、目標側経路評価関数パラメータ値記憶部7に記憶されているパラメータ値を調整する。尚、この場合、目標側経路評価関数パラメータ値調整部9へ入力される観測情報の一連は、前回、または過去に入力された観測情報の一連である。そして、目標側経路評価関数パラメータ値記憶部7に記憶されている再調整後のパラメータ値を目標側最適経路生成部8に入力し、最適経路生成処理を実行し、得られた経路を予測経路として再び外部へ出力する。以上を除き、経路予測システムタスク実行部の動作は実施形態1と同じである。
Embodiment 4 FIG.
Since the route prediction device according to Embodiment 4 of the present invention is different from the route prediction device according to Embodiment 1 of the present invention in that the route prediction system task execution unit is the same, the same reference numerals are used for the same parts. Is added and explanation is omitted.
The route prediction system task execution unit according to the fourth embodiment of the present invention outputs a predicted route that can be executed by the target side optimal route generation unit 8 when the observation data is missing, but the observation data continues to be missing. If so, the target side route evaluation function parameter value adjustment unit 9 is executed again, and the parameter value stored in the target side route evaluation function parameter value storage unit 7 is adjusted. In this case, the series of observation information input to the target-side path evaluation function parameter value adjustment unit 9 is a series of observation information input last time or in the past. Then, the parameter value after readjustment stored in the target-side route evaluation function parameter value storage unit 7 is input to the target-side optimal route generation unit 8, the optimal route generation processing is executed, and the obtained route is used as the predicted route. Output to the outside again. Except for the above, the operation of the route prediction system task execution unit is the same as that of the first embodiment.

この発明の実施の形態4に係る経路予測装置は、経路予測システムタスク実行部において、観測データが欠けているときに予測経路を出力後、引き続き観測データが欠けている場合には、目標側経路評価関数のパラメータ値を観測情報に基づいてさらに調整し、その調整後のパラメータ値によって生成された経路を再び予測経路として外部へ出力するので、より信頼性の高い予測経路を提供するという効果がある。   In the route prediction device according to the fourth embodiment of the present invention, the route prediction system task execution unit outputs the predicted route when the observation data is missing, and then continues the target side route when the observation data is missing. The parameter value of the evaluation function is further adjusted based on the observation information, and the route generated by the parameter value after the adjustment is output to the outside as the prediction route again, so that the effect of providing a more reliable prediction route is obtained. is there.

実施の形態5.
この発明の実施の形態5に係る経路予測装置は、この発明の実施の形態1に係る経路予測装置に目標側経路評価関数パラメータ値記憶部7に記憶されているパラメータ値を外部からユーザが設定できる機能を追加したことが異なり、それ以外は同様であるので、同様な部分に同じ符号を付記し説明を省略する。
この発明の実施の形態5に係る経路予測装置は、目標側経路評価関数のパラメータ値の初期値をユーザが設定できるし、パラメータ調整処理においてもユーザと対話型でできるので、より信頼性の高い経路予測が可能となるという効果がある。
Embodiment 5 FIG.
In the route prediction device according to Embodiment 5 of the present invention, the user sets the parameter value stored in the target side route evaluation function parameter value storage unit 7 from the outside in the route prediction device according to Embodiment 1 of the present invention. Since the functions that can be added are different and the others are the same, the same parts are denoted by the same reference numerals and the description thereof is omitted.
In the route prediction apparatus according to Embodiment 5 of the present invention, the initial value of the parameter value of the target-side route evaluation function can be set by the user, and the parameter adjustment process can be performed interactively with the user, so that the reliability is higher. There is an effect that a route can be predicted.

実施の形態6.
この発明の実施の形態6に係る経路予測装置は、この発明の実施の形態1に係る経路予測装置と経路予測システムタスク実行部が異なり、それ以外は同様であるので、同様な部分に同じ符号を付記し説明を省略する。
この発明の実施の形態6に係る経路予測システムタスク実行部は、この発明の実施の形態1に係る経路予測システムタスク実行部と観測データが欠けていて目標側最適経路生成部8を実行して予測経路を生成するときに、異なる複数のパラメータ値を用いて複数の経路を生成することが異なり、それ以外は同様である。
異なる複数のパラメータ値とは、例えば以下のようなものである。
目標側経路評価関数パラメータ値記憶部7に記憶されているパラメータ値の近傍パラメータ。
経路予測システムタスク実行部にユーザが予測経路として追加表示させたいパラメータ値を設定できる機能を付加し、それを利用して入力されたパラメータ値。
Embodiment 6 FIG.
The route prediction apparatus according to Embodiment 6 of the present invention differs from the route prediction apparatus according to Embodiment 1 of the present invention in the route prediction system task execution unit, and is otherwise the same. Is added and explanation is omitted.
The route prediction system task execution unit according to Embodiment 6 of the present invention executes the target side optimal route generation unit 8 with the observation data missing from the route prediction system task execution unit according to Embodiment 1 of the present invention. When a predicted route is generated, a plurality of routes are generated using a plurality of different parameter values, and the rest is the same.
The different parameter values are, for example, as follows.
A parameter near the parameter value stored in the target-side path evaluation function parameter value storage unit 7.
A parameter value input by adding a function that allows the user to set a parameter value that the user wants to additionally display as a predicted route in the route prediction system task execution unit.

この発明の実施の形態6に係る経路予測装置は、目標側最適経路生成部8で利用する目標側経路評価関数に異なる複数のパラメータ値が異なる複数の経路を予測経路として出力することで、ユーザは目標の観測データが欠けている時の経路として様々なケースを想定することが可能となるという効果がある。   The route prediction device according to Embodiment 6 of the present invention outputs a plurality of routes having different parameter values to the target-side route evaluation function used by the target-side optimum route generation unit 8 as a predicted route. Has an effect that it is possible to assume various cases as a route when the target observation data is missing.

1 センサ部、2 目標情報取得部、3 観測情報記憶部、4 地形情報データベース、5 監視側レーダ情報データベース、6 監視側重要拠点データベース、7 目標側経路評価関数パラメータ値記憶部、8 目標側最適経路生成部、9 目標側経路評価関数パラメータ値調整部、10 経路予測システムタスク実行部。 DESCRIPTION OF SYMBOLS 1 Sensor part, 2 Target information acquisition part, 3 Observation information storage part, 4 Terrain information database, 5 Monitoring side radar information database, 6 Monitoring side important base database, 7 Target side path evaluation function parameter value storage part, 8 Target side optimal A route generation unit; 9 a target side route evaluation function parameter value adjustment unit; and 10 a route prediction system task execution unit.

Claims (6)

目標を観測して観測データを出力するセンサ部、
入力される上記観測データを上記目標の観測情報として出力する目標情報取得部、
順次得られる上記観測情報を時系列に記憶する観測情報記憶部、
地形情報が予め格納された地形情報データベース、
監視側のレーダ情報が予め格納された監視側レーダ情報データベース、
上記目標が目指す対象とする可能性が高い監視側の重要拠点データが予め格納された監視側重要拠点データベース、
上記目標にとっての経路の最適性に影響を与える要素の評価値の線形和で定義された目標側経路評価関数の各上記要素間のトレードオフを調整するパラメータの値を記憶する目標側経路評価関数パラメータ値記憶部、
経路生成開始時刻での上記目標の位置や速度、上記目標側経路評価関数のパラメータの値、上記監視側重要拠点データベースおよび上記監視側レーダ情報データベース、上記地形情報データベースに格納されているデータに基づき、上記目標側経路評価関数を最適化する監視側の重要拠点までの経路を目標側最適経路として生成する目標側最適経路生成部、
上記目標の観測情報の一連、調整モードおよび上記目標側経路評価関数の異なる複数のパラメータの値を上記目標側最適経路生成部に入力して目標側最適経路を生成させるとともに上記目標側最適経路生成部が生成した異なる複数の経路のうち上記目標の観測情報の一連と最も類似した経路で利用されているパラメータの値を上記目標側経路評価関数パラメータ値記憶部に記憶されているパラメータの値に更新する目標側経路評価関数パラメータ値調整部、
上記観測情報記憶部に記憶されている観測情報を監視し解析し、上記観測データが得られている間は該観測情報の解析結果を元に上記目標側経路評価関数パラメータ値調整部を周期的に実行し、上記観測データが欠けている間は上記目標側経路評価関数パラメータ値記憶部に記憶されているパラメータの値を上記目標側最適経路生成部に入力して目標側最適経路を生成させる経路予測システムタスク実行部含む経路予測装置であって、
上記目標側経路評価関数パラメータ値調整部は、上記観測データが得られている間、該観測情報の解析結果に基づいて、上記目標側最適経路の生成で利用する上記目標側経路評価関数の複数のパラメータの一部のパラメータに絞ってパラメータ値の調整を行うか否かを決定し、その決定に基づいて全てまたは一部のパラメータ値の調整を行うことを特徴とする経路予測装置。
Sensor unit that observes the target and outputs the observation data,
A target information acquisition unit that outputs the input observation data as observation information of the target;
An observation information storage unit for storing the observation information obtained sequentially in time series;
Topographic information database in which topographic information is stored in advance,
Monitoring radar information database in which monitoring radar information is stored in advance,
A monitoring important site database in which important data on the monitoring side that is highly likely to be targeted by the above target is stored in advance,
A target-side path evaluation function that stores a parameter value for adjusting a trade-off between each of the above-described elements of a target-side path evaluation function defined by a linear sum of evaluation values of elements that affect the optimality of the path for the target. Parameter value storage,
Based on the data stored in the target position and speed at the start time of route generation, the value of the parameter of the target side route evaluation function, the monitoring important base database and the monitoring radar information database, and the topographic information database A target-side optimal route generation unit that generates a route to the monitoring-side important base that optimizes the target-side route evaluation function as a target-side optimal route;
A series of the target observation information, the adjustment mode, and values of a plurality of parameters having different target side path evaluation functions are input to the target side optimal path generation unit to generate the target side optimal path and the target side optimal path generation The parameter value used in the path most similar to the series of the target observation information among the plurality of different paths generated by the unit is changed to the parameter value stored in the target side path evaluation function parameter value storage unit. Target side path evaluation function parameter value adjustment unit to be updated,
The observation information stored in the observation information storage unit is monitored and analyzed, and while the observation data is obtained, the target side path evaluation function parameter value adjustment unit is periodically operated based on the analysis result of the observation information. When the observation data is missing, the parameter value stored in the target side path evaluation function parameter value storage unit is input to the target side optimal path generation unit to generate the target side optimal path. a path prediction apparatus including a path prediction system task execution unit,
The target side path evaluation function parameter value adjustment unit is configured to provide a plurality of target side path evaluation functions to be used for generating the target side optimal path based on the analysis result of the observation information while the observation data is obtained. A route prediction apparatus that determines whether or not to adjust a parameter value by focusing on a part of the parameters, and adjusts all or a part of the parameter values based on the determination .
上記目標側最適経路生成部は、上記目標が監視側レーダに再び検知可能となった場合に、利用する経路生成を終了することを特徴とする請求項1に記載の経路予測装置。 The target side optimum route generating unit, when the upper Symbol goals have Tsu Do a detectable again in the monitoring side radar path prediction apparatus according to claim 1, characterized in that to terminate the route generation utilized. 上記目標側最適経路生成部は、生成した経路を目標が現在時刻から飛行した場合に設定された経路生成終了時刻に達するときに、利用する経路生成を終了し
上記目標側経路評価関数パラメータ値調整部は、パラメータ調整処理に必要とする経路部分のみを生成するように、上記目標側最適経路生成部に経路生成終了時刻を入力することを特徴とする請求項1に記載の経路予測装置。
The target side optimum route generating section, when the target raw form path reaches a set route generated end time when flying from the current time, and terminates the route generation utilized,
The target side route evaluation function parameter value adjustment unit inputs a route generation end time to the target side optimum route generation unit so as to generate only a route part necessary for parameter adjustment processing. 1. The route prediction apparatus according to 1.
上記経路予測システムタスク実行部は、予測経路を出力した後でも観測データが欠けている場合は、上記目標側経路評価関数パラメータ値調整部を再度実行してパラメータ値を調整し、且つ該パラメータ値を入力して上記目標側最適経路生成部を実行して得られた経路を再び予測経路として外部へ出力することを特徴とする請求項1に記載の経路予測装置。   If the observation data is missing even after outputting the predicted route, the route prediction system task execution unit adjusts the parameter value by executing the target side route evaluation function parameter value adjustment unit again, and the parameter value The route prediction apparatus according to claim 1, wherein the route obtained by executing the target side optimum route generation unit is output to the outside again as a predicted route. 上記目標側経路評価関数パラメータ値記憶部に記憶されているパラメータ値を外部からユーザが設定できる機能を有することを特徴とする請求項1に記載の経路予測装置。   The route prediction apparatus according to claim 1, further comprising a function that allows a user to set a parameter value stored in the target-side route evaluation function parameter value storage unit from outside. 上記経路予測システムタスク実行部は、観測データが欠けていて上記目標側最適経路生成部を実行して予測経路を得る際に、上記目標側経路評価関数パラメータ値記憶部に記憶されているパラメータ値および該パラメータ値と異なる、複数の経路を生成するための複数のパラメータ値を上記目標側最適経路生成部に入力するとともに上記目標側最適経路生成部が生成した複数の経路を得て予測経路として出力することを特徴とする請求項1に記載の経路予測装置。 When the route prediction system task execution unit lacks observation data and executes the target side optimal route generation unit to obtain a prediction route, the parameter value stored in the target side route evaluation function parameter value storage unit And a plurality of parameter values for generating a plurality of routes different from the parameter values are input to the target-side optimal route generation unit and a plurality of routes generated by the target-side optimal route generation unit are obtained as predicted routes The route prediction device according to claim 1, wherein the route prediction device outputs the route.
JP2010110347A 2010-05-12 2010-05-12 Route prediction device Expired - Fee Related JP5601878B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010110347A JP5601878B2 (en) 2010-05-12 2010-05-12 Route prediction device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010110347A JP5601878B2 (en) 2010-05-12 2010-05-12 Route prediction device

Publications (2)

Publication Number Publication Date
JP2011237339A JP2011237339A (en) 2011-11-24
JP5601878B2 true JP5601878B2 (en) 2014-10-08

Family

ID=45325480

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010110347A Expired - Fee Related JP5601878B2 (en) 2010-05-12 2010-05-12 Route prediction device

Country Status (1)

Country Link
JP (1) JP5601878B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11674287B2 (en) * 2018-03-15 2023-06-13 Komatsu Ltd. System and method for planning travel path for work machine, and work machine

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7046740B2 (en) * 2018-07-02 2022-04-04 日立Astemo株式会社 Predictive controller
CN112904331A (en) * 2019-11-19 2021-06-04 杭州海康威视数字技术股份有限公司 Method, device and equipment for determining movement track and storage medium
KR102154249B1 (en) * 2019-12-26 2020-09-09 엘아이지넥스원 주식회사 Method and Apparatus for Designing Control Timing for Mobile Radar Operation
CN112285694B (en) * 2020-10-16 2022-08-30 四川九洲电器集团有限责任公司 Maneuvering target secondary radar track detection method
CN114216473B (en) * 2021-11-19 2024-01-30 深圳优地科技有限公司 Driving path selection method, device, equipment and readable storage medium

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2749727B2 (en) * 1991-03-08 1998-05-13 三菱電機株式会社 Route prediction device
JPH054076U (en) * 1991-04-15 1993-01-22 三菱電機株式会社 Route predictor
JP2000075024A (en) * 1998-09-01 2000-03-14 Mitsubishi Electric Corp Target information collecting system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11674287B2 (en) * 2018-03-15 2023-06-13 Komatsu Ltd. System and method for planning travel path for work machine, and work machine

Also Published As

Publication number Publication date
JP2011237339A (en) 2011-11-24

Similar Documents

Publication Publication Date Title
JP5601878B2 (en) Route prediction device
Phung et al. Motion-encoded particle swarm optimization for moving target search using UAVs
US9008918B2 (en) Method and device for predictive control of agricultural vehicle systems
US9952591B2 (en) Spatial-temporal forecasting for predictive situational awareness
US8706298B2 (en) Temporal tracking robot control system
Chung et al. A decision-making framework for control strategies in probabilistic search
JP6379117B2 (en) Route search device, route search method, and route search program
JP6884685B2 (en) Control devices, unmanned systems, control methods and programs
CN102566571A (en) Method and device for creating an optimum flight path to be followed by an aircraft
Otte et al. Any-time path-planning: Time-varying wind field+ moving obstacles
CN109597425A (en) Navigation of Pilotless Aircraft and barrier-avoiding method based on intensified learning
JP2014169865A (en) Target tracking device, target tracking program and target tracking method
KR20160048530A (en) Method and apparatus for generating pathe of autonomous vehicle
Bernardini et al. Autonomous search and tracking via temporal planning
Haksar et al. Spatial scheduling of informative meetings for multi-agent persistent coverage
Guan et al. Autonomous exploration using UWB and LiDAR
Lauri et al. Stochastic control for maximizing mutual information in active sensing
Grancharova et al. Distributed MPC-based path planning for UAVs under radio communication path loss constraints
JP4684591B2 (en) Tracking device and tracking processing method
Meghjani et al. Multi-target search strategies
Huang et al. Safe path planning with multi-model risk level sets
JP5402751B2 (en) Sensor network, state estimation method and program
Delavernhe et al. Spatial and temporal robustness for scheduling a target tracking mission using wireless sensor networks
JP6788540B2 (en) Patrol route setting device, patrol route setting method and patrol route setting program
US11759715B2 (en) Containing opponents in an encounter set in a competitive environment

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20121119

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20131022

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20131023

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20131204

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20131213

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: 20140722

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140819

R150 Certificate of patent or registration of utility model

Ref document number: 5601878

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees