You are on page 1of 4

Development of a Hydroacoustic Modem as a

Research Project of the Department of Marine


Electronics (SMTU)
Mihail Kurochkin, Natalia Markovkina1
Department of Marine Electronics
St. Petersburg State Marine Technical University
Saint-Petersburg, Russia
1
ktuschool901@gmail.com

Abstract— The development of a hydroacoustic modem as an minus - enemy intelligence could find the key to the code. It
educational project is considered. The structure of the modem was noted that low-frequency radio waves (3-30 kHz) penetrate
and the implemented principles of coding and modulation are into seawater to a depth of 20 meters. There was an idea to take
described. The paper presents a model of sonar communication. advantage of this without a full surfacing of the boat. Being
The system consists of several key blocks and implements underwater at a fairly large depth, the crew released a beacon
Modulation by the Quadratic Amplitude Method (QAM). from the boat. It floated higher, but did not reach the surface
about 15-18 meters. Thus, the boat remained invisible in the
Keywords— sonar modem; QAM; FFT; AUV
water column, but could have low frequency radio
I. INTRODUCTION communications. But this method also became unsuitable over
time. Technically, the boat with the buoy launched should have
For a long time, there was no problem with communication been at a strictly specified depth so that the buoy does not leave
with submarines – they used conventional radio the 20-meter upper water column. And this forced to reduce
communications. The boats themselves almost did not fall underwater speed.
under water, since they could only do this if they met with
enemy ships. But under water, they significantly lost speed. In Extremely low frequencies (3–300 Hz) make it possible for
addition, it was easier for a short time to go under water to signals to penetrate into sea water at very great depths (of the
swim under the ships. order of several hundred meters). It would seem that the ideal
method for underwater communication was found. But its
However, as the submarine fleet developed, more and more peculiarity is that at such frequencies very large antennas are
was required to be under water. With the advent of nuclear needed - with a length of more than three thousand meters!
submarines, the communication problem became especially There is no mistake. It is with such dimensions that it is
acute. After all, these boats could have secretly been under possible to apply a signal from the antenna at ultra-low
water for months. Surfacing for a communication session frequencies. As a way out of the situation, it was proposed to
threatened detection by the enemy – both by the source of the use drilled wells on land with metal conductors of this length.
radio signal, and by photo from aircraft and satellites. It was To supply a signal to such huge antennas, separately operating
necessary to radically improve communications. So that the powerful power plants were required. Transmitters with
connection is reliable and at the same time does not allow you grandiose antennas appeared only in the USSR, USA and in
to easily detect yourself under water. Scientists and military India. But they are ineffective, because the transmission speed
experts took up the matter. Several methods have been is extremely low (one or two characters per minute). It is clear
proposed for communicating without the need for ascent [1]. that on submarines it is possible to have only a receiver at such
We will touch only on those moments that are in free sources frequencies. Therefore, there can be no talk of two-way
of information, that is, they are not classified. More precisely, communication. You can only transfer something very short
their principles are available for discussion by civilians, from land over a very long time. For example, a requirement to
although detailed information is not found. pop up for communication in other ways.
First, let's talk about a simpler and relatively cheap acoustic Currently, in an underwater environment, information is
communication method. He appeared almost simultaneously transmitted using acoustic waves. The relevance of creating a
both in the USA and in the Soviet Union. The essence of the reliable system for transmitting information in an underwater
method is that a special cable was laid along the bottom of the environment using acoustic waves is due to the rapid
sea in an area that was "controlled" by submarines. In an development of research into the depths of the oceans using
aquatic environment, sound travels quite far. Being relatively autonomous uninhabited underwater vehicles (AUVs). To
far from the cable, the boat crew could, nevertheless, have control underwater vehicles, it is necessary to organize a
reliable communication with their base with the help of wireless communication line under water, for example,
advanced sensitive hydrophones. Coded messages had only one between a surface vessel and AUV. For operational control of

377 978-1-7281-5761-0/20/$31.00 ©2020 IEEE

