<!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>The Algorithm of Mathematical Modeling of Digital Stream of Television Broadcasting Taking into Account Systemic Relationships</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Aleksei V. Voronin</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Institute of Informatics Problems, Federal Research Center 'Computer Science and Control' of the Russian Academy of Sciences</institution>
          ,
          <addr-line>Moscow</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2019</year>
      </pub-date>
      <fpage>16</fpage>
      <lpage>19</lpage>
      <abstract>
        <p>Data analysis in digital streams of television broadcasting at the modern stage of metadata development does not meet the requirements for their structuring in modern information systems (television, geoinformation and telecommunications). One of the main requirements is the relevance of meta and geodata to be analyzed. Keeping data up to date is a nontrivial task. Currently, to keep meta and geodata up to date, they are regularly and periodically updated using statistical methods for processing and analyzing data. The statistical models of bit sequences used in this case do not allow to take into account the qualitative change that occurred at the present stage of development of information and communication systems, namely the presence and increase in the volume of transmission of control information in digital streams transmitted by information systems. The article is devoted to the modeling of data transmitted in digital streams of television broadcasting.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>The global market of information and communication equipment requires substantial upgrading. This is due to
advances in scientific and technological progress. A variety of systems, topologies for building networks that form the
diversity of the information communication world. The resistance of various devices (networks) is provided through
standardized interface converters of various levels of the reference model of open systems interaction.</p>
      <p>
        Analysis of data circulating in digital streams (DS) at the current stage of metadata development allows us to draw
the following conclusion. The requirements imposed by the standards for their structuring in television,
geoinformation, telecommunications, do not correspond to relevance. Currently, to keep meta and geodata up to date,
they are regularly and periodically updated using statistical processing and analysis methods [
        <xref ref-type="bibr" rid="ref1 ref2 ref3 ref4 ref5">1–5</xref>
        ]. The statistical
models of bit sequences used in this case do not allow to take into account the qualitative change that occurred at the
present stage of development of information and communication systems [
        <xref ref-type="bibr" rid="ref10 ref6 ref7 ref8 ref9">6–10</xref>
        ]. These include the presence and
increase in the volume of transmission of control information in the digital streams of information systems.
      </p>
      <p>Purpose of the study. Development of an algorithm for mathematical modeling of a digital stream on the example
of television broadcasting. The system relationships of the composition of control and data planes are taken into
account.</p>
      <p>Solved problems.
1. Analysis of digital streams generated in accordance with ISO/IEC 13818 and ETSI 300468 standards.
2. Development (synthesis) of an algorithm for mathematical modeling of a digital stream of television
broadcasting, taking into account the systemic links of the composition of control and data.
1. Data piping. The essence consists in placing the data directly in the load area of the MPEG-2 packet. There is no
time information in the packet header. The transfer takes place only in asynchronous mode.</p>
      <p>2. Data streaming. The data is placed directly in the useful part of the program stream. Transfer is carried out in an
asynchronous, synchronous or synchronized modes. In the header of a packet, the corresponding mode of operation
information is transmitted (reference to the system clock).</p>
      <p>3. Multiprotocol encapsulation. Data generated by other protocols (for example, IP) are placed in sections of
MPEG-2 packets. This process is managed by a special DSM-CC transport protocol.</p>
      <p>Consider streaming based on MPEG-2 packets. Compressed using audio or video codec data is placed in a
container. Packages containing data of the same type (for example, audio) form a elementary stream (ES) of data (for
example, an elementary stream of audio data). Elementary streams that have a common clock synchronization (for
example, one program), form a program stream (PS) data.</p>
      <p>MPEG-2 packets of the elementary stream have a fixed length of 188 bytes. Four bytes are allocated to the header
and 184 bytes to the data. This can be video or audio data, user data. The packet size is chosen for compatibility with
the widely used asynchronous ATM data transfer standard used in communication networks.</p>
      <p>The MPEG-2 packet header structure is presented in Table 1.</p>
      <p>The analysis of the fields is considered on the example of a fragment of the MPEG-2 packet (Table 2). The byte
values are given in hex and binary systems, the numbering of bytes begins with the sync byte of the MPEG-2 packet.
The MPEG-2 transport packet header contains:
– sync byte – a field with a length of 8 bits (zero byte in Table 2), the value of which is 0x47;
– transport error indicator – a field with a length of 1 bit (the first bit of the first byte in Table 2), “1” is an error in
the packet;</p>
      <p>– payload unit start indicator (PLUSI) – a field with a length of 1 bit (the second bit of the first byte in Table 2) for
