No 3 (2024)

Cover Page

Full Issue

Articles

Editor's note

Ryabova N.
Vestnik of Volga State University of Technology. Series «Radio Engineering and Infocommunication Systems». 2024;(3):5-5
pages 5-5 views

Telecommunication and radio engineering

An approach to optimizing the reliability of radar measurement control using interval estimation and confidence probability

Panteleev G.D., Korzhenevsky S.S., Kupriyanov N.A.

Abstract

Relevance. The effectiveness of a radar system depends on both the system's inherent reliability and the accuracy of its output measurements. When checking the reliability of measurements, it's challenging to define specific numerical values for false alarm rates and the omission of unreliable measurements, since it is difficult to compare the effect of omitting an unacceptable measurement error with the costs associated with addressing the consequences caused by a false alarm.

Goal. The indicated problem necessitates further research into ways of improving methods for monitoring the reliability of radar measurements. In response, the authors propose an approach for optimizing radar measurement reliability control based on interval estimation using confidence probability.

Materials and methods. The proposed approach addresses the identified issue by assuming that the impact of both false alarms and unacceptable errors is essentially the same, as both result in reduced accuracy of radar measurements. In the case of a false alarm, the cost is defined by the corrective action taken by the radar tracking system, which introduces a compensatory value proportional to the unreliable measurement. This allows us to treat the cost of the error as the weighted average variance between the unreliable measurement and the compensatory value.

Results. To validate the effectiveness of the proposed approach, simulation modeling was conducted to analyze the joint probability density of radar measurements and interfering influences with varying intensities, up to their maximum. The modeling considered the full range of potential unreliable measurements in the radar system, as well as boundary noise dispersion (based on the simulation results) and the measurement reliability used in technical system calculations.

Conclusions. The findings showed that constructing confidence intervals of a specified size to ensure the required reliability of radar measurements can be reduced to finding the extremum of a specific functional, subject to certain constraints.

Vestnik of Volga State University of Technology. Series «Radio Engineering and Infocommunication Systems». 2024;(3):6-14
pages 6-14 views

Development of a method and algorithm for passive objects location within the information field

Zakirov E.I., Kuznetsov A.S., Kozlov S.V.

Abstract

Introduction. Radio-electronic systems and complexes transmit signals of various shapes and structures, depending on the tasks being addressed. The combination of these signals forms an information field, which not only carries the information transmitted by these systems but also includes distortions that arise from the interaction of the signals with objects in the coverage area. Analyzing these distortions allows for the extraction of information about the objects without the need for additional transmitting devices. Therefore, developing a method and algorithm for the joint processing of transmitted signals will enable the acquisition of the necessary information to solve the problem of locating passive objects within the information field.

The aim of the research was to develop a method and corresponding algorithm for detecting passive objects and determining their coordinates in the information field.

Methods. To detect and determine the coordinates of passive objects in the information field, we address the challenge of resolving signals reflected from these objects at the receiver input.

Findings. We have developed a method and algorithm for detecting and determining the coordinates of passive objects using a two-stage decision-making procedure. Its effectiveness is demonstrated through mathematical modeling for scenarios involving one and three passive objects.

The practical significance. The developed method illustrates that the concept of an information field can be effectively applied to resolve the location problem of passive objects within that field.

Vestnik of Volga State University of Technology. Series «Radio Engineering and Infocommunication Systems». 2024;(3):15-24
pages 15-24 views

Antenna applicator for medical diagnostics in a multilayer brain tissue

Sadykov A.R.

Abstract

Introduction. Radiothermography is a promising medical diagnostic technique that detects the body's natural radio emissions. Variations in physiological properties, such as temperature and electrophysical characteristics, alter the noise temperature of tissues, signaling potential abnormalities. The efficiency of microwave thermometry increases with focusing, which can be achieved using antenna arrays. However, in the context of human diagnostics, the compactness of array elements is critical due to the limited space within the body.

This study aims at assessing the performance of a developed antenna applicator for use in a multilayer model of brain tissue and proving its functionality in experiments. Electrodynamic modeling was performed using CST STUDIO, a software suite for designing, simulating, and optimizing 3D electromagnetic systems. To evaluate the antenna's performance, a tissue phantom was created to replicate the dielectric properties of real human tissues.

Findings. A compact antenna-sensor for contact radiothermometry was developed, operating at a frequency of 3.85 GHz with a 50 MHz bandwidth. The design addresses the challenge of fitting array elements into a small volume. The experimental results correlated with the electrodynamic model, confirming the functionality of the antenna applicator. Its performance was optimized for a multilayer structure of brain tissue using a below-cutoff waveguide design.

Vestnik of Volga State University of Technology. Series «Radio Engineering and Infocommunication Systems». 2024;(3):25-34
pages 25-34 views

