JP4097318B2 - Integral calculation processing method - Google Patents

Integral calculation processing method Download PDF

Info

Publication number
JP4097318B2
JP4097318B2 JP13087498A JP13087498A JP4097318B2 JP 4097318 B2 JP4097318 B2 JP 4097318B2 JP 13087498 A JP13087498 A JP 13087498A JP 13087498 A JP13087498 A JP 13087498A JP 4097318 B2 JP4097318 B2 JP 4097318B2
Authority
JP
Japan
Prior art keywords
data
threshold value
integration
rounding
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.)
Expired - Lifetime
Application number
JP13087498A
Other languages
Japanese (ja)
Other versions
JPH11330911A (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.)
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

Images

Landscapes

  • Complex Calculations (AREA)

Description

【0001】
【発明の属する技術分野】
本発明は、アナログデータをデジタルでサンプリングして2回以上積分する際に、しきい値を設定して、数値の丸め処理を行い、単純な処理でかつ高速に積分演算の際に生じる誤差の発散を抑え、高精度の積分演算が可能となる数値演算の方法に関するものである。
【0002】
【従来の技術】
センサ等で検出されたノイズを含む信号波形から、ノイズを除去する方法としては、ノイズ成分の周波数をカットするようなフィルタを用いるのが一般的であり、目的の波形が高周波ならばハイパスフィルタ、低周波ならローパスフィルタを用いる。しかし、これらのアナログフィルタは、目的とする周波数の波形まで歪ませてしまうので、目的の精度が得られない場合がある。また、確率統計的に既知で時間的に一様なホワイトノイズは、平滑化するのがもっとも一般的であり、デジタルフィルタであるカルマンフィルタ等は目的の波形と誤差を含む波形との最小二乗誤差を小さくするような処理を行うため、このような系の場合によく利用される。
【0003】
例えば、加速度センサ(又は角加速度センサ)を使用して、加速度(又は角加速度)を測定すると、図6に示すような結果が得られる。測定方向以外からの入力は、他軸感度により誤差として影響するが、これは前述したホワイトノイズとは異なり、確率統計的なものではない。センサにより測定された加速度(又は角加速度)を2階積分して得られる距離(又は角度)には、誤差も積分されるために、この誤差が時間とともに累積し、センサが装着された移動体が停止した後も距離(又は角度)が変化し、実際には移動していないにも拘わらず、あたかも移動しているような測定結果が得られてしまう。
【0004】
図7は図6の測定結果を1回積分処理して角速度を求めた結果であり、図8は更に積分処理して角度を求めた結果を示す。図中、理論値を示してあるが、誤差の積分に伴い、移動体の停止後も角速度が有意値を持ち、角度は低下していく。
【0005】
1階積分(図7)よりも2階積分(図8)による結果の方がより大きな誤差となるのは明白であるため、速度(又は角速度)ではなく、距離(又は角度)を必要とする場合には、測定値中に含まれる誤差成分を除去する必要がある。
【0006】
【発明が解決しようとする課題】
しかしながら、前述のカルマンフィルタのような高度な数学的手法を使用して誤差成分を除去しようとすると、複雑なアルゴリズムが必要であるため、その処理のためには、高速で高価なCPU(例えば32bit RISC CPU)が必要となり、装置コスト及び処理コストが著しく上昇する。
【0007】
このため、比較的安価なCPUでも高速で処理することができるように、簡単なアルゴリズムが求められているが、単に平均化するだけのような単純な手法を使用すると、高速ではあるが、前述のように目的とする波形までも歪んでしまうので、所望の精度を得ることができないという難点がある。
【0008】
本発明はかかる問題点に鑑みてなされたものであって、簡素なアルゴリズムで誤差成分を除去することができ、CPU等に過大な性能を必要とせず、高精度で積分処理することができる積分演算処理方法を提供することを目的とする。
【0009】
【課題を解決するための手段】
本発明に係る積分演算処理方法は、ディジタルデータに対し所定のしきい値を設定してこのしきい値内のデータ部分を丸め処理する第1工程と、丸め処理後のデータを積分演算する第2工程と、前記積分演算後のデータに対し所定のしきい値を設定してこのしきい値内のデータ部分を丸め処理する第3工程と、更に丸め処理後のデータを積分演算する第4工程と、前記第4工程による積分演算後のデータに対し所定のしきい値を設定してこのしきい値内のデータ部分を丸め処理する第5工程とを、有することを特徴とする。
【0011】
前記第1,第3又は第5工程において、ディジタルデータをx、しきい値をth、αを1未満の正数としたとき、xをしきい値thで丸める処理を行う関数F(x、th)は、int(a)を実数aの整数部を示す記号として、下記数式1及び2により表される。
【0012】
【数1】
F(x、th)=int(x/th)×th+th
但し、x/th≧int(x/th)+αの場合
【0013】
【数2】
F(x、th)=int(x/th)×th
但し、x/th<int(x/th)+αの場合
なお、このαは0.5であることが誤差をより小さくする上で好ましい。
【0014】
【発明の実施の形態】
以下、本発明の実施例について添付の図面を参照して具体的に説明する。図1は本発明の実施例方法に使用する装置を示すブロック図である。センサ1が検出したアナログ信号、例えば、加速度又は角加速度の信号Sは信号処理部2に入力され、この信号処理部2において、初期条件の判定及びオフセットの検出及び除去を行い、更に、アナログ/ディジタル変換器により所定のサンプリングタイムでディジタル信号に変換される。このディジタル信号は数値演算部3に入力され、所定の積分演算が実施された後、演算結果がディスプレイ等の外部の出力デバイス4に出力される。
【0015】
数値演算部3においては、ディジタル変換された加速度又は角加速度信号x(ディジタルサンプリングされた測定データ)がデータ受信処理され(ステップS1)、補正処理された後(ステップS2)、しきい値をth1として数値丸め処理を受ける(ステップS3)。このデータxの数値丸め処理は下記数式3にて表され、丸められた数値がfとなる。
【0016】
【数3】
f=F(x、th1)
この数式3を数式1及び2のもとで実施すると、図2に示すように、しきい値内のデータが0となる。即ち、図2に示すように、データがしきい値th内で変動しても、それはすべて0となり、積分値は0となる。そこで、このfを時間で積分して速度又は角速度を求める(ステップS4)。そして、この積分値を下記数式4にて示すように、しきい値をth2として丸め処理する。
【0017】
【数4】
g=F(∫fdt,th2)
次いで、下記数式5に示すように、得られたデータgを時間tで積分し、同様にしきい値をth3として関数Fにより、丸め処理する(ステップS5)。
【0018】
【数5】
h=F(∫gdt,th3)
そして、この2階積分値hを数値演算部3の外部に出力し(ステップS6)、ディスプレイ等の出力デバイス4に表示させる。なお、数値演算部3は1個の集積回路(IC)で構成することができるが、サンプリングを行う信号処理部2もこのIC内に組み込むことができる。
【0019】
このように構成された本実施例方法においては、従来の欠点を解消するために、先ず、センサ1により測定された加速度又は角加速度の値xをしきい値th1を使用して数値的に関数Fにより丸める処理を行う。この丸め処理は、数式1及び2と、図2に示すように、しきい値th1内の数値を0にするものであるが、その結果、図3に示すように、バラツキが小さいデータfになる。
【0020】
次いで、このデータfを時間tで積分し、更に、しきい値th2を使用して同様の丸め処理を行い、1階の積分結果とする(ステップS4)。そして、得られたデータgを時間tで積分し、更に、しきい値th3を使用して同様の丸め処理を行い、2階の積分結果とする(ステップS5)。
【0021】
この本実施例による2階積分後のデータhを図4に示す。この図4に示すように、本実施例方法により積分処理することにより、理論値と同様のデータを高精度で得ることができる。これに対し、従来方法により2階積分した結果(図8参照)を図4に合わせて示すが、この従来方法の場合は、角度一定になり停止している場合に、誤差が時間と共に、増幅されてしまう。従って、図5に角度誤差を示すように、本実施例の場合には、停止している場合に極めて小さな誤差が生じるだけでこの誤差が増大することはないが、従来の場合は、時間の経過と共に、誤差が増大していく。
【0022】
このように、本実施例においては、従来に比して誤差が極めて少なく、また、誤差の累積により誤差の増大が生じない。このため、本実施例方法は演算精度が極めて高い。特に、移動体が停止している場合に、上述の効果が顕著である。
【0023】
なお、本発明は上記実施例に限定されないことはもちろんである。例えば、上記実施例において、丸め処理は数式1及び2により表される関数Fによるものであったが、これに限るものではなく、切り捨て又は切り上げにより丸め処理することも可能である。このように、誤差を除去するような関数又は演算であれば、本発明の数値丸め処理に使用することができる。
【0024】
また、上記実施例においては、角加速度センサ1の出力から角速度及び角度を算出する例を示したが、本発明は2階積分を必要とするあらゆるシステムに応用できる。例えば、加速度センサを用いて、速度及び距離を算出する場合にも適用することができる。
【0025】
更に、上記実施例は、2階積分についてのものであるが、1階積分に本発明を適用してもよいことは勿論である。但し、1階積分への適用よりも、2階積分への適用の方が効果は大きい。また、3階積分以上に本発明を適用した場合は、更に優れた効果が得られる。
【0026】
なお、積分演算自体は公知の方法によればよく、種々の方法を使用することができる。
【0027】
【発明の効果】
以上説明したように、本発明によれば、デジタルデータを積分処理する際の誤差が小さく、この誤差の累積を回避することができるので、極めて高精度で積分処理することができる。また、センサの出力が0の場合においても、即ち、移動体が停止している場合にも、積分後のデータの発散が防止される。しかも、アルゴリズムが単純なので、他のアルゴリズムに比べて高速に演算することができると共に、CPU及びメモリ等の性能が低くても足り、低コストでデバイスを構成することができる。
【図面の簡単な説明】
【図1】本発明の実施例方法に使用する装置のブロック図である。
【図2】丸め処理の原理を説明する図である。
【図3】関数Fにより丸め処理されたデータを示す図である。
【図4】本発明の実施例方法により2階積分されたデータを理論値及び従来データと比較して示すグラフ図である。
【図5】実施例方法と従来方法との誤差を比較するグラフ図である。
【図6】センサによる角加速度の測定結果を示すグラフ図である。
【図7】従来方法により、積分演算を1回実行した後のデータを示すグラフ図である。
【図8】従来方法により積分演算を2回実行した後のデータを示すグラフ図である。
【図9】従来の積分演算方法による誤差を示すグラフ図である。
【符号の説明】
1:センサ
2:信号処理部
3:数値演算部
4:出力デバイス
[0001]
BACKGROUND OF THE INVENTION
In the present invention, when analog data is digitally sampled and integrated two or more times, a threshold value is set and a rounding process of numerical values is performed. The present invention relates to a numerical calculation method that suppresses divergence and enables highly accurate integral calculation.
[0002]
[Prior art]
As a method for removing noise from a signal waveform including noise detected by a sensor or the like, it is common to use a filter that cuts the frequency of the noise component. If the target waveform is high frequency, a high-pass filter, For low frequencies, use a low-pass filter. However, since these analog filters distort even the waveform of the target frequency, the target accuracy may not be obtained. Also, white noise that is statistically known and uniform in time is most commonly smoothed. Kalman filters, which are digital filters, reduce the least square error between the target waveform and the waveform that contains the error. This is often used in the case of such a system in order to perform processing to make it smaller.
[0003]
For example, when an 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 as an error due to the sensitivity of the other axis, but this is not a probability statistic unlike the white noise described above. The distance (or angle) obtained by second-order integration of the acceleration (or angular acceleration) measured by the sensor is also integrated with the error. Therefore, this error accumulates with time, and the moving body on which the sensor is mounted Even after stopping, the distance (or angle) changes, and a measurement result as if moving is obtained even though it is not actually moving.
[0004]
FIG. 7 shows the result of obtaining 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. Although the theoretical values are shown in the figure, the angular velocity has a significant value even after the moving body stops, and the angle decreases with the integration of the error.
[0005]
Since it is clear that the result of the second order integration (FIG. 8) is a larger error than the first order integration (FIG. 7), it requires distance (or angle) rather than speed (or angular velocity). In some cases, it is necessary to remove an error component included in the measurement value.
[0006]
[Problems to be solved by the invention]
However, when an advanced mathematical method such as the aforementioned Kalman filter is used to remove an error component, a complicated algorithm is required. For this processing, a high-speed and expensive CPU (for example, a 32-bit RISC) is required. CPU) is required, and the apparatus cost and processing cost are significantly increased.
[0007]
For this reason, a simple algorithm is required so that even a relatively inexpensive CPU can perform processing at high speed. However, if a simple method such as simply averaging is used, it is fast, but In this way, even the target waveform is distorted, so that there is a difficulty that a desired accuracy cannot be obtained.
[0008]
The present invention has been made in view of such a problem, and it is possible to remove an error component with a simple algorithm, without requiring excessive performance in a CPU or the like, and to perform integration processing with high accuracy. An object is to provide an arithmetic processing method.
[0009]
[Means for Solving the Problems]
The integration calculation processing method according to the present invention includes a first step of setting a predetermined threshold value for digital data and rounding the data portion within the threshold value, and a first step of integrating the rounded data. A second step, a third step of setting a predetermined threshold value for the data after the integration calculation and rounding the data portion within the threshold value; and a fourth step of further integrating the rounded data. And a fifth step of setting a predetermined threshold value for the data after the integration calculation in the fourth step and rounding the data portion within the threshold value .
[0011]
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 (x, th) is expressed by Equations 1 and 2 below, where int (a) is a symbol indicating the integer part of the real number a.
[0012]
[Expression 1]
F (x, th) = int (x / th) × th + th
However, when x / th ≧ int (x / th) + α
[Expression 2]
F (x, th) = int (x / th) × th
However, in the case of x / th <int (x / th) + α, it is preferable that α is 0.5 in order to further reduce the error.
[0014]
DETAILED DESCRIPTION OF THE INVENTION
Hereinafter, embodiments of the present invention will be described in detail with reference to the accompanying drawings. FIG. 1 is a block diagram showing an apparatus used in an embodiment method of the present invention. An analog signal detected by the sensor 1, for example, an acceleration or angular acceleration signal S is input to the signal processing unit 2. The signal processing unit 2 determines an initial condition and detects and removes an offset. It is converted into a digital signal by a digital converter at a predetermined sampling time. 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]
In the numerical calculation unit 3, the digitally converted acceleration or angular acceleration signal x (digitally sampled measurement data) is subjected to data reception processing (step S1) and corrected (step S2), and then the threshold value is set to th1. Is subjected to a numerical value rounding process (step S3). The numerical value rounding process of the data x is expressed by the following mathematical formula 3, and the rounded numerical value is f.
[0016]
[Equation 3]
f = F (x, th1)
When Equation 3 is implemented under 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 value th, it is all 0 and the integral value is 0. Therefore, the speed or angular velocity is obtained by integrating f with time (step S4). Then, the integral value is rounded with a threshold value of th2, as shown in the following Equation 4.
[0017]
[Expression 4]
g = F (∫fdt, th2)
Next, as shown in Equation 5 below, the obtained data g is integrated at time t, and similarly rounded by the function F with the threshold value set to th3 (step S5).
[0018]
[Equation 5]
h = F (∫gdt, th3)
Then, the second-order integral value h is output to the outside of the numerical calculation unit 3 (step S6) and displayed on the output device 4 such as a display. The numerical operation unit 3 can be constituted by one integrated circuit (IC), but the signal processing unit 2 that performs sampling can also be incorporated in the IC.
[0019]
In the method of this embodiment configured as described above, in order to eliminate the conventional drawbacks, first, the acceleration or angular acceleration value x measured by the sensor 1 is expressed numerically using the threshold value th1. A process of rounding by F is performed. In this rounding process, the numerical value in the threshold value th1 is set to 0 as shown in Equations 1 and 2 and FIG. 2, but as a result, as shown in FIG. Become.
[0020]
Next, the data f is integrated at time t, and the same rounding process is further performed using the threshold value th2 to obtain a first-order integration result (step S4). Then, the obtained data g is integrated at time t, and the same rounding process is performed using the threshold value th3 to obtain a second-order integration result (step S5).
[0021]
FIG. 4 shows data h after second-order integration according to this embodiment. As shown in FIG. 4, data similar to the theoretical value can be obtained with high accuracy by performing integration processing according to the method of this embodiment. On the other hand, the result of second-order integration by the conventional method (see FIG. 8) is shown in FIG. 4, but in the case of this conventional method, the error is amplified with time when the angle is constant and stopped. Will be. Therefore, as shown in FIG. 5, in the case of the present embodiment, only a very small error is generated when the vehicle is stopped, and this error does not increase. The error increases with time.
[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. In particular, when the moving body is stopped, the above-described effect is remarkable.
[0023]
Needless to say, the present invention is not limited to the above embodiments. For example, in the above-described embodiment, the rounding process is performed by the function F expressed by the mathematical formulas 1 and 2. However, the rounding process is not limited to this, and rounding may be performed by rounding down or rounding up. In this way, any function or operation that removes an error can be used in the numerical rounding processing of the present invention.
[0024]
Moreover, in the said Example, although the example which calculates an angular velocity and an angle from the output of the angular acceleration sensor 1 was shown, this invention is applicable to all the systems which require a 2nd-order integration. For example, the present invention can be applied to the case where the speed and distance are calculated using an acceleration sensor.
[0025]
Furthermore, although the said Example is about 2nd-order integration, of course, you may apply this invention to 1st-order integration. However, the application to the second order integration is more effective than the application to the first order integration. Further, when the present invention is applied to the third order integration or more, a further excellent effect can be obtained.
[0026]
The integration operation itself may be a known method, and various methods can be used.
[0027]
【The invention's effect】
As described above, according to the present invention, errors in integrating digital data are small, and accumulation of these errors can be avoided, so that integration processing can be performed with extremely high accuracy. Even when the output of the sensor is 0, that is, when the moving body is stopped, the divergence of the data after integration is prevented. In addition, since the algorithm is simple, it is possible to perform calculations at a higher speed than other algorithms, and it is sufficient that the performance of the CPU and memory is low, and the device can be configured at low cost.
[Brief description of the drawings]
FIG. 1 is a block diagram of an apparatus used in an embodiment method of the present invention.
FIG. 2 is a diagram for explaining the principle of rounding processing;
FIG. 3 is a diagram illustrating data rounded by a function F;
FIG. 4 is a graph showing data obtained by second-order integration by an embodiment method of the present invention in comparison with theoretical values and conventional data.
FIG. 5 is a graph for comparing errors between an example method and a conventional method.
FIG. 6 is a graph showing measurement results of angular acceleration by a sensor.
FIG. 7 is a graph showing data after an integration operation is executed once by a conventional method.
FIG. 8 is a graph showing data after an integration operation is executed twice by a conventional method.
FIG. 9 is a graph showing an error caused by a conventional integral calculation method.
[Explanation of symbols]
1: Sensor 2: Signal processing unit 3: Numerical calculation unit 4: Output device

Claims (3)

ディジタルデータに対し所定のしきい値を設定してこのしきい値内のデータ部分を丸め処理する第1工程と、丸め処理後のデータを積分演算する第2工程と、前記積分演算後のデータに対し所定のしきい値を設定してこのしきい値内のデータ部分を丸め処理する第3工程と、更に丸め処理後のデータを積分演算する第4工程と、前記第4工程による積分演算後のデータに対し所定のしきい値を設定してこのしきい値内のデータ部分を丸め処理する第5工程とを、有することを特徴とする積分演算処理方法。A first step of setting a predetermined threshold for the digital data and rounding the data portion within the threshold; a second step of integrating the rounded data; and the data after the integration calculation A third step of setting a predetermined threshold value for the data and rounding the data portion within the threshold value, a fourth step of integrating the rounded data, and an integration operation by the fourth step And a fifth step of setting a predetermined threshold value for the subsequent data and rounding the data portion within the threshold value . 前記第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で表されることを特徴とする請求項に記載の積分演算処理方法。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 (x, When th / is a symbol indicating the integer part of the real number a, and x / th ≧ int (x / th) + α, F (x, th) = int (x / th) × th + th 2. The integration operation according to claim 1 , wherein, when x / th <int (x / th) + α, F (x, th) = int (x / th) × th. Processing method. 前記αは0.5であることを特徴とする請求項に記載の積分演算処理方法。The integration calculation processing method according to claim 2 , 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 JPH11330911A (en) 1999-11-30
JP4097318B2 true 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
JPH11330911A (en) 1999-11-30

Similar Documents

Publication Publication Date Title
US5285187A (en) Vehicle collision detecting apparatus
JP5218614B2 (en) Abnormality diagnosis device, rotating device, railway vehicle, automobile and abnormality diagnosis method
JP4097318B2 (en) Integral calculation processing method
JP3282547B2 (en) External force measuring device
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
JP2007248061A (en) Abnormality diagnosis device and abnormality diagnosis method
JP3169213B2 (en) Moving speed detecting method and device, vehicle slip angle detecting device
US11567099B2 (en) Device and method for determining a rotational frequency of a rotating roller body
JP4242346B2 (en) Method for determining the envelope of a modulated signal
CN112867908A (en) Method, system, computer program for offset calibration of a tachometer signal of a tachometer
JP2963144B2 (en) Bearing abnormality detection device
JP2977276B2 (en) Gear abnormality diagnosis device
JP2793778B2 (en) Angular velocity sensor
JPH1038575A (en) High frequency noise removing method for azimuth detection equipment
EP0541223A1 (en) Vehicle-direction detecting apparatus
JPH07181249A (en) Ultrasonic distance measuring instrument
US20220236229A1 (en) Rotational speed detecting device
CN111044758B (en) Acceleration sensor output value correction method and acceleration sensor
JP4572536B2 (en) Sampling type measuring device
CN112834774B (en) Threshold value self-adaptive rotating speed signal processing system and method thereof
KR100433985B1 (en) Apparatus for removing noise component for micom
EP0512480A2 (en) Offset reducer
WO2020110253A1 (en) Sine wave noise removal device and sine wave noise removal method

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)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20080311

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

Free format text: PAYMENT UNTIL: 20110321

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20110321

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20120321

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20120321

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20130321

Year of fee payment: 5