JP2019158838A - Estimating arithmetic unit and estimating arithmetic program - Google Patents

Estimating arithmetic unit and estimating arithmetic program Download PDF

Info

Publication number
JP2019158838A
JP2019158838A JP2018049941A JP2018049941A JP2019158838A JP 2019158838 A JP2019158838 A JP 2019158838A JP 2018049941 A JP2018049941 A JP 2018049941A JP 2018049941 A JP2018049941 A JP 2018049941A JP 2019158838 A JP2019158838 A JP 2019158838A
Authority
JP
Japan
Prior art keywords
filter processing
kalman filter
processing unit
target
estimated
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.)
Pending
Application number
JP2018049941A
Other languages
Japanese (ja)
Inventor
飯田 直樹
Naoki Iida
直樹 飯田
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.)
Toshiba Corp
Toshiba Infrastructure Systems and Solutions Corp
Original Assignee
Toshiba Corp
Toshiba Infrastructure Systems and Solutions 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 Toshiba Corp, Toshiba Infrastructure Systems and Solutions Corp filed Critical Toshiba Corp
Priority to JP2018049941A priority Critical patent/JP2019158838A/en
Publication of JP2019158838A publication Critical patent/JP2019158838A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Radar Systems Or Details Thereof (AREA)

Abstract

To provide an estimating arithmetic unit and an estimating arithmetic program which reduces processing load while maintaining accuracy.SOLUTION: An estimating arithmetic unit includes: a α-β filter processing section, a Kalman filter processing section, an extended Kalman filter processing section, and a first selection section. The α-β filter processing section derives estimated position coordinates, an estimated speed, a turning radius for a target by performing α-β filtering observation data of the target acquired by a radar device. The Kalman filter processing section and the extended Kalman filter processing section derives the estimated position coordinates and the estimated speed for the target from the observation data acquired by the radar device. The first selection section causes the Kalman filter processing section to perform Kalman filter processing when the turning radius derived by the α-β filter processing section is larger than a threshold, and causes the extended Kalman filter processing section to perform extended kalman filter processing when the turning radius derived by the α-β filter processing section is smaller than the threshold.SELECTED DRAWING: Figure 1

Description

本発明の実施形態は、推定演算装置および推定演算プログラムに関する。   Embodiments described herein relate generally to an estimation calculation device and an estimation calculation program.

移動している目標物をレーダ等によって観測し、予測フィルタにより目標物の未来位置を予測する技術が開示されている。   A technique for observing a moving target with a radar or the like and predicting a future position of the target with a prediction filter is disclosed.

従来の技術では、フィルタの推定精度によっては一定の推定精度を満たさない可能性があることから、複数の予測フィルタのうちどの予測フィルタを用いるかを慎重に選択する必要があり、処理負荷が大きくなる場合があった。また、目標物が旋回や直進を繰り返す場合、目標物の速度推定の精度向上のために、多数の観測ポイントのデータが必要になる場合があった。   In the conventional technology, depending on the estimation accuracy of the filter, there is a possibility that a certain estimation accuracy may not be satisfied. There was a case. In addition, when the target repeatedly turns and goes straight, data of a large number of observation points may be necessary to improve the accuracy of speed estimation of the target.

特公昭55−95177号公報Japanese Patent Publication No. 55-95177

本発明が解決しようとする課題は、精度を維持しつつ処理負荷を軽減することができる推定演算装置および推定演算プログラムを提供することである。   The problem to be solved by the present invention is to provide an estimation calculation device and an estimation calculation program capable of reducing processing load while maintaining accuracy.

実施形態の推定演算装置は、α‐βフィルタ処理部と、カルマンフィルタ処理部と、拡張カルマンフィルタ処理部と、第1選択部とを持つ。α‐βフィルタ処理部は、レーダ装置から取得した目標物の観測データに対して、α‐βフィルタを行って目標物の推定位置座標、推定速度、および旋回半径を導出する。カルマンフィルタ処理部は、レーダ装置から取得した観測データに対して、カルマンフィルタ処理を行って目標物の推定位置座標、および推定速度を導出する。拡張カルマンフィルタ処理部は、レーダ装置から取得した観測データに対して、拡張カルマンフィルタ処理を行って目標物の推定位置座標、および推定速度を導出する。第1選択部は、α‐βフィルタ処理部が導出した旋回半径が閾値より大きい場合、カルマンフィルタ処理部にカルマンフィルタ処理を行わせ、α‐βフィルタ処理部が導出した旋回半径が閾値より小さい場合、拡張カルマンフィルタ処理部に拡張カルマンフィルタ処理を行わせる。   The estimation calculation device according to the embodiment includes an α-β filter processing unit, a Kalman filter processing unit, an extended Kalman filter processing unit, and a first selection unit. The α-β filter processing unit performs an α-β filter on the observation data of the target acquired from the radar device to derive the estimated position coordinates, the estimated speed, and the turning radius of the target. The Kalman filter processing unit performs Kalman filter processing on the observation data acquired from the radar apparatus to derive the estimated position coordinates and estimated speed of the target. The extended Kalman filter processing unit performs an extended Kalman filter process on the observation data acquired from the radar device to derive the estimated position coordinates and the estimated speed of the target. When the turning radius derived by the α-β filter processing unit is larger than the threshold, the first selection unit causes the Kalman filter processing unit to perform Kalman filtering, and when the turning radius derived by the α-β filter processing unit is smaller than the threshold, The extended Kalman filter processing unit is caused to perform extended Kalman filter processing.

推定演算装置100を示す機能構成図。The function block diagram which shows the estimation calculating apparatus 100. FIG. 目標物OBの軌跡の一例を示す図。The figure which shows an example of the locus | trajectory of the target object OB. 第1選択部130および第2選択部160による選択処理の一例を示すタイミングチャート。4 is a timing chart illustrating an example of selection processing by a first selection unit 130 and a second selection unit 160.