Performance of electronic refocusing of the beams of the multi-beam hybrid reflector antenna by processing the signals of the on-ground beacon

Dardymov A.V.

Abstract

Problem statement. Under operational conditions, the reflector profile of the multibeam hybrid mirror antenna (MBHRA) on board the satellite experiences deformations, disrupting the required beam configuration and deteriorating the energy characteristics of the communication system.

Aim. This study aims at evaluating the effectiveness of electronic stabilization (refocusing) of the satellite MBHRA beams by reconstructing the current reflector profile through processing the signal signature from an on-ground beacon.

Results/Conclusion. Improved coverage quality has been confirmed by adjusting the weighting coefficients of the antenna array clusters while monitoring the current reflector profile via reconstruction of the best-fit paraboloid (BFP) from the ground beacon's signal. The BFP reconstruction algorithm operates effectively at any beacon position within the working area. Stability and accuracy increase slightly (by 0,1 dB) when the beacon is near the antenna's optical axis. It was found that the BFP algorithm yields good performance when the signal-to-noise ratio in the communication channels exceeds 10 dB.

Practical significance. The use of electronic stabilization of MBHRA beams mitigates the impact of operational factors on the radio-technical characteristics of satellite communication systems, eliminating the need for photogrammetric reflector controls and mechanical stabilization methods.

Vestnik of Volga State University of Technology. Series «Radio Engineering and Infocommunication Systems». 2024;(3):35-42
pages 35-42 views

Computer engineering and informatics

Implementation of publisher-subscriber technology to facilitate interaction between moving and stationary objects

Kolmogorova S.S., Zakharov I.V.

Abstract

Introduction. Publisher-Subscriber technology is an effective tool for organizing real-time interactions between moving and stationary objects, as well as facilitating asynchronous message exchange between system components.

The aim of the research was to improve the efficiency and reliability of communication between moving and stationary objects for use in robotic systems (RTS). The paper discusses the most popular implementations of Publisher-Subscriber technology, including SocketIO-based brokers, hbmqtt, Mosquitto, and RabbitMQ. The study evaluates the computational resources consumed by these implementations, specifically RAM usage, CPU utilization, and client connection times to the brokers.

Findings. Implementation results for the RabbitMQ broker: RAM consumption was 86 MB, and CPU utilization was 0%. For the Mosquitto broker, RAM consumption was 6 MB, and CPU utilization was 0%. The SocketIO-based broker consumed 32 MB of RAM, with 0% CPU utilization. The hbmqtt-based broker used 30 MB of RAM and 0% CPU. The following results demonstrate resource consumption under load. RabbitMQ: RAM consumption was 94 MB, with CPU utilization at 14.3%. The message sending rate was 4,000 messages/second. During the first 15 seconds, latency increased but then dropped to minimal levels, and the broker delivered all subsequent messages with minimal latency. Mosquitto: RAM consumption was 12 MB, with CPU utilization at 17%. The message sending rate was 18,000 messages/second. At 54,000 messages/second, latency exceeded 18 seconds. SocketIO: RAM consumption was 34 MB, with CPU utilization at 3.3%. The message sending rate was 36,000 messages/second. Latency gradually increased, with a 99.8% message loss. hbmqtt: RAM consumption was 60 MB, with CPU utilization at 99.7%. The message sending rate was 20,000 messages/second. At 60,000 messages/second, latency increased to 45 seconds.

Conclusion. It is quite clear from the data that the RabbitMQ broker demonstrates the best performance. Although, it has a limitation of 4,000 messages per second, this does not hinder message passing. Instead, it helps minimize delays and reduces system load. RabbitMQ also offers functionality that is either absent or difficult to implement in the other brokers evaluated.

Practical significance. The results can be applied to further implement Publisher-Subscriber technology for organizing interactions between moving and stationary objects, with the potential for scaling these interactions in RTS.

Vestnik of Volga State University of Technology. Series «Radio Engineering and Infocommunication Systems». 2024;(3):43-52
pages 43-52 views

Instrument engineering

Formulation of design tasks for a fiber-optic reference air sensor for qualitative and quantitative monitoring of air parameters

Shagvaliev R.M., Morozov O.G., Sakhabutdinov A.Z., Morozov G.A., Grabovetsky D.S., Matveyev D.N., Smirnov N.D.

Abstract

Introduction. In various applications, such as qualitative and quantitative real-time air monitoring for managing greenhouse gas concentrations and assessing the efficiency of solar panels—both of which are influenced by ambient temperature and relative humidity—there is a significant demand for groups of combined fiber-optic sensors (CFOS). These sensors utilize Fabry-Perot resonators (FPR) and fiber Bragg gratings (FBG) arranged in a quasi-distributed manner, including configurations that are remotely spaced from the data collection and processing points. Each CFOS group requires a reference sensor (RCFOS) dedicated solely to monitoring air parameters, ensuring the reliability and calibration of measurements.

