Data processing: measuring – calibrating – or testing – Measurement system – Measured signal processing
Reexamination Certificate
1999-06-04
2002-09-17
Hoff, Marc S. (Department: 2857)
Data processing: measuring, calibrating, or testing
Measurement system
Measured signal processing
C702S127000
Reexamination Certificate
active
06453271
ABSTRACT:
FIELD OF THE INVENTION
The field of the invention relates to a method and device for measuring a value that characterizes a variation between a quantity and a reference quantity, where said variation is measured with respect to a parameter on which both the quantity and reference quantity depend. An example of this is the determination of a variation between a signal and a reference signal, both of which depend on time.
BACKGROUND OF THE INVENTION
A well known measure of variation is the variance which is defined as the mean value of the square of the difference between a sample value and the mean value of the samples. The standard deviation is the square root of the variance.
Specifically in connection with the characterization of timing signals, a measure of the time variation as a function of integration time is known, which is referred to as TDEV (time deviation) and is e.g. defined in ETSI European Telecommunication Standard ETS 300462-1, April 1997 or ITU-T Recommendation G.810, Series G: Transmission Systems and Media, August 1996. A time deviation TDEV is defined as
TDEV
⁡
(
n
⁢
⁢
τ
0
)
=
1
6
⁢
n
2
⁢
⟨
[
∑
i
=
1
n
⁢
(
x
i
+
2
⁢
n
-
2
⁢
x
i
+
n
+
x
i
)
]
2
⟩
(
1
)
where the angle brackets denote an ensemble average, and x
i
, with i=1, 2, . . . N, are sample values of a time error function x(t) and these samples are taken at equidistant time intervals. The time dependent error function x(t) is defined as the difference between a clock generating time T(t) and a reference clock generating time Tref(t). Here, t is therefore to be understood as the absolute (abstract) time, whereas T is a signal generated by a clock that depends on t and itself also represents a time. The N sample values are sampled at equal intervals &tgr;
0
, such that x
i
=x(i·&tgr;
0
), i=1, 2, . . . N. &tgr;
0
is the sampling period and &tgr;=n·&tgr;
0
is the observation interval.
The ensemble average relates to the observation interval in the sense that an average is taken over possible triplets x
i
+2n, x
i
+n, x
i
.
The above mentioned documents contain an estimator formula for TDEV, which is:
TDEV
⁡
(
n
⁢
⁢
τ
0
)
=
1
6
⁢
n
2
⁢
1
(
N
-
3
⁢
n
+
1
)
⁢
∑
j
=
1
N
-
3
⁢
n
+
1
⁢
[
∑
i
=
j
n
+
j
-
1
⁢
(
x
i
+
2
⁢
n
-
2
⁢
x
i
+
n
+
x
i
)
]
2
(
2
)
where n=1, 2, . . . the integer part of N/3.
PROBLEM UNDERLYING THE INVENTION
The problem with the above estimator formula is that a calculation results in two nested FOR-loops for the summation under the square root, and in three nested FOR-loops when calculating the values TDEV for all values of n, which is often required. With large values of N, which is typically the case, this results in a large calculation burden which either leads to long calculation times or to an increased amount of hardware for coping with the calculation burden in a reasonable amount of time. As an example, in communication systems using the above described TDEV as a control parameter for synchronization control, this leads to more circuitry, which makes the systems more complicated and more expensive.
The above mentioned problem is not restricted to systems calculating the deviation for a clock signal with respect to a reference clock signal over time, but will occur in any system based on the above principle of calculating a value representative of a variation based on the double sum
∑
j
⁢
[
∑
i
=
f
1
⁡
(
j
)
f
2
⁡
(
j
)
⁢
(
x
i
+
2
⁢
n
-
2
⁢
x
i
+
n
+
x
i
)
]
2
,
(
3
)
where the lower and upper boundaries of the inner sum running over i are respective functions (f
1
and f
2
) of the outer variable j.
OBJECT OF THE INVENTION
The present invention has the object of providing a better method of measuring a value characteristic of the variation between a quantity and a reference quantity, said value being based on the above described double sum.
SUMMARY OF THE INVENTION
This object is solved by the methods and devices described in the independent claims appended to the present application. Advantageous embodiments are described in the dependent claims.
The present invention greatly simplifies the determination of a value representative of the variation between a quantity and a reference quantity by employing a recursive formula, such that the two nested FOR-loops mentioned above can be avoided.
More specifically, the present invention defines a first value w
1
as a function of the difference values x
j
, which represent differences between the quantity and the reference quantity, and determines the value R, which corresponds to the above mentioned double sum, through
R
=
w
1
2
+
∑
j
=
2
N
-
3
⁢
n
+
1
⁢
w
j
2
(
6
)
where each consecutive value of w
j
is not calculated by running through a total sum, but is recursively determined from the respectively previous value w
j−1
. n is a value between 1 and the integer part of N/3.
In this way the present invention achieves a simpler and less time consuming calculation of the value R, such that the measurement method of the present invention enables a simpler and cheaper hardware, without any decrease in efficiency. More specifically, the calculation of the double sum of the above mentioned equation (3) requires floating point operations in a number depending on N
2
, whereas the method of the present invention only requires a number of floating point operations depending on N.
Therefore, the present invention decreases the required processing capacity and processing time, to thereby lead to better and/or cheaper hardware.
According to a preferred embodiment of the present invention, the calculation of w
1
is done in accordance with
w
1
=
∑
k
=
1
n
⁢
(
x
k
+
2
⁢
n
-
2
⁢
x
k
+
n
+
x
k
)
,
and the recursive calculation of w
j
in accordance with
w
j
=w
j−1
+x
j−1+3n
−3
x
j−1+2n
+3
x
j−1+n
−x
j−1
.
According to another preferred embodiment of the present invention, the calculation of w
1
is performed by introducing a help variable y, where
y
k
32
x
k+2n
−2
x
n+k
+x
k
(8)
and
w
1
=
∑
k
=
1
n
⁢
y
k
(
9
)
such that the recursive formula for w
j
becomes
w
j
=w
j−1
+y
j−1+n
−y
j−1
(10)
According to further preferred embodiments, the values R, which depend on n, can be used to calculate a variance and a deviation value, either for individual values of n, or for all values of n from 1 to the integer part of N/3.
As another preferred embodiment of the present invention, the measurement method is applied to a communication system requiring synchronization, in which the deviation value that is calculated relates to the variation between a clock signal and a reference clock signal. According to another preferred embodiment, the present invention is applied to a system in which a surface profile level is compared to a reference profile level, and samples are measured at equal location intervals, such that the measured characteristic variation value relates to the spatial variation of the surface level.
As already mentioned above, the present invention can be applied to a system calculating a value characteristic of a variation on the basis of the above mentioned double sum shown in equation (3).
REFERENCES:
patent: 3925650 (1975-12-01), Brown
patent: 4137427 (1979-01-01), Choquet et al.
patent: 4176337 (1979-11-01), Aechter et al.
patent: 4453223 (1984-06-01), Ravel
patent: 4692931 (1987-09-01), Ohsawa
patent: 4810959 (1989-03-01), Padawer
patent: 5351271 (1994-09-01), Coquerel
patent: 6049575 (2000-04-01), Moridi
patent: 19701932 (1998-04-01), None
patent: 19701931 (1998-05-01), None
patent: 0 055156 (1982-06-01), None
patent: 0 750 203 (1996-12-01), None
ETSI European Telecommunications Standard ETS 300462-1, Apr. 1997;.
ITU-T Recommendation G.810, Series G: Transmission Systems and Media, Aug. 1996.
G. Dahlquist, A Bjorck, “Numerical Methods”, 1974, P
Burns Doane Swecker & Mathis L.L.P.
Hoff Marc S.
Pretlow Demetrius
Telefonaktiebolaget LM Ericsson (publ)
LandOfFree
Method and device for synchronizing clock signals does not yet have a rating. At this time, there are no reviews or comments for this patent.
If you have personal experience with Method and device for synchronizing clock signals, we encourage you to share that experience with our LandOfFree.com community. Your opinion is very important and Method and device for synchronizing clock signals will most certainly appreciate the feedback.
Profile ID: LFUS-PAI-O-2865196