以下、実施形態の推定演算装置および推定演算プログラムを、図面を参照して説明する。   Hereinafter, an estimation calculation device and an estimation calculation program according to embodiments will be described with reference to the drawings.

図1は、本実施形態の推定演算装置100の機能構成を示す図である。推定演算装置100は、例えば、取得部110と、α‐βフィルタ処理部120と、第1選択部130と、カルマンフィルタ処理部140と、拡張カルマンフィルタ処理部150と、第2選択部160とを持つ。これらの構成要素は、例えば、CPUなどのハードウェアプロセッサがプログラム(ソフトウェア)を実行することにより実現される。また、これらの構成要素のうち一部または全部は、LSI(Large Scale Integration)やASIC(Application Specific Integrated Circuit)、FPGA(Field-Programmable Gate Array)、GPU(Graphics Processing Unit)などのハードウェア(回路部;circuitryを含む)によって実現されてもよいし、ソフトウェアとハードウェアの協働によって実現されてもよい。   FIG. 1 is a diagram illustrating a functional configuration of the estimation arithmetic device 100 of the present embodiment. The estimation calculation device 100 includes, for example, an acquisition unit 110, an α-β filter processing unit 120, a first selection unit 130, a Kalman filter processing unit 140, an extended Kalman filter processing unit 150, and a second selection unit 160. . These components are realized, for example, when a hardware processor such as a CPU executes a program (software). In addition, some or all of these components include hardware (circuits) such as LSI (Large Scale Integration), ASIC (Application Specific Integrated Circuit), FPGA (Field-Programmable Gate Array), and GPU (Graphics Processing Unit). Part (including circuit)), or may be realized by cooperation of software and hardware.

α‐βフィルタ処理部120は、α‐βフィルタを行って目標物OBの推定位置座標、推定速度、および旋回半径Rを導出する。目標物OBとは、例えば、主に直線軌道や旋回軌道で飛翔する飛翔体である。カルマンフィルタ処理部140は、レーダ装置から取得した観測データに対して、目標物OBが直線軌道で移動することを前提としたカルマンフィルタ処理を行って目標物OBの推定位置座標、および推定速度を導出する。拡張カルマンフィルタ処理部150は、レーダ装置から取得した観測データに対して、目標物OBが旋回軌道で移動することを前提とした拡張カルマンフィルタ処理を行って目標物OBの推定位置座標、および推定速度を導出する。   The α-β filter processing unit 120 performs an α-β filter to derive an estimated position coordinate, an estimated speed, and a turning radius R of the target OB. The target object OB is, for example, a flying object that flies mainly in a straight orbit orbit. The Kalman filter processing unit 140 performs Kalman filter processing on the observation data acquired from the radar device on the premise that the target OB moves in a straight path, and derives the estimated position coordinates and the estimated speed of the target OB. . The extended Kalman filter processing unit 150 performs an extended Kalman filter process on the observation data acquired from the radar device on the assumption that the target OB moves in a turning trajectory, and obtains the estimated position coordinates and the estimated speed of the target OB. To derive.

推定演算装置100は、目標物OBを観測するレーダ装置200からの観測データに基づいて、目標物OBの推定速度、および推定位置座標を導出し、導出結果を表示装置300に出力する。   The estimation calculation device 100 derives the estimated speed and estimated position coordinates of the target OB based on the observation data from the radar device 200 that observes the target OB, and outputs the derivation result to the display device 300.

取得部110は、レーダ装置200から観測データを取得し、α‐βフィルタ処理部120に出力する。α‐βフィルタ処理部120は、所定の動作間隔で、観測データのうち、少なくとも任意の3つの時点の観測データに対してα‐βフィルタ処理を行って、目標物OBの推定位置座標、推定速度、および旋回半径Rを導出する。α‐βフィルタ処理部120は、フィルタ処理結果を第1選択部130と、第2選択部160に出力する。   The acquisition unit 110 acquires observation data from the radar apparatus 200 and outputs the observation data to the α-β filter processing unit 120. The α-β filter processing unit 120 performs α-β filter processing on observation data at at least three arbitrary points in the observation data at a predetermined operation interval, and estimates the estimated position coordinates of the target OB. The speed and the turning radius R are derived. The α-β filter processing unit 120 outputs the filter processing result to the first selection unit 130 and the second selection unit 160.

第1選択部130は、α‐βフィルタ処理部120から入力された旋回半径Rに基づいて、カルマンフィルタ処理部140または拡張カルマンフィルタ処理部150のいずれかに、レーダ装置200からの観測データを出力して処理させる。より具体的には、第1選択部130は、α‐βフィルタ処理部120が導出した旋回半径Rが閾値以上である場合、カルマンフィルタ処理部140にカルマンフィルタ処理を行わせ、α‐βフィルタ処理部120が導出した旋回半径Rが閾値未満である場合、拡張カルマンフィルタ処理部150に拡張カルマンフィルタ処理を行わせる。このように、第1選択部130は、旋回半径Rに基づいて目標物OBの推定位置座標および推定速度を導出する処理部を切り替える。   The first selection unit 130 outputs observation data from the radar device 200 to either the Kalman filter processing unit 140 or the extended Kalman filter processing unit 150 based on the turning radius R input from the α-β filter processing unit 120. To process. More specifically, when the turning radius R derived by the α-β filter processing unit 120 is equal to or greater than the threshold, the first selection unit 130 causes the Kalman filter processing unit 140 to perform Kalman filter processing, and the α-β filter processing unit When the turning radius R derived by 120 is less than the threshold value, the extended Kalman filter processing unit 150 is caused to perform the extended Kalman filter processing. Thus, the first selection unit 130 switches the processing unit that derives the estimated position coordinates and the estimated speed of the target OB based on the turning radius R.