Authorized licensed use limited to: Monash University. Downloaded on August 29,2020 at 01:35:28 UTC from IEEE Xplore. Restrictions apply.
AUV [1] and telemetry transmission, a channel of information III. DESCRIPTION OF THE USED METHOD OF MODULATION
transmission of at least several Kb / s is required. For our device, we chose a model that implements
Distortion of the received signal is one of the main modulation by the method of Quadratic Amplitudes.
problems of hydroacoustic communication systems. One of the Quadratic Amplitude Modulation is a technology for
ways to reduce the influence of received signal distortions on transmitting a digital information stream in the form of an
the quality of demodulation is the development of algorithmic analog signal. This is achieved by dividing the carrier wave
support for digital synthesis of signals in a transmitter and their into two carriers of the same frequency shifted by 90° relative
digital processing in a receiver [2]. to each other, each of which is modulated by one of two or
II. DESCRIPTION OF THE STRUCTURE OF THE HARDWARE PART more discrete amplitude levels [3]. The combination of all
OF THE DEVELOPED MODEM
amplitude levels on these two carriers is a binary bitmap [4].
The modem developed by us implies the presence of a
receiver and a radiator (Fig. 1). Communication between these
two modules is carried out in half duplex mode at a frequency
of 25 kHz. Downstream data is transmitted from the emitter to
the receiver, this stream is the main and high-speed. Upstream
is used for control [2].

Fig. 3. The canstellation diagram displaying the I / Q vector. The trajectory


of the vector, describing the curve in time, passes through points 10, 01, 10, 00
Fig. 1. The hardware of the sonar modem
QPSK - (QuadraturePhaseShiftKeying - Quadratic Phase
The block diagram (Fig. 2) is divided into two channels. Shift Encoding) is the simplest form of QAM encoding (also
known as 4-QAM). QPSK uses two carriers of the same
frequency, shifted by 90 °, and two possible amplitude levels.
One amplitude level corresponds to 0, the other - 1 (see Fig. 1).
The advantage of high numbers in the QAM designation is
the increased data rate. The larger the order, the greater the
number of bits of information that can be transmitted in a
single cycle. However, on the other hand, in this case, a larger
number of signal amplitude levels are located close to each
other, thereby increasing the probability of the
indistinguishability of the two levels, and as a result -
increasing the sensitivity of the system to noise. Thus, high
QAM numbers are more demanding on the CNR (Carrier
Noise Ratio) ratio. Figure 3 shows the ratio of the CNR
parameter to the parameter - BER (Bit Error Rate - Bit / Error
Ratio).
BER, NPR, FEC, MER, BER (Bit Error Rate) is a count of
incorrectly received bits of information, that is, the number of
Fig. 2. Block diagram erroneously received bits divided by the total number of
transmitted bits. It can be expressed in dB, but it is usually
The physical layer describes a method for transmitting bits expressed in order with base 10. For example, 10-9 means that
through the physical medium of communication lines. The data one erroneous bit was received when receiving an information
transfer layer is designed to transmit data flow to nodes, detect stream of 1 billion bits.
and correct errors. Noise-resistant coding introduces an
excessive bit, which ensures the receiver receives the signal
correctly.

378

Authorized licensed use limited to: Monash University. Downloaded on August 29,2020 at 01:35:28 UTC from IEEE Xplore. Restrictions apply.
Fig. 4. The ratio of CNR to BER

NPR (Noise Power Ratio) is a method of measuring the Fig. 6. Evaluation of MER
signal-to-noise ratio in analog devices operating in QAM or
QPSK modes. Since these modes have a frequency spectrum in This phenomenon [5] is known as the "stall effect" when
the form of Gaussian noise, the NPR is checked by replacing everything is good up to the specified point. This surprise
the signal with an equivalent white noise band. Closer to the disruption is a big problem for information transfer systems,
middle of the strip, this noise “notch” drops. When a noise where it is observed. We cannot predict the occurrence of an
band is launched through the device, the notch depth is error by analyzing the current stream of transmitted data.
determined by several factors: thermal noise, “noise-like IV. DESCRIPTION OF THE STRUCTURE OF THE DATA PROCESSING
products” of the signal, etc.
MODEL UNDER DEVELOPMENT
The block diagram of the data processing of the modem
implemented by us is presented in Fig. 7.

Fig. 7. Block diagram of signal processing


Fig. 5. Typical NPR curve
Among the main processing units, the following schemes
Forward Error Correction (FEC) - Forward Error will be used [6]:
Correction is a software method for identifying and eliminating
• Serial to Parallel Shifter - the incoming binary data stream
errors in digital data transmission. This is complex and costly
is converted to a parallel stream for digital modulation and
(in terms of processor power), but the necessary task - to
further processing.
preempt the loss of bits of information - can improve the
quality of information transfer. • Constellation Mapper (QPSK) - data is converted from
bits to characters in accordance with the QPSK scheme.
Modulation Error Ratio (MER) - The Modulation / Error
ratio is the deviation of the received modulation in amplitude • Inverse Fast Fourier Transform - Each group of characters
and (or) phase from the transmitted one. is converted from the IQ plane (frequency domain) to the time
domain.
With an increase in MER to a value at which points fall on
or behind the cell boundaries, BER increases sharply. Further, • Parallel to Serial Shifter - data in a parallel time domain is
when the BER exceeds the FEC's ability to correct errors, converted to serial frames.
transmission failure will occur. Almost at the breakdown point,
the quality of information transfer will still be high, without • Cyclic Prefix Extension - The extension of the cyclic
showing an impending failure. prefix (guard interval) adds to each frame to combat ISI
• Multipath Fading Channel g (n) – Multipath channel with
fading OFMD signal propagates through a multipath channel
with fading modeled g (n).
• Additive Wiite Gaussian Noise w (n) - Adequate White
Gaussian Noise, OFMD signal is exposed to AWGN w (n).
• Cyclic Prefix Removal- removal of a dynamic prefix from
each frame.

379

Authorized licensed use limited to: Monash University. Downloaded on August 29,2020 at 01:35:28 UTC from IEEE Xplore. Restrictions apply.
• Serial to Parallel Shifter - serial OFMD frames are The classic underwater electromagnetic communication
converted to parallel blocks. channel has a limited range and a relatively small information
capacity. However, it is applicable where other types of
• Fast Fourier Transform time-domain data is converted to channels are unsuitable due to the high level of sonar
the frequency domain for further processing. interference, propagation patterns, or operating conditions.
• Frequency Domain Channel Estimation- channel Suspensions, algae, hydrological conditions do not affect the
estimation of the frequency domain and alignment of the reliability of the electromagnetic communication channel, and
OFMD frame in the frequency domain. the proximity of the bottom or surface increases the signal
level, and therefore the communication range. The equipment
• Constellation Demapper – frequency data is mapped from of the electromagnetic channel is simply constructive and does
characters in the IQ plane to bits. not contain expensive components and materials. In addition,
• Parallel to Serial Shifter - parallel data is converted to a the electromagnetic channel has a much better stealth
serial binary signal. application than sonar.

V. CONCLUSION REFERENCES

In the process of developing a hydroacoustic modem, we [1] Antoniou A. Digital signal processing. — Toronto, Canada:: McGraw-
Hill, 2006.
chose a method for implementing the transfer and selected a
[2] A. Ivanov and A. Zhilenkov, "Acquisition and processing data system
method for converting data. Considered the features of the based on technologies of inertial capture of the movement," 2018 IEEE
modulation method of Quadratic amplitudes. We chose the Conference of Russian Young Researchers in Electrical and Electronic
components of the sonar modem. Engineering (EIConRus), 2018. Available:
10.1109/EIConRus.2018.8317229
The study and development of the oceans, carried out on a [3] D. Lisitsa D. and A. Zhilenkov, "Prospects for the development and
large scale in various countries, provides, among many other application of spiking neural networks", 2017 IEEE Conference of
tasks, the creation and improvement of special underwater Russian Young Researchers in Electrical and Electronic Engineering
work systems and means to ensure the implementation of (EIConRus), 2017. Available: 10.1109/EIConRus.2017.7910708
underwater engineering and technical work, including a variety [4] A. Zhilenkov, D. Gilyazov, I. Matveev and Y. Krishtal, “Power line
of diving systems and underwater vehicles - tethered and communication in IoT-systems”, 2017 IEEE Conference of Russian
Young Researchers in Electrical and Electronic Engineering
autonomous, inhabited and uninhabited. Effective application (EIConRus), 2017. Available: 10.1109/EIConRus.2017.7910538
of such systems requires providing them with communication [5] B. Dang and A. Zhilenkov, "Finite precision modeling of radar digital
and navigation tools. chaotic systems with dynamical properties analysis", AIP Conference
Proceedings (IET), vol. 2034, pp. 020007, 2018. Available:
Currently, cable and sonar channels are most often used to 10.1063/1.5067350
solve communication and navigation problems underwater, the [6] A. Zhilenkov, “High productivity numerical computations for gas
advantages and disadvantages of which are widely known and dynamics modelling based on DFT and approximation”, 2018 IEEE
described in the literature. A relatively new type of information Conference of Russian Young Researchers in Electrical and Electronic
carrier for underwater communications and navigation is the Engineering (EIConRus), 2018. Available:
electromagnetic field. The experience of research and 10.1109/EIConRus.2018.8317117
development of underwater electromagnetic systems of various
classes and purposes, accumulated by Russian and foreign
scientists and engineers, allows us to state: they are able in
many cases to supplement sonar and cable systems, and
sometimes to replace them.

380

Authorized licensed use limited to: Monash University. Downloaded on August 29,2020 at 01:35:28 UTC from IEEE Xplore. Restrictions apply.

You might also like