<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Development of a software package for acoustic emission control data analysis</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Anastasia Grigorieva Saint Petersburg State University</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Victoria Belousova Saint Petersburg State University</institution>
        </aff>
      </contrib-group>
      <fpage>61</fpage>
      <lpage>66</lpage>
      <abstract>
        <p>The following article addresses a software package developed for working with data obtained during monitoring the detection of material defects via the acoustic emission (AE) method. Timely detection of cracks allows to prevent contingencies and accidents at early stages. This paper describes the architecture of this software, as well as the used calculation methods, provides visualized results of their work, and compares them with other analysis methods. The innovation of this work is the use of the moving window method for AE data analysis. Obtained results indicate the practical importance and relevance of our research in this area.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Evaluation of the current condition of varying
industrial and infrastructural objects is one of actual problems
of modern material science. These objects include, but are
not limited to the oil and gas and chemical industry
equipment, thermal and nuclear power equipment, aerospace
equipment, pipeline and railway transportation, bridge
constructions, and concrete and reinforced concrete
structures. The risks of equipment failure increase substantially
after it has been in use for a long time under mechanical
and thermal loads. The development of methods that
allow to study the physical nature of material degradation
processes is an important task within the field of technical
diagnostics. Acoustic emission testing is prominent among
these methods. It allows to identify the coordinates and
estimate the danger level of defect-associated acoustic
emission sources that appear in a loaded object.</p>
      <p>In this work we present a software package intended
for analyzing a large volume of specific data that is
being studied by a considerable number of researchers all
around the world. Our software is designed for analyzing
different impulse responses of AE signals (amplitude,
energy, length, etc) with the use of the moving window
method. By employing this method, the software identifies
the change dynamics of the arithmetic mean, median,
standard deviation, and b-value of these responses.</p>
      <p>II.</p>
      <p>Acoustic emission method</p>
      <p>
        Acoustic emission testing is an efficient method of