the implementation of the data fragmentation mechanism ("1" – in the package, the beginning of the section);
– transport priority – a field with a length of 1 bit (the third bit of the first byte in Table 2), “1” – packet priority;
– packet identifier – PID – a 13-bit field (five bits of the first byte and the second byte in Table 2) for identifying
data of the same type;</p>
      <p>– transport scrambling control – a field with a length of 2 bits (the first debit of the third byte in Table 2) to
indicate the scrambling of the load;</p>
      <p>– adaptation field control – a field with a length of 2 bits (the second flow rate of the third byte in Table 2) to
indicate the presence of an adaptation field;</p>
      <p>– continuity counter – a field of 4 bits in length, the value of which is increased by one in packets with the same
program identifier.</p>
      <p>If an adaptation field identifier in the MPEG-2 packet header indicates that it is in the data field, then the
adaptation field itself occupies a part or area of useful data. It also serves to input control and auxiliary signals
transmitted in a packet (for example, synchronization signals).</p>
      <p>A program flow is formed by multiplexing one or several elementary streams with a common time base and
individual identifiers (PID). A television program forms a program stream consisting of elementary video, audio, and
synchrotact streams.</p>
      <p>At the stage of formation of a transport stream (TS), program streams are combined by the method of
asynchronous batch multiplexing into a single transport stream. The TS can be built directly from elementary streams
or other TSs while maintaining the general syntax rules of the MPEG-2 transport packets. Such a hierarchical
structure provides greater flexibility in the construction of broadcasting systems. For example, you can declare one
elementary stream belonging to more than one program and organize several virtual streams.</p>
      <p>In addition to video, audio, user data and synchrotacts, PSI (Program Specific Information) tables are entered into
the stream (ISO/IEC 13818).</p>
      <p>Each thematic table forms the elementary stream of the corresponding control data. For their unambiguous
identification, the standard regulates the system of identifiers: PID, Table id.</p>
      <p>
        In addition, the transport stream of digital broadcasting in relation to the program stream represents a higher level
of data organization [
        <xref ref-type="bibr" rid="ref10 ref9">9, 10</xref>
        ]. One transport stream carries several programs that are not connected by a single time
base, implementing an asynchronous data transfer method. The ETSI 300468 standard regulates the structure of the
DVB transport stream, which is formed as a multiplex of program streams (audio, video, sync data, PSI) and Service
Information (SI).
      </p>
      <p>
        Service information [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] is intended to automate the process of managing user terminals and informing consumers
about services. SI describes the composition and parameters of the network (a set of TSs transmitted in a single
delivery system), services (a set of ESs belonging to one program and having a common time base), bouquets of
programs (a set of services offered to the subscriber as a single product) and events (group of ESs belonging to the
same service and having a certain start and end time).
      </p>
      <p>The service information is broadcast in the form of thematic tables consisting of sections, is transmitted to the load
field of MPEG packets. The size of the sections does not exceed 1024 bytes. Table sections consist of a header, the
actual data (control information) and the CRC.</p>
      <p>The analysis of digital streams (ISO/IEC 13818, ETSI 300468) allows us to conclude about the current trend of
structuring DS. At the same time, along with data, control information is entered into the stream at all levels of the
reference model of open systems interaction (for example, MPEG-2 packet headers, program specific and service
information). We use these results to develop an algorithm for mathematical modeling of a digital stream of television
broadcasting.</p>
      <p>
        The current trend in the development of the telecommunications world is an increase in the volume of transmitted
data (control, payload) and the standardization of services offered to consumers [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. The stream formed according to
the standard of digital television broadcasting contains information and control data [
        <xref ref-type="bibr" rid="ref10 ref8 ref9">8–10</xref>
        ].
      </p>
      <p>
        The telegeoinformatics [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] deals with the control data, which gives answers to the questions of building and
maintaining information and communication systems in space. Networks at the same time have a developed topology.
Circulating data streams have a multiplex structure reflecting the system communications and patterns of composition
of control and data at all levels of the reference model of open systems interaction (Fig. 1) [
        <xref ref-type="bibr" rid="ref12 ref2 ref3 ref4">2–4, 12</xref>
        ].
      </p>
      <p>Control information - data containing characteristics parameters, commands and control tables at all levels of the
reference model of open systems interaction, ensuring the transfer of user data and the functioning of the system as a
whole.</p>
      <p>Currently, the following traffic patterns are known that are used in advanced planning, performance forecasting,
regulation and organization of traffic management of information and communication systems.</p>
      <p>1. Model elastic traffic. Able to take into account changes in the flow rate in accordance with changes in network
bandwidth (e-mail, file transfer, network news, interactive applications).</p>
      <p>2. Model of inelastic traffic. Not able to take into account changes in the flow rate (multimedia applications, audio,
and video).</p>
      <p>3. The first group of statistical models of traffic. Traffic is defined as a probabilistic discrete-time process with the
missing autocorrelation function (Poisson and Bernoulli processes).</p>
      <p>Mathematical Modeling in Physics and Technology
______________________________________________________________________________________
4. The second group of statistical models of traffic. The traffic is defined as a probabilistic process of discrete time
by introducing a dependence into a random sequence – the presence of an autocorrelation function (Markov model).</p>
      <p>5. Model traffic in the form of fluid flow. Characterized by flow rate and traffic capacity. Requires significant
computational resources when modeling.</p>
      <p>6. Autoregressive traffic model. Describes traffic by a linear autoregressive function.</p>
      <p>7. Model of video traffic. Represents a data stream as a result of a combination of actions of heterogeneous
processes, which are described by various functions and expressions.</p>
      <p>None of these models take into account the current trend in the development of the telecommunications world,
which consists in increasing the share of control information in digital streams.</p>
      <p>Based on the foregoing, the digital streams of television broadcasting are described by the expression (1)

= ∑
 =1   + ∑

 =1   ,
where DS – digital stream of broadcasting;</p>
      <p>ES – elementary streams;
N – the number of elementary traffic data streams in the DS;
K – the number of elementary control information streams in the DS.</p>
      <p>The expression allows to take into account the proportion of traffic data and control data transmitted at all levels of
the reference model of interaction between open systems. Describes a digital stream of television broadcasting as the
sum of elementary streams, which contain both traffic data and control information.</p>
      <p>Each ES contains data and control information of the appropriate level of the reference model of open systems
interaction
   = ∑ =1   + ∑ℎ=1  ℎ,</p>
      <p>where data (D) is analyzed at the j-level of the reference model of interaction of open systems;</p>
      <p>L – the number of control information protocols at the j-level reference model of the interaction of open systems;
H – the number of protocols with data at the j-level of the reference model of interaction of open systems.
Using expressions (2) and (1), we obtain an expression describing the digital stream of television broadcasting:

= ∑

 =1(∑
 =1(∑
 =1   + ∑ℎ=1  ℎ) + ∑
 =1   ) ,
where J – the number of levels of the reference model of interaction of open systems.</p>
      <p>Model concretization taking into account the intensity of following byte-multiples of user and control data:
where  – the intensity of data following;
d – data size in bytes;
 – information speed of data broadcasting;
V – the volume of data;
t – time.</p>
      <p>The developed model allows you to systematize and update knowledge about the data transmitted to the DS for
information and communication systems. Based on the obtained (synthesized) expressions, the adequacy of the
developed mathematical model of the digital stream of television broadcasting was tested. The check was carried out
taking into account the system relationships of the composition of the control and data according to the completeness
criterion (volume correspondence) of the transmitted control information and user data in the simulated DSs and real
ones.</p>
      <p>
        The following data was used as the initial data in the modeling of traffic flows:
– the intensity of the following and the size of the control data (ISO/IEC 13818 and ETSI EN 300486) [
        <xref ref-type="bibr" rid="ref8 ref9">8, 9</xref>
        ];
– information speed of broadcasting data of real digital streams of television broadcasting up to  = 40 Mbit/s with
a volume of samples of realizations up to V = 300 Mbyte and observation time t = 1 min.
      </p>
      <p>
        The calculations can be used by Hybrid high-performance computing cluster of Federal Research Center
‘Computer Science and Control’ of the Russian Academy of Sciences [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ].
      </p>
      <p>
        The results of checking the adequacy of the developed model are presented in Table 3.
broadcasting, taking into account systemic relationships of the composition of control and data. The algorithm is
the use of container capacity for the transfer of payload [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ].
      </p>
      <p>Thus, the accounting control data entered into the digital stream at the present stage of development of information
and communication systems, has allowed to develop an algorithm for mathematical modeling of the digital stream of
television broadcasting. The algorithm not only takes into account the composition of the control and data, but also
provides adequate reflection (simulation) of real DSs. The results are based on the analysis of digital television
broadcast streams and the synthesis of mathematical expressions (1)-(4). The expressions form an algorithm for
mathematical modeling of the digital stream of television broadcasting, taking into account the systemic links
between the composition of control and data.
4</p>
    </sec>
    <sec id="sec-2">
      <title>Conclusion</title>
      <p>The global market of information and communication equipment is undergoing significant modernization.
Infocommunication networks are diverse in topology, content, implemented functions. The interfacing of devices and
networks is provided through standardized interface converters with circulating data. The analysis of data in digital
streams allows us to conclude that statistical models of bit sequences do not allow to take into account the qualitative
change that occurred at the present stage of development of information and communication systems. The trend is to
increase the amount of transmission of control information in the digital streams of information systems. The digital
stream is formed from elementary traffic and control data streams transmitted at all levels of the reference model of
interaction of open systems.</p>
      <p>Accounting control data entered into the digital stream at the present stage of development, allows you to
synthesize the DS model of television broadcasting. Mathematically, the model is defined by expressions (1)-(4) and
takes into account the systemic relationships of the composition of control and data. The adequacy of the proposed
model is confirmed by a full-scale experiment of matching the volumes of transmitted control information and user
data in simulated and real digital streams. Adequacy was 0.98 (ISO/IEC 13818) and 0.95 (ETSI EN 300486).</p>
      <p>Expressions (1)-(4) are the basis of the algorithm for mathematical modeling of the digital stream of television
broadcasting, which is designed to study digital streams by definition control information, calculate the efficiency of
using the capacity of the container for the transfer of payload.</p>
      <p>The results indicate the solution of the tasks of analyzing digital streams (ISO/IEC 13818, ETSI EN 300486) and
synthesizing the algorithm of mathematical modeling of the DS. Purpose – the development of an algorithm for
mathematical modeling of a digital stream on the example of television broadcasting – has been achieved.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1. Ventcel`, Е.S.:
          <article-title>Teoriya veroyatnosteiy i eiyo invenernye priloveniya [Probability theory and its engineering applications]: Posobie dlya vusov/Е</article-title>
          .S. Ventcel`,
          <string-name>
            <given-names>L.А.</given-names>
            <surname>Оvcharov</surname>
          </string-name>
          . - 2
          <string-name>
            <surname>-е izd</surname>
          </string-name>
          .
          <source>- М.: Vysshaya shkola [High school]</source>
          ,
          <volume>480</volume>
          (
          <year>2000</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Kormen</surname>
          </string-name>
          , Thomas H.,
          <string-name>
            <surname>Leizerson</surname>
            , Charl'
            <given-names>z I.</given-names>
          </string-name>
          , Rivest, Ronald L.,
          <string-name>
            <surname>Shtajn</surname>
          </string-name>
          ,
          <source>Clifford: Algoritmy: postroenie i analiz [Algorithms: construction and analysis]</source>
          , 2-e izdanie.: Per. s angl. - M.:
          <article-title>Izdatel'skij dom «Vil'yams» [2nd edition</article-title>
          .: Trans. with
          <string-name>
            <surname>English</surname>
          </string-name>
          . - M.: Publishing house «Williams»], 1296 with ill (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Ajvazyan</surname>
            ,
            <given-names>S.A.</given-names>
          </string-name>
          <string-name>
            <surname>Mhitaryan</surname>
            ,
            <given-names>V.S.:</given-names>
          </string-name>
          <article-title>Prikladnaya statistika. Osnovy ehkonometriki : Teoriya veroyatnostej i prikladnaya statistika</article-title>
          .
          <source>[Applied statistics. Fundamentals of Econometrics: Theory of Probability</source>
          and Applied Statistics].
          <article-title>Uchebnik dlya vuzov: [Textbook for high schools] V 2 t. 2-e izd</article-title>
          .
          <source>T. 1</source>
          .
          <string-name>
            <surname>- M.: YUNITI</surname>
            <given-names>DANA</given-names>
          </string-name>
          ,
          <volume>656</volume>
          (
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Zagorujko</surname>
            ,
            <given-names>N.G.</given-names>
          </string-name>
          :
          <article-title>Prikladnye metody analiza dannyh i znanij [Applied methods of data and knowledge analysis]. - Novosibirsk: Izdatel'stvo instituta matematiki [Publishing house of the Institute</article-title>
          of Mathematics],
          <volume>269</volume>
          (
          <year>1999</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Coupland</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Microserfs</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Can</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kazemzadeh</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bar</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Narayanan</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Sistema analiza nastroeniiy v twittere v real`nom vremeni v 2012 godu v SCHA. V sluchaniyah ACL [A system for real-time twitter sentiment analysis of 2012 us presidential election cycle</article-title>
          .
          <source>In Proceedings of the ACL]. Sistemnyye demonstratsii [System Demonstrations]</source>
          ,
          <fpage>115</fpage>
          -
          <lpage>120</lpage>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Voronin</surname>
            ,
            <given-names>A.V.</given-names>
          </string-name>
          :
          <article-title>Cifrovoe televizionnoe i radioveshchanie: monografiya [Digital television and radio broadcasting: monograph]. V 3 ch</article-title>
          . Ch.
          <article-title>1. Cifrovoe televizionnoe veshchanie [Digital television broadcasting]/</article-title>
          <string-name>
            <given-names>A.V.</given-names>
            <surname>Voronin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.N.</given-names>
            <surname>Ivanov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.M.</given-names>
            <surname>Somov</surname>
          </string-name>
          .
          <article-title>Pod redakciej dtn, professora</article-title>
          <string-name>
            <surname>A.M.</surname>
          </string-name>
          <article-title>Somova [Under the editorship of Professor A.M. Somov</article-title>
          ,
          <source>PhD in Technical Sciences]</source>
          . - Moskva: Goryachaya liniya-Telekom [Moscow: Hot line-Telecom],
          <volume>255</volume>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Hassan</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <article-title>Karimi: Telegeoinformatika: vychisleniya i servisy dlya ukazaniya tekushchego mestopolozheniya [Telegeoinformatics : Location-Based Computing</article-title>
          and Services]/Hassan A.
          <string-name>
            <surname>Karimi</surname>
          </string-name>
          . - USA: CRC Press LLC,
          <volume>377</volume>
          (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8. ISO/IEC 13818-
          <article-title>1: Kodirovanie dinamicheskih izobrazhenij i zvukovoj informacii [Encoding of dynamic images and sound information]</article-title>
          .
          <source>- Zheneva: ISO</source>
          ,
          <volume>274</volume>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9. ETSI EN 300 468:
          <article-title>Cifrovoe televizionnoe veshchanie: servisnaya informaciya v sistemah cifrovogo televizionnogo veshchaniya [Digital television broadcasting: service information in digital television broadcasting systems]</article-title>
          . - France: ETSI,
          <volume>111</volume>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10. ETSI EN 301 790:
          <article-title>Cifrovoe televizionnoe veshchanie (DVB): interaktivnyj kanal dlya sputnikovyh sistem dostavki [Digital television broadcasting (DVB): an interactive channel for satellite delivery systems]</article-title>
          . - France: ETSI,
          <volume>117</volume>
          (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <source>ETSI EN 302 307 v1.1</source>
          .1:
          <article-title>Cifrovoe televizionnoe veshchanie (DVB-S2): kadrovaya struktura, kanal'noe kodirovanie, modulyaciya, interaktivnyj servis [Digital television broadcasting (DVB-S2): frame structure, channel coding, modulation</article-title>
          , interactive service]. - France: ETSI,
          <volume>74</volume>
          (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Voronin</surname>
            ,
            <given-names>A.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ivanov</surname>
            ,
            <given-names>V.N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Usovik</surname>
            ,
            <given-names>S.V.</given-names>
          </string-name>
          :
          <article-title>Ustrojstvo analiza setevogo trafika. Patent na poleznuyu model' [Network traffic analysis device</article-title>
          .
          <source>Patent for utility model] № 94785 ot 27.05</source>
          .
          <year>2010</year>
          ,
          <volume>12</volume>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13. Federal Research Center '
          <article-title>Computer Science and Control' of the Russian Academy of Sciences</article-title>
          . Availableat: http://hhpcc.frccsc.
          <source>ru (accessed</source>
          <volume>09</volume>
          /12/2018)
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Zatsarinny</surname>
            ,
            <given-names>A.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gorshenin</surname>
            ,
            <given-names>A.K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Volovich</surname>
            ,
            <given-names>K.I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kondrashev</surname>
            ,
            <given-names>V.A.</given-names>
          </string-name>
          :
          <article-title>Osnovnyye napravleniya razvitiya informatsionnykh tekhnologiy v usloviyakh vyzovov tsifrovoy ekonomiki [The main directions of development of information technology in the face of challenges of the digital economy]. - Tsifrovaya obrabotka signalov</article-title>
          , no 1
          <issue>, 3</issue>
          -
          <fpage>7</fpage>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>