Belarusian State University of Informatics and Radioelectronics

Доклады БГУИР
Not a member yet
    1635 research outputs found

    AN EFFICIENT SPEECH GENERATIVE MODEL BASED ON DETERMINISTIC/STOCHASTIC SEPARATION OF SPECTRAL ENVELOPES

    Get PDF
    The paper presents a speech generative model that provides an efficient way of generating speech waveform from its amplitude spectral envelopes. The model is based on hybrid speech representation that includes deterministic (harmonic) and stochastic (noise) components. The main idea behind the approach originates from the fact that speech signal has a determined spectral structure that is statistically bound with deterministic/stochastic energy distribution in the spectrum. The performance of the model is evaluated using an experimental low-bitrate wide-band speech coder. The quality of reconstructed speech is evaluated using objective and subjective methods. Two objective quality characteristics were calculated: Modified Bark Spectral Distortion (MBSD) and Perceptual Evaluation of Speech Quality (PESQ). Narrow-band and wide-band versions of the proposed solution were compared with MELP (Mixed Excitation Linear Prediction) speech coder and AMR (Adaptive Multi-Rate) speech coder, respectively. The speech base of two female and two male speakers were used for testing. The performed tests show that overall performance of the proposed approach is speaker-dependent and it is better for male voices. Supposedly, this difference indicates the influence of pitch highness on separation accuracy. In that way, using the proposed approach in experimental speech compression system provides decent MBSD values and comparable PESQ values with AMR speech coder at 6,6 kbit/s. Additional subjective listening testsdemonstrate that the implemented coding system retains phonetic content and speaker’s identity. It proves consistency of the proposed approach.The paper presents a speech generative model that provides an efficient way of generating speech waveform from its amplitude spectral envelopes. The model is based on hybrid speech representation that includes deterministic (harmonic) and stochastic (noise) components. The main idea behind the approach originates from the fact that speech signal has a determined spectral structure that is statistically bound with deterministic/stochastic energy distribution in the spectrum. The performance of the model is evaluated using an experimental low-bitrate wide-band speech coder. The quality of reconstructed speech is evaluated using objective and subjective methods. Two objective quality characteristics were calculated: Modified Bark Spectral Distortion (MBSD) and Perceptual Evaluation of Speech Quality (PESQ). Narrow-band and wide-band versions of the proposed solution were compared with MELP (Mixed Excitation Linear Prediction) speech coder and AMR (Adaptive Multi-Rate) speech coder, respectively. The speech base of two female and two male speakers were used for testing. The performed tests show that overall performance of the proposed approach is speaker-dependent and it is better for male voices. Supposedly, this difference indicates the influence of pitch highness on separation accuracy. In that way, using the proposed approach in experimental speech compression system provides decent MBSD values and comparable PESQ values with AMR speech coder at 6,6 kbit/s. Additional subjective listening testsdemonstrate that the implemented coding system retains phonetic content and speaker’s identity. It proves consistency of the proposed approach

    ВЛИЯНИЕ РАЗМЕРОВ ПЛОСКОСТИ ИЗМЕРЕНИЯ АМПЛИТУДНОФАЗОВОГО РАСПРЕДЕЛЕНИЯ ПОЛЯ НА ОШИБКИ ВОССТАНОВЛЕНИЯ ДИАГРАММЫ НАПРАВЛЕННОСТИ АНТЕННОЙ РЕШЕТКИ ГОЛОГРАФИЧЕСКИМ МЕТОДОМ

    Get PDF
    The article explores the holographic method of measuring the antenna pattern. A flat antenna array is used as the antenna under test, and a planar rectangular surface is used as the surface on which the amplitudephase distribution in the near field is measured. Using the example of a flat antenna array, we consider the influence of the size of the measurement surface of the amplitude-phase distribution of the field in a plane orthogonal to the reconstruction plane of the radiation pattern. Antenna emitters are excited with a combined amplitude distribution and linear phase distribution. The field in the longitudinal zone of the lattice is determined using the Kirchhoff integral. The reconstructed radiation patterns are estimated using the amplitude-phase distribution over the entire measurement plane in comparison with the array radiation pattern in the far zone. A numerical analysis of the influence on the errors in determining the parameters of the lattice radiation pattern using the holographic method is also carried out: the number of columns of the amplitude-phase distribution on the measurement plane, the position of this plane in three coordinates relative to the plane of the aperture of the lattice. It is shown that if the spacing of the points of measurement of the amplitude-phase distribution and the pitch of the lattice are equal, to restore the radiation pattern using the holographic method, it is sufficient to use one column of the amplitude-phase distribution on the measurement plane. This greatly simplifies and reduces the cost of the measurement process and the necessary equipment. Examples of determining errors in measuring the parameters of the antenna array when shifting the plane of measurement of the amplitude-phase distribution in three coordinates are given.В статье исследуется голографический метод измерения диаграммы направленности антенн. В качестве тестируемой антенны используется плоская антенная решетка, а в качестве поверхности, на которой измеряется амплитудно-фазовое распределение в ближней зоне, использована плоская воображаемая поверхность прямоугольной формы. На примере плоской антенной решетки рассматривается влияние размера поверхности измерения амплитудно-фазового распределения поля в плоскости, ортогональной плоскости восстановления диаграммы направленности. Излучатели антенной решетки возбуждаются с комбинированным амплитудным распределением и линейным фазовым распределением. Поле в дольней зоне решетки определяется при помощи интеграла Кирхгофа. Делается оценка восстановленных диаграмм направленности при использовании амплитудно-фазового распределения на всей плоскости измерения в сравнении с диаграммой направленности решетки в дальней зоне. Также проводится численный анализ влияния на погрешности определения параметров диаграммы направленности решетки при использовании голографического метода: числа столбцов амплитудно-фазового распределения на плоскости измерения, положения этой плоскости по трем координатам относительно плоскости раскрыва решетки. Показывается, что при равенстве шага расположения точек измерения амплитудно-фазового распределения и шага решетки для восстановления диаграммы направленности голографическим методом достаточно использовать один столбец амплитудно-фазового распределения на плоскости измерения. Это существенно упрощает и удешевляет процесс измерения и необходимое оборудование. Приводятся примеры определения погрешностей измерения параметров антенной решетки при смещении плоскости измерения амплитудно-фазового распределения по трем координатам

    A SEARCHING ALGORITHM FOR TEXT WITH MISTAKES

    Get PDF
    The paper contains a new text searching method representing modification of the Boyer-Moore algorithm and enabling a user to find the places in the text where the given substring occurs maybe with possible errors, that is the string in text and a query may not coincide but nevertheless are identical. The idea consists in division of the searching process in two phases: at the first phase a fuzzy variant of the Boyer–Moore algorithm is performed; at the second phase the Dice metrics is used. The advantage of suggested technique in comparison with the known methods using the fixed value of the mistakes number is that it 1) does not perform precomputation of the auxiliary table of the sizes comparable to the original text sizes and 2) it more flexibly catches the semantics of the erroneous text substrings even for a big number of mistakes. This circumstance extends possibilities of the Boyer–Moore method by addmitting a bigger amount of possible mistakes in text and preserving text semantics. The suggested method provides also more accurate regulation of the upper boundary for the text mistakes which differs it from the known methods with fixed value of the maximum number of mistakes not depending on the text sizes. Moreover, this upper boundary is defined as Levenshtein distance not suitable for evaluating a relevance of the founded text and a query, while the Dice metrics provides such a relevance. In fact, if maximum Levenshtein distanse is 3 then how one can judge if this value is big or small to provide relevance of the search results. Consequently, the suggested method is more flexible, enables one to find relevant answers even in case of a big number of mistakes in text. The efficiency of the suggested method in the worst case is O(nc) with constant c defining the biggest allowable number of mistakes.The paper contains a new text searching method representing modification of the Boyer-Moore algorithm and enabling a user to find the places in the text where the given substring occurs maybe with possible errors, that is the string in text and a query may not coincide but nevertheless are identical. The idea consists in division of the searching process in two phases: at the first phase a fuzzy variant of the Boyer–Moore algorithm is performed; at the second phase the Dice metrics is used. The advantage of suggested technique in comparison with the known methods using the fixed value of the mistakes number is that it 1) does not perform precomputation of the auxiliary table of the sizes comparable to the original text sizes and 2) it more flexibly catches the semantics of the erroneous text substrings even for a big number of mistakes. This circumstance extends possibilities of the Boyer–Moore method by addmitting a bigger amount of possible mistakes in text and preserving text semantics. The suggested method provides also more accurate regulation of the upper boundary for the text mistakes which differs it from the known methods with fixed value of the maximum number of mistakes not depending on the text sizes. Moreover, this upper boundary is defined as Levenshtein distance not suitable for evaluating a relevance of the founded text and a query, while the Dice metrics provides such a relevance. In fact, if maximum Levenshtein distanse is 3 then how one can judge if this value is big or small to provide relevance of the search results. Consequently, the suggested method is more flexible, enables one to find relevant answers even in case of a big number of mistakes in text. The efficiency of the suggested method in the worst case is O(nc) with constant c defining the biggest allowable number of mistakes

    ГИРОТРОНЫ С КОНУСООБРАЗНЫМИ РЕЗОНАТОРАМИ

    Get PDF
    In this paper we compared the efficiency of the cylindrical, conical, and biconical types of gyrotron resonators. Based on the results of comparing the three studied variants of gyrotron profile, it was concluded that the regular-type profile is the least efficient. This type of a resonator made it possible to achieve the level of efficiency of only 23 %, which can be increased in the regular-waveguide gyrothrons only through several modes or by recovering the electrons on the collector. The medium efficiency option is the biconical profile of the resonator. Its efficiency accounted for 42 %. Through a scientific study we revealed an increase in the efficiency for gyrotrons with conical resonators from 23 to 50 % in the TE01 wave. It is worth mentioning that obtaining such efficiency requires phase grouping of the electrons in an increasing high-frequency field by means of an electromagnetic field with further selection of energy from the electron beam in a strong decaying electromagnetic field. The efficiency of 50 % exceeds significantly that of a gyrotron with a regular cavity profile of ~30 %. The gyrotron efficiency for a waveguide profile with a conical resonator and with recovery on the collector can reach 80 %. To carry out the calculations, the KEDR software package was used, and the optimization of the gyrotron parameters, in particular, was carried out using the GYRO-K software. This software has several advantages over other similar options based on the “PIC” code. GYRO-K makes it possible to obtain a high convergence rate when solving boundary value problems, as well as to solve the problem of optimizing the waveguide profile of gyroresonance devices with an acceptable computational burden. Conical cavity gyrotrons can be widely used in industry to create effective gyrotrons for spectroscopy, diagnostics of various media, and for technological needs.Произведено сравнение эффективности цилиндрического, конического и биконического типов резонаторов гиротронов. По результатам сравнения трех исследуемых вариантов профиля гиротрона были сделаны выводы, что наименее эффективным является профиль регулярного типа. Данный вид резонатора позволил достичь уровня коэффициента полезного действия лишь в 23 %. Повысить коэффициент полезного действия в гиротронах с регулярным волноводом можно только за счет наличия нескольких мод или с помощью рекуперациии электронов на коллекторе. Средним вариантом по коэффициенту полезного действия является биконический профиль резонатора. Его коэффициент полезного действия получился равным 42 %. При проведении научного исследования было выявлено увеличение коэффициента полезного действия для гиротронов с коническими резонаторами с 23 до 50 % на волне TE01. Стоит отметить, что для получения такого коэффициента полезного действия необходимо производить группировку электронов по фазе в нарастающем высокочастотном поле посредством электромагнитного поля с дальнейшим отбором энергии у электронного потока в сильном спадающем электромагнитном поле. Коэффициент полезного действия, достигающий 50 %, существенно выше коэффициента полезного действия гиротрона с регулярным профилем резонатора ~30 %. Коэффициент полезного действия гиротрона для профиля волновода с коническим резонатором и с рекуперацией на коллекторе может достигать уровня в 80 %. Для проведения расчетов использовался программный комплекс КЕДР, в частности, оптимизация параметров гиротронов проводилась с помощью программного продукта GYRO-K. Данный программный продукт имеет ряд преимуществ перед другими подобными программными продуктами, основанных на «PIC» коде. GYRO-K позволяет получить высокую скорость сходимости при решении краевых задач, а также решать задачу оптимизации профиля волновода гирорезонансных приборов за приемлемое время счета. Гиротроны на коническом резонаторе могут найти широкое применение в промышленности при создании эффективных гиротронов для спектроскопии, диагностики различных сред и для технологических нужд

    МЕТОДИКА И АППАРАТНЫЕ СРЕДСТВА ОПРЕДЕЛЕНИЯ УСИЛИЯ, НЕОБХОДИМОГО ДЛЯ ДВИЖЕНИЯ ШТОК-ПОРШНЯ ШПРИЦА ОДНОКРАТНОГО ПРИМЕНЕНИЯ

    Get PDF
    The purpose of the article is to describe the methodology and hardware for determining the force required for the movement of the plunger rod of a single-use syringe. The measurement method is used to obtain new experimental data. We first-ever obtained the oscillograms of force variation required to move the plunger rod of test syringes and found that, compared to a two-component, three-component syringe is characterized by significantly smaller values of the effort required for the plunger rod to move. So, when it moves without using water, the F value at the beginning of the suction stage is 1.5 times less than that of a two-component syringe and 2.4 times less at the extrusion stage. The use of water increases the force required to move the rod-piston of the test syringes. Thus, for a two-component syringe the force at the suction stage without using water was 4.5 N and 5.5 N – at the extrusion stage, and with the use of water, the values of these forces, respectively, increased to 6.5 and 6 N. For a three-component syringe without water, the plunger rod displacement force at the suction stage was 2.9 N and at the extrusion stage – 2.3 N, and with water the values of these forces increased to 3.7 and 2.9 N, respectively. The device developed makes it possible to conduct comprehensive studies of the effect of the type of syringe, its capacity, the speed of movement of the plunger rod, the duration of the stop between liquid suction and extrusion stages and other parameters on the amount of forces required to move the plunger rod of the syringe. This will allow you to justify the conditions and the normalized value of the force (or forces) required for the movement of the plunger rod when testing syringes by this indicator.Целью статьи является описание методики и аппаратных средств определения усилия, необходимого для движения шток-поршня шприца однократного применения. Для получения новых экспериментальных данных используется метод измерения. Впервые получены осциллограммы изменения усилия, необходимого для движения шток-поршня испытуемых шприцев, и установлено, что по сравнению с двухкомпонентным, трехкомпонентный шприц характеризуется значительно меньшими значениями усилий, необходимых для шток-поршня. Так, при его движении без применения воды значение F в начале стадии всасывания в 1,5 раз меньше, чем у двухкомпонентного шприца, и в 2,4 раза меньше на стадии выдавливания. Использование воды приводит к увеличению усилия, необходимого для движения шток-поршня испытуемых шприцев. Так, для двухкомпонентного шприца усилие на стадии всасывания без применения воды составило 4,5 Н, на стадии выдавливания – 5,5 Н, а с применением воды значение этих усилий увеличились соответственно до 6,5 и 6 Н. Для трехкомпонентного шприца без применения воды усилие перемещения шток-поршня на стадии всасывания составило 2,9 Н и на стадии выдавливания – 2,3 Н, а с применением воды значения этих усилий выросли до 3,7 и 2,9 Н соответственно. Созданное устройство дает возможность провести комплексные исследования влияния вида шприца, его емкости, скорости перемещения шток-поршня, продолжительности остановки между стадиями всасывания и выдавливания жидкости и других параметров на величину сил, необходимых для перемещения шток-поршня шприца. Это позволит обосновать условия и нормируемое значение усилия (или усилий), необходимых для движения шток-поршня при проведении испытаний шприцев по данному показателю

    Моделирование нагрева кремниевых пластин при быстрой термической обработке на установке «УБТО 1801»

    Get PDF
    The present work is devoted to determination of the dependence of the heating temperature of the silicon wafer on the lamps power and the heating time during rapid thermal processing using “UBTO 1801” unit by irradiating the wafer backside with an incoherent flow of constant density light. As a result, a mathematical model of silicon wafer temperature variation was developed on the basis of the equation of nonstationary thermal conductivity and known temperature dependencies of the thermophysical properties of silicon and the emissivity of aluminum and silver applied to the planar surface of the silicon wafer. For experimental determination of the numerical parameters of the mathematical model, silicon wafers were heated with light single pulse of constant power to the temperature of one of three phase transitions such as aluminum-silicon eutectic formation, aluminum melting and silver melting. The time of phase transition formation on the wafer surface during rapid thermal processing was fixed by pyrometric method. In accordance with the developed mathematical model, we determined the conversion coefficient of the lamps electric power to the light flux power density with the numerical value of 5.16∙10-3 cm-2 . Increasing the lamps power from 690 to 2740 W leads to an increase in the silicon wafer temperature during rapid thermal processing from 550°to 930°K, respectively. With that, the wafer temperature prediction error in compliance with developed mathematical model makes less than 2.3 %. The work results can be used when developing new procedures of rapid thermal processing for silicon wafers.Настоящая работа посвящена установлению зависимости температуры нагрева кремниевой пластины при быстрой термической обработке на установке «УБТО 1801» облучением обратной стороны некогерентным потоком света постоянной плотности от мощности ламп и времени нагрева. В результате разработана математическая модель изменения температуры пластины на базе уравнения нестационарной теплопроводности и известных температурных зависимостей теплофизических свойств кремния и степени черноты алюминия и серебра, нанесенных на рабочую поверхность кремниевой пластины. Для экспериментального определения значений численных параметров математической модели кремниевые пластины нагревали единичным импульсом света постоянной мощности до температуры одного из трех фазовых переходов формирования эвтектики алюминий-кремний, плавления алюминия и плавления серебра. Время формирования фазового перехода на поверхности пластин в процессе быстрой термообработки фиксировали пирометрическим методом. В соответствии с разработанной математической моделью определен коэффициент преобразования электрической мощности ламп в плотность мощности светового потока, численное значение которого составило 5,16∙10-3 см-2 . Изменение мощности ламп от 690 до 2740 Вт приводит к изменению температуры кремниевой пластины в процессе быстрой термической обработки от 550 до 930°К соответственно. При этом погрешность прогнозирования температуры пластины в соответствии с разработанной математической моделью составляет менее 2,3 %. Результаты работы могут быть использованы при разработке новых процессов быстрой термообработки кремниевых пластин

    Разработка алгоритма поиска опухолевых областей на основе обработки полнослайдовых гистологических изображений рака молочной железы

    Get PDF
    Analysis of breast cancer whole-slide image is an extremely labor-intensive process. Histological whole slide images have the following features: a high degree of tissue diversity both in one image and between different images, hierarchy, a large amount of graphic information and different artifacts. In this work, pre-processing of breast cancer whole-slide tissue image was carried out, which included normalization of the color distribution and the image area selection. We reduced the operating time of the other algorithms and excluded areas of breast cancer whole-slide tissue with a background to analyze. Also, an algorithm for finding similar neoplastic regions for semi-automatic selection using various image descriptors has been developed and implemented.Анализ полнослайдовых изображений рака молочной железы является крайне трудоемким процессом. Гистологические полнослайдовые изображения обладают рядом особенностей, затрудняющих их разработку: высокая степень разнообразия тканей как на одном изображении, так и между различными изображениями, иерархичность, большой объем графической информации и различные артефакты. В ходе научной работы проведена обработка полнослайдовых изображений ткани рака молочной железы, что включало нормализацию распределения цвета на полнослайдовых гистологических изображениях и выделение области изображения, на которой располагается изучаемый образец ткани, чтобы уменьшить время работы остальных алгоритмов и не анализировать области полнослайдового изображения с фоном. Также разработан и реализован алгоритм поиска похожих для полуавтоматического выделения опухолевых участков с помощью различных дескрипторов изображений

    Компенсация изменения мощности виброакустического сигнала при изменении скоростного режима оборудования

    Get PDF
    The purpose of this paper is to develop a method to enhance reliability of vibrational diagnosing of variable-speed industrial equipment. A dataset of vibration acceleration signals, picked up at the variablespeed test stand, has been obtained. Preliminary splitting of a vibration signal into three frequency ranges has been proved to be necessary. Vibration power dependencies on the main shaft speed have been estimated in different frequency ranges. The paper proposes an algorithm compensating variations of instantaneous power of vibration signal where equipment operation speed varies. It is based on the use of empirical dependencies of vibration signal power on shaft speed, which were derived by ensemble averaging of preliminarily split signals. A root mean square (RMS) value calculated in a sliding window is used to estimate variation of signal power. For signals within each frequency range, ensemble-averaged relative power variation produced by speed deviation is to be estimated. Instantaneous values of signals in each frequency range are to be divided by relations estimated as above. Thus, only power variations caused by variable speed are compensated. Variations caused by defect evolution are preserved. The resulting signal to be further analysed is derived by summation of processed signals in three frequency ranges. Power variation compensation decreases dispersion of parameters of signal that are used for estimation of equipment state. Preliminary compensation of vibration power variation caused by variable operation speed has proved to be effective for improving vibrational diagnostic system results. The proposed algorithm was validated on such statistical parameters of vibration as RMS and peak-factor of vibration signal.Цель работы – разработка метода повышения достоверности виброакустической диагностики промышленного оборудования, работающего в различных скоростных режимах. Получена выборка сигналов виброускорения, снятых с корпуса испытательного стенда при его работе с изменяющейся скоростью. Обосновано предварительное разделение вибросигнала на три частотных диапазона. Оценены зависимости мощности вибрации от скорости вращения приводного вала в различных частотных областях. Предложен алгоритм компенсации изменения мгновенной мощности вибросигнала при меняющейся скорости работы оборудования. Алгоритм основан на использовании эмпирических зависимостей мощности вибросигнала в указанных диапазонах от скорости вала, полученных усреднением по ансамблю сигналов. Для оценки изменения мощности сигналов используется их вычисленное в скользящем временном окне среднеквадратическое значение. Оценивается среднее по ансамблю сигналов относительное изменение мощности вибросигнала в каждом диапазоне частот при отклонении скорости от ее выбранного значения. Мгновенные значения сигналов в каждом диапазоне частот делятся на рассчитанные отношения. Таким образом компенсируются только изменения мощности, вызванные изменением скорости оборудования. Изменения, вызванные развитием дефекта оборудования, сохраняются. Результирующий сигнал, подлежащий дальнейшему анализу, получается сложением обработанных сигналов в трех частотных областях. Показано, что компенсация изменения мощности снижает разброс параметров вибросигнала, используемых для оценки технического состояния оборудования. Таким образом, качество работы системы виброакустической диагностики улучшается, если предварительно компенсировать изменение мощности вибросигналов, обусловленное изменением скорости оборудования. Качество работы алгоритма проверялось на таких статистических параметрах вибрации, как среднеквадратическое значение и пик-фактор вибросигнала

    Simulation of electromagnetic field distribution in the measuring cell for determining the dielectric permittivity of materials at microwave frequencies

    Get PDF
    To determine the dielectric permittivity of materials in a wide frequency range with the automation of measurements and the necessary accuracy, measuring cells have been created to ensure the simplicity of the design of the waveguide path. In order to obtain information about the suitability of measuring cells based on irregular SHF waveguides for estimation of dielectric parameters of materials, we simulated the structure of electromagnetic field in the system consisting of two irregular waveguides and waveguide chamber placed between them using a three-dimensional electrodynamic simulation in Ansoft HFSS package environment. The distribution of the electric field was simulated when an empty polyethylene tube, a rod of fluoroplastic and a rod of textolite are placed in the measuring cell. It was demonstrated that high order modes fade out in irregular waveguide and do not affect the precision of obtained results, and significant edge effects were not detected. It allows one to utilize measuring cells based on irregular waveguides together with a scalar or vector network analyzer and using the partial filling of the waveguide method or the modified Nicholson – Ross – Weir method for measurements of dielectric permittivity of materials. The results of modeling the dependence of the amplitude and phase of the reflection coefficient of the textolite and fluoroplastic on the frequency in Ansoft HFSS environment are given. The simulation results are compared with the results obtained experimentally. The frequency dependencies of were obtained experimentally for test materials – textolite and fluoroplastic – in the frequency range of 25,95–37,50 GHz. The experimental data are in satisfactory agreement with the results of theoretical calculations and do not go beyond the boundaries specified by the measurement uncertainty.To determine the dielectric permittivity of materials in a wide frequency range with the automation of measurements and the necessary accuracy, measuring cells have been created to ensure the simplicity of the design of the waveguide path. In order to obtain information about the suitability of measuring cells based on irregular SHF waveguides for estimation of dielectric parameters of materials, we simulated the structure of electromagnetic field in the system consisting of two irregular waveguides and waveguide chamber placed between them using a three-dimensional electrodynamic simulation in Ansoft HFSS package environment. The distribution of the electric field was simulated when an empty polyethylene tube, a rod of fluoroplastic and a rod of textolite are placed in the measuring cell. It was demonstrated that high order modes fade out in irregular waveguide and do not affect the precision of obtained results, and significant edge effects were not detected. It allows one to utilize measuring cells based on irregular waveguides together with a scalar or vector network analyzer and using the partial filling of the waveguide method or the modified Nicholson – Ross – Weir method for measurements of dielectric permittivity of materials. The results of modeling the dependence of the amplitude and phase of the reflection coefficient of the textolite and fluoroplastic on the frequency in Ansoft HFSS environment are given. The simulation results are compared with the results obtained experimentally. The frequency dependencies of were obtained experimentally for test materials – textolite and fluoroplastic – in the frequency range of 25,95–37,50 GHz. The experimental data are in satisfactory agreement with the results of theoretical calculations and do not go beyond the boundaries specified by the measurement uncertainty

    УСТРОЙСТВО ДЛЯ ПРОВЕДЕНИЯ ДЛИТЕЛЬНОЙ КИСЛОРОДНОЙ ТЕРАПИИ

    No full text
    An apparatus for the automatic delivery of oxygen to the patient is proposed. Oxygen flow rate, its concentration and duration of treatment are determined by the device on the basis of monitoring of the oxygen concentration in the blood and the patient's pulse by the sensor that is the part of the proposed apparatus.Предложено устройство для автоматической доставки кислорода пациенту. Скорость подачи кислорода, его концентрация, а также длительность терапии определяются устройством исходя из результатов мониторинга с помощью входящего в его состав датчика измерения содержания кислорода в кровотоке и пульса пациента

    1,596

    full texts

    1,635

    metadata records
    Updated in last 30 days.
    Доклады БГУИР
    Access Repository Dashboard
    Do you manage Open Research Online? Become a CORE Member to access insider analytics, issue reports and manage access to outputs from your repository in the CORE Repository Dashboard! 👇