nondestructive testing. It is based on detecting elastic
waves during deformation of stressed material. These
waves travel from the source to sensors that transform
them into electrical signals. From the standpoint of the
AE method, a defect can produce its own signal [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. The
AE testing devices measure these signals, and then display
data used for evaluating the condition and behavior of the
entire structure of the tested object. The sensitivity of
this method is sufficient to register even microscopic crack
growth (by 0.001 mm), which allows to detect cracks in
time. The AE method can be employed for testing of a
wide variety of technological processes, as well as processes
of changes in properties and condition of materials. This
broad spectrum of tasks and the variety of control objects
requires constant improvement of data processing tools.
      </p>
      <p>III.</p>
    </sec>
    <sec id="sec-2">
      <title>Overview of existing solutions</title>
      <p>
        There are several acoustic emission systems made by
different manufacturers. A review of the characteristics
of their software, technical parameters, capacity of their
AE equipment, and certain abilities for the analysis of
registered data is presented in study [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. Unfortunately, the
post-experimental analysis capabilities of reviewed systems
are limited mostly to creation of standard plots. For
example, in AMSY-5, it is easy to create an number
of impulses-amplitude histogram or an amplitude-time
correlation plot, but it is not always possible to implement
a custom user formula [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. Moreover, the system itself is
quite expensive.
      </p>
      <p>
        Furthermore, a considerable number of studies
dedicated to experimental and practical results of using AE
exists, for example: [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. The moving window
method is widely applied in different scientific fields, such
as economics [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], geophysics [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], social networks analysis
[
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], audio encryption, and so on.
      </p>
      <p>Our software applies the moving window method to
three statistical quantities and one composite parameter
specifically during analyzing data of acoustic emission
testing of loaded structures. This allows to filter peak
values of these quantities and observe the trends in changes
of process phases in general.</p>
    </sec>
    <sec id="sec-3">
      <title>IV. Software architecture</title>
      <p>
        Currently, our software allows to build the trend of
a time series. We employ moving averaging for trend
determination. The calculations are performed on impulse
responses of acoustic signals mainly amplitude values.
This parameter is one of the most informative, because it
indicates the detectability of a signal, which is why it is
frequently used during AE testing. For example, in [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], the
average amplitude of events is used for forming the P(R)
criterion used for determining the necessity of additional
testing of detected areas of AE activity.
      </p>
      <p>This software is written in C#. It accepts an input of
a file containing data from a certain time interval. Every
line of this file contains data collected from a single sensor,
in particular, registration time (up to a microsecond),
sensor number, and the value of the parameter chosen
for processing, e.g., amplitude. The user can set up the
parameters required for their research. The software allows
to select the sensor whose data will be analyzed to
localize the process, indicate whether the analysis will
be performed with respect to the number of signals or
time, designate the calculation method for one of the four
statistical indicators (arithmetic mean, median, standard
deviation or b-value). The selection of the window size
adjusts the accuracy grade of data evaluation and resolves
the problems associated with the possible non-uniformity
of data distribution in the time domain.</p>
    </sec>
    <sec id="sec-4">
      <title>V. Experiments</title>
      <p>In this study we use the data collected during two
experiments designed to model the use of real-life
constructions with different load types. In the first experiment
(strength load) we have used steel-reinforced concrete
beam samples which were being bent according to a
3point scheme. The total volume of AE testing data we
have obtained is quite significant. Thus, in some figures
we have only plotted the data of sensor 2 (Fig. 1, 3, 5, 7,
10), and in others we have used the data of all four sensors
(Fig. 9, 8).</p>
      <p>In the second experiment (strength-thermal load), we
have monitored a large-sized object contained in a
cylindrical concrete construction. During the experiment, the
control object was uniformly heated to 400◦. The data
were being registered by ten sensors. Fig. 2, 4, 6, 11.</p>
    </sec>
    <sec id="sec-5">
      <title>VI. Processing methods</title>
      <p>The developed analysis system provides the ability to
average the processed parameter by calculating three
indicators: arithmetic mean, median, and standard deviation.
All of them are calculated with the use of the moving
window method. This method can be explained as follows:
the calculations are performed on same length sets of
consecutively registered data, which are shifted by one
value relatively to each other during consecutive scanning
of the entire measurement interval. The data set size
(moving window size) is determined by the user.</p>
    </sec>
    <sec id="sec-6">
      <title>A. Simple moving average Simple moving average (or arithmetic mean) is calculated as follows:</title>
      <p>n</p>
      <p>P xi(t)
σt = i=1
n
(1)
where t is the time interval; n is the smoothing interval;
xi(t) is the time series.</p>
      <p>Fig. 1 and 2 present the plots of the simple moving
average. The smaller the size of the window, the faster
the moving window method identifies the new trend, but
with that, the final plot contains more false vibrations.
If the size is too large, then the trend will be identified
slower, however, there will be fewer false vibrations as well.</p>
      <p>Hereinafter in this section, all plots are built with the
window size set to 100 signals, for time windows this size
is set to 100 milliseconds, used data slice the entire
duration of the experiment.</p>
      <p>Statistical median is the middle element of an ordered
sample. We use the following algorithm to determine the
median values: enumerate all values from 0 to N in an
ascending order, then the median values are the elements
indexed 0.5N and (0.5N+1) for an even N, and 0.5(N+1)
for an odd N. Fig. 3 and 4 display the plots of the medians.</p>
    </sec>
    <sec id="sec-7">
      <title>C. Standard deviation Standard deviation is calculated as follows:</title>
      <p>σ =
v n
u P (xi(t) − x(t))2
u
t i=1
n
(2)
where x(t) is the time series, x(t) is the arithmetic mean,
and n is the size of the moving window.</p>
      <p>A larger standard deviation value indicates a larger
scatter in the presented sample. A smaller value points
to set values being aggregated around the mean (Fig. 5 и
Fig. 6). Standard deviation can be calculated in a different
way if variance, which is equal to the radicand in formula
2, has been found previously.</p>
      <p>
        In the beam destruction experiment, the plots of the
simple moving average and the statistical median are
virtually the same. This is correct for both the time scale
of the entire experiment (Fig. 2 and 3) and smaller time
scales (Fig. 7). Our analysis has revealed that standard
deviation is the least significant parameter out of all three.
Although it is of theoretical interest, statistical median and
simple average have turned out to be more informative in
practice. These parameters help to trace the dynamics of
crack formation. According to the study [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], during static
loading of metal with a crack there is no increasing trend
in the time domain of AE signal amplitude, but there
are individual AE signals whose amplitude exceeds the
average by 45 dB. We observe a similar situation in the
beam loading experiment. This change of trend can be
observed on the resulting plots: in Fig. 7, which represents
the phase of active formation of main cracks, the averaged
amplitude values do not increase uniformly. Furthermore,
the increases of amplitude of certain signals are filtered
via the moving window method which allows to see the
whole picture of trend change.
      </p>
      <p>The selection of an optimal size of the moving window is
important. Our software allows the user to make this choice
empirically for the whole duration of the experiment, and
then change this value proportionally to the total number
of signals in a particular smaller data slice. For example,
in the beam experiment, one sensor has registered 1700
events. The clearest picture was obtained with the size
of the window L = 100 events. Thus, for the macrocrack
formation period that contains 305 events, L was set to
305*100/1700 ≈ 18 (Fig. 7). Sometimes, it is reasonable to
reduce the window size, for example, to avoid missing the
registration of relatively rare events such as macrocrack
formation.</p>
      <p>Consider Fig. 8. In this figure, arrows denote the
moments of crack formation that were registered directly
(visually) during the experiment. It is interesting that this
plot also contains similar decline peaks at different time
points. It is highly likely that those points correspond to
internal cracks in the structure that could not be identified
visually.</p>
      <p>
        It is possible to use the Gutenberg-Richter law (widely
applied in seismology [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]) to study the scaling of the
amplitude distribution of AE signals that appear during
crack formation. In AE terms, this formula can be written
as follows:
log10N = a–b ∗ AmaxdB
(3)
where AmaxdB is the maximum amplitude in the window
(in decibels), a is an empirical constant value set to
4.8, b is a value obtained from this equation and then
multiplied by 20 to be comparable to the value used in
seismology[
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. The b-value is used for identifying the
predominate destruction type and determining trends in
construction damage development.
      </p>
      <p>
        Fig. 9 provides an example of express analysis for
bvalue estimation for the experiment conducted by
nondestructive testing specialists during test destruction of
a reinforced concrete construction. In this analysis, the
angle of inclination of a line (which is build via the
least squares method) determines the b-value. Fig. 9, (a)
shows the amplitude distribution for the stage that directly
precedes the destruction of reinforcement metal; at this
stage, macrocracks have already formed, the main material
has unloaded, and microcracks were forming intensively on
the last loaded area in the vicinity of the reinforcement
metal. Fig. 9, (b) displays the data for the stage of main
macrocrack formation. The obtained results correspond
with the notions of b-value evolution associated with the
change of the predominant destruction type that were
presented in the following studies: [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ], [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ], [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ].
      </p>
      <p>We have implemented the ability to calculate the
bvalue in our software package. In some cases, it turns
out to be a more informative evaluation parameter for
crack formation dynamics than other statistical indicators.
For example, in experiments with thermal or composite
(strength-thermal) loading of a large-size reinforced
concrete structure, the change of b-value trends in regards
to the defect formation stage are more pronounced in
comparison to the experiments with strength loading of
small samples. Fig. 10 and Fig. 11 show the b-value plotted
by the system during analyzing the results of the strength
and thermal load experiments respectively.</p>
      <p>The resulting plots demonstrate the b-value fluctuating
in a significantly wider range for the second structure type.
However, its use is sufficiently informative for the objects
of the first type as well. It can be seen that destruction
processes of different intensity are being considered, which
is confirmed by the presented dependencies.</p>
      <p>
        Analyzing these kinds of dependencies allows AE
testing specialists and material scientists to obtain useful and,
sometimes, unexpected information on the behavior of
materials under the influence of different kinds of loads
[
        <xref ref-type="bibr" rid="ref18">18</xref>
        ].
software was tested on real experimental data.
      </p>
    </sec>
    <sec id="sec-8">
      <title>The correctness of the employed algorithms is confirmed by the obtained results matching the previously known facts on the development of defect formation.</title>
    </sec>
    <sec id="sec-9">
      <title>Employing this software package allowed the AE testing specialists to perform a more accurate and detailed analysis of data, which substantially increased the informativeness of testing.</title>
      <p>In this paper, we have presented elements of analysis
of data collected during both a laboratory experiment
of loading and destruction of reinforced concrete beams
and real-world testing of a large-size reinforced concrete
construction. The conditions of conducting the first type of
experiments have made it possible for us to observe certain
key phases of the sample destruction process and identify
them with the corresponding AE testing data. Software
algorithms have performed well in these experiments: the
type of obtained dependencies corresponds to the
realworld processes that occurred in control objects according
to the known facts about the mechanics of destruction of
this type of materials. Thus, the proposed algorithms were
tested successfully.</p>
      <p>During our research, we have corrected the moving
window size with respect to estimating the maximum
informativeness of this parameter during the destruction
stage. The resulting estimates are employed for the moving
window method in the developed software for both the
described experiment and other situations in which crack
formation (deformation or other internal destruction)
processes are obscured and occur inside of the object. In this
kind of experiments, the value of such analysis increases
due to the inability to visually observe material structure
degradation processes and having to resort to evaluating
them by indirect indicators.</p>
      <p>The second kind of structure that was considered in this
study is an object of this type. The results of additional
examination of material structure via destructive methods
confirmed the correctness of conclusions that were made
during the AE testing with the use of our software.</p>
      <p>
        The software of existing AE systems is generally limited
to a set of standard plots used for a formal representation
of testing results. It usually lacks advanced tools of data
analysis. This is typical even for the most modern AE
testing systems, such as AMSY-5 (developed in Germany)
[
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], which was employed during the discussed experiments.
      </p>
      <p>X.</p>
      <p>Conclusion</p>
      <p>In this work we have developed a software package
intended for analyzing acoustic emission testing data.
We have shown that it can be successfully employed for
both laboratory experiments and large-size construction
testing. We should note that this kind of analysis requires
determining the optimal size of the moving window. All
of the required estimates of this value for the arithmetic
mean, median and standard deviation were obtained.
Using these estimates, we have performed the calculations
on data of impulse responses of acoustic signals. The final
results indicate the efficiency of the suggested moving
averaging methods in the task of analyzing acoustic emission
testing data and the practicability of using the considered
software.</p>
      <p>In our further research we plan to perform the analysis
of data obtained in experiments with composite loads and
then generalize the results.</p>
      <p>The development of methods for detecting signals
associated with defect growth with the use of information
theory methods could be a fruitful area for further work
as well.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Lyubushin</surname>
            <given-names>A.A.</given-names>
          </string-name>
          <article-title>Analiz dannykh sistem geofizicheskogo i ekologicheskogo monitoringa</article-title>
          . Moscow, Izd: Nauka (
          <year>2007</year>
          ). (In Russian)
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Oglezneva</surname>
            <given-names>L. A.</given-names>
          </string-name>
          <string-name>
            <surname>Sravnitel</surname>
          </string-name>
          <article-title>'nye kharakteristiki akustikoemissionnykh sistem</article-title>
          .
          <source>Vestnik nauki Sibiri - Siberian Journal of Science</source>
          (
          <year>2011</year>
          )
          <article-title>(In Russian)</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Metodika</surname>
          </string-name>
          akustiko
          <article-title>-emissionnogo kontrolya s ispol'zovaniem AE sistemy AMSY-5 firmy Vallen-Systeme GmbH</article-title>
          . Russia,
          <string-name>
            <surname>Volgograd</surname>
          </string-name>
          (
          <year>2010</year>
          ). (In Russian)
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Zotov</surname>
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rastegaev</surname>
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gomera</surname>
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sokolov</surname>
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fedorov</surname>
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Smirnov</surname>
            <given-names>A</given-names>
          </string-name>
          .
          <article-title>The Detection of Different Stages of the Delaminating in the Pressure Vessels by the Ultrasonic and Acoustic Emission Technique</article-title>
          .
          <source>19th World Conference on Non-Destructive Testing (WCNDT)</source>
          ,
          <fpage>13</fpage>
          -
          <lpage>17</lpage>
          June 2016, Munich, Germany, Book of Abstracts, p.
          <fpage>209</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Nefedyev</surname>
            ,
            <given-names>E. J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gomera</surname>
            ,
            <given-names>V. P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Smirnov</surname>
            ,
            <given-names>A. D.</given-names>
          </string-name>
          (
          <year>2016</year>
          ).
          <article-title>Use of the Capabilities of Acoustic-Emission Technique for Diagnostics of Separate Heat Exchanger Elements</article-title>
          . In Advances in Mechanical Engineering (pp.
          <fpage>183</fpage>
          -
          <lpage>194</lpage>
          ). Springer, Cham.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Rastegaev</surname>
            <given-names>I. A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chugunov</surname>
            <given-names>A. V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vinogradov</surname>
            <given-names>A. Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Merson</surname>
            <given-names>D. L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Danyuk</surname>
            <given-names>A. V.</given-names>
          </string-name>
          <article-title>The specific features of acoustic-emission testing of vessel equipment with a wall delamination of a technological origin</article-title>
          .
          <source>Russian Journal of Nondestructive Testing</source>
          ,
          <volume>51</volume>
          (
          <issue>5</issue>
          ),
          <year>2015</year>
          , pp.
          <fpage>280</fpage>
          -
          <lpage>291</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Anantchenko</surname>
            <given-names>I. V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Musaev</surname>
            <given-names>A. A.</given-names>
          </string-name>
          <article-title>Programma dlya torgovli na rynke Foreks na osnove skol'zyashchikh srednikh</article-title>
          .
          <source>Vektory razvitiya sovremennoy nauki</source>
          (
          <year>2014</year>
          ), pp.
          <fpage>14</fpage>
          -
          <lpage>18</lpage>
          . (In Russian)
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Bagretsov</surname>
            <given-names>G.I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shindarev</surname>
            <given-names>N.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Abramov</surname>
            <given-names>M.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tulupyeva</surname>
            <given-names>T.V.</given-names>
          </string-name>
          <article-title>Approaches to development of models for text analysis of information in social network profiles in order to evaluate user's vulnerabilities profile // Soft Computing and Measurements (SCM</article-title>
          ),
          <source>2017 XX IEEE International Conference on. - IEEE</source>
          ,
          <year>2017</year>
          . - P.
          <fpage>93</fpage>
          -
          <lpage>95</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Nefed</surname>
            <given-names>'yev E. Yu.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Smirnov</surname>
            <given-names>A. D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gomera</surname>
            <given-names>V. P.</given-names>
          </string-name>
          <article-title>Razrabotka metodicheskikh priemov dlya povysheniya effektivnosti AE kontrolya teploobmennikov</article-title>
          .
          <source>Modern Mechanical Engineering: Science and Education</source>
          ,
          <volume>4</volume>
          (
          <year>2014</year>
          ), pp.
          <fpage>408</fpage>
          -
          <lpage>418</lpage>
          . (In Russian)
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Tikhonova</surname>
            <given-names>O.A.</given-names>
          </string-name>
          <string-name>
            <surname>Sravnitel</surname>
          </string-name>
          <article-title>'nyy analiz razlichnykh algoritmov skol'zyashchego usredneniya s ispol'zovaniem kriteriya minimal'nogo srednego kvadrata oshibok</article-title>
          .
          <source>DonNTU</source>
          (
          <year>2008</year>
          ). (In Russian)
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11] NDT Recource Center: https://www.nde-ed.
          <source>org (accessed 17.04</source>
          .
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>Vrije</given-names>
            <surname>Universiteit</surname>
          </string-name>
          <article-title>Brussel: Damage testing, prevention and detection in aeronautics</article-title>
          , chapter
          <volume>10</volume>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Golaski</surname>
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gebski</surname>
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ono K</surname>
          </string-name>
          .
          <article-title>- Diagnostics of Reinforced Concrete Structures by Acoustic Emission -</article-title>
          25th
          <source>European Conference on Acoustic Emission Testing</source>
          , Prague, Czech Republic,
          <year>2002</year>
          , pp.
          <source>I/207-I/215.</source>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Colombo</surname>
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Main</surname>
            <given-names>I.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Forde M.C.</surname>
          </string-name>
          <article-title>Acoustic emission for bridges: experiments on reinforced concrete beams</article-title>
          .
          <source>25th European Conference on Acoustic Emission Testing</source>
          , Prague, Czech Republic,
          <year>2002</year>
          pp.
          <source>I/127-I/134</source>
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Calabrese</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Campanella</surname>
          </string-name>
          , and
          <string-name>
            <given-names>E.</given-names>
            <surname>Proverbio</surname>
          </string-name>
          .
          <article-title>"Use of cluster analysis of acoustic emission signals in evaluating damage severity in concrete structures</article-title>
          .
          <source>" Journal of Acoustic Emission</source>
          <volume>28</volume>
          (
          <year>2010</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>Carpinteri</surname>
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lacidogna</surname>
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pugno</surname>
            <given-names>N.</given-names>
          </string-name>
          <article-title>Time scale effects on acoustic emission due to elastic waves propagation in monitored cracking structures</article-title>
          .
          <source>Physical Mesomechanics</source>
          ,
          <volume>5</volume>
          ,
          <year>2005</year>
          . pp.
          <fpage>85</fpage>
          -
          <lpage>89</lpage>
          . (In Russian)
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Carpinteri</surname>
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lacidogna</surname>
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Puzzi S</surname>
          </string-name>
          .
          <article-title>Prediction of cracking evolution in full scale structures by the b-value analysis and Yule statistics</article-title>
          .
          <source>Politechnico di Torino</source>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Nefedyev</surname>
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Yu</surname>
          </string-name>
          .
          <article-title>Ispol'zovanie metoda akusticheskoy emissii s primeneniem spektral'nogo analiza signalov dlya opredeleniya parametrov techi v truboprovodakh ITER</article-title>
          .
          <source>Modern Mechanical Engineering: Science and Education</source>
          ,
          <volume>3</volume>
          (
          <year>2013</year>
          ), pp.
          <fpage>347</fpage>
          -
          <lpage>355</lpage>
          . (In Russian)
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>