JPH11330911A - Integral arithmetic processing method - Google Patents

Integral arithmetic processing method

Info

Publication number
JPH11330911A
JPH11330911A JP13087498A JP13087498A JPH11330911A JP H11330911 A JPH11330911 A JP H11330911A JP 13087498 A JP13087498 A JP 13087498A JP 13087498 A JP13087498 A JP 13087498A JP H11330911 A JPH11330911 A JP H11330911A
Authority
JP
Japan
Prior art keywords
data
threshold value
rounding
integration
error
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP13087498A
Other languages
Japanese (ja)
Other versions
JP4097318B2 (en
Inventor
Yukitake Ishikawa
幸毅 石川
Nobumasa Misaki
信正 見崎
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.)
Fujikura Ltd
Original Assignee
Fujikura Ltd
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 Fujikura Ltd filed Critical Fujikura Ltd
Priority to JP13087498A priority Critical patent/JP4097318B2/en
Publication of JPH11330911A publication Critical patent/JPH11330911A/en
Application granted granted Critical
Publication of JP4097318B2 publication Critical patent/JP4097318B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Complex Calculations (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide the integral arithmetic processing method which can remove an error component by simple algorithm and perform integral processing with high precision without requiring a CPU, etc., to have unreasonable performance. SOLUTION: Detection data of a sensor 1 is converted from analog to digital by a signal processing part 2 and inputted to a numerical arithmetic part 3. Then a threshold value th1 is set and a data part within the threshold value is rounded (step S3). Then the data after the rounding is integrated and then further a threshold value th2 is set; and a data part within this threshold value is rounded (step S4). Further, the data after the rounding is integrated and a threshold value th3 is set; and data within the threshold value is rounded (step S5) and outputted as an integral arithmetic result (step S6).

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、アナログデータを
デジタルでサンプリングして2回以上積分する際に、し
きい値を設定して、数値の丸め処理を行い、単純な処理
でかつ高速に積分演算の際に生じる誤差の発散を抑え、
高精度の積分演算が可能となる数値演算の方法に関する
ものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for digitally sampling analog data and integrating the data two or more times, by setting a threshold value, performing a rounding process of a numerical value, and performing a simple process and a high-speed integration. Suppress the divergence of the error that occurs during the calculation
The present invention relates to a method of numerical calculation that enables high-precision integration calculation.

【0002】[0002]

【従来の技術】センサ等で検出されたノイズを含む信号
波形から、ノイズを除去する方法としては、ノイズ成分
の周波数をカットするようなフィルタを用いるのが一般
的であり、目的の波形が高周波ならばハイパスフィル
タ、低周波ならローパスフィルタを用いる。しかし、こ
れらのアナログフィルタは、目的とする周波数の波形ま
で歪ませてしまうので、目的の精度が得られない場合が
ある。また、確率統計的に既知で時間的に一様なホワイ
トノイズは、平滑化するのがもっとも一般的であり、デ
ジタルフィルタであるカルマンフィルタ等は目的の波形
と誤差を含む波形との最小二乗誤差を小さくするような
処理を行うため、このような系の場合によく利用され
る。
2. Description of the Related Art As a method for removing noise from a signal waveform containing noise detected by a sensor or the like, a filter that cuts the frequency of a noise component is generally used. If so, use a high-pass filter; if low-frequency, use a low-pass filter. However, since these analog filters distort the waveform of the target frequency, the target accuracy may not be obtained in some cases. In addition, white noise which is known stochastically and is uniform in time is most commonly smoothed, and a Kalman filter or the like which is a digital filter calculates a least square error between a target waveform and a waveform including an error. It is often used in such a system because it performs processing to make it smaller.

【0003】例えば、加速度センサ(又は角加速度セン
サ)を使用して、加速度(又は角加速度)を測定する
と、図6に示すような結果が得られる。測定方向以外か
らの入力は、他軸感度により誤差として影響するが、こ
れは前述したホワイトノイズとは異なり、確率統計的な
ものではない。センサにより測定された加速度(又は角
加速度)を2階積分して得られる距離(又は角度)に
は、誤差も積分されるために、この誤差が時間とともに
累積し、センサが装着された移動体が停止した後も距離
(又は角度)が変化し、実際には移動していないにも拘
わらず、あたかも移動しているような測定結果が得られ
てしまう。
For example, when acceleration (or angular acceleration) is measured using an acceleration sensor (or angular acceleration sensor), a result as shown in FIG. 6 is obtained. An input from a direction other than the measurement direction affects an error due to the sensitivity of the other axis. However, unlike the white noise described above, this is not a probability statistical one. An error is also integrated in the distance (or angle) obtained by integrating the acceleration (or angular acceleration) measured by the sensor into the second order, so that the error accumulates with time, and the moving object on which the sensor is mounted. Even after stopping, the distance (or angle) changes, and a measurement result is obtained as if it were moving, even though it was not actually moving.

【0004】図7は図6の測定結果を1回積分処理して
角速度を求めた結果であり、図8は更に積分処理して角
度を求めた結果を示す。図中、理論値を示してあるが、
誤差の積分に伴い、移動体の停止後も角速度が有意値を
持ち、角度は低下していく。
FIG. 7 shows the result of calculating the angular velocity by integrating the measurement result of FIG. 6 once, and FIG. 8 shows the result of obtaining the angle by further integrating. In the figure, the theoretical values are shown,
With the integration of the error, the angular velocity has a significant value even after the moving body stops, and the angle decreases.

【0005】1階積分(図7)よりも2階積分(図8)
による結果の方がより大きな誤差となるのは明白である
ため、速度(又は角速度)ではなく、距離(又は角度)
を必要とする場合には、測定値中に含まれる誤差成分を
除去する必要がある。
[0005] Second-order integration (Fig. 8) rather than first-order integration (Fig. 7)
It is clear that the result from is a larger error, so distance (or angle) rather than velocity (or angular velocity)
Is required, it is necessary to remove an error component included in the measured value.

【0006】[0006]

【発明が解決しようとする課題】しかしながら、前述の
カルマンフィルタのような高度な数学的手法を使用して
誤差成分を除去しようとすると、複雑なアルゴリズムが
必要であるため、その処理のためには、高速で高価なC
PU(例えば32bit RISC CPU)が必要とな
り、装置コスト及び処理コストが著しく上昇する。
However, in order to remove an error component using an advanced mathematical method such as the Kalman filter described above, a complicated algorithm is required. Fast and expensive C
A PU (for example, a 32-bit RISC CPU) is required, which significantly increases equipment costs and processing costs.

【0007】このため、比較的安価なCPUでも高速で
処理することができるように、簡単なアルゴリズムが求
められているが、単に平均化するだけのような単純な手
法を使用すると、高速ではあるが、前述のように目的と
する波形までも歪んでしまうので、所望の精度を得るこ
とができないという難点がある。
For this reason, a simple algorithm is required so that a relatively inexpensive CPU can perform high-speed processing. However, if a simple method such as simply averaging is used, the speed is high. However, as described above, even the intended waveform is distorted, so that there is a problem that desired accuracy cannot be obtained.

【0008】本発明はかかる問題点に鑑みてなされたも
のであって、簡素なアルゴリズムで誤差成分を除去する
ことができ、CPU等に過大な性能を必要とせず、高精
度で積分処理することができる積分演算処理方法を提供
することを目的とする。
SUMMARY OF THE INVENTION The present invention has been made in view of the above problems, and it is possible to remove an error component with a simple algorithm, and to perform integration processing with high accuracy without requiring excessive performance in a CPU or the like. It is an object of the present invention to provide an integral operation processing method capable of performing the following.

【0009】[0009]

【課題を解決するための手段】本発明に係る積分演算処
理方法は、ディジタルデータに対し所定のしきい値を設
定してこのしきい値内のデータ部分を丸め処理する第1
工程と、丸め処理後のデータを積分演算する第2工程
と、を有することを特徴とする。
According to the present invention, there is provided an integral operation processing method comprising the steps of: setting a predetermined threshold value for digital data; and performing a rounding process on a data portion within the threshold value.
And a second step of performing an integration operation on the data after the rounding processing.

【0010】2回積分する場合は、本発明の積分演算処
理方法は、前記積分演算後のデータに対し所定のしきい
値を設定してこのしきい値内のデータ部分を丸め処理す
る第3工程と、更に丸め処理後のデータを積分演算する
第4工程と、を有し、更に、前記第4工程による積分演
算後のデータに対し所定のしきい値を設定してこのしき
い値内のデータ部分を丸め処理する第5工程を有するこ
とが好ましい。
In the case where the integration is performed twice, the integration calculation processing method of the present invention sets a predetermined threshold value for the data after the integration calculation and rounds the data portion within the threshold value to a third value. And a fourth step of performing an integral operation on the data after the rounding processing. Further, a predetermined threshold value is set for the data after the integral operation in the fourth step, and the predetermined threshold value is set within the threshold value. It is preferable to include a fifth step of rounding the data portion.

【0011】前記第1,第3又は第5工程において、デ
ィジタルデータをx、しきい値をth、αを1未満の正数
としたとき、xをしきい値thで丸める処理を行う関数
F(x、th)は、int(a)を実数aの整数部を示す記
号として、下記数式1及び2により表される。
In the first, third or fifth step, when the digital data is x, the threshold is th, and α is a positive number less than 1, a function F for rounding x by the threshold th is used. (X, th) is represented by the following formulas 1 and 2, where int (a) is a symbol indicating the integer part of the real number a.

【0012】[0012]

【数1】 F(x、th)=int(x/th)×th+th 但し、x/th≧int(x/th)+αの場合F (x, th) = int (x / th) × th + th where x / th ≧ int (x / th) + α

【0013】[0013]

【数2】 F(x、th)=int(x/th)×th 但し、x/th<int(x/th)+αの場合 なお、このαは0.5であることが誤差をより小さくす
る上で好ましい。
F (x, th) = int (x / th) × th where x / th <int (x / th) + α Note that when α is 0.5, the error becomes smaller. It is preferable in doing.

【0014】[0014]

【発明の実施の形態】以下、本発明の実施例について添
付の図面を参照して具体的に説明する。図1は本発明の
実施例方法に使用する装置を示すブロック図である。セ
ンサ1が検出したアナログ信号、例えば、加速度又は角
加速度の信号Sは信号処理部2に入力され、この信号処
理部2において、初期条件の判定及びオフセットの検出
及び除去を行い、更に、アナログ/ディジタル変換器に
より所定のサンプリングタイムでディジタル信号に変換
される。このディジタル信号は数値演算部3に入力さ
れ、所定の積分演算が実施された後、演算結果がディス
プレイ等の外部の出力デバイス4に出力される。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Embodiments of the present invention will be specifically described below with reference to the accompanying drawings. FIG. 1 is a block diagram showing an apparatus used in a method according to an embodiment of the present invention. An analog signal detected by the sensor 1, for example, an acceleration or angular acceleration signal S is input to a signal processing unit 2, where the initial condition is determined, and the offset is detected and removed. The digital signal is converted into a digital signal at a predetermined sampling time by a digital converter. The digital signal is input to the numerical operation unit 3, and after a predetermined integration operation is performed, the operation result is output to an external output device 4 such as a display.

【0015】数値演算部3においては、ディジタル変換
された加速度又は角加速度信号x(ディジタルサンプリ
ングされた測定データ)がデータ受信処理され(ステッ
プS1)、補正処理された後(ステップS2)、しきい
値をth1として数値丸め処理を受ける(ステップS
3)。このデータxの数値丸め処理は下記数式3にて表
され、丸められた数値がfとなる。
In the numerical operation section 3, the digitally converted acceleration or angular acceleration signal x (digitally sampled measurement data) is subjected to data reception processing (step S1), and after being subjected to correction processing (step S2), a threshold is obtained. The value is set to th1 and subjected to numerical rounding processing (step S1).
3). The numerical value rounding process of the data x is represented by the following Expression 3, and the rounded numerical value is f.