The aim of this work is to formulate design challenges and evaluate the feasibility of implementing a multi-parameter RCFOS for monitoring air parameters, including temperature, pressure, and relative humidity. This implementation aims to enhance metrological and functional characteristics based on the Vernier effect and Edlen equations, while also providing cost-effective address multiplexing and interrogation within multi-sensor networks based on address fiber Bragg structures (AFBS) and microwave photonic technologies.

Methods. A critical metric used to characterize the optical Vernier effect is the sensitivity enhancement factor, or M-factor. This factor compares the Vernier envelope with the interference signal from the measuring FPR. A high M-factor can be achieved through two-parameter parallel measurements, such as air pressure and temperature, or by sequentially activating independent interferometers to monitor each parameter separately, for example, air temperature and relative humidity. The AFBS is a fiber Bragg structure with an optical frequency response that includes two narrow-band FBG components separated by a unique address frequency in the radio frequency range. This address frequency remains constant, even when the AFBS undergoes deformation or temperature changes. The microwave photonic principle of AFBS interrogation allows the inclusion of several structures with the same central wavelength but different address frequencies in a single measurement network. This setup facilitates the parallel interrogation of the RCFOS while minimizing the impact of external physical parameters on the information transmitted through the fiber, making it narrow-band for each sensor.

Conclusion. The research proposes a concept for developing an RCFOS for multi-sensor quasi-distributed networks that enable qualitative and quantitative real-time monitoring of air parameters. Key elements of the concept include a new technology for manufacturing the FPR section within the single fiber structure using catastrophic melting effects for improved reliability in field conditions and microwave photonic technology to simplify interrogation subsystems. The last one employs radiation generated in the AFBS section of the sensor, which was previously used only for reference temperature control. Estimates indicated that the RCFOS designed based on this concept can measure ambient temperatures ranging from -60°C to +300°C with a sensitivity of approximately 13 pm/°C using AFBS. Additionally, it can measure temperatures from +10°C to +60°C with a sensitivity of approximately -500 pm/°C using a sequential FPR scheme. Relative humidity can be measured with a sensitivity of roughly 400 pm/%RH within the 20% to 90% RH range, while air pressure can be measured with a sensitivity of approximately 400 pm/MPa up to 0.5 MPa using the parallel FPR scheme.

Vestnik of Volga State University of Technology. Series «Radio Engineering and Infocommunication Systems». 2024;(3):53-66
pages 53-66 views

Quantitative theory of diffraction on polytypic modifications of coaxial nanotubes

Valeeva D.N.

Abstract

Introduction. Research into the electronic properties of field-effect transistor prototypes and other nanotube-based elements has highlighted their potential for use in nanoelectronic devices, boosting experimental design and industrial development. However, these studies also reveal a significant sensitivity of electronic parameters to the nanotube structure, compounded by the fact that synthesis methods rarely produce strictly monophase products with the desired structural characteristics, primarily influenced by their polytypic modifications. Consequently, there is an increasing need for technology that can select conditioned nanotubes from synthesis outputs to ensure consistent production.

This study aims at enhancing a quantitative theory of diffraction applicable to the full range of shear, chiral, and radial polytypic modifications of ordered coaxial nanotubes of various chemical compositions. There were addressed several key problems, including analyzing basal, diffuse, and clear nodes of reciprocal lattices, which led to the derivation of X-ray crystallography formulas linking diffraction patterns of polytypes to their structural parameters. The performed mathematical analysis revealed distinct diffraction phenomena for shear, chiral, and radial polytypes in ordered coaxial nanotubes. The following findings were obtained: 1) Shear polytypes cause the rotation of reciprocal lattice rosettes within their planes; clear rosettes rotate uniformly while diffuse rosettes rotate at varying angles, resulting in shifts along layer lines in diffraction patterns. 2) Chiral polytypes influence both the positions of layer planes and lines, as well as angular splittings of diffuse reflections, with shifts and rotations in repeating layers affecting reflection intensities. We shall note that the chiral indices defined in this study characterize chirality even in nanotubes lacking structural hexagons. The radial polytype is indicated by specific high-frequency oscillations in intensity profiles due to intra-tube interference.

Conclusions: The proposed mathematical framework for analyzing diffraction from polytype modifications of coaxial nanotubes facilitates structural analysis and identification within synthesis products. This technology is applicable not only in the experimental design phase of nanoelectronic elements but also in the production of nanoelectronic devices using tailored nanotube materials. Furthermore, our calibration technology for coaxial nanotubes can enhance process control in related industries.

Vestnik of Volga State University of Technology. Series «Radio Engineering and Infocommunication Systems». 2024;(3):67-81
pages 67-81 views

Ionospheric HF radio link simulator based on GNU radio technology and client-server control methodology

Ryabova N.V., Stankevich S.S., Chernov A.A.

Abstract

Problem. The multifactor distortions inherent in HF radio channels pose significant challenges in designing effective signal processing systems that ensure reliable information transmission. Addressing this issue requires the development of HF communication link simulators capable of diagnosing channel conditions and interference. Leveraging client-server control technology presents promising new avenues for enhancing communication channel diagnostics.

Objective. This study aims at developing an ionospheric HF radio link simulator utilizing GNU Radio technology and a client-server methodology to manage the system effectively.

Findings. The study presents a novel approach and hardware-software implementation of an ionospheric HF radio link simulator based on GNU Radio technology, incorporating client-server control. The simulator models the transmission and reception of spread spectrum communication signals within the GNU Radio environment. Key algorithms implemented include the synthesis of the emitted spread spectrum signal and the digital processing of the received signal. Experimental testing validated the simulator's ability to accurately replicate the transmission characteristics of HF radio links. The developed simulator serves as a practical test model for HF radio communication links, supporting the design of radio engineering systems that utilize diverse coherent signal reception.

Practical significance. The HF radio link simulator offers a valuable tool for testing and developing radio communication systems, particularly those involving diverse coherent signal reception.

Vestnik of Volga State University of Technology. Series «Radio Engineering and Infocommunication Systems». 2024;(3):82-92
pages 82-92 views

The novelties in the field of engineering and technologies. Reviews. Conferences. Important dates

In memory of Dmitry Sergeevich Lukin

Vestnik of Volga State University of Technology. Series «Radio Engineering and Infocommunication Systems». 2024;(3):93-95
pages 93-95 views

Согласие на обработку персональных данных с помощью сервиса «Яндекс.Метрика»

1. Я (далее – «Пользователь» или «Субъект персональных данных»), осуществляя использование сайта https://journals.rcsi.science/ (далее – «Сайт»), подтверждая свою полную дееспособность даю согласие на обработку персональных данных с использованием средств автоматизации Оператору - федеральному государственному бюджетному учреждению «Российский центр научной информации» (РЦНИ), далее – «Оператор», расположенному по адресу: 119991, г. Москва, Ленинский просп., д.32А, со следующими условиями.

2. Категории обрабатываемых данных: файлы «cookies» (куки-файлы). Файлы «cookie» – это небольшой текстовый файл, который веб-сервер может хранить в браузере Пользователя. Данные файлы веб-сервер загружает на устройство Пользователя при посещении им Сайта. При каждом следующем посещении Пользователем Сайта «cookie» файлы отправляются на Сайт Оператора. Данные файлы позволяют Сайту распознавать устройство Пользователя. Содержимое такого файла может как относиться, так и не относиться к персональным данным, в зависимости от того, содержит ли такой файл персональные данные или содержит обезличенные технические данные.

3. Цель обработки персональных данных: анализ пользовательской активности с помощью сервиса «Яндекс.Метрика».

4. Категории субъектов персональных данных: все Пользователи Сайта, которые дали согласие на обработку файлов «cookie».

5. Способы обработки: сбор, запись, систематизация, накопление, хранение, уточнение (обновление, изменение), извлечение, использование, передача (доступ, предоставление), блокирование, удаление, уничтожение персональных данных.

6. Срок обработки и хранения: до получения от Субъекта персональных данных требования о прекращении обработки/отзыва согласия.

7. Способ отзыва: заявление об отзыве в письменном виде путём его направления на адрес электронной почты Оператора: info@rcsi.science или путем письменного обращения по юридическому адресу: 119991, г. Москва, Ленинский просп., д.32А

8. Субъект персональных данных вправе запретить своему оборудованию прием этих данных или ограничить прием этих данных. При отказе от получения таких данных или при ограничении приема данных некоторые функции Сайта могут работать некорректно. Субъект персональных данных обязуется сам настроить свое оборудование таким способом, чтобы оно обеспечивало адекватный его желаниям режим работы и уровень защиты данных файлов «cookie», Оператор не предоставляет технологических и правовых консультаций на темы подобного характера.

9. Порядок уничтожения персональных данных при достижении цели их обработки или при наступлении иных законных оснований определяется Оператором в соответствии с законодательством Российской Федерации.

10. Я согласен/согласна квалифицировать в качестве своей простой электронной подписи под настоящим Согласием и под Политикой обработки персональных данных выполнение мною следующего действия на сайте: https://journals.rcsi.science/ нажатие мною на интерфейсе с текстом: «Сайт использует сервис «Яндекс.Метрика» (который использует файлы «cookie») на элемент с текстом «Принять и продолжить».