カルマンフィルタ処理部140は、レーダ装置200からの観測データに対して直進モデルのカルマンフィルタ処理を実行し、目標物OBの推定位置座標、および推定速度を導出する。   The Kalman filter processing unit 140 performs a straight-ahead model Kalman filter process on the observation data from the radar apparatus 200, and derives an estimated position coordinate and an estimated speed of the target OB.

拡張カルマンフィルタ処理部150は、レーダ装置200からの観測データに対して旋回モデルの拡張カルマンフィルタ処理を実行し、目標物OBの推定位置座標、および推定速度を導出する。   The extended Kalman filter processing unit 150 executes the extended Kalman filter processing of the turning model on the observation data from the radar apparatus 200, and derives the estimated position coordinates and the estimated speed of the target OB.

第2選択部160は、α‐βフィルタ処理部120、カルマンフィルタ処理部140、拡張カルマンフィルタ処理部150のいずれか1つの導出結果、または組合せを、推定演算装置100の推定演算結果として表示装置300に出力する。   The second selection unit 160 uses the derivation result or combination of any one of the α-β filter processing unit 120, the Kalman filter processing unit 140, and the extended Kalman filter processing unit 150 as an estimation calculation result of the estimation calculation device 100 to the display device 300. Output.

以下、カルマンフィルタ処理部140および拡張カルマンフィルタ処理部150が行う処理の原理について簡単に説明する。   Hereinafter, the principle of processing performed by the Kalman filter processing unit 140 and the extended Kalman filter processing unit 150 will be briefly described.

カルマンフィルタ処理部140は、目標物OBの動きを直進モデルに当てはめ、目標物OBの推定位置座標、および推定速度を導出する。カルマンフィルタ処理部140の備える状態空間モデルは、下記の式(1)および式(2)によって示される。   The Kalman filter processing unit 140 applies the movement of the target OB to the straight-ahead model, and derives the estimated position coordinates and the estimated speed of the target OB. The state space model included in the Kalman filter processing unit 140 is expressed by the following equations (1) and (2).

Figure 2019158838
Figure 2019158838

ここで、x(k)は観測時刻tにおける目標物OBの状態ベクトル、AとBはそれぞれ観測時刻tk1からtk+1における遷移行列と駆動行列、u(k)は観測時刻tにおける目標物OBの制御入力ベクトル、v(k)は観測時刻tにおける平均0、且つ、共分散行列Q(k)の正規分布に従うシステム雑音ベクトル、y(k)は観測時刻tにおける観測ベクトル、Cは観測時刻tk1からtk+1における観測行列、w(k)は、観測時刻tにおける平均0であって、共分散行列R(k)の正規分布に従う観測雑音ベクトルである。 Here, x (k) is the state vector of the target OB at the observation time t k , A and B are the transition matrix and drive matrix from the observation time t k1 to t k + 1 , and u (k) is the target at the observation time t k . Control input vector of the object OB, v (k) is a mean 0 at the observation time t k and a system noise vector according to the normal distribution of the covariance matrix Q (k), y (k) is an observation vector at the observation time t k , C is the observation matrix at t k + 1 from the measurement time t k1, w (k) is the average a 0 at the measurement time t k, is the observation noise vector follows a normal distribution of the covariance matrix R (k).

カルマンフィルタ処理部140は、式(3)、(4)で表される予測ステップと、式(5)〜(7)で表される更新ステップとを交互に行うことで状態推定値を算出する。   The Kalman filter processing unit 140 calculates the state estimation value by alternately performing the prediction steps represented by the equations (3) and (4) and the update steps represented by the equations (5) to (7).

Figure 2019158838
Figure 2019158838

なお、式(3)では、観測時刻tにおける事前状態推定値を算出し、式(4)では、観測時刻tにおける事前誤差共分散行列を算出する。 In Equation (3) calculates the pre-state estimation value at the measurement time t k, the formula (4), calculates the advance error covariance matrix at the measurement time t k.

Figure 2019158838
Figure 2019158838

なお、式(5)では、カルマンゲイン行列を算出し、式(6)では、状態推定値を算出し、式(7)では、事後誤差共分散行列を算出する。   In Equation (5), a Kalman gain matrix is calculated, in Equation (6), a state estimation value is calculated, and in Equation (7), a posterior error covariance matrix is calculated.

カルマンフィルタ処理部140では、状態推定値の精度を表す誤差共分散行列(P(k))によって、得られた状態推定値がどの程度の信頼性を持つかを定量的に判断することができる。   The Kalman filter processing unit 140 can quantitatively determine how much reliability the obtained state estimated value has based on the error covariance matrix (P (k)) representing the accuracy of the state estimated value.

拡張カルマンフィルタ処理部150は、目標物OBの動きを旋回モデルに当てはめ、目標物OBの推定位置座標、および推定速度を導出する。拡張カルマンフィルタ処理部150の備える状態空間モデルは、下記の式(8)および式(9)によって示される。   The extended Kalman filter processing unit 150 applies the motion of the target OB to the turning model, and derives the estimated position coordinates and the estimated speed of the target OB. The state space model included in the extended Kalman filter processing unit 150 is expressed by the following equations (8) and (9).

Figure 2019158838
Figure 2019158838

ここで、f(x(k),u(k))はx(k)およびu(k)の非線形関数であり、h(x(k))はx(k)の非線形関数である。   Here, f (x (k), u (k)) is a nonlinear function of x (k) and u (k), and h (x (k)) is a nonlinear function of x (k).