【0016】[0016]

【数3】 f=F(x、th1) この数式3を数式1及び2のもとで実施すると、図2に
示すように、しきい値内のデータが0となる。即ち、図
2に示すように、データがしきい値th内で変動しても、
それはすべて0となり、積分値は0となる。そこで、こ
のfを時間で積分して速度又は角速度を求める(ステッ
プS4)。そして、この積分値を下記数式4にて示すよ
うに、しきい値をth2として丸め処理する。
F = F (x, th1) When this equation 3 is implemented under the equations 1 and 2, the data within the threshold value becomes 0 as shown in FIG. That is, as shown in FIG. 2, even if the data fluctuates within the threshold th,
It is all zero, and the integral is zero. Therefore, the speed or the angular speed is obtained by integrating this f with time (step S4). Then, the integral value is rounded with the threshold value as th2 as shown in the following Expression 4.

【0017】[0017]

【数4】 g=F(∫fdt,th2) 次いで、下記数式5に示すように、得られたデータgを
時間tで積分し、同様にしきい値をth3として関数Fに
より、丸め処理する(ステップS5)。
G = F (∫fdt, th2) Next, as shown in the following Expression 5, the obtained data g is integrated at time t, and similarly, the threshold value is set to th3, and rounding is performed by the function F ( Step S5).

