scheme of the Genetic Algorithm used was: The
Breeder Genetic Algorithm (MuhDirk93), this opti-
mization technique offers following advantages: it
can maintain several potentials solutions in paralel, it
has a better chance of getting a global optima, and
its computational complexity is O(n), i.e., the com-
plexity is linear. This method performs an optimiza-
tion process in such a way that it adjusts the behavior
of the coefficients to polynomial functions. The first
approach of the functions is made with second order
polynomials, if the approach does not satisfy the cri-
terion of a correlation coefficient r > 0.90 then the
procces repeats
increasing the degree of the polynomial until the
criteria is met.
The validation procces is performed in the fol-
lowing way; we evaluate the functions C
n−1
(t)
,...,C
0
(t) with t = {t
1
, t
2
,...,t
k
}. With these eval-
uations we obtain a vector of results for each C
i
. For
each one of these vectors we compute the correlation
coefficient, r
i
, with their corresponding column in Ta-
ble 1. Now we define cr as the correlation coefficient
average, and we compute it as the average of the r
′
i
s.
The output of the algorithm is a Table with the co-
eficients that best fits the observed data.
The aplication of this algorithm allow us to ob-
tain the coefficients of Equation (6). The next section
presents one application case of this methodology; the
problem is the identification of atransmision line ex-
periment.
5 RESULTS
In order to illustrate this algorithm, we use a labora-
tory experiment representing a transmission line. In
this experiment we simulate the aging of the line by
increasing its resistance.
This experiment was performed in a power systems
laboratory. The experiment consists in capturing the
transient effect in a transmission line during the dis-
connection of the load, see Figure 3(a).
The disconnection of the load is equivalent to apply
an inverted step excitation.
The equipment used was an experimental console
LabVolt with an AC source of 20 volts; for captur-
ing the transient data we used the acquisition card of
National Instruments NI PCI 5112, (100 MHz, 100
MS/s 8-Bit Digitizer). The model used in this test is
the π model of the transmission line, this single-phase
transmission line is shown in Figure 3(b). The val-
ues for the elements of this model were; V s = 20v,
C
1
= 1.017µF, C
2
= 0.967µF, L = 29.65mH, and
R varies as shown in Equation (8).
R (t) = 0.0415t + 0.386 (8)
Switch
Load
Vs
C1
R
L
C2
Load
a)
b)
Vs
Figure 3: a) Single-phase transmission line, b) Equivalent
circuit.
We used these laboratory devices to simulate a
transmission line exhibiting the effects of aging.
Every two seconds R was adjusted (simulated by
a variable resistor), the transmission line was pow-
ered, and the load disconnected for four cycles (ap-
prox 70 msec). The disconnection transient effect was
recorded. This experiment takes 21 seconds approx-
imately, during which the transient response corre-
sponding to each desconexion of the load is captured.
During the experiments, the transient was recorded by
measuring the voltage in C
2
.
During data acquisition in an experiment, data are
not generally in good shape to be processed, and
therefore it becomes necessary to pretreat them to
eliminate noise and other components that can affect
the identification process. The frequency of the noise
is generally bigger than the modes of the system. In
the carried out experiments, the typical range of fre-
quencies of the system was between 100 and 300 Hz,
while the noise range was above the 900 Hz. If the
noise overlaps the frequencies of the system, the iden-
tification process will see it as a characteristic of the
response; this situation cannot be avoided, since there
is no way to distinguish between componentes in the
same frequency range, where some are genuine com-
ponentes and others are noise components. Figure 4
shows the acquired signal and the detail shows the re-
sult of the filtering process.
Once the captured signals were filtered, we use the
algorithm shown in Figure 2 to process the signal. Ta-
ble 3 shows the matrix of coefficients produced by
QSI.
The π model of a transmission line expressed as an
ICINCO 2006 - SIGNAL PROCESSING, SYSTEMS MODELING AND CONTROL
58