拡張カルマンフィルタ処理部150は、下記の時間更新式を用いる、式(10)〜(13)で表される予測ステップと、式(14)〜(16)で表される更新ステップとを交互に行うことで状態推定値を算出する。   The extended Kalman filter processing unit 150 alternately performs prediction steps represented by equations (10) to (13) and update steps represented by equations (14) to (16) using the following time update equation. Thus, the state estimated value is calculated.

Figure 2019158838
Figure 2019158838

なお、式(10)では、事前状態推定値を算出し、式(11)および式(12)では、線形近似を行い、式(13)では、事前誤差共分散行列を算出する。   In Equation (10), a prior state estimated value is calculated, in Equations (11) and (12), linear approximation is performed, and in Equation (13), a prior error covariance matrix is calculated.

Figure 2019158838
Figure 2019158838

なお、式(14)では、カルマンゲイン行列を算出し、式(15)では、状態推定値を算出し、式(16)では、事後誤差共分散行列を算出する。   In Equation (14), a Kalman gain matrix is calculated, in Equation (15), a state estimation value is calculated, and in Equation (16), a posterior error covariance matrix is calculated.

拡張カルマンフィルタ処理部150は、カルマンフィルタ処理部140と同様に、状態推定値の精度を表す誤差共分散行列(P(k))によって、得られた状態推定値がどの程度の信頼性を持つかを定量的に判断することができる。   Like the Kalman filter processing unit 140, the extended Kalman filter processing unit 150 determines how reliable the obtained state estimation value is based on the error covariance matrix (P (k)) representing the accuracy of the state estimation value. It can be judged quantitatively.

以下、図2を用いて、α‐βフィルタ処理部120の目標物OBの旋回半径Rの導出例について説明する。図2は、目標物OBの軌跡の一例を示す図である。図2のp(i)、p(i−1)、およびp(i−2)はレーダ装置200から出力された目標物OBの連続した3つの観測ポイントの位置座標を示す。なお、p(i)は、時刻t(i)における3次元の位置座標を示しており、例えば、p(i)=(xt(i)、yt(i)、zt(i))のように示すことができる。α‐βフィルタ処理部120は、3つの観測ポイントp(i)、p(i−1)、およびp(i−2)から、例えば、式(17)に基づいて、目標物OBの旋回半径Rおよび、目標物OBの旋回円(球)の中心点Cを導出する。式中の||・||は行列のユークリッドノルム、det(a,b)はベクトルaおよびbの外積を表す。 Hereinafter, a derivation example of the turning radius R of the target OB of the α-β filter processing unit 120 will be described with reference to FIG. FIG. 2 is a diagram illustrating an example of the trajectory of the target OB. P (i) , p (i-1) , and p (i-2) in FIG. 2 indicate the position coordinates of three consecutive observation points of the target OB output from the radar apparatus 200. Note that p (i) indicates a three-dimensional position coordinate at time t (i) . For example, p (i) = (x t (i) , y t (i) , z t (i) ). It can be shown as follows. The α-β filter processing unit 120 calculates the turning radius of the target OB from the three observation points p (i) , p (i-1) , and p (i-2) based on, for example, Expression (17). R and the center point C of the turning circle (sphere) of the target OB are derived. In the equation, || · || represents the Euclidean norm of the matrix, and det (a, b) represents the outer product of the vectors a and b.

Figure 2019158838
Figure 2019158838

α‐βフィルタ処理部120は、導出した目標物OBの旋回半径Rを第1選択部130に出力する。   The α-β filter processing unit 120 outputs the derived turning radius R of the target OB to the first selection unit 130.

第1選択部130は、α‐βフィルタ処理部120が導出した目標物OBの旋回半径Rに基づいて、目標物OBの運動状態を検出して、目標物OBが旋回状態であるか、直進状態であるかを判定する。第1選択部130は、例えば、α‐βフィルタ処理部120の導出した目標物OBの旋回半径Rが予め設定された閾値以上である場合には、目標物OBの運動状態が直進状態であると判定し、カルマンフィルタ処理部140に、レーダ装置200からの観測データを出力する。また、第1選択部130は、例えば、α‐βフィルタ処理部120の導出した、目標物OBの旋回半径Rが閾値未満である場合には、目標物OBの運動状態が旋回状態であると判定し、拡張カルマンフィルタ処理部150に、レーダ装置200からの観測データを出力する。   The first selection unit 130 detects the movement state of the target OB based on the turning radius R of the target OB derived by the α-β filter processing unit 120, and determines whether the target OB is in a turning state or goes straight. It is determined whether it is in a state. For example, when the turning radius R of the target OB derived by the α-β filter processing unit 120 is equal to or greater than a preset threshold, the first selection unit 130 is in a straight traveling state of the target OB. The observation data from the radar apparatus 200 is output to the Kalman filter processing unit 140. For example, when the turning radius R of the target OB derived by the α-β filter processing unit 120 is less than the threshold, the first selection unit 130 determines that the motion state of the target OB is the turning state. The observation data from the radar apparatus 200 is output to the extended Kalman filter processing unit 150.

以下、図3を用いて、第1選択部130の選択処理および、第2選択部160の計算処理について説明する。図3は、第1選択部130によって行われる、選択処理の一例を示すタイミングチャートである。   Hereinafter, the selection process of the first selection unit 130 and the calculation process of the second selection unit 160 will be described with reference to FIG. FIG. 3 is a timing chart illustrating an example of the selection process performed by the first selection unit 130.

図3(a)は、目標物OBの運動状態の変化の一例を示す。図3(a)は、例えば、α‐βフィルタ処理部120の導出した目標物OBの旋回半径Rに基づいて、第1選択部130によって、目標物OBの運動状態が、時間t〜tまでは直進状態であり、時間t〜tまでは旋回状態であり、時間t〜tまでは再度直進状態であると判定されたことを示す。なお、推定演算装置100による目標物OBの速度推定計算処理は、時間t以前から行われているものとする。 FIG. 3A shows an example of a change in the motion state of the target OB. In FIG. 3A, for example, based on the turning radius R of the target OB derived by the α-β filter processing unit 120, the first selection unit 130 changes the motion state of the target OB from time t 0 to t. until 1 is running straight, until time t 1 ~t 3 is turning state, indicating that up to time t 3 ~t 5 is determined to be re-straight state. Note that it is assumed that the speed estimation calculation process of the target OB by the estimation arithmetic device 100 has been performed before the time t 0 .

図3(b)は、カルマンフィルタ処理部140がカルマンフィルタ処理を行うタイミングを示す。また、図3(c)は、拡張カルマンフィルタ処理部150が拡張カルマンフィルタ処理を行うタイミングを示す。また、図3(d)はα‐βフィルタ処理部120がα‐βフィルタ処理を継続的に行っていることを示す。図3(b)〜(d)に示すように、α‐βフィルタ処理部120は常時フィルタ処理を行っており、カルマンフィルタ処理部140および、拡張カルマンフィルタ処理部150は、いずれか一方のみがフィルタ処理を行う。   FIG. 3B shows the timing at which the Kalman filter processing unit 140 performs Kalman filter processing. FIG. 3C shows the timing at which the extended Kalman filter processing unit 150 performs the extended Kalman filter processing. FIG. 3D shows that the α-β filter processing unit 120 continuously performs the α-β filter processing. As shown in FIGS. 3B to 3D, the α-β filter processing unit 120 always performs filter processing, and only one of the Kalman filter processing unit 140 and the extended Kalman filter processing unit 150 performs filter processing. I do.

図3(e)は、第2選択部160が、推定演算装置100の推定演算結果として表示装置300に出力する導出結果が、α‐βフィルタ処理部120、カルマンフィルタ処理部140、および拡張カルマンフィルタ処理部150のいずれであるかを示す。図3(e)は、例えば、時間t〜tまではカルマンフィルタ処理部140のカルマンフィルタ処理結果を、時間t〜tまで、および時間t〜tまではα‐βフィルタ処理部120のα‐βフィルタ処理結果を、時間t〜tまでは拡張カルマンフィルタ処理部150の拡張カルマンフィルタ処理結果を用いることを示す。 FIG. 3E shows that the derivation result output from the second selection unit 160 to the display device 300 as the estimation calculation result of the estimation calculation device 100 is the α-β filter processing unit 120, the Kalman filter processing unit 140, and the extended Kalman filter processing. Indicates which of the sections 150 is. FIG. 3 (e) for example, the time t 0 ~t 1 to Kalman filter processing result of the Kalman filtering unit 140, until time t 1 ~t 2, and until the time t 3 ~t 4 α-β filtering unit The 120 α-β filter processing results indicate that the extended Kalman filter processing result of the extended Kalman filter processing unit 150 is used from time t 4 to time t 5 .

以下、より詳細な、第2選択部160の選択処理内容について説明する。第1選択部130は、時間tより前の時点で、α‐βフィルタ処理部120のα‐βフィルタ処理結果に基づいて、目標物OBの運動状態が直進状態であると判定する。したがって、第2選択部160は、時間t〜tの間、カルマンフィルタ処理部140のカルマンフィルタ処理結果に基づいて、目標物OBの推定位置座標、および推定速度を導出し、表示装置300に出力する。 Hereinafter, the details of the selection process of the second selection unit 160 will be described. The first selection unit 130 determines that the motion state of the target OB is the straight traveling state based on the α-β filter processing result of the α-β filter processing unit 120 before the time t 0 . Therefore, the second selection unit 160 derives the estimated position coordinates and the estimated speed of the target OB based on the Kalman filter processing result of the Kalman filter processing unit 140 during the time t 0 to t 1 and outputs them to the display device 300. To do.

第2選択部160は、時間tの時点で、α‐βフィルタ処理部120のα‐βフィルタ処理結果に基づいて、目標物OBの推定位置座標、および推定速度を導出し、表示装置300に出力する。このとき、第1選択部130は、α‐βフィルタ処理部120の導出したα‐βフィルタ処理結果である旋回半径R、および対象物OBの速度Vt、状態ベクトルx(k)、システム雑音ベクトルv(k)を拡張カルマンフィルタ処理部150に出力する。第2選択部160は、拡張カルマンフィルタ処理部150から十分に高い精度の拡張カルマンフィルタ処理結果が取得できるまで(時間t〜t)、α‐βフィルタ処理部120のα‐βフィルタ処理結果に基づいて、目標物OBの推定位置座標、および推定速度を導出し、表示装置300に出力する。 The second selection unit 160 derives the estimated position coordinates and the estimated speed of the target OB based on the α-β filter processing result of the α-β filter processing unit 120 at time t 1 , and displays the display device 300. Output to. At this time, the first selection unit 130 determines the turning radius R, which is the α-β filter processing result derived by the α-β filter processing unit 120, the velocity Vt 1 of the object OB, the state vector x (k), the system noise. The vector v (k) is output to the extended Kalman filter processing unit 150. The second selection unit 160 uses the α-β filter processing result of the α-β filter processing unit 120 until a sufficiently high accuracy extended Kalman filter processing result can be acquired from the extended Kalman filter processing unit 150 (time t 1 to t 2 ). Based on this, the estimated position coordinates and estimated speed of the target OB are derived and output to the display device 300.

なぜならば、拡張カルマンフィルタ処理部150の拡張カルマンフィルタ処理は、処理結果が収束するまで一定時間を要するためである。したがって、第2選択部160は、拡張カルマンフィルタ処理部150の拡張カルマンフィルタ処理結果が収束した後(時間t〜t)は、拡張カルマンフィルタ処理部150の拡張カルマンフィルタ処理結果に基づいて、目標物OBの推定位置座標、および推定速度を導出し、表示装置300に出力する。拡張カルマンフィルタ処理部150の拡張カルマンフィルタ処理結果が収束したか否かは、例えば、拡張カルマンフィルタ処理部150が拡張カルマンフィルタ処理結果をモニタリングして、収束したか否かを判定してもよいし、拡張カルマンフィルタ処理部150の拡張カルマンフィルタ処理の開始から、所定のフィルタリング収束期間が経過した場合に拡張カルマンフィルタ処理結果が収束したと判定してもよい。 This is because the extended Kalman filter processing of the extended Kalman filter processing unit 150 requires a certain time until the processing result converges. Therefore, after the extended Kalman filter processing result of the extended Kalman filter processing unit 150 converges (time t 2 to t 3 ), the second selection unit 160 determines the target OB based on the extended Kalman filter processing result of the extended Kalman filter processing unit 150. The estimated position coordinates and the estimated speed are derived and output to the display device 300. Whether or not the extended Kalman filter processing result of the extended Kalman filter processing unit 150 has converged may be determined by, for example, the extended Kalman filter processing unit 150 monitoring the extended Kalman filter processing result to determine whether or not the extended Kalman filter processing unit 150 has converged. It may be determined that the extended Kalman filter processing result has converged when a predetermined filtering convergence period has elapsed from the start of the extended Kalman filter processing of the processing unit 150.

同様に、第2選択部160は、時間tの時点で、α‐βフィルタ処理部120のα‐βフィルタ処理結果に基づいて、目標物OBの推定位置座標、および推定速度を導出し、表示装置300に出力する。このとき、第1選択部130は、α‐βフィルタ処理部120の導出したα‐βフィルタ処理結果である状態ベクトルx(k)、システム雑音ベクトルv(k)をカルマンフィルタ処理部140に出力する。第2選択部160は、カルマンフィルタ処理部140から十分に高い精度のカルマンフィルタ処理結果が取得できるまで(時間t〜t)、α‐βフィルタ処理部120のα‐βフィルタ処理結果に基づいて、目標物OBの推定位置座標、および推定速度を導出し、表示装置300に出力する。 Similarly, the second selection unit 160 derives the estimated position coordinates and the estimated speed of the target OB based on the α-β filter processing result of the α-β filter processing unit 120 at time t 3 , The data is output to the display device 300. At this time, the first selection unit 130 outputs the state vector x (k) and the system noise vector v (k), which are the α-β filter processing results derived by the α-β filter processing unit 120, to the Kalman filter processing unit 140. . The second selection unit 160 is based on the α-β filter processing result of the α-β filter processing unit 120 until a sufficiently high accuracy Kalman filter processing result can be acquired from the Kalman filter processing unit 140 (time t 3 to t 4 ). Then, the estimated position coordinates and estimated speed of the target OB are derived and output to the display device 300.

カルマンフィルタ処理部140のフィルタリング処理は、拡張カルマンフィルタ処理部150の拡張カルマンフィルタ処理と同様に、一定時間を要する。また、第2選択部160は、カルマンフィルタ処理部140のカルマンフィルタ処理結果が収束した時間t以降、カルマンフィルタ処理部140のカルマンフィルタ処理結果に基づいて、目標物OBの推定位置座標、および推定速度を導出し、表示装置300に出力する。カルマンフィルタ処理部140のカルマンフィルタ処理結果が収束したか否かは、例えば、カルマンフィルタ処理部140がカルマンフィルタ処理結果をモニタリングして、収束したか否かを判定してもよいし、カルマンフィルタ処理部140のカルマンフィルタ処理の開始から、所定のフィルタリング収束期間が経過した場合にカルマンフィルタ処理結果が収束したと判定してもよい。 The filtering process of the Kalman filter processing unit 140 requires a certain time, like the extended Kalman filter process of the extended Kalman filter processing unit 150. The second selection unit 160, extraction time Kalman filter processing result of the Kalman filtering unit 140 has converged t 4 later, on the basis of the Kalman filter processing result of the Kalman filtering unit 140, the estimated position coordinates of the target object OB, and the estimated velocity And output to the display device 300. Whether or not the Kalman filter processing result of the Kalman filter processing unit 140 has converged is determined by, for example, the Kalman filter processing unit 140 monitoring the Kalman filter processing result and determining whether or not the Kalman filter processing unit 140 has converged. It may be determined that the Kalman filter processing result has converged when a predetermined filtering convergence period has elapsed since the start of the processing.

以上、本実施形態の推定演算装置100は、レーダ装置200から出力された少なくとも3点以上の観測データから、α‐βフィルタ処理部120によって幾何的に旋回半径Rを導出することによって、旋回半径Rの推定誤差の低減させることができる。また、本実施形態の第1選択部130によって、導出された旋回半径Rに基づいて、カルマンフィルタ処理部140、および拡張カルマンフィルタ処理部150のどちらでフィルタ処理を行うかの切替処理を行うことで、目標物OBが直進している場合であっても、旋回している場合であっても速度推定計算の精度を向上させることができる。また、本実施形態の推定演算装置100は、少なくとも3点以上の観測データからα‐βフィルタ処理部120による旋回半径Rが導出できることから、第1選択部130による選択処理に伴うフィルタ切替に要する時間を最低限の時間に抑えることができる。   As described above, the estimation calculation device 100 of this embodiment derives the turning radius R geometrically by the α-β filter processing unit 120 from the observation data of at least three points output from the radar device 200, thereby turning the turning radius. R estimation error can be reduced. Further, by performing the switching process of whether the Kalman filter processing unit 140 or the extended Kalman filter processing unit 150 performs the filter processing based on the derived turning radius R by the first selection unit 130 of the present embodiment, Whether the target OB is traveling straight or turning, the accuracy of speed estimation calculation can be improved. In addition, the estimation calculation device 100 of the present embodiment can derive the turning radius R by the α-β filter processing unit 120 from at least three or more observation data, and therefore is required for filter switching accompanying the selection processing by the first selection unit 130. Time can be kept to a minimum.

以上説明した少なくともひとつの実施形態によれば、レーダ装置から取得した目標物の観測データに対して、α‐βフィルタを行って目標物の推定位置座標、推定速度、および旋回半径Rを導出するα‐βフィルタ処理部120と、レーダ装置から取得した観測データに対して、カルマンフィルタ処理を行って目標物の推定位置座標、および推定速度を導出するカルマンフィルタ処理部140と、レーダ装置から取得した観測データに対して、拡張カルマンフィルタ処理を行って目標物の推定位置座標、および推定速度を導出する拡張カルマンフィルタ処理部150と、α‐βフィルタ処理部120が導出した旋回半径Rが閾値より大きい場合、カルマンフィルタ処理部140にカルマンフィルタ処理を行わせ、α‐βフィルタ処理部120が導出した旋回半径Rが閾値より小さい場合、拡張カルマンフィルタ処理部150に拡張カルマンフィルタ処理を行わせる、第1選択部130とを備えることにより、速度推定の精度を維持しつつ処理負荷を軽減することができる。   According to at least one embodiment described above, the estimated position coordinates, estimated speed, and turning radius R of the target are derived by performing an α-β filter on the observation data of the target acquired from the radar apparatus. α-β filter processing unit 120, Kalman filter processing unit 140 that performs Kalman filter processing on observation data acquired from the radar device to derive estimated position coordinates and an estimated velocity, and observation acquired from the radar device When the extended Kalman filter processing unit 150 that performs the extended Kalman filter processing on the data to derive the estimated position coordinates and the estimated speed of the target and the turning radius R derived by the α-β filter processing unit 120 is larger than the threshold value, The Kalman filter processing unit 140 performs Kalman filter processing, and the α-β filter processing unit 120 derives When the turning radius R is smaller than the threshold value, the first selection unit 130 that causes the extended Kalman filter processing unit 150 to perform the extended Kalman filter processing is provided, thereby reducing the processing load while maintaining the accuracy of speed estimation. .

本発明のいくつかの実施形態を説明したが、これらの実施形態は、例として提示したものであり、発明の範囲を限定することは意図していない。これら実施形態は、その他の様々な形態で実施されることが可能であり、発明の要旨を逸脱しない範囲で、種々の省略、置き換え、変更を行うことができる。これら実施形態やその変形は、発明の範囲や要旨に含まれると同様に、特許請求の範囲に記載された発明とその均等の範囲に含まれるものである。   Although several embodiments of the present invention have been described, these embodiments are presented by way of example and are not intended to limit the scope of the invention. These embodiments can be implemented in various other forms, and various omissions, replacements, and changes can be made without departing from the spirit of the invention. These embodiments and their modifications are included in the scope and gist of the invention, and are also included in the invention described in the claims and the equivalents thereof.

100…推定演算装置、110…取得部、120…α‐βフィルタ処理部、130…第1選択部、140…カルマンフィルタ処理部、150…拡張カルマンフィルタ処理部、160…第2選択部、200…レーダ装置、300…表示装置、OB…目標物、R…旋回半径   DESCRIPTION OF SYMBOLS 100 ... Estimation calculating device, 110 ... Acquisition part, 120 ... (alpha)-(beta) filter process part, 130 ... 1st selection part, 140 ... Kalman filter process part, 150 ... Extended Kalman filter process part, 160 ... 2nd selection part, 200 ... Radar Device, 300 ... display device, OB ... target, R ... turning radius

Claims (4)

レーダ装置から取得した目標物の観測データに対して、α‐βフィルタを行って目標物の推定位置座標、推定速度、および旋回半径を導出するα‐βフィルタ処理部と、
レーダ装置から取得した観測データに対して、カルマンフィルタ処理を行って前記目標物の推定位置座標、および推定速度を導出するカルマンフィルタ処理部と、
レーダ装置から取得した観測データに対して、拡張カルマンフィルタ処理を行って前記目標物の推定位置座標、および推定速度を導出する拡張カルマンフィルタ処理部と、
前記α‐βフィルタ処理部が導出した前記旋回半径が閾値より大きい場合、前記カルマンフィルタ処理部に前記カルマンフィルタ処理を行わせ、前記α‐βフィルタ処理部が導出した前記旋回半径が閾値より小さい場合、前記拡張カルマンフィルタ処理部に前記拡張カルマンフィルタ処理を行わせる、第1選択部と、
を備える推定演算装置。
An α-β filter processing unit for deriving an estimated position coordinate, estimated speed, and turning radius of the target by performing an α-β filter on the observation data of the target acquired from the radar device;
A Kalman filter processing unit that performs Kalman filter processing on the observation data acquired from the radar device to derive the estimated position coordinates of the target and an estimated velocity;
An extended Kalman filter processing unit for deriving the estimated position coordinates of the target and the estimated velocity by performing extended Kalman filter processing on the observation data acquired from the radar device;
When the turning radius derived by the α-β filter processing unit is larger than a threshold value, the Kalman filter processing unit performs the Kalman filter processing, and when the turning radius derived by the α-β filter processing unit is smaller than the threshold value, A first selection unit that causes the extended Kalman filter processing unit to perform the extended Kalman filter processing;
An estimation arithmetic device comprising:
前記第1選択部により前記推定位置座標、および前記推定速度を導出する前記カルマンフィルタ処理部と、前記拡張カルマンフィルタ処理部とが切り替えられた後、所定のフィルタリング収束期間の間、前記α‐βフィルタ処理部の導出結果である前記推定位置座標、および前記推定速度を出力する第2選択部を更に備える、
請求項1に記載の推定演算装置。
The α-β filter processing is performed during a predetermined filtering convergence period after the Kalman filter processing unit for deriving the estimated position coordinates and the estimated speed by the first selection unit and the extended Kalman filter processing unit are switched. A second selection unit that outputs the estimated position coordinates that are a result of derivation of the unit and the estimated speed;
The estimation arithmetic device according to claim 1.
前記第2選択部は、前記カルマンフィルタ処理部から前記拡張カルマンフィルタ処理部に切り替えられてから、動作を開始した前記拡張カルマンフィルタ処理部の前記拡張カルマンフィルタ処理が収束した時点まで、前記α‐βフィルタ処理部の導出した前記推定位置座標、および前記推定速度を出力し、
前記拡張カルマンフィルタ処理部から前記カルマンフィルタ処理部に切り替えられてから、動作を開始した前記カルマンフィルタ処理部の前記カルマンフィルタ処理が収束した時点まで、前記α‐βフィルタ処理部の導出した前記推定位置座標、および前記推定速度を出力する、
請求項2記載の推定演算装置。
The second selection unit is switched from the Kalman filter processing unit to the extended Kalman filter processing unit until the extended Kalman filter processing of the extended Kalman filter processing unit that started operation converges to the α-β filter processing unit. The estimated position coordinates derived from and the estimated speed are output,
The estimated position coordinates derived by the α-β filter processing unit from when the extended Kalman filter processing unit is switched to the Kalman filter processing unit until the Kalman filter processing of the Kalman filter processing unit that started operation converges, and Outputting the estimated speed,
The estimation arithmetic device according to claim 2.
コンピュータに、
レーダ装置から取得した目標物の観測データに対して、α‐βフィルタ処理を行って目標物の推定位置座標、推定速度、および旋回半径を導出させ、
レーダ装置から取得した観測データに対して、カルマンフィルタ処理を行って前記目標物の推定位置座標、および推定速度を導出させ、
レーダ装置から取得した観測データに対して、拡張カルマンフィルタ処理を行って前記目標物の推定位置座標、および推定速度を導出させ、
前記α‐βフィルタ処理で導出した前記旋回半径が閾値より大きい場合、前記カルマンフィルタ処理を行わせ、前記α‐βフィルタ処理で導出した前記旋回半径が閾値より小さい場合、前記拡張カルマンフィルタ処理を行わせる、
推定演算プログラム。
On the computer,
Α-β filter processing is performed on the observation data of the target acquired from the radar device, and the estimated position coordinates, estimated speed, and turning radius of the target are derived.
For the observation data acquired from the radar device, Kalman filter processing is performed to derive the estimated position coordinates of the target, and the estimated speed,
With respect to the observation data acquired from the radar device, the Kalman filter process is performed to derive the estimated position coordinates of the target and the estimated speed,
When the turning radius derived by the α-β filter processing is larger than a threshold value, the Kalman filter processing is performed, and when the turning radius derived by the α-β filter processing is smaller than the threshold value, the extended Kalman filter processing is performed. ,
Estimation calculation program.
JP2018049941A 2018-03-16 2018-03-16 Estimating arithmetic unit and estimating arithmetic program Pending JP2019158838A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018049941A JP2019158838A (en) 2018-03-16 2018-03-16 Estimating arithmetic unit and estimating arithmetic program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018049941A JP2019158838A (en) 2018-03-16 2018-03-16 Estimating arithmetic unit and estimating arithmetic program

Publications (1)

Publication Number Publication Date
JP2019158838A true JP2019158838A (en) 2019-09-19

Family

ID=67996880

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018049941A Pending JP2019158838A (en) 2018-03-16 2018-03-16 Estimating arithmetic unit and estimating arithmetic program

Country Status (1)

Country Link
JP (1) JP2019158838A (en)

Similar Documents

Publication Publication Date Title
JP5419784B2 (en) Prediction device, prediction system, computer program, and prediction method
US20200285202A1 (en) Control device, unmanned system, control method, and program
US20170186165A1 (en) Tracking rigged smooth-surface models of articulated objects
US10845798B2 (en) Mobile robot control apparatus and method for compensating input delay time
JP2009501334A (en) Adaptation of model sets by stochastic mass diffusion
JP5230132B2 (en) Target tracking device and target tracking method
JP2002221570A (en) Track tracking device and track tracking method
Lupton et al. Removing scale biases and ambiguity from 6DoF monocular SLAM using inertial
JPWO2020236819A5 (en)
KR101844278B1 (en) Parameter learning method for estimating posture of articulated object and posture estimating method of articulated object
CN105807093A (en) Acceleration measurement method and device based on particle image velocimetry technology
JP2019082328A (en) Position estimation device
JP2003130948A (en) Target tracking apparatus
JP2019158838A (en) Estimating arithmetic unit and estimating arithmetic program
JP2007178049A (en) Flying object guidance system and target meeting time estimating method
JP2018146351A (en) Multisensor system, sensor bias estimation device, sensor bias estimation method, and sensor bias estimation program
JP6503267B2 (en) Group tracking device, group tracking method and program
JP5315585B2 (en) Wake generation system, error covariance matrix initial value setting device, wake generation method, and error covariance matrix initial value setting method
JP6358006B2 (en) Target tracking device
JP5610825B2 (en) Tracking device
JP5675273B2 (en) Target detection apparatus and target detection method
JP2001228245A (en) Apparatus and method for tracking target
EP1749183A1 (en) Alignment of a flicht vehicle based on recursive matrix inversion
JP2004037262A (en) Target tracking system
JP3302870B2 (en) Sensor bias error estimation device