【0018】[0018]

【数5】 h=F(∫gdt,th3) そして、この2階積分値hを数値演算部3の外部に出力
し(ステップS6)、ディスプレイ等の出力デバイス4
に表示させる。なお、数値演算部3は1個の集積回路
(IC)で構成することができるが、サンプリングを行
う信号処理部2もこのIC内に組み込むことができる。
H = F (∫gdt, th3) Then, the second-order integral value h is output to the outside of the numerical operation unit 3 (step S6), and the output device 4 such as a display is output.
To be displayed. Note that the numerical operation unit 3 can be constituted by one integrated circuit (IC), but the signal processing unit 2 for performing sampling can also be incorporated in this IC.

【0019】このように構成された本実施例方法におい
ては、従来の欠点を解消するために、先ず、センサ1に
より測定された加速度又は角加速度の値xをしきい値th
1を使用して数値的に関数Fにより丸める処理を行う。
この丸め処理は、数式1及び2と、図2に示すように、
しきい値th1内の数値を0にするものであるが、その結
果、図3に示すように、バラツキが小さいデータfにな
る。
In the method of this embodiment having the above-described structure, in order to solve the conventional disadvantage, first, the value x of the acceleration or angular acceleration measured by the sensor 1 is set to the threshold value th.
A process of numerically rounding with the function F using 1 is performed.
This rounding process is performed as shown in Expressions 1 and 2 and FIG.
The numerical value within the threshold value th1 is set to 0. As a result, as shown in FIG. 3, the data f has a small variation.

