首页 > 最新文献

Технология и конструирование в электронной аппаратуре最新文献

英文 中文
Pulse converters with reduced output current ripple 减少输出电流纹波的脉冲变换器
Oleksandr F. Bondarenko, O. P. Holubenko, O. Yama, A. Y. Zinchenko
When developing pulse converters, in order to ensure a low level of output current ripples, one should seek a compromise between the overall size of the elements and acceptable losses in them, while taking into account the dynamic characteristics of power sources as closed systems with feedback. Using multiphase pulse converters can help solve the said problem, but will not ensure a low level of output current ripples in a wide range of the duty cycle of the control pulses. This study aims to find a pulse converter topology capable of ensuring the reduction of the output current ripples, while maintaining the power and volume of the structure. The paper demonstrates the relevance of the study of pulse converters aimed at obtaining a low-ripple output current for powering sensitive loads and gives an overview of ways to reduce the ripples and the most common topologies of converters. The authors describe the results of the practical application of the developed experimental stand and analyze the obtained dependences of the output current ripples on the volumes of the power sections of the converters of different topologies under the same power and frequency. Recommendations are given for choosing the type of converter in each specific case in terms of reducing ripples.
在开发脉冲变换器时,为了确保低水平的输出电流纹波,应该在元件的总体尺寸和可接受的损耗之间寻求折衷,同时考虑到电源作为带反馈的封闭系统的动态特性。使用多相脉冲变换器可以帮助解决上述问题,但不能保证在控制脉冲的宽占空比范围内的低水平输出电流纹波。本研究旨在寻找一种脉冲变换器拓扑结构,既能保证减少输出电流纹波,又能保持结构的功率和体积。本文展示了脉冲变换器研究的相关性,旨在为敏感负载提供低纹波输出电流,并概述了减少纹波的方法和变换器最常见的拓扑结构。作者描述了所开发的实验台的实际应用结果,并分析了在相同功率和频率下,不同拓扑结构的变换器输出电流纹波与功率段体积的关系。在减少波纹方面,给出了在每种具体情况下选择转换器类型的建议。
{"title":"Pulse converters with reduced output current ripple","authors":"Oleksandr F. Bondarenko, O. P. Holubenko, O. Yama, A. Y. Zinchenko","doi":"10.15222/tkea2022.4-6.25","DOIUrl":"https://doi.org/10.15222/tkea2022.4-6.25","url":null,"abstract":"When developing pulse converters, in order to ensure a low level of output current ripples, one should seek a compromise between the overall size of the elements and acceptable losses in them, while taking into account the dynamic characteristics of power sources as closed systems with feedback. Using multiphase pulse converters can help solve the said problem, but will not ensure a low level of output current ripples in a wide range of the duty cycle of the control pulses. This study aims to find a pulse converter topology capable of ensuring the reduction of the output current ripples, while maintaining the power and volume of the structure. The paper demonstrates the relevance of the study of pulse converters aimed at obtaining a low-ripple output current for powering sensitive loads and gives an overview of ways to reduce the ripples and the most common topologies of converters. The authors describe the results of the practical application of the developed experimental stand and analyze the obtained dependences of the output current ripples on the volumes of the power sections of the converters of different topologies under the same power and frequency. Recommendations are given for choosing the type of converter in each specific case in terms of reducing ripples.","PeriodicalId":231412,"journal":{"name":"Технология и конструирование в электронной аппаратуре","volume":"32 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1900-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131572551","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Implementation of Manchester codec for information transmission systems based on AVR and ARM architecture microcontrollers 基于AVR和ARM架构的曼彻斯特编解码器在信息传输系统中的实现
А. V. Sadchenko, O. Kushnirenko, N. Kushnirenko, O. Sadchenko, O. Troyanskiy
ATmega series AVR microcontrollers (e.g., ATmega8A or ATmega16A) and ARM microcontrollers with a Cortex M3 core (e.g., STM32F103С8T6) are among the most popular controllers used in solving engineering problems related to servicing various fire and security alarm sensors and devices for metering household and industrial power consumption. At the same time, to transfer the data via a twisted pair or AC voltage network, it needs to be encoded using Manchester 1 or Manchester 2 code, and said AVR and ARM microcontroller units (MCU) contain no hardware encoder and decoder for the Manchester code.The study aimed at solving the engineering problem of implementing the codec (encoder-decoder) of the Manchester code based on the hardware interfaces of low-performance microcontrollers.The direct implementation of the encoding algorithm with the Manchester code using a purely software-driven approach significantly decreases the information transfer rate. At the same time, among the hardware interfaces of the MCU, there is always a serial universal asynchronous data transceiver (UART). However, the UART data transfer protocol is not generally suitable for Manchester encoding and, therefore, needs to be software adapted.In order to adapt the UART protocol to the conditions of Manchester encoding, the 8N1 mode is selected at the hardware level, which means 8 data bits, 1 stop and 1 start bit. The software implementation of the encoder consists in the fact that out of the total possible volume of 256 code combinations, 16 are selected that satisfy the Manchester 2 code, while the start and stop conditions for data bytes transmitted in a row also satisfy the structure of the Manchester code.To maximize the efficiency of the program code, all code words are stored in the memory of the MCU in such a way that their serial number corresponds to the decimal interpretation of 4 bits of the input data. The decoding of the received data is also performed as efficiently as possible using the decoding table.The implementation of the software and hardware codec of the Manchester code significantly expands the scope of popular AVR and ARM microcontrollers and reduces the cost of the finished product by excluding any additional units that perform the function of encoding and decoding the Manchester code.
ATmega系列AVR微控制器(例如,ATmega8A或ATmega16A)和带有Cortex M3核心的ARM微控制器(例如,STM32F103С8T6)是用于解决与服务各种火灾和安全报警传感器和设备相关的工程问题的最受欢迎的控制器,用于计量家庭和工业功耗。同时,为了通过双绞线或交流电压网络传输数据,需要使用曼彻斯特1或曼彻斯特2码进行编码,并且AVR和ARM微控制器单元(MCU)不包含曼彻斯特码的硬件编码器和解码器。本研究旨在解决基于低性能微控制器硬件接口实现曼彻斯特码编解码器(编码器-解码器)的工程问题。使用纯软件驱动的方法直接实现曼彻斯特码的编码算法显著降低了信息传输速率。同时,在单片机的硬件接口中,总是有一个串行通用异步数据收发器(UART)。然而,UART数据传输协议通常不适合曼彻斯特编码,因此需要软件调整。为了使UART协议适应曼彻斯特编码的条件,在硬件层选择8N1模式,即8个数据位,1个停止位和1个开始位。该编码器的软件实现在于,在256个可能的编码组合总量中,选择16个满足曼切斯特2码,而一行传输的数据字节的开始和停止条件也满足曼切斯特码的结构。为了最大限度地提高程序代码的效率,所有码字都以这样一种方式存储在MCU的存储器中,即它们的序列号对应于输入数据的4位的十进制解释。接收到的数据的解码也使用解码表尽可能高效地执行。曼彻斯特码的软硬件编解码器的实现大大扩展了流行的AVR和ARM微控制器的范围,并且通过排除执行曼彻斯特码编码和解码功能的任何额外单元,降低了成品的成本。
{"title":"Implementation of Manchester codec for information transmission systems based on AVR and ARM architecture microcontrollers","authors":"А. V. Sadchenko, O. Kushnirenko, N. Kushnirenko, O. Sadchenko, O. Troyanskiy","doi":"10.15222/tkea2022.4-6.17","DOIUrl":"https://doi.org/10.15222/tkea2022.4-6.17","url":null,"abstract":"ATmega series AVR microcontrollers (e.g., ATmega8A or ATmega16A) and ARM microcontrollers with a Cortex M3 core (e.g., STM32F103С8T6) are among the most popular controllers used in solving engineering problems related to servicing various fire and security alarm sensors and devices for metering household and industrial power consumption. At the same time, to transfer the data via a twisted pair or AC voltage network, it needs to be encoded using Manchester 1 or Manchester 2 code, and said AVR and ARM microcontroller units (MCU) contain no hardware encoder and decoder for the Manchester code.\u0000The study aimed at solving the engineering problem of implementing the codec (encoder-decoder) of the Manchester code based on the hardware interfaces of low-performance microcontrollers.\u0000The direct implementation of the encoding algorithm with the Manchester code using a purely software-driven approach significantly decreases the information transfer rate. At the same time, among the hardware interfaces of the MCU, there is always a serial universal asynchronous data transceiver (UART). However, the UART data transfer protocol is not generally suitable for Manchester encoding and, therefore, needs to be software adapted.\u0000In order to adapt the UART protocol to the conditions of Manchester encoding, the 8N1 mode is selected at the hardware level, which means 8 data bits, 1 stop and 1 start bit. The software implementation of the encoder consists in the fact that out of the total possible volume of 256 code combinations, 16 are selected that satisfy the Manchester 2 code, while the start and stop conditions for data bytes transmitted in a row also satisfy the structure of the Manchester code.\u0000To maximize the efficiency of the program code, all code words are stored in the memory of the MCU in such a way that their serial number corresponds to the decimal interpretation of 4 bits of the input data. The decoding of the received data is also performed as efficiently as possible using the decoding table.\u0000The implementation of the software and hardware codec of the Manchester code significantly expands the scope of popular AVR and ARM microcontrollers and reduces the cost of the finished product by excluding any additional units that perform the function of encoding and decoding the Manchester code.","PeriodicalId":231412,"journal":{"name":"Технология и конструирование в электронной аппаратуре","volume":"39 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1900-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133239025","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Crystallization processes of thin polycrystalline layers of galium stybnide for thermophotovoltaic application 热光伏应用的苯乙烯化镓薄多晶层的结晶工艺
Ye. O. Bahanov, S. Shutov, V. Tsybulenko, S. Levytskyi
The cost of thermophotovoltaic converters can be reduced by making substrates of amorphous materials, which do not have an orienting effect, such as glass or fused quartz, for obtaining thin polycrystalline GaSb layers. The study establishes the conditions for the crystallization of thin polycrystalline GaSb layers with grain size sufficient to produce efficient thermophotovoltaic converter structures on a non-orienting substrate made of fused quartz. The authors carry out a two-dimensional modeling of the initial nucleus growth to study how the crystallization conditions affect the shape of the grains. It is shown that the form of grain growth is not very sensitive to the initial nucleus size and cooling rate, but is rather sensitive to nucleus density on the surface. The paper provides an estimate of the average surface density of the new phase nuclei, which tend to grow, on substrate surfaces. When the temperature is increased, the surface concentration of nuclei grows, and the grain size decreases. It is determined that the selected range of grain surface density corresponds to the cultivation temperature range of 450—550°С. Thin polycrystalline GaSb layers are grown at 520°С with a cooling rate of 10°C/ min to a temperature of 400°C, using a method developed by us, which requires simple equipment and consists in the forced cooling of a thin layer of stibium in a gallium melt in a vacuum. The degree of crystallinity of the samples is estimated from the photoluminescence spectra at 77 K. The spectra show two emission bands: one at 796 meV and another, the predominant one, at 775 meV, which indicates the presence of a significant number of point defects and deviations from the stoichiometry of the obtained films.The studies performed on an interference microscope show that the obtained layers have good planarity and homogeneity, and the average grain size is up to 25 microns, which confirms the validity of the proposed models. This technology can be used to manufacture inexpensive infrared radiation converters and, in particular, thermophotovoltaic converters.
热光伏转换器的成本可以通过制造无定形材料来降低,无定形材料没有定向效应,例如玻璃或熔融石英,以获得薄的多晶GaSb层。该研究建立了薄多晶GaSb层的结晶条件,其晶粒尺寸足以在熔融石英制成的无取向衬底上生产高效的热光伏转换器结构。为了研究结晶条件对晶粒形状的影响,作者对初始核生长进行了二维模拟。结果表明,晶粒生长形式对初始核尺寸和冷却速度不敏感,而对表面核密度敏感。本文给出了在衬底表面易于生长的新相核的平均表面密度的估计。随着温度的升高,表面核浓度增大,晶粒尺寸减小。确定了所选择的晶粒表面密度范围对应于培养温度450 ~ 550°С。使用我们开发的方法,在520°С下以10°C/ min的冷却速度生长到400°C的薄多晶GaSb层,该方法需要简单的设备,并且包括在真空中镓熔体中强制冷却薄层锑。样品的结晶度由77 K时的光致发光光谱估计。光谱显示出796 meV和775 meV的两个主要发射带,这表明所得到的薄膜存在大量的点缺陷和化学计量的偏差。在干涉显微镜下进行的研究表明,所得层具有良好的平面度和均匀性,平均晶粒尺寸可达25微米,证实了所提模型的有效性。该技术可用于制造廉价的红外辐射转换器,特别是热光伏转换器。
{"title":"Crystallization processes of thin polycrystalline layers of galium stybnide for thermophotovoltaic application","authors":"Ye. O. Bahanov, S. Shutov, V. Tsybulenko, S. Levytskyi","doi":"10.15222/tkea2022.4-6.39","DOIUrl":"https://doi.org/10.15222/tkea2022.4-6.39","url":null,"abstract":"The cost of thermophotovoltaic converters can be reduced by making substrates of amorphous materials, which do not have an orienting effect, such as glass or fused quartz, for obtaining thin polycrystalline GaSb layers. The study establishes the conditions for the crystallization of thin polycrystalline GaSb layers with grain size sufficient to produce efficient thermophotovoltaic converter structures on a non-orienting substrate made of fused quartz. The authors carry out a two-dimensional modeling of the initial nucleus growth to study how the crystallization conditions affect the shape of the grains. It is shown that the form of grain growth is not very sensitive to the initial nucleus size and cooling rate, but is rather sensitive to nucleus density on the surface. The paper provides an estimate of the average surface density of the new phase nuclei, which tend to grow, on substrate surfaces. When the temperature is increased, the surface concentration of nuclei grows, and the grain size decreases. It is determined that the selected range of grain surface density corresponds to the cultivation temperature range of 450—550°С. Thin polycrystalline GaSb layers are grown at 520°С with a cooling rate of 10°C/ min to a temperature of 400°C, using a method developed by us, which requires simple equipment and consists in the forced cooling of a thin layer of stibium in a gallium melt in a vacuum. The degree of crystallinity of the samples is estimated from the photoluminescence spectra at 77 K. The spectra show two emission bands: one at 796 meV and another, the predominant one, at 775 meV, which indicates the presence of a significant number of point defects and deviations from the stoichiometry of the obtained films.\u0000The studies performed on an interference microscope show that the obtained layers have good planarity and homogeneity, and the average grain size is up to 25 microns, which confirms the validity of the proposed models. This technology can be used to manufacture inexpensive infrared radiation converters and, in particular, thermophotovoltaic converters.","PeriodicalId":231412,"journal":{"name":"Технология и конструирование в электронной аппаратуре","volume":"25 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1900-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124103968","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Investigation of the possibility to compensate for the blooming effect in CCD optical spectral sensors CCD光谱传感器中补偿晕开效应的可能性研究
A. D. Yegorov, V. Yegorov, S. Yegorov, I. Sinelnikov
The multipixel semiconductor light sensors are becoming more and more popular in the spectroscopy practice. But insufficient for the spectroscopy dynamic range and nonlinearity of such sensors are well known. The described experiment shows nonlinearity of the sensor starting from certain light level. The role of blooming effect is shown on different complex spectral reliefs. The aim of this work was to carry out comparative studies of the dynamic range of sensors depending on the presence of anti-blooming, as well as to develop ways to expand the dynamic range during spectrophotometric measurements. Based on common sense and the analysis of previous experiments it is reasonable to assume that registration of the same spectral region with bidirectional transportation of charges in CCD devices could give extra advantages for the following linearization.In order to investigate the problem, a camera was created that allows recording the same plots of the spectrum with pairs of detector lines with the opposite direction of charge transport in charge-coupled devices (CCD). The paper presents a description of the technical solutions used in the development of the camera and the results of measurements of real emission spectra. The methods for processing data recorded during such spectrum registering are proposed. The possibility of a significant expansion of the dynamic range in the field of large signals is shown.The results of the experiment prove the possibility of using the proposed method for linearization of over-illuminated spectral line images. The comparison of the non-linearity of several types of sensors with different anti-blooming capabilities was performed. The described technology may be used for developing multisensor CCD spectral cameras.
多像元半导体光传感器在光谱学实践中得到越来越广泛的应用。但对此类传感器的光谱动态范围和非线性特性的认识还不够充分。实验表明,从一定的光照水平开始,传感器呈现非线性。揭示了绽放效应在不同复谱浮雕上的作用。本工作的目的是对传感器的动态范围进行比较研究,这取决于抗开花的存在,以及开发在分光光度测量中扩大动态范围的方法。根据常识和以往实验的分析,我们可以合理地假设,在CCD器件中,电荷双向输运的同一光谱区域进行配准可以为后续的线性化提供额外的优势。为了研究这个问题,一种相机被创造出来,它可以用电荷耦合器件(CCD)中电荷输运方向相反的一对探测器线来记录相同的光谱图。本文介绍了该相机研制过程中所采用的技术方案和实际发射光谱的测量结果。提出了对这种频谱配准过程中记录的数据进行处理的方法。显示了在大信号领域显著扩展动态范围的可能性。实验结果证明了该方法用于过照光谱线图像线性化的可能性。对几种具有不同抗晕花能力的传感器的非线性进行了比较。该技术可用于研制多传感器CCD光谱相机。
{"title":"Investigation of the possibility to compensate for the blooming effect in CCD optical spectral sensors","authors":"A. D. Yegorov, V. Yegorov, S. Yegorov, I. Sinelnikov","doi":"10.15222/tkea2019.5-6.08","DOIUrl":"https://doi.org/10.15222/tkea2019.5-6.08","url":null,"abstract":"The multipixel semiconductor light sensors are becoming more and more popular in the spectroscopy practice. But insufficient for the spectroscopy dynamic range and nonlinearity of such sensors are well known. The described experiment shows nonlinearity of the sensor starting from certain light level. The role of blooming effect is shown on different complex spectral reliefs. The aim of this work was to carry out comparative studies of the dynamic range of sensors depending on the presence of anti-blooming, as well as to develop ways to expand the dynamic range during spectrophotometric measurements. Based on common sense and the analysis of previous experiments it is reasonable to assume that registration of the same spectral region with bidirectional transportation of charges in CCD devices could give extra advantages for the following linearization.\u0000In order to investigate the problem, a camera was created that allows recording the same plots of the spectrum with pairs of detector lines with the opposite direction of charge transport in charge-coupled devices (CCD). The paper presents a description of the technical solutions used in the development of the camera and the results of measurements of real emission spectra. The methods for processing data recorded during such spectrum registering are proposed. The possibility of a significant expansion of the dynamic range in the field of large signals is shown.\u0000The results of the experiment prove the possibility of using the proposed method for linearization of over-illuminated spectral line images. The comparison of the non-linearity of several types of sensors with different anti-blooming capabilities was performed. \u0000The described technology may be used for developing multisensor CCD spectral cameras.","PeriodicalId":231412,"journal":{"name":"Технология и конструирование в электронной аппаратуре","volume":"17 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1900-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127845652","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Influence of impurities and structural defects on electrophysical and detector properties of CdTe and CdZnTe 杂质和结构缺陷对CdTe和CdZnTe电物理和探测器性能的影响
A. Kondrik, G. Kovtun
Solid-state ionizing radiation detectors based on high-resistance semiconductors can be used to monitor the safety of nuclear reactors. High-resistance CdTe and CdZnTe have very good electrophysical and detector properties. The objective of this study was to use computer simulation to determine how impurities and structural defects, as well as their clusters, affect electrophysical and detector properties of Cd1-xZnxTe (0≤x≤0.3). The calculations were based on well-tested models, the reliability of which was confirmed when comparing simulation results with well-known experimental data. It has been established that deep donors with energy levels near the middle of the band gap considerably extend the area of the high-resistance state of CdTe and CdZnTe, which is suitable for the creation of radiation detectors. The capture and recombination of non-equilibrium charge carriers occurs at the deep levels of cadmium vacancies owing to the influence of Ti, V, Ge, Ni, and Sn impurities. For this reason, such impurities are considered to be harmful, noticeably reducing the efficiency of charge collection η in CdTe and CdZnTe detectors. The decrease of electron mobility in CdTe and CdZnTe can be caused by the distribution heterogeneity of impurities (impurity clusters).When concentration of harmful impurities Ti, V, Ni, Sn, Ge does not exceed the content of the "background", provided that the impurities are distributed over the crystal uniformly, it is possible to obtain high-resistance CdZnTe of an acceptable detector quality. The obtained results could help determining conditions for producing CdTe and CdZnTe materials of high detector quality.
基于高阻半导体的固态电离辐射探测器可用于核反应堆的安全监测。高阻CdTe和CdZnTe具有很好的电物理性能和探测器性能。本研究的目的是利用计算机模拟来确定杂质和结构缺陷及其团簇如何影响Cd1-xZnxTe(0≤x≤0.3)的电物理和探测器性能。计算基于经过充分测试的模型,通过将仿真结果与已知实验数据进行比较,证实了模型的可靠性。已经确定,在带隙中间附近的能级的深层供体大大扩展了CdTe和CdZnTe的高阻态区域,这适合于创建辐射探测器。由于Ti, V, Ge, Ni和Sn杂质的影响,非平衡载流子的捕获和重组发生在镉空位的深层。因此,这些杂质被认为是有害的,显著降低了CdTe和CdZnTe探测器的电荷收集η效率。CdTe和CdZnTe中电子迁移率的降低可能是由杂质(杂质团簇)的分布不均一性引起的。当有害杂质Ti、V、Ni、Sn、Ge的浓度不超过“本底”含量时,只要杂质均匀分布在晶体上,就有可能获得探测器质量可接受的高电阻CdZnTe。所得结果为制备高质量的CdTe和CdZnTe探测器材料提供了条件。
{"title":"Influence of impurities and structural defects on electrophysical and detector properties of CdTe and CdZnTe","authors":"A. Kondrik, G. Kovtun","doi":"10.15222/tkea2019.5-6.43","DOIUrl":"https://doi.org/10.15222/tkea2019.5-6.43","url":null,"abstract":"Solid-state ionizing radiation detectors based on high-resistance semiconductors can be used to monitor the safety of nuclear reactors. High-resistance CdTe and CdZnTe have very good electrophysical and detector properties. The objective of this study was to use computer simulation to determine how impurities and structural defects, as well as their clusters, affect electrophysical and detector properties of Cd1-xZnxTe (0≤x≤0.3). The calculations were based on well-tested models, the reliability of which was confirmed when comparing simulation results with well-known experimental data. It has been established that deep donors with energy levels near the middle of the band gap considerably extend the area of the high-resistance state of CdTe and CdZnTe, which is suitable for the creation of radiation detectors. The capture and recombination of non-equilibrium charge carriers occurs at the deep levels of cadmium vacancies owing to the influence of Ti, V, Ge, Ni, and Sn impurities. For this reason, such impurities are considered to be harmful, noticeably reducing the efficiency of charge collection η in CdTe and CdZnTe detectors. The decrease of electron mobility in CdTe and CdZnTe can be caused by the distribution heterogeneity of impurities (impurity clusters).When concentration of harmful impurities Ti, V, Ni, Sn, Ge does not exceed the content of the \"background\", provided that the impurities are distributed over the crystal uniformly, it is possible to obtain high-resistance CdZnTe of an acceptable detector quality. The obtained results could help determining conditions for producing CdTe and CdZnTe materials of high detector quality.","PeriodicalId":231412,"journal":{"name":"Технология и конструирование в электронной аппаратуре","volume":"73 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1900-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127572459","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
Stabilization of bonding force during ultrasonic wire and ribbon bonding 超声线带键合过程中结合力的稳定
I. B. Petuhov
To improve the quality of ultrasonic wire and ribbon bonding, the author propose a methodology for stabilizing the bonding force by compensating the rigidity of ultrasonic transducer (UST) mount in the ultrasonic / thermosonic bonding cycle. The author analyze the construction of ultrasonic technological systems and factors affecting the stability of the bonding process. The bonding force is controlled by an electromagnetic unit based on a coil in the field of a constant magnet, the force being directly proportional to the flowing current in the coil. The rigidity of ultrasonic transducer mount was compensated by the data obtained during the preliminary calibration of the change in the mount force over the entire UST overrun range. The calibration in this case is performed with no current flowing through the coil. The force value can be picked up from a digital force sensor. The force values are simultaneously compared with the digitized signal of the deformation sensor. The obtained data is stored in the memory of the wire bonder.In the bonding cycle, after the moment of contact is determined, the drive unit moves the bonding head vertically by the value of a predetermined distance of approximately one diameter of the bonding wire. This causes the movable part of the UST mount to rise and the force to increase. This increase is compensated by the automatic reduction of the current in the electromagnetic coil, which allows maintaining the preset force at the specified level. The bonding force during bonding is compensated in the same way, with the difference that the vector of force compensation changes – the force should increase with an increase in the deformation of the bonding wire. The implementation of the proposed algorithm made it possible to improve the bonding force stabilization to 20% when bonding thick wire, as well as to improve bonding quality. The proposed solution is also applicable in other technological ultrasound bonding systems, including bonding wire with the diameter of <100 microns.
为了提高超声丝带键合的质量,提出了一种通过补偿超声换能器(UST)支架刚度来稳定键合力的方法。分析了超声工艺系统的构成及影响粘接过程稳定性的因素。结合力是由一个基于线圈的电磁单元控制的,在恒定的磁场中,该力与线圈中的电流成正比。超声换能器安装的刚度通过在整个UST超限范围内安装力变化的初步校准期间获得的数据进行补偿。在这种情况下,校准是在没有电流流过线圈的情况下进行的。力值可以从数字力传感器中获取。同时将力值与变形传感器的数字化信号进行比较。所获得的数据存储在线键机的存储器中。在键合循环中,在确定接触力矩后,驱动单元将键合头垂直移动约一键合线直径的预定距离值。这导致UST安装的可移动部分上升,力增加。这种增加是由电磁线圈中电流的自动减少来补偿的,这允许在指定的水平上保持预设的力。粘接过程中的粘合力也以同样的方式进行补偿,不同之处在于力补偿的矢量发生了变化——力应该随着粘接丝变形的增加而增加。该算法的实现使粗丝粘接时的粘接力稳定性提高到20%,同时提高了粘接质量。该解决方案也适用于其他工艺超声键合系统,包括直径<100微米的键合线。
{"title":"Stabilization of bonding force during ultrasonic wire and ribbon bonding","authors":"I. B. Petuhov","doi":"10.15222/tkea2021.1-2.49","DOIUrl":"https://doi.org/10.15222/tkea2021.1-2.49","url":null,"abstract":"To improve the quality of ultrasonic wire and ribbon bonding, the author propose a methodology for stabilizing the bonding force by compensating the rigidity of ultrasonic transducer (UST) mount in the ultrasonic / thermosonic bonding cycle. The author analyze the construction of ultrasonic technological systems and factors affecting the stability of the bonding process. The bonding force is controlled by an electromagnetic unit based on a coil in the field of a constant magnet, the force being directly proportional to the flowing current in the coil. The rigidity of ultrasonic transducer mount was compensated by the data obtained during the preliminary calibration of the change in the mount force over the entire UST overrun range. The calibration in this case is performed with no current flowing through the coil. The force value can be picked up from a digital force sensor. The force values are simultaneously compared with the digitized signal of the deformation sensor. The obtained data is stored in the memory of the wire bonder.\u0000In the bonding cycle, after the moment of contact is determined, the drive unit moves the bonding head vertically by the value of a predetermined distance of approximately one diameter of the bonding wire. This causes the movable part of the UST mount to rise and the force to increase. This increase is compensated by the automatic reduction of the current in the electromagnetic coil, which allows maintaining the preset force at the specified level. The bonding force during bonding is compensated in the same way, with the difference that the vector of force compensation changes – the force should increase with an increase in the deformation of the bonding wire. The implementation of the proposed algorithm made it possible to improve the bonding force stabilization to 20% when bonding thick wire, as well as to improve bonding quality. The proposed solution is also applicable in other technological ultrasound bonding systems, including bonding wire with the diameter of <100 microns.","PeriodicalId":231412,"journal":{"name":"Технология и конструирование в электронной аппаратуре","volume":"33 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1900-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121970542","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Device for investigating thermal stability of characteristics of voltage-to-frequiency converters 研究电压-频率转换器特性热稳定性的装置
V. Zavadsky, R. Kharchenko, S. Dranchuk, V. Tsatsko
The article presents the research results on a device for automatic measurement of the temperature stability of the output characteristics of voltage-to-frequency converters. The device can be used to measure mechanical stresses in the ship's hull. The main source of information on the state of the mechanical stress on the hull of the ship is the integrated monitoring system. Monitoring methods are based on measuring the frequency of the output signals from the sensors based on strain gages, which have a wide scatter of values for parameters and characteristics and depend on external factors. A possible solution to this problem is to use a device that would convert the analog sensor signal into a more noise-immune signal of another type, for example, voltage-to-frequency converter. It is for such systems based on synchronous integrated converters that the authors have developed a device for automatic measurement of the temperature stability of the output characteristics of frequency converters. Such device can measure the thermal stability of the convertor automatically, which makes it possible to analyze the effect of temperature on the output characteristics of the converter and to experimentally study the sensors in a wide range of operating temperatures (from room temperature to 70℃).The study of the thermal stability of the characteristics of such sensors made it possible to confirm the quality of its electronic components and to determine which parameters need to be adjusted. The device is a set of units, one of them being a control circuit based on the ATmega-16 RISC microcontroller. This design and the developed algorithm for the device operation makes it possible to determine the output frequency with a high accuracy (with a measurement time of 1 sec, the accuracy reaches 0.05%).The developed device allows finding the ways to increase the thermal stability of mechanical stress sensors based on integral converters.
本文介绍了一种电压-频率转换器输出特性温度稳定性自动测量装置的研究成果。该装置可用于测量船体的机械应力。船舶船体机械应力状态信息的主要来源是综合监测系统。监测方法基于基于应变片的传感器输出信号的频率测量,这些传感器的参数和特性值分布很广,并且依赖于外部因素。这个问题的一个可能的解决方案是使用一种设备,将模拟传感器信号转换成另一种类型的更抗噪声的信号,例如电压-频率转换器。针对这种基于同步集成变换器的系统,作者研制了一种自动测量变频器输出特性温度稳定性的装置。该装置可以自动测量变换器的热稳定性,从而可以分析温度对变换器输出特性的影响,并可以在很宽的工作温度范围内(从室温到70℃)对传感器进行实验研究。对这种传感器特性的热稳定性的研究,使确认其电子元件的质量和确定哪些参数需要调整成为可能。该器件是一组单元,其中一个是基于ATmega-16 RISC微控制器的控制电路。这种设计和所开发的器件运行算法,使得高精度的确定输出频率成为可能(测量时间为1秒,精度达到0.05%)。所开发的装置可以找到增加基于积分转换器的机械应力传感器的热稳定性的方法。
{"title":"Device for investigating thermal stability of characteristics of voltage-to-frequiency converters","authors":"V. Zavadsky, R. Kharchenko, S. Dranchuk, V. Tsatsko","doi":"10.15222/tkea2021.3-4.09","DOIUrl":"https://doi.org/10.15222/tkea2021.3-4.09","url":null,"abstract":"The article presents the research results on a device for automatic measurement of the temperature stability of the output characteristics of voltage-to-frequency converters. The device can be used to measure mechanical stresses in the ship's hull. \u0000The main source of information on the state of the mechanical stress on the hull of the ship is the integrated monitoring system. Monitoring methods are based on measuring the frequency of the output signals from the sensors based on strain gages, which have a wide scatter of values for parameters and characteristics and depend on external factors. A possible solution to this problem is to use a device that would convert the analog sensor signal into a more noise-immune signal of another type, for example, voltage-to-frequency converter. It is for such systems based on synchronous integrated converters that the authors have developed a device for automatic measurement of the temperature stability of the output characteristics of frequency converters. \u0000Such device can measure the thermal stability of the convertor automatically, which makes it possible to analyze the effect of temperature on the output characteristics of the converter and to experimentally study the sensors in a wide range of operating temperatures (from room temperature to 70℃).\u0000The study of the thermal stability of the characteristics of such sensors made it possible to confirm the quality of its electronic components and to determine which parameters need to be adjusted. The device is a set of units, one of them being a control circuit based on the ATmega-16 RISC microcontroller. This design and the developed algorithm for the device operation makes it possible to determine the output frequency with a high accuracy (with a measurement time of 1 sec, the accuracy reaches 0.05%).\u0000The developed device allows finding the ways to increase the thermal stability of mechanical stress sensors based on integral converters.","PeriodicalId":231412,"journal":{"name":"Технология и конструирование в электронной аппаратуре","volume":"83 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1900-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122488819","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Information extraction from ultrawideband electromagnetic wave in near radiation zone 近辐射区超宽带电磁波信息提取
R. Akhmedov
The authors study the dependence of the shape of electromagnetic pulse received in near radiation zone of the antenna on the observation point. The paper discusses negative and positive effects of this phenomenon on the wireless impulse communication and presents a new method of information extraction form ultrawideband electromagnetic pulse, comparing it to the traditional way of signal processing. The method is based on modern deep learning technics and recurrent neural networks, namely physical long short-term memory. Moreover, the paper presents a concept of direct sequence ultrawideband (DS-UWB) impulse radio receiver based on a physical neural network. It is proposed to change the traditional way of radio signal processing and use a single neural network instead of a matched filter, a magnitude amplifier and a FPGA processor. The architecture of the physical neural network was designed with an intention to study the behavior of ultrawideband short pulse (UWB-SP) radio signal in near and far radiation zones. The applicability of the neural radio concept is proved by simulation of AWGN communication channel for multiuser environment and real time RX signal processing by the designed neural network. The paper contains the results of a numerical modeling of the radiation-reception process and illustrations of the neural network training process. The lens impulse radiation antenna is considered as radiator of transient electromagnetic field for simulation. The radiation process is modeled with the help of the antenna’s transient response obtained using the evolution approach and the superposition principle in the form of Duhamel integral. The prospects of using the proposed methodology in the problems of the Internet of Things are analyzed. The study shows that using the proposed method allows solving multipathing and multiuser problems even in near radiation zone.
研究了天线近辐射区接收到的电磁脉冲形状与观测点的关系。讨论了这一现象对无线脉冲通信的消极和积极影响,提出了一种从超宽带电磁脉冲中提取信息的新方法,并与传统的信号处理方法进行了比较。该方法基于现代深度学习技术和递归神经网络,即物理长短期记忆。此外,本文还提出了一种基于物理神经网络的直接序列超宽带脉冲无线电接收机的概念。提出了一种改变传统无线电信号处理方式的方法,用单个神经网络代替匹配滤波器、幅度放大器和FPGA处理器。设计了物理神经网络的体系结构,旨在研究超宽带短脉冲(UWB-SP)无线电信号在近、远辐射区的行为。通过对多用户环境下AWGN通信信道的仿真以及所设计的神经网络对RX信号的实时处理,验证了神经无线电概念的适用性。本文给出了辐射接收过程的数值模拟结果和神经网络训练过程的实例。将透镜脉冲辐射天线作为瞬态电磁场的辐射体进行仿真。利用演化法和叠加原理得到的天线瞬态响应,以Duhamel积分的形式对辐射过程进行建模。分析了该方法在物联网问题研究中的应用前景。研究表明,使用该方法可以解决近辐射区域的多路径和多用户问题。
{"title":"Information extraction from ultrawideband electromagnetic wave in near radiation zone","authors":"R. Akhmedov","doi":"10.15222/tkea2020.3-4.03","DOIUrl":"https://doi.org/10.15222/tkea2020.3-4.03","url":null,"abstract":"The authors study the dependence of the shape of electromagnetic pulse received in near radiation zone of the antenna on the observation point. The paper discusses negative and positive effects of this phenomenon on the wireless impulse communication and presents a new method of information extraction form ultrawideband electromagnetic pulse, comparing it to the traditional way of signal processing. \u0000The method is based on modern deep learning technics and recurrent neural networks, namely physical long short-term memory. Moreover, the paper presents a concept of direct sequence ultrawideband (DS-UWB) impulse radio receiver based on a physical neural network. It is proposed to change the traditional way of radio signal processing and use a single neural network instead of a matched filter, a magnitude amplifier and a FPGA processor. The architecture of the physical neural network was designed with an intention to study the behavior of ultrawideband short pulse (UWB-SP) radio signal in near and far radiation zones. \u0000The applicability of the neural radio concept is proved by simulation of AWGN communication channel for multiuser environment and real time RX signal processing by the designed neural network. The paper contains the results of a numerical modeling of the radiation-reception process and illustrations of the neural network training process. The lens impulse radiation antenna is considered as radiator of transient electromagnetic field for simulation. The radiation process is modeled with the help of the antenna’s transient response obtained using the evolution approach and the superposition principle in the form of Duhamel integral. \u0000The prospects of using the proposed methodology in the problems of the Internet of Things are analyzed. The study shows that using the proposed method allows solving multipathing and multiuser problems even in near radiation zone.","PeriodicalId":231412,"journal":{"name":"Технология и конструирование в электронной аппаратуре","volume":"4 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1900-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134206755","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Using full factorial experiment to simulate electricity generation by solar batteries 利用全因子实验模拟太阳能电池发电
A. A. Yefimenko, O. Logvinov, L. I. Prisyazhniuk
The amount of electrical energy generated by solar batteries (SB) depends significantly on their position relative to the Sun. The presence of dependencies of the initial parameter of the SB on the factors determining this position allows finding the optimal orientation of fixed or partially fixed SBs. This paper presents the results of the study on the conditions of using a full factorial experiment for creating mathematical models — regression equations — to simulate the operation of solar batteries under the condition of reducing the amount of field tests necessary for this. It is shown that the simulation accuracy significantly depends on the range of factor values.The conducted study demonstrates that the use of a full factorial experiment in the range of factor values approaching all possible is appropriate for preliminary simulation of the solar battery operation and an approximate assessment of the simulation results in connection with significant errors. Narrowing the range of factor values significantly reduces the deviations of simulation results from experimental data, which in many cases can be accepted, especially if the simulation results are used for specific operating conditions of the solar cell. In order to create mathematical models that would more accurately approach the actual ones obtained experimentally, it is necessary to use dependencies for concretized values of factors.
太阳能电池(SB)产生的电能的数量在很大程度上取决于它们相对于太阳的位置。SB的初始参数对决定该位置的因素的依赖关系的存在允许找到固定或部分固定SB的最佳方向。本文介绍了在减少必要的实地试验次数的条件下,利用全析因试验建立数学模型——回归方程——来模拟太阳能电池的运行情况的研究结果。仿真结果表明,仿真精度与因子值的取值范围有很大关系。所进行的研究表明,在接近所有可能的因子值范围内使用全因子实验适合于太阳能电池运行的初步模拟和与重大误差有关的模拟结果的近似评估。缩小因子值的范围大大减少了模拟结果与实验数据的偏差,这在许多情况下是可以接受的,特别是当模拟结果用于太阳能电池的特定工作条件时。为了建立更接近实验结果的数学模型,有必要对因子的具体值使用依赖关系。
{"title":"Using full factorial experiment to simulate electricity generation by solar batteries","authors":"A. A. Yefimenko, O. Logvinov, L. I. Prisyazhniuk","doi":"10.15222/tkea2022.4-6.32","DOIUrl":"https://doi.org/10.15222/tkea2022.4-6.32","url":null,"abstract":"The amount of electrical energy generated by solar batteries (SB) depends significantly on their position relative to the Sun. The presence of dependencies of the initial parameter of the SB on the factors determining this position allows finding the optimal orientation of fixed or partially fixed SBs. \u0000This paper presents the results of the study on the conditions of using a full factorial experiment for creating mathematical models — regression equations — to simulate the operation of solar batteries under the condition of reducing the amount of field tests necessary for this. It is shown that the simulation accuracy significantly depends on the range of factor values.\u0000The conducted study demonstrates that the use of a full factorial experiment in the range of factor values approaching all possible is appropriate for preliminary simulation of the solar battery operation and an approximate assessment of the simulation results in connection with significant errors. Narrowing the range of factor values significantly reduces the deviations of simulation results from experimental data, which in many cases can be accepted, especially if the simulation results are used for specific operating conditions of the solar cell. In order to create mathematical models that would more accurately approach the actual ones obtained experimentally, it is necessary to use dependencies for concretized values of factors.","PeriodicalId":231412,"journal":{"name":"Технология и конструирование в электронной аппаратуре","volume":"9 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1900-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126074915","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Assessment of assembly complexity of electronic units 电子元件装配复杂性评估
A. N. Tynynyka
The article is devoted to the complexity assessment of harvesting systems. The author considers peculiarities of assembly lines as production systems and the reasons for the constant growth of their complexity. Complex assembly systems are expensive to implement, run, control and maintain, while their complexity affects performance, quality and reliability. Thus, when designing any assembly system, one must look for compromises between its future operation features, its cost and its complexity. To do this, you need to be able to quantify the complexity. This study made it possible to classify the methods of complexity analysis and propose a model that allows quantifying, to some extent, the complexity of the assembly of electronic units and can be used to work with complex multi-subject lines. The study considers the complexity indicators for the operator`s work. To numerically assess the complexity indicators, it is proposed to use the Likert scale.It is assumed that further research should take into account the following issues. The assembly should be designed with consideration of the human factor and the interrelation of technological operations, tools and ergonomics. This is due to the fact that in manual and semi-automatic workplaces, the human operator plays the crucial part. The connection between ergonomics and complexity must be established using the utility function, methods of fuzzy logic, and computer experiments with a test dummy.
本文致力于采集系统的复杂性评估。作者考虑了作为生产系统的装配线的特殊性及其复杂性不断增长的原因。复杂的装配系统在实施、运行、控制和维护方面都是昂贵的,而它们的复杂性影响着性能、质量和可靠性。因此,在设计任何装配系统时,必须在其未来操作特性、成本和复杂性之间寻找折衷方案。要做到这一点,您需要能够量化复杂性。本研究使复杂性分析方法的分类成为可能,并提出了一个模型,该模型可以在一定程度上量化电子单元组装的复杂性,并可用于处理复杂的多主题线。该研究考虑了操作人员工作的复杂性指标。为了对复杂性指标进行数值评价,建议使用李克特量表。我们认为进一步的研究应该考虑到以下问题。在设计装配时应考虑人的因素以及技术操作、工具和人体工程学之间的相互关系。这是由于在手动和半自动工作场所,人类操作员起着至关重要的作用。必须利用效用函数、模糊逻辑方法和计算机试验假人来建立人机工程学与复杂性之间的联系。
{"title":"Assessment of assembly complexity of electronic units","authors":"A. N. Tynynyka","doi":"10.15222/tkea2021.1-2.54","DOIUrl":"https://doi.org/10.15222/tkea2021.1-2.54","url":null,"abstract":"The article is devoted to the complexity assessment of harvesting systems. The author considers peculiarities of assembly lines as production systems and the reasons for the constant growth of their complexity. Complex assembly systems are expensive to implement, run, control and maintain, while their complexity affects performance, quality and reliability. Thus, when designing any assembly system, one must look for compromises between its future operation features, its cost and its complexity. To do this, you need to be able to quantify the complexity. \u0000This study made it possible to classify the methods of complexity analysis and propose a model that allows quantifying, to some extent, the complexity of the assembly of electronic units and can be used to work with complex multi-subject lines. The study considers the complexity indicators for the operator`s work. To numerically assess the complexity indicators, it is proposed to use the Likert scale.\u0000It is assumed that further research should take into account the following issues. The assembly should be designed with consideration of the human factor and the interrelation of technological operations, tools and ergonomics. This is due to the fact that in manual and semi-automatic workplaces, the human operator plays the crucial part. The connection between ergonomics and complexity must be established using the utility function, methods of fuzzy logic, and computer experiments with a test dummy.","PeriodicalId":231412,"journal":{"name":"Технология и конструирование в электронной аппаратуре","volume":"44 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1900-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129916464","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Технология и конструирование в электронной аппаратуре
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1