|
|
|
| United States Patent | 4983037 |
| Link to this page | http://www.wikipatents.com/4983037.html |
| Inventor(s) | Messing; Dean S. (Aloha, OR);
Luthra; Ajay K. (Beaverton, OR) |
| Abstract | A method of determining estimates of fiber loss and return signal power for
an optical fiber from a return signal uses a polynomial fit with data
samples representing the return signal. From the polynomial fit an
estimated fiber loss value is determined. The estimated return signal
power is computed using a function of the estimated fiber loss value. |
|
|
|
Title Information  |
|
|
|
|
|
|
| Publication Date |
January 8, 1991 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Title Information  |
|
|
Description  |
|
|
BACKGROUND OF THE INVENTION
The present invention relates to time domain reflectometry, and more
particularly to a method of estimating fiber loss per unit distance and
return signal power at a given point efficiently from a sampled return
signal acquired by an optical time domain reflectometer (OTDR).
In an OTDR a laser pulse is injected into an optical fiber and a
photosensitive detector receives the light that returns due to Rayleigh
backscattering. Ideally the optical power of the received signal is
P=A.times.10.sup.-Lnd/5 (1)
where A is the power of the return signal at an injection point (n=0), L is
the one-way loss in units of decibels per kilometer (fiber loss), d is the
sampling period in kilometers, and n is the sample index. In a real system
this ideal signal is corrupted by additive Gaussian white noise that adds
a component, v(n), to the optical power of the received signal. Since the
return signal is exponentially decaying, it is quickly buried in the
receiver background noise, making the determination of fiber
characteristics in the noisy region very difficult.
Two of the primary measurements in optical reflectometry are the values of
A and L. The standard technique for measuring these unknowns is to fit a
line, defined by the expression Mn+B, in the least squares sense to the
logarithm, base ten, of the signal defined in equation (1). Were the
signal noiseless, this results in M=-Ld, from which L is immediately
available, and in B=51 ogA. But as the signal to noise ratio (SNR)
decreases, M and B rapidly depart from the desired values and become
biased and jittery from the noise. When the SNR drops below 5 dB, the bias
becomes large and the variance, or jitter, becomes much greater than that
demanded by the theoretical minimum. Moreover any negative data values
coming from the noisy version of equation (1) must be thrown out since the
logarithm is undefined.
What is desired is a method of estimating the values of fiber loss and
return signal power in the presence of noise.
SUMMARY OF THE INVENTION
Accordingly the present invention provides a method of estimating fiber
loss and return signal power by fitting a polynomial to the original,
unlogged exponential data. The difference between the polynomial and the
original, unlogged exponential data are minimized in the least squares
sense to obtain the coefficients for the polynomial. A simple function of
the two lowest degree coefficients of the polynomial produces an
approximation of the fiber loss. Once an approximation of the fiber loss
is determined, then an estimated function of the optical power of the
return signal is determined by computing a closed form summation of a unit
amplitude exponential using the determined fiber loss over n points. The
resulting summation is divided into the summation of the original,
unlogged exponential data over the same n points to produce the estimate
of the return signal power.
The objects, advantages and other novel features of the present invention
are apparent from the following detailed description when read in
conjunction with the appended claims and attached drawing.
BRIEF DESCRIPTION OF THE DRAWING
FIG. 1 is a block diagram of an optical time domain reflectometer that uses
the fiber loss estimation method of the present invention.
FIG. 2 is a graphic view of the fitting of a first order polynomial to the
sampled return signal data according to the estimation method of the
present invention.
FIG. 3 is a graphic view of the results of the fiber loss estimation method
of the present invention.
DESCRIPTION OF THE PREFERRED EMBODIMENT
Referring now to FIG. 1 an optical time domain reflectometer (OTDR) 10 is
shown having an optical transmitter 12 that transmits a light pulse via a
coupler 14 into an optical fiber 16. The Rayleigh backscattered return
signal from the optical fiber 16 is passed by the coupler 14 to a detector
18, the output of which is sampled by an analog to digital converter 20
and stored in a suitable memory device 22. A microprocessor 24 controls
the pulse repetition frequency and pulse width of the transmitted light
pulse as well as the sample start time, data duration and sample rate for
the received signal. The microprocessor 24 then processes the received
data stored in the memory device 22 to generate a display on a suitable
display device 26 that includes both an analog display and an alphanumeric
display, the information displayed and the various operating parameters
being determined by an operator from a control interface 28. The
microprocessor 24 may be an integral part of the OTDR 10, or may be a
separate device that communicates with the OTDR over a suitable interface
bus 30.
Equation (1) in the presence of noise may be written in the following form:
f(n)=Ae.sup.-an +v(n) (2)
where e is the base of the natural logarithm, v(n) is the zero mean
Gaussian white noise, A is the amplitude (light power) of the return
signal, and "a" is the normalized loss per sample, or decay rate, that is
related to dB/Km (L) by L=ak/d where K=5/ln(10). The present algorithm
fits a polynomial to the original, unlogged exponential data of the return
signal. A discrete time exponential can be represented by its Taylor
series expansion as
g(n)=Ae.sup.-an =A-Aan+(Aa.sup.2)n.sup.2 /2! . . . (3)
If the first two coefficients of this polynomial series are known, then the
decay rate, a, may be computed by simple division. Given N samples of
g(n), an order M polynomial may be constructed
p.sub.M (n)=t.sub.o +t.sub.1 n+ . . . +t.sub.M n.sup.M (4)
such that an error expression
E.sup.2 =SUM{g(n)-p.sub.M (n)}.sup.2 (5)
summed over n=-(N-1)/2 to (N-1)/2 is minimized as illustrated in FIG. 2.
Since t.sub.o and t.sub.1 are approximations of the first two coefficients
of g(n), -t.sub.1 /t.sub.o is an approximation of the decay rate, a.
The actual implementation of the algorithm fits a first order polynomial,
i.e., a line, to the original exponential data. Such a line fit gives
estimates that have a variance virtually equal to the theoretical minimum
as is shown in FIG. 3. The following value is determined:
s2=SUM{n.sup.2 }=N*(N+1)*(N-1)/12 (6)
summed over -(N-1)/2 to (N-1)/2 where n are the sample indices, the number
of samples used being odd and
symmetrical about a central sample. Then the values
sf=SUM{f(n)} (7)
and
sxlf=SUM{n*f(n)} (8)
are computed over the same range of n, where f(n) represents the actual
data values. The estimated value of the decay rate, a, becomes
##EQU1##
Although the optimal method for computing an estimated value of A is to
fit, in the least squared sense, an exponential with decay rate a' to the
original, unlogged exponential data
A'=SUM{f(n)*e.sup.-a'n }/SUM{(e.sup.-a'n).sup.2 } (11)
this is computationally expensive. Since SUM{f(n)}is approximately equal to
A*SUM{e.sup.-an }, SUM{F(n)}is calculated, where F(n)=e.sup.-a'n. Dividing
SUM{f(n)}, which has been previously calculated, by SUM{F(n)}produces A',
an estimated value for A as a function of a'. Using the above
nomenclature:
A'=sf/SUM{F(n)} (11)
Thus the present invention provides a method of estimating the fiber loss
and return signal power of an optical fiber by using a first order
polynomial fit in the least squares sense with the original, unlogged
sampled data, a function of the coefficients of the first order polynomial
being an estimate of the fiber loss. The return signal power is computed
as the division of the summation of the noisy signal by a function of the
estimated fiber loss.
* * * * *
|
|
|
|
|
Description  |
|