【0020】次いで、このデータfを時間tで積分し、
更に、しきい値th2を使用して同様の丸め処理を行い、
1階の積分結果とする(ステップS4)。そして、得ら
れたデータgを時間tで積分し、更に、しきい値th3を
使用して同様の丸め処理を行い、2階の積分結果とする
(ステップS5)。
Next, this data f is integrated at time t,
Further, a similar rounding process is performed using the threshold value th2.
The result is the first-order integration (step S4). Then, the obtained data g is integrated at time t, and the same rounding process is further performed using the threshold value th3 to obtain a second-order integration result (step S5).

【0021】この本実施例による2階積分後のデータh
を図4に示す。この図4に示すように、本実施例方法に
より積分処理することにより、理論値と同様のデータを
高精度で得ることができる。これに対し、従来方法によ
り2階積分した結果(図8参照)を図4に合わせて示す
が、この従来方法の場合は、角度一定になり停止してい
る場合に、誤差が時間と共に、増幅されてしまう。従っ
て、図5に角度誤差を示すように、本実施例の場合に
は、停止している場合に極めて小さな誤差が生じるだけ
でこの誤差が増大することはないが、従来の場合は、時
間の経過と共に、誤差が増大していく。
The data h after the second-order integration according to this embodiment
Is shown in FIG. As shown in FIG. 4, the same data as the theoretical values can be obtained with high accuracy by performing the integration processing according to the method of the present embodiment. On the other hand, the result of the second-order integration by the conventional method (see FIG. 8) is also shown in FIG. 4. In the case of the conventional method, when the angle is constant and the operation is stopped, the error increases with time and increases. Will be done. Therefore, as shown in FIG. 5, in the case of the present embodiment, an extremely small error occurs when the motor is stopped, and this error does not increase. As time goes on, the error increases.

【0022】このように、本実施例においては、従来に
比して誤差が極めて少なく、また、誤差の累積により誤
差の増大が生じない。このため、本実施例方法は演算精
度が極めて高い。特に、移動体が停止している場合に、
上述の効果が顕著である。
As described above, in this embodiment, the error is extremely small as compared with the prior art, and the error does not increase due to the accumulation of the error. For this reason, the method of this embodiment has extremely high calculation accuracy. Especially when the moving object is stopped,
The above effects are remarkable.

【0023】なお、本発明は上記実施例に限定されない
ことはもちろんである。例えば、上記実施例において、
丸め処理は数式1及び2により表される関数Fによるも
のであったが、これに限るものではなく、切り捨て又は
切り上げにより丸め処理することも可能である。このよ
うに、誤差を除去するような関数又は演算であれば、本
発明の数値丸め処理に使用することができる。
It is needless to say that the present invention is not limited to the above embodiment. For example, in the above embodiment,
Although the rounding processing is based on the function F represented by Expressions 1 and 2, it is not limited to this, and the rounding processing can be performed by rounding down or rounding up. As described above, any function or operation that removes an error can be used in the numerical rounding processing of the present invention.

【0024】また、上記実施例においては、角加速度セ
ンサ1の出力から角速度及び角度を算出する例を示した
が、本発明は2階積分を必要とするあらゆるシステムに
応用できる。例えば、加速度センサを用いて、速度及び
距離を算出する場合にも適用することができる。
Further, in the above-described embodiment, the example in which the angular velocity and the angle are calculated from the output of the angular acceleration sensor 1 has been described. However, the present invention can be applied to any system requiring the second-order integration. For example, the present invention can be applied to a case where a speed and a distance are calculated using an acceleration sensor.

【0025】更に、上記実施例は、2階積分についての
ものであるが、1階積分に本発明を適用してもよいこと
は勿論である。但し、1階積分への適用よりも、2階積
分への適用の方が効果は大きい。また、3階積分以上に
本発明を適用した場合は、更に優れた効果が得られる。
Furthermore, the above-described embodiment relates to the second-order integration, but it goes without saying that the present invention may be applied to the first-order integration. However, application to the second-order integration is more effective than application to the first-order integration. Further, when the present invention is applied to third order integration or more, more excellent effects can be obtained.

【0026】なお、積分演算自体は公知の方法によれば
よく、種々の方法を使用することができる。
The integration operation itself may be performed by a known method, and various methods can be used.

【0027】[0027]

【発明の効果】以上説明したように、本発明によれば、
デジタルデータを積分処理する際の誤差が小さく、この
誤差の累積を回避することができるので、極めて高精度
で積分処理することができる。また、センサの出力が0
の場合においても、即ち、移動体が停止している場合に
も、積分後のデータの発散が防止される。しかも、アル
ゴリズムが単純なので、他のアルゴリズムに比べて高速
に演算することができると共に、CPU及びメモリ等の
性能が低くても足り、低コストでデバイスを構成するこ
とができる。
As described above, according to the present invention,
An error in the integration processing of the digital data is small, and accumulation of this error can be avoided, so that the integration processing can be performed with extremely high accuracy. Also, when the output of the sensor is 0
Even in the case of (2), that is, even when the moving body is stopped, the divergence of the integrated data is prevented. In addition, since the algorithm is simple, the operation can be performed at a higher speed as compared with other algorithms, and the performance of the CPU, the memory and the like is low, and the device can be configured at low cost.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の実施例方法に使用する装置のブロック
図である。
FIG. 1 is a block diagram of an apparatus used in a method according to an embodiment of the present invention.

【図2】丸め処理の原理を説明する図である。FIG. 2 is a diagram illustrating the principle of a rounding process.

【図3】関数Fにより丸め処理されたデータを示す図で
ある。
FIG. 3 is a diagram showing data rounded by a function F;

【図4】本発明の実施例方法により2階積分されたデー
タを理論値及び従来データと比較して示すグラフ図であ
る。
FIG. 4 is a graph showing data obtained by performing second-order integration by a method according to an embodiment of the present invention in comparison with theoretical values and conventional data.

【図5】実施例方法と従来方法との誤差を比較するグラ
フ図である。
FIG. 5 is a graph comparing the error between the embodiment method and the conventional method.

【図6】センサによる角加速度の測定結果を示すグラフ
図である。
FIG. 6 is a graph showing a measurement result of an angular acceleration by a sensor.

【図7】従来方法により、積分演算を1回実行した後の
データを示すグラフ図である。
FIG. 7 is a graph showing data after performing an integration operation once by a conventional method.

【図8】従来方法により積分演算を2回実行した後のデ
ータを示すグラフ図である。
FIG. 8 is a graph showing data after performing an integral operation twice by a conventional method.

【図9】従来の積分演算方法による誤差を示すグラフ図
である。
FIG. 9 is a graph showing an error caused by a conventional integration operation method.

【符号の説明】[Explanation of symbols]

1:センサ 2:信号処理部 3:数値演算部 4:出力デバイス 1: Sensor 2: Signal processing unit 3: Numerical operation unit 4: Output device

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 ディジタルデータに対し所定のしきい値
を設定してこのしきい値内のデータ部分を丸め処理する
第1工程と、丸め処理後のデータを積分演算する第2工
程と、を有することを特徴とする積分演算処理方法。
1. A first step of setting a predetermined threshold value for digital data and rounding a data portion within the threshold value, and a second step of performing an integration operation on the data after the rounding processing. An integration calculation processing method characterized by having:
【請求項2】 前記積分演算後のデータに対し所定のし
きい値を設定してこのしきい値内のデータ部分を丸め処
理する第3工程と、更に丸め処理後のデータを積分演算
する第4工程と、を有することを特徴とする請求項1に
記載の積分演算処理方法。
2. A third step in which a predetermined threshold value is set for the data after the integration operation, and a data portion within the threshold value is rounded, and a third step in which the rounded data is further integrated. 4. The method according to claim 1, wherein the method includes four steps.
【請求項3】 前記第4工程による積分演算後のデータ
に対し所定のしきい値を設定してこのしきい値内のデー
タ部分を丸め処理する第5工程を有することを特徴とす
る請求項2に記載の積分演算処理方法。
3. The method according to claim 1, further comprising a fifth step of setting a predetermined threshold value for the data after the integration operation in the fourth step and rounding a data portion within the threshold value. 3. The integration calculation processing method according to 2.
【請求項4】 前記第1,第3又は第5工程において、
ディジタルデータをx、しきい値をth、αを1未満の正
数としたとき、xをしきい値thで丸める処理を行う関
数F(x、th)が、int(a)を実数aの整数部を示す
記号として、x/th≧int(x/th)+αの場合に、F
(x、th)=int(x/th)×th+thで表され、x/th
<int(x/th)+αの場合に、F(x、th)=int(x
/th)×thで表されることを特徴とする請求項1乃至3
のいずれか1項に記載の積分演算処理方法。
4. In the first, third or fifth step,
When the digital data is x, the threshold value is th, and α is a positive number less than 1, a function F (x, th) for performing a process of rounding x with the threshold value th is obtained by converting int (a) to a real number a. As a symbol indicating an integer part, when x / th ≧ int (x / th) + α, F
(X, th) = int (x / th) × th + th, where x / th
<Int (x / th) + α, F (x, th) = int (x
/ Th) × th.
3. The method according to claim 1.
【請求項5】 前記αは0.5であることを特徴とする
請求項4に記載の積分演算処理方法。
5. The method according to claim 4, wherein α is 0.5.
JP13087498A 1998-05-13 1998-05-13 Integral calculation processing method Expired - Lifetime JP4097318B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP13087498A JP4097318B2 (en) 1998-05-13 1998-05-13 Integral calculation processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP13087498A JP4097318B2 (en) 1998-05-13 1998-05-13 Integral calculation processing method

Publications (2)

Publication Number Publication Date
JPH11330911A true JPH11330911A (en) 1999-11-30
JP4097318B2 JP4097318B2 (en) 2008-06-11

Family

ID=15044721

Family Applications (1)

Application Number Title Priority Date Filing Date
JP13087498A Expired - Lifetime JP4097318B2 (en) 1998-05-13 1998-05-13 Integral calculation processing method

Country Status (1)

Country Link
JP (1) JP4097318B2 (en)

Also Published As

Publication number Publication date
JP4097318B2 (en) 2008-06-11

Similar Documents

Publication Publication Date Title
US5381355A (en) Method for filtering digital signals in a pressure transmitter
EP0638811B1 (en) Estimator of amplitude and frequency of a noisy biased sinusoid from short bursts of samples
CN104280047A (en) Gyroscope shift filtering system and method integrating multiple sensors
CN113405572A (en) Propagation delay compensation circuit and method for calculating propagation delay compensation
JP4097318B2 (en) Integral calculation processing method
JP2007248061A (en) Abnormality diagnosis device and abnormality diagnosis method
JP2003014462A (en) Attitude detection device of artificial satellite
US20210199468A1 (en) Encoder and signal processing method using the same
JP3428524B2 (en) Tire pressure detector and wheel speed signal frequency detector
JP3169213B2 (en) Moving speed detecting method and device, vehicle slip angle detecting device
JP4572536B2 (en) Sampling type measuring device
JP2963144B2 (en) Bearing abnormality detection device
US5210709A (en) Digital filter for removing dc components
JP2793778B2 (en) Angular velocity sensor
JPH1038575A (en) High frequency noise removing method for azimuth detection equipment
KR20080022620A (en) Signal processing method of a gyrpscope accumulative errors
CN112834774B (en) Threshold value self-adaptive rotating speed signal processing system and method thereof
JPH07181249A (en) Ultrasonic distance measuring instrument
EP0541223A1 (en) Vehicle-direction detecting apparatus
JP3210942B2 (en) Gas concentration detection method
CN111044758B (en) Acceleration sensor output value correction method and acceleration sensor
US20220236229A1 (en) Rotational speed detecting device
JP2003018006A (en) Analog/digital conversion method
WO2020110253A1 (en) Sine wave noise removal device and sine wave noise removal method
JP2957371B2 (en) Rotary body abnormality diagnosis device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20041116

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20071023

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20071207

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

A61 First payment of annual fees (during grant procedure)

Effective date: 20080311

Free format text: JAPANESE INTERMEDIATE CODE: A61

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110321

Year of fee payment: 3

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110321

Year of fee payment: 3

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120321

Year of fee payment: 4

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120321

Year of fee payment: 4

FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 5

Free format text: PAYMENT UNTIL: 20130321