首页 > 最新文献

Frontiers in electronics最新文献

英文 中文
Energy-efficient neural network design using memristive MAC unit 忆阻MAC单元节能神经网络设计
Pub Date : 2022-09-26 DOI: 10.3389/felec.2022.877629
Shengqi Yu, Thanasin Bunnam, S. Triamlumlerd, Manoch Pracha, F. Xia, R. Shafik, A. Yakovlev
Artificial intelligence applications implemented with neural networks require extensive arithmetic capabilities through multiply-accumulate (MAC) units. Traditional designs based on voltage-mode circuits feature complex logic chains for such purposes as carry processing. Additionally, as a separate memory block is used (e.g., in a von Neumann architecture), data movements incur on-chip communication bottlenecks. Furthermore, conventional multipliers have both operands encoded in the same physical quantity, which is either low cost to update or low cost to hold, but not both. This may be significant for low-energy edge operations. In this paper, we propose and present a mixed-signal multiply-accumulate unit design with in-memory computing to improve both latency and energy. This design is based on a single-bit multiplication cell consisting of a number of memristors and a single transistor switch (1TxM), arranged in a crossbar structure implementing the long-multiplication algorithm. The key innovation is that one of the operands is encoded in easy to update voltage and the other is encoded in non-volatile memristor conductance. This targets operations such as machine learning which feature asymmetric requirements for operand updates. Ohm’s Law and KCL take care of the multiplication in analog. When implemented as part of a NN, the MAC unit incorporates a current to digital stage to produce multi-bit voltage-mode output, in the same format as the input. The computation latency consists of memory writing and result encoding operations, with the Ohm’s Law and KCL operations contributing negligible delay. When compared with other memristor-based multipliers, the proposed work shows an order of magnitude of latency improvement in 4-bit implementations partly because of the Ohm’s Law and KCL time savings and partly because of the short writing operations for the frequently updated operand represented by voltages. In addition, the energy consumption per multiplication cycle of the proposed work is shown to improve by 74%–99% in corner cases. To investigate the usefulness of this MAC design in machine learning applications, its input/output relationships is characterized using multi-layer perceptrons to classify the well-known hand-writing digit dataset MNIST. This case study implements a quantization-aware training and includes the non-ideal effect of our MAC unit to allow the NN to learn and preserve its high accuracy. The simulation results show the NN using the proposed MAC unit yields an accuracy of 93%, which is only 1% lower than its baseline.
用神经网络实现的人工智能应用需要通过乘法累加(MAC)单元来实现广泛的算术能力。基于电压模式电路的传统设计具有用于进位处理等目的的复杂逻辑链。此外,由于使用了单独的存储块(例如,在冯·诺依曼体系结构中),数据移动会导致片上通信瓶颈。此外,传统乘法器具有以相同物理量编码的两个操作数,这或者是更新的低成本或者是保持的低成本,但不是两者都是。这对于低能量边缘操作可能是重要的。在本文中,我们提出并提出了一种具有内存计算的混合信号乘法累加单元设计,以提高延迟和能量。该设计基于由多个忆阻器和单个晶体管开关(1TxM)组成的单比特乘法单元,该单元布置在实现长乘法算法的纵横结构中。关键的创新是,其中一个操作数以易于更新的电压编码,另一个以非易失性忆阻器电导编码。这针对的是诸如机器学习之类的操作,这些操作具有对操作数更新的不对称要求。欧姆定律和KCL处理模拟中的乘法运算。当作为NN的一部分实现时,MAC单元结合了一个电流到数字级,以产生与输入相同格式的多位电压模式输出。计算延迟由内存写入和结果编码操作组成,欧姆定律和KCL操作造成的延迟可以忽略不计。与其他基于忆阻器的乘法器相比,所提出的工作在4位实现中显示了延迟改进的数量级,部分原因是欧姆定律和KCL时间节省,部分原因在于对由电压表示的频繁更新的操作数的短写入操作。此外,在拐角情况下,所提出的工作的每个乘法循环的能耗提高了74%-99%。为了研究这种MAC设计在机器学习应用中的有用性,使用多层感知器对众所周知的手写数字数据集MNIST进行分类,来表征其输入/输出关系。该案例研究实现了量化感知训练,并包括我们的MAC单元的非理想效果,以允许NN学习并保持其高精度。仿真结果表明,使用所提出的MAC单元的神经网络的准确率为93%,仅比其基线低1%。
{"title":"Energy-efficient neural network design using memristive MAC unit","authors":"Shengqi Yu, Thanasin Bunnam, S. Triamlumlerd, Manoch Pracha, F. Xia, R. Shafik, A. Yakovlev","doi":"10.3389/felec.2022.877629","DOIUrl":"https://doi.org/10.3389/felec.2022.877629","url":null,"abstract":"Artificial intelligence applications implemented with neural networks require extensive arithmetic capabilities through multiply-accumulate (MAC) units. Traditional designs based on voltage-mode circuits feature complex logic chains for such purposes as carry processing. Additionally, as a separate memory block is used (e.g., in a von Neumann architecture), data movements incur on-chip communication bottlenecks. Furthermore, conventional multipliers have both operands encoded in the same physical quantity, which is either low cost to update or low cost to hold, but not both. This may be significant for low-energy edge operations. In this paper, we propose and present a mixed-signal multiply-accumulate unit design with in-memory computing to improve both latency and energy. This design is based on a single-bit multiplication cell consisting of a number of memristors and a single transistor switch (1TxM), arranged in a crossbar structure implementing the long-multiplication algorithm. The key innovation is that one of the operands is encoded in easy to update voltage and the other is encoded in non-volatile memristor conductance. This targets operations such as machine learning which feature asymmetric requirements for operand updates. Ohm’s Law and KCL take care of the multiplication in analog. When implemented as part of a NN, the MAC unit incorporates a current to digital stage to produce multi-bit voltage-mode output, in the same format as the input. The computation latency consists of memory writing and result encoding operations, with the Ohm’s Law and KCL operations contributing negligible delay. When compared with other memristor-based multipliers, the proposed work shows an order of magnitude of latency improvement in 4-bit implementations partly because of the Ohm’s Law and KCL time savings and partly because of the short writing operations for the frequently updated operand represented by voltages. In addition, the energy consumption per multiplication cycle of the proposed work is shown to improve by 74%–99% in corner cases. To investigate the usefulness of this MAC design in machine learning applications, its input/output relationships is characterized using multi-layer perceptrons to classify the well-known hand-writing digit dataset MNIST. This case study implements a quantization-aware training and includes the non-ideal effect of our MAC unit to allow the NN to learn and preserve its high accuracy. The simulation results show the NN using the proposed MAC unit yields an accuracy of 93%, which is only 1% lower than its baseline.","PeriodicalId":73081,"journal":{"name":"Frontiers in electronics","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2022-09-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"46302809","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
Biodegradable polymeric materials for flexible and degradable electronics 柔性和可降解电子产品用可生物降解聚合物材料
Pub Date : 2022-09-06 DOI: 10.3389/felec.2022.985681
Zhiqiang Zhai, Xiaosong Du, Yin Long, Heng Zheng
Biodegradable electronics have great potential to reduce the environmental footprint of electronic devices and to avoid secondary removal of implantable health monitors and therapeutic electronics. Benefiting from the intensive innovation on biodegradable nanomaterials, current transient electronics can realize full components’ degradability. However, design of materials with tissue-comparable flexibility, desired dielectric properties, suitable biocompatibility and programmable biodegradability will always be a challenge to explore the subtle trade-offs between these parameters. In this review, we firstly discuss the general chemical structure and degradation behavior of polymeric biodegradable materials that have been widely studied for various applications. Then, specific properties of different degradable polymer materials such as biocompatibility, biodegradability, and flexibility were compared and evaluated for real-life applications. Complex biodegradable electronics and related strategies with enhanced functionality aimed for different components including substrates, insulators, conductors and semiconductors in complex biodegradable electronics are further researched and discussed. Finally, typical applications of biodegradable electronics in sensing, therapeutic drug delivery, energy storage and integrated electronic systems are highlighted. This paper critically reviews the significant progress made in the field and highlights the future prospects.
可生物降解的电子产品在减少电子设备的环境足迹和避免二次移除植入式健康监测仪和治疗电子产品方面具有巨大的潜力。得益于生物可降解纳米材料的不断创新,当前的瞬态电子学可以实现元件的全降解。然而,设计具有组织可比的柔韧性、理想的介电性能、合适的生物相容性和可编程的生物降解性的材料将始终是探索这些参数之间微妙权衡的挑战。本文首先介绍了高分子生物降解材料的一般化学结构和降解行为,并对其应用进行了广泛的研究。然后,对不同可降解高分子材料的生物相容性、生物可降解性和柔韧性等特性进行了比较和评估。针对复杂生物可降解电子器件中不同的元件,包括衬底、绝缘体、导体和半导体,进一步研究和讨论了复杂生物可降解电子器件及其增强功能的相关策略。最后,重点介绍了生物可降解电子学在传感、治疗药物递送、能量存储和集成电子系统中的典型应用。本文批判性地回顾了该领域取得的重大进展,并强调了未来的前景。
{"title":"Biodegradable polymeric materials for flexible and degradable electronics","authors":"Zhiqiang Zhai, Xiaosong Du, Yin Long, Heng Zheng","doi":"10.3389/felec.2022.985681","DOIUrl":"https://doi.org/10.3389/felec.2022.985681","url":null,"abstract":"Biodegradable electronics have great potential to reduce the environmental footprint of electronic devices and to avoid secondary removal of implantable health monitors and therapeutic electronics. Benefiting from the intensive innovation on biodegradable nanomaterials, current transient electronics can realize full components’ degradability. However, design of materials with tissue-comparable flexibility, desired dielectric properties, suitable biocompatibility and programmable biodegradability will always be a challenge to explore the subtle trade-offs between these parameters. In this review, we firstly discuss the general chemical structure and degradation behavior of polymeric biodegradable materials that have been widely studied for various applications. Then, specific properties of different degradable polymer materials such as biocompatibility, biodegradability, and flexibility were compared and evaluated for real-life applications. Complex biodegradable electronics and related strategies with enhanced functionality aimed for different components including substrates, insulators, conductors and semiconductors in complex biodegradable electronics are further researched and discussed. Finally, typical applications of biodegradable electronics in sensing, therapeutic drug delivery, energy storage and integrated electronic systems are highlighted. This paper critically reviews the significant progress made in the field and highlights the future prospects.","PeriodicalId":73081,"journal":{"name":"Frontiers in electronics","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2022-09-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"45830416","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}
引用次数: 7
Maximum efficiency control and predictive-speed controller design for interior permanent magnet synchronous motor drive systems 永磁同步电机驱动系统的最大效率控制和预测速度控制器设计
Pub Date : 2022-09-01 DOI: 10.3389/felec.2022.904976
Tian‐Hua Liu, Yuxuan Zhuang
Improving the efficiency of home appliances is an important area of research these days, especially for global warming and climate change. To achieve this goal, in this paper, a new method to improve the maximum efficiency control of an interior permanent magnet synchronous motor (IPMSM) drive system, which includes an IPMSM and an inverter, is investigated. By suitably controlling the d-axis current, the IPMSM drive system can quickly reach its maximum efficiency. A steepest ascent method is used to obviously reduce the searching steps of the maximum efficiency tracking control for an IPMSM. According to experimental results, by using the traditional fixed step method, 14 steps are required to reach the maximum efficiency operating point. By using the proposed steepest ascent method, however, only 4 steps are needed to reach the maximum efficiency operating point. In addition, according to the experimental results, during the transient dynamics, the predictive controller obtains faster responses and 2% lower overshoot than the PI controller. Moreover, during adding external load, the predictive controller has only a 10 r/min speed drop and 0.1 s recover time; however, the PI controller has a 40 r/min speed drop and 0.3 s recover time. Experimental results can validate theoretical analysis. Several measured results show when compared to the fix-step searching method with a PI controller, the proposed methods provide quicker searching maximum efficiency ability, quicker and better dynamic transient responses, and lower speed drop when an external load is added.
提高家用电器的效率是当今研究的一个重要领域,尤其是在全球变暖和气候变化的情况下。为了实现这一目标,本文研究了一种改进内部永磁同步电机(IPMSM)驱动系统最大效率控制的新方法,该系统包括IPMSM和逆变器。通过适当控制d轴电流,IPMSM驱动系统可以快速达到其最大效率。针对IPMSM,采用最陡上升法,明显减少了最大效率跟踪控制的搜索步长。根据实验结果,使用传统的固定步长方法,需要14个步长才能达到最大效率操作点。然而,通过使用所提出的最陡上升方法,只需要4个步骤就可以达到最大效率操作点。此外,根据实验结果,在瞬态动力学过程中,预测控制器比PI控制器获得更快的响应和2%的超调。此外,在添加外部负载时,预测控制器只有10r/min的速度下降和0.1s的恢复时间;然而,PI控制器具有40r/min的速度下降和0.3s的恢复时间。实验结果可以验证理论分析的正确性。几项测量结果表明,与带有PI控制器的固定步长搜索方法相比,所提出的方法具有更快的搜索最大效率能力、更快更好的动态瞬态响应以及在添加外部负载时更低的速度降。
{"title":"Maximum efficiency control and predictive-speed controller design for interior permanent magnet synchronous motor drive systems","authors":"Tian‐Hua Liu, Yuxuan Zhuang","doi":"10.3389/felec.2022.904976","DOIUrl":"https://doi.org/10.3389/felec.2022.904976","url":null,"abstract":"Improving the efficiency of home appliances is an important area of research these days, especially for global warming and climate change. To achieve this goal, in this paper, a new method to improve the maximum efficiency control of an interior permanent magnet synchronous motor (IPMSM) drive system, which includes an IPMSM and an inverter, is investigated. By suitably controlling the d-axis current, the IPMSM drive system can quickly reach its maximum efficiency. A steepest ascent method is used to obviously reduce the searching steps of the maximum efficiency tracking control for an IPMSM. According to experimental results, by using the traditional fixed step method, 14 steps are required to reach the maximum efficiency operating point. By using the proposed steepest ascent method, however, only 4 steps are needed to reach the maximum efficiency operating point. In addition, according to the experimental results, during the transient dynamics, the predictive controller obtains faster responses and 2% lower overshoot than the PI controller. Moreover, during adding external load, the predictive controller has only a 10 r/min speed drop and 0.1 s recover time; however, the PI controller has a 40 r/min speed drop and 0.3 s recover time. Experimental results can validate theoretical analysis. Several measured results show when compared to the fix-step searching method with a PI controller, the proposed methods provide quicker searching maximum efficiency ability, quicker and better dynamic transient responses, and lower speed drop when an external load is added.","PeriodicalId":73081,"journal":{"name":"Frontiers in electronics","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2022-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"47022211","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
Quantization and sparsity-aware processing for energy-efficient NVM-based convolutional neural networks 基于nvm的高能效卷积神经网络的量化和稀疏感知处理
Pub Date : 2022-08-12 DOI: 10.3389/felec.2022.954661
Han Bao, Yi-Fan Qin, Jia Chen, Ling Yang, Jiancong Li, Houji Zhou, Yi Li, Xiangshui Miao
Nonvolatile memory (NVM)-based convolutional neural networks (NvCNNs) have received widespread attention as a promising solution for hardware edge intelligence. However, there still exist many challenges in the resource-constrained conditions, such as the limitations of the hardware precision and cost and, especially, the large overhead of the analog-to-digital converters (ADCs). In this study, we systematically analyze the performance of NvCNNs and the hardware restrictions with quantization in both weight and activation and propose the corresponding requirements of NVM devices and peripheral circuits for multiply–accumulate (MAC) units. In addition, we put forward an in situ sparsity-aware processing method that exploits the sparsity of the network and the device array characteristics to further improve the energy efficiency of quantized NvCNNs. Our results suggest that the 4-bit-weight and 3-bit-activation (W4A3) design demonstrates the optimal compromise between the network performance and hardware overhead, achieving 98.82% accuracy for the Modified National Institute of Standards and Technology database (MNIST) classification task. Moreover, higher-precision designs will claim more restrictive requirements for hardware nonidealities including the variations of NVM devices and the nonlinearities of the converters. Moreover, the sparsity-aware processing method can obtain 79%/53% ADC energy reduction and 2.98×/1.15× energy efficiency improvement based on the W8A8/W4A3 quantization design with an array size of 128 × 128.
基于非易失性存储器(NVM)的卷积神经网络(nvcnn)作为一种有前途的硬件边缘智能解决方案受到了广泛关注。然而,在资源有限的条件下,仍然存在许多挑战,例如硬件精度和成本的限制,特别是模数转换器(adc)的巨大开销。在本研究中,我们系统地分析了nvcnn的性能以及量化权重和激活的硬件限制,并提出了相应的NVM设备和外围电路对乘法累加(MAC)单元的要求。此外,我们提出了一种原位稀疏感知处理方法,利用网络的稀疏性和设备阵列特性,进一步提高量化nvcnn的能量效率。我们的结果表明,4位权重和3位激活(W4A3)设计展示了网络性能和硬件开销之间的最佳折衷,在修改的国家标准与技术研究所数据库(MNIST)分类任务中实现了98.82%的准确率。此外,更高精度的设计将对硬件非理想性提出更严格的要求,包括NVM器件的变化和转换器的非线性。此外,稀疏感知处理方法在阵列尺寸为128 × 128的W8A8/W4A3量化设计基础上,可获得79%/53%的ADC能量降低和2.98×/1.15×的能效提升。
{"title":"Quantization and sparsity-aware processing for energy-efficient NVM-based convolutional neural networks","authors":"Han Bao, Yi-Fan Qin, Jia Chen, Ling Yang, Jiancong Li, Houji Zhou, Yi Li, Xiangshui Miao","doi":"10.3389/felec.2022.954661","DOIUrl":"https://doi.org/10.3389/felec.2022.954661","url":null,"abstract":"Nonvolatile memory (NVM)-based convolutional neural networks (NvCNNs) have received widespread attention as a promising solution for hardware edge intelligence. However, there still exist many challenges in the resource-constrained conditions, such as the limitations of the hardware precision and cost and, especially, the large overhead of the analog-to-digital converters (ADCs). In this study, we systematically analyze the performance of NvCNNs and the hardware restrictions with quantization in both weight and activation and propose the corresponding requirements of NVM devices and peripheral circuits for multiply–accumulate (MAC) units. In addition, we put forward an in situ sparsity-aware processing method that exploits the sparsity of the network and the device array characteristics to further improve the energy efficiency of quantized NvCNNs. Our results suggest that the 4-bit-weight and 3-bit-activation (W4A3) design demonstrates the optimal compromise between the network performance and hardware overhead, achieving 98.82% accuracy for the Modified National Institute of Standards and Technology database (MNIST) classification task. Moreover, higher-precision designs will claim more restrictive requirements for hardware nonidealities including the variations of NVM devices and the nonlinearities of the converters. Moreover, the sparsity-aware processing method can obtain 79%/53% ADC energy reduction and 2.98×/1.15× energy efficiency improvement based on the W8A8/W4A3 quantization design with an array size of 128 × 128.","PeriodicalId":73081,"journal":{"name":"Frontiers in electronics","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2022-08-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"43918852","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
AI-PiM—Extending the RISC-V processor with Processing-in-Memory functional units for AI inference at the edge of IoT AI PiM——用内存处理功能单元扩展RISC-V处理器,用于物联网边缘的AI推理
Pub Date : 2022-08-11 DOI: 10.3389/felec.2022.898273
Vaibhav Verma, M. Stan
The recent advances in Artificial Intelligence (AI) achieving “better-than-human” accuracy in a variety of tasks such as image classification and the game of Go have come at the cost of exponential increase in the size of artificial neural networks. This has lead to AI hardware solutions becoming severely memory-bound and scrambling to keep-up with the ever increasing “von Neumann bottleneck”. Processing-in-Memory (PiM) architectures offer an excellent solution to ease the von Neumann bottleneck by embedding compute capabilities inside the memory and reducing the data traffic between the memory and the processor. But PiM accelerators break the standard von Neumann programming model by fusing memory and compute operations together which impedes their integration in the standard computing stack. There is an urgent requirement for system-level solutions to take full advantage of PiM accelerators for end-to-end acceleration of AI applications. This article presents AI-PiM as a solution to bridge this research gap. AI-PiM proposes a hardware, ISA and software co-design methodology which allows integration of PiM accelerators in the RISC-V processor pipeline as functional execution units. AI-PiM also extends the RISC-V ISA with custom instructions which directly target the PiM functional units resulting in their tight integration with the processor. This tight integration is especially important for edge AI devices which need to process both AI and non-AI tasks on the same hardware due to area, power, size and cost constraints. AI-PiM ISA extensions expose the PiM hardware functionality to software programmers allowing efficient mapping of applications to the PiM hardware. AI-PiM adds support for custom ISA extensions to the complete software stack including compiler, assembler, linker, simulator and profiler to ensure programmability and evaluation with popular AI domain-specific languages and frameworks like TensorFlow, PyTorch, MXNet, Keras etc. AI-PiM improves the performance for vector-matrix multiplication (VMM) kernel by 17.63x and provides a mean speed-up of 2.74x for MLPerf Tiny benchmark compared to RV64IMC RISC-V baseline. AI-PiM also speeds-up MLPerf Tiny benchmark inference cycles by 2.45x (average) compared to state-of-the-art Arm Cortex-A72 processor.
人工智能(AI)在图像分类和围棋等各种任务中实现了“优于人类”的精度,这是以人工神经网络规模的指数级增长为代价的。这导致人工智能硬件解决方案变得内存严重受限,并争相跟上日益增长的“冯·诺依曼瓶颈”。内存处理(PiM)体系结构通过在内存中嵌入计算能力并减少内存和处理器之间的数据流量,为缓解冯·诺依曼瓶颈提供了一个出色的解决方案。但是,PiM加速器通过将内存和计算操作融合在一起,打破了标准的冯·诺依曼编程模型,这阻碍了它们在标准计算堆栈中的集成。迫切需要系统级解决方案来充分利用PiM加速器来实现人工智能应用的端到端加速。本文提出了AI PiM作为一种解决方案来弥补这一研究空白。AI PiM提出了一种硬件、ISA和软件协同设计方法,允许将PiM加速器作为功能执行单元集成在RISC-V处理器流水线中。AI PiM还通过自定义指令扩展了RISC-V ISA,这些指令直接针对PiM功能单元,从而使其与处理器紧密集成。这种紧密集成对于边缘人工智能设备尤其重要,因为面积、功率、尺寸和成本限制,这些设备需要在同一硬件上处理人工智能和非人工智能任务。AI PiM ISA扩展将PiM硬件功能暴露给软件程序员,从而实现应用程序到PiM硬件的高效映射。AI PiM为完整的软件堆栈添加了对自定义ISA扩展的支持,包括编译器、汇编程序、链接器、模拟器和分析器,以确保使用TensorFlow、PyTorch、MXNet、Keras等流行的AI领域特定语言和框架进行可编程性和评估。与RV64IMC RISC-V基线相比,AI PiM将矢量矩阵乘法(VMM)内核的性能提高了17.63x,并为MLPerf Tiny基准提供了2.74x的平均加速。与最先进的Arm Cortex-A72处理器相比,AI PiM还将MLPerf Tiny基准推理周期加快了2.45倍(平均)。
{"title":"AI-PiM—Extending the RISC-V processor with Processing-in-Memory functional units for AI inference at the edge of IoT","authors":"Vaibhav Verma, M. Stan","doi":"10.3389/felec.2022.898273","DOIUrl":"https://doi.org/10.3389/felec.2022.898273","url":null,"abstract":"The recent advances in Artificial Intelligence (AI) achieving “better-than-human” accuracy in a variety of tasks such as image classification and the game of Go have come at the cost of exponential increase in the size of artificial neural networks. This has lead to AI hardware solutions becoming severely memory-bound and scrambling to keep-up with the ever increasing “von Neumann bottleneck”. Processing-in-Memory (PiM) architectures offer an excellent solution to ease the von Neumann bottleneck by embedding compute capabilities inside the memory and reducing the data traffic between the memory and the processor. But PiM accelerators break the standard von Neumann programming model by fusing memory and compute operations together which impedes their integration in the standard computing stack. There is an urgent requirement for system-level solutions to take full advantage of PiM accelerators for end-to-end acceleration of AI applications. This article presents AI-PiM as a solution to bridge this research gap. AI-PiM proposes a hardware, ISA and software co-design methodology which allows integration of PiM accelerators in the RISC-V processor pipeline as functional execution units. AI-PiM also extends the RISC-V ISA with custom instructions which directly target the PiM functional units resulting in their tight integration with the processor. This tight integration is especially important for edge AI devices which need to process both AI and non-AI tasks on the same hardware due to area, power, size and cost constraints. AI-PiM ISA extensions expose the PiM hardware functionality to software programmers allowing efficient mapping of applications to the PiM hardware. AI-PiM adds support for custom ISA extensions to the complete software stack including compiler, assembler, linker, simulator and profiler to ensure programmability and evaluation with popular AI domain-specific languages and frameworks like TensorFlow, PyTorch, MXNet, Keras etc. AI-PiM improves the performance for vector-matrix multiplication (VMM) kernel by 17.63x and provides a mean speed-up of 2.74x for MLPerf Tiny benchmark compared to RV64IMC RISC-V baseline. AI-PiM also speeds-up MLPerf Tiny benchmark inference cycles by 2.45x (average) compared to state-of-the-art Arm Cortex-A72 processor.","PeriodicalId":73081,"journal":{"name":"Frontiers in electronics","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2022-08-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"42223434","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}
引用次数: 2
Oscillation-Based Spectroscopy for Cell-Culture Monitorization 基于振荡的细胞培养监测光谱学
Pub Date : 2022-07-22 DOI: 10.3389/felec.2022.836669
P. Pérez, Juan A. Serrano-Viseas, Santiago Fernández-Scagliusi, Daniel Martín-Fernández, G. Huertas, A. Yúfera
Biological Impedance is a physical property related to the state and inherent evolution of biological samples. Among the existing impedance measurement methods, Oscillation-Based (OB) tests are a simple and smart solution to indirectly measure impedance correlated with the amplitude and frequency of the generated oscillation which are proportional to the sample under test. An OB test requires tuning of the system blocks to specifications derived from every measurement problem. The OB setup must be done to obtain the optimum measurement sensitivity for the specific constraints imposed by the system under test, electronic interfaces, and electrodes employed for test. This work proposes the extension of OB measurement systems to spectroscopy test, enabling a completely new range of applications for this technology without the restrictions imposed by setting a fixed frequency on the electrical oscillator. Some examples will be presented to the measurement of cell cultures samples, considering the corresponding circuit interfaces and electric models for the electrode-cell system. The proposed analysis method allows the selection of the best oscillator elements for optimum sensitivity range in amplitude and frequency oscillation values, when a specific cell culture is monitored for the OB system.
生物阻抗是一种与生物样品的状态和固有进化有关的物理性质。在现有的阻抗测量方法中,基于振荡的(OB)测试是一种简单而智能的解决方案,可以间接测量与所产生振荡的振幅和频率相关的阻抗,这些振幅和频率与被测样品成比例。OB测试需要根据每个测量问题得出的规范调整系统块。必须进行OB设置,以获得受测系统、电子接口和测试所用电极施加的特定约束的最佳测量灵敏度。这项工作提出将OB测量系统扩展到光谱测试,使这项技术能够在没有设置电振荡器固定频率限制的情况下实现全新的应用范围。考虑到电极-细胞系统的相应电路接口和电气模型,将为细胞培养物样品的测量提供一些示例。当监测OB系统的特定细胞培养物时,所提出的分析方法允许选择振幅和频率振荡值的最佳灵敏度范围的最佳振荡元件。
{"title":"Oscillation-Based Spectroscopy for Cell-Culture Monitorization","authors":"P. Pérez, Juan A. Serrano-Viseas, Santiago Fernández-Scagliusi, Daniel Martín-Fernández, G. Huertas, A. Yúfera","doi":"10.3389/felec.2022.836669","DOIUrl":"https://doi.org/10.3389/felec.2022.836669","url":null,"abstract":"Biological Impedance is a physical property related to the state and inherent evolution of biological samples. Among the existing impedance measurement methods, Oscillation-Based (OB) tests are a simple and smart solution to indirectly measure impedance correlated with the amplitude and frequency of the generated oscillation which are proportional to the sample under test. An OB test requires tuning of the system blocks to specifications derived from every measurement problem. The OB setup must be done to obtain the optimum measurement sensitivity for the specific constraints imposed by the system under test, electronic interfaces, and electrodes employed for test. This work proposes the extension of OB measurement systems to spectroscopy test, enabling a completely new range of applications for this technology without the restrictions imposed by setting a fixed frequency on the electrical oscillator. Some examples will be presented to the measurement of cell cultures samples, considering the corresponding circuit interfaces and electric models for the electrode-cell system. The proposed analysis method allows the selection of the best oscillator elements for optimum sensitivity range in amplitude and frequency oscillation values, when a specific cell culture is monitored for the OB system.","PeriodicalId":73081,"journal":{"name":"Frontiers in electronics","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2022-07-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"47190035","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
Dual Ascent Algorithm-Based Improved Droop Control for Efficient Operation of AC Microgrid 基于双上升算法的交流微电网高效运行的改进自差控制
Pub Date : 2022-07-13 DOI: 10.3389/felec.2022.926865
Yajie Jiang, Yun Yang
In this work, the loss (including wire loss and converter loss) of island three-phase AC microgrid is modeled as a quadratic function of the current distribution coefficient, that is, a concave function with equality and inequality constraints. On the basis of the concave optimization principle, the optimal current distribution coefficient of the distributed energy unit (DEU) is calculated online by the double ascent optimization method (DAOM) to minimize the distribution loss. It is proven that the concave function with multi-variables can be optimized by the DAOM. Using the average reactive power distribution scheme, the optimal active power distribution coefficient with the minimum distribution loss of the AC microgrid can be obtained in real time. In addition, given the high R/X ratio in the short-distance AC microgrid, the active power–frequency (P-ω) droop control and reactive power–voltage amplitude (Q-E) droop control are not suitable for power distribution among DEUs. Thus, an advanced strategy comprising active power–voltage amplitude (P-E) droop control and reactive power-frequency (Q-ω) droop control is proposed to dispatch the output active powers and reactive powers of DEUs. Simulation examples are provided to verify the convexity of the proposed model and the effectiveness of the control strategy.
本文将岛型三相交流微电网的损耗(包括导线损耗和变流器损耗)建模为电流分布系数的二次函数,即具有等式和不等式约束的凹函数。基于凹形优化原理,采用双上升优化法(DAOM)在线计算分布式发电机组(DEU)的最优电流分配系数,使分配损失最小。证明了该算法可以对多变量凹函数进行优化。采用平均无功功率分配方案,可以实时获得交流微网分配损耗最小的最优有功功率分配系数。此外,由于距离较近的交流微电网R/X比值较高,故有功工频(P-ω)下垂控制和无功工电压幅值(Q-E)下垂控制不适合用于deu间的功率分配。在此基础上,提出了一种由有功功率-电压幅值(P-E)下垂控制和无功功率-频率(Q-ω)下垂控制相结合的先进策略,用于deu输出有功功率和无功功率的调度。仿真实例验证了所提模型的凸性和控制策略的有效性。
{"title":"Dual Ascent Algorithm-Based Improved Droop Control for Efficient Operation of AC Microgrid","authors":"Yajie Jiang, Yun Yang","doi":"10.3389/felec.2022.926865","DOIUrl":"https://doi.org/10.3389/felec.2022.926865","url":null,"abstract":"In this work, the loss (including wire loss and converter loss) of island three-phase AC microgrid is modeled as a quadratic function of the current distribution coefficient, that is, a concave function with equality and inequality constraints. On the basis of the concave optimization principle, the optimal current distribution coefficient of the distributed energy unit (DEU) is calculated online by the double ascent optimization method (DAOM) to minimize the distribution loss. It is proven that the concave function with multi-variables can be optimized by the DAOM. Using the average reactive power distribution scheme, the optimal active power distribution coefficient with the minimum distribution loss of the AC microgrid can be obtained in real time. In addition, given the high R/X ratio in the short-distance AC microgrid, the active power–frequency (P-ω) droop control and reactive power–voltage amplitude (Q-E) droop control are not suitable for power distribution among DEUs. Thus, an advanced strategy comprising active power–voltage amplitude (P-E) droop control and reactive power-frequency (Q-ω) droop control is proposed to dispatch the output active powers and reactive powers of DEUs. Simulation examples are provided to verify the convexity of the proposed model and the effectiveness of the control strategy.","PeriodicalId":73081,"journal":{"name":"Frontiers in electronics","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2022-07-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"48495192","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
Detection of Atrial Fibrillation in Compressively Sensed Electrocardiogram for Remote Monitoring 远程监测压感心电图心房颤动的检测
Pub Date : 2022-07-01 DOI: 10.3389/felec.2022.906689
Mohamed Abdelazez, S. Rajan, A. Chan
The objective of this paper is to develop an optimized system to detect Atrial Fibrillation (AF) in compressively sensed electrocardiogram (ECG) for long-term remote patient monitoring. A three-stage system was developed to 1) reject ECG of poor signal quality, 2) detect AF in compressively sensed ECG, and 3) detect AF in selectively reconstructed ECG. The Long-Term AF Database (LTAFDB), sampled at 128 Hz using a 12-bit ADC with a range of 20 mV, was used to validate the system. The LTAFDB had 83,315 normal and 82,435 AF rhythm 30 s ECG segments. Clean ECG from the LTAFDB was artificially contaminated with motion artifact to achieve −12 to 12 dB Signal-to-Noise Ratio (SNR) in steps of 3 dB. The contaminated ECG was compressively sensed at 50% and 75% compression ratio (CR). The system was evaluated using average precision (AP), the area under the curve (AUC) of the receiver operator characteristic curve, and the F1 score. The system was optimized to maximize the AP and minimize ECG rejection and reconstruction ratios. The optimized system for 50% CR had 0.72 AP, 0.63 AUC, and 0.58 F1 score, 0.38 rejection ratio, and 0.38 reconstruction ratio. The optimized system for 75% CR had 0.72 AP, 0.63 AUC, and 0.59 F1 score, 0.40 rejection ratio, and 0.35 reconstruction ratio. Challenges for long-term AF monitoring are the short battery life of monitors and the high false alarm rate due to artifacts. The proposed system improves the short battery life through compressive sensing while reducing false alarms (high AP) and ECG reconstruction (low reconstruction ratio).
本文的目的是开发一种优化的系统来检测压缩感应心电图(ECG)中的心房颤动(AF),用于长期远程患者监测。开发了一个三阶段系统,以1)拒绝信号质量差的ECG,2)在压缩感测ECG中检测AF,以及3)在选择性重建ECG中检测心房颤动。使用范围为20mV的12位ADC在128 Hz下采样的长期AF数据库(LTAFDB)用于验证系统。LTAFDB有83315个正常和82435个AF节律的30s心电图段。LTAFDB的干净心电图被人为地用运动伪影污染,以达到−12至12 dB的信噪比(SNR),步长为3 dB。在50%和75%的压缩比(CR)下对受污染的ECG进行压缩感测。使用平均精度(AP)、受试者-操作者特征曲线的曲线下面积(AUC)和F1评分来评估该系统。对该系统进行了优化,以最大限度地提高AP,并最大限度地降低ECG排斥反应和重建率。50%CR的优化系统具有0.72 AP、0.63 AUC和0.58 F1评分、0.38排异率和0.38重建率。75%CR的优化系统的AP为0.72,AUC为0.63,F1评分为0.59,排异率为0.40,重建率为0.35。长期AF监测面临的挑战是监测器的电池寿命短,以及人为因素导致的高误报率。所提出的系统通过压缩传感提高了短电池寿命,同时减少了误报(高AP)和心电图重建(低重建率)。
{"title":"Detection of Atrial Fibrillation in Compressively Sensed Electrocardiogram for Remote Monitoring","authors":"Mohamed Abdelazez, S. Rajan, A. Chan","doi":"10.3389/felec.2022.906689","DOIUrl":"https://doi.org/10.3389/felec.2022.906689","url":null,"abstract":"The objective of this paper is to develop an optimized system to detect Atrial Fibrillation (AF) in compressively sensed electrocardiogram (ECG) for long-term remote patient monitoring. A three-stage system was developed to 1) reject ECG of poor signal quality, 2) detect AF in compressively sensed ECG, and 3) detect AF in selectively reconstructed ECG. The Long-Term AF Database (LTAFDB), sampled at 128 Hz using a 12-bit ADC with a range of 20 mV, was used to validate the system. The LTAFDB had 83,315 normal and 82,435 AF rhythm 30 s ECG segments. Clean ECG from the LTAFDB was artificially contaminated with motion artifact to achieve −12 to 12 dB Signal-to-Noise Ratio (SNR) in steps of 3 dB. The contaminated ECG was compressively sensed at 50% and 75% compression ratio (CR). The system was evaluated using average precision (AP), the area under the curve (AUC) of the receiver operator characteristic curve, and the F1 score. The system was optimized to maximize the AP and minimize ECG rejection and reconstruction ratios. The optimized system for 50% CR had 0.72 AP, 0.63 AUC, and 0.58 F1 score, 0.38 rejection ratio, and 0.38 reconstruction ratio. The optimized system for 75% CR had 0.72 AP, 0.63 AUC, and 0.59 F1 score, 0.40 rejection ratio, and 0.35 reconstruction ratio. Challenges for long-term AF monitoring are the short battery life of monitors and the high false alarm rate due to artifacts. The proposed system improves the short battery life through compressive sensing while reducing false alarms (high AP) and ECG reconstruction (low reconstruction ratio).","PeriodicalId":73081,"journal":{"name":"Frontiers in electronics","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2022-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"44221682","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
A Procedural Method to Predictively Assess Power-Quality Trade-Offs of Circuit-Level Adaptivity in IoT Systems 一种程序性方法预测评估物联网系统中电路级自适应的电能质量权衡
Pub Date : 2022-06-27 DOI: 10.3389/felec.2022.910968
Jaro De Roose, M. Andraud, M. Verhelst
The constant miniaturization of IoT sensor nodes requires a continuous reduction in battery sizes, leading to more stringent needs in terms of low-power operation. Over the past decades, an extremely large variety of techniques have been introduced to enable such reductions in power consumption. Many involve some form of offline reconfigurability (OfC), i.e., the ability to configure the node before deployment, or online adaptivity (OnA), i.e., the ability to also reconfigure the node during run time. Yet, the inherent design trade-offs usually lead to ad hoc OnA and OfC, which prevent assessing the varying benefits and costs each approach implies before investing in implementation on a specific node. To solve this issue, in this work, we propose a generic predictive assessment methodology that enables us to evaluate OfC and OnA globally, prior to any design. Practically, the methodology is based on optimization mathematics, to quickly and efficiently evaluate the potential benefits and costs from OnA relative to OfC. This generic methodology can, thus, determine which type of solution will consume the least amount of power, given a specific application scenario, before implementation. We applied the methodology to three adaptive IoT system studies, to demonstrate the ability of the introduced methodology, bring insights into the adaptivity mechanics, and quickly optimize the OfC–OnA adaptivity, even under scenarios with many adaptivity variables.
物联网传感器节点的不断小型化需要不断减少电池尺寸,从而在低功耗操作方面产生更严格的需求。在过去的几十年里,已经引入了各种各样的技术来实现这种功耗的降低。许多涉及某种形式的离线可重新配置性(OfC),即在部署前配置节点的能力,或在线自适应性(OnA),即也在运行时重新配置节点的功能。然而,固有的设计权衡通常会导致临时的OnA和OfC,这会阻止在投资于在特定节点上实施之前评估每种方法所带来的不同收益和成本。为了解决这个问题,在这项工作中,我们提出了一种通用的预测评估方法,使我们能够在任何设计之前在全球范围内评估OfC和OnA。实际上,该方法基于优化数学,以快速有效地评估OnA相对于OfC的潜在利益和成本。因此,在特定的应用场景下,这种通用方法可以在实现之前确定哪种类型的解决方案将消耗最少的功率。我们将该方法应用于三项自适应物联网系统研究,以证明所引入方法的能力,深入了解自适应机制,并快速优化OfC–OnA自适应,即使在具有许多自适应变量的场景下也是如此。
{"title":"A Procedural Method to Predictively Assess Power-Quality Trade-Offs of Circuit-Level Adaptivity in IoT Systems","authors":"Jaro De Roose, M. Andraud, M. Verhelst","doi":"10.3389/felec.2022.910968","DOIUrl":"https://doi.org/10.3389/felec.2022.910968","url":null,"abstract":"The constant miniaturization of IoT sensor nodes requires a continuous reduction in battery sizes, leading to more stringent needs in terms of low-power operation. Over the past decades, an extremely large variety of techniques have been introduced to enable such reductions in power consumption. Many involve some form of offline reconfigurability (OfC), i.e., the ability to configure the node before deployment, or online adaptivity (OnA), i.e., the ability to also reconfigure the node during run time. Yet, the inherent design trade-offs usually lead to ad hoc OnA and OfC, which prevent assessing the varying benefits and costs each approach implies before investing in implementation on a specific node. To solve this issue, in this work, we propose a generic predictive assessment methodology that enables us to evaluate OfC and OnA globally, prior to any design. Practically, the methodology is based on optimization mathematics, to quickly and efficiently evaluate the potential benefits and costs from OnA relative to OfC. This generic methodology can, thus, determine which type of solution will consume the least amount of power, given a specific application scenario, before implementation. We applied the methodology to three adaptive IoT system studies, to demonstrate the ability of the introduced methodology, bring insights into the adaptivity mechanics, and quickly optimize the OfC–OnA adaptivity, even under scenarios with many adaptivity variables.","PeriodicalId":73081,"journal":{"name":"Frontiers in electronics","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2022-06-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"47195458","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
Editorial: Wearable and Implantable Electronics for the next Generation of Human-Machine Interactive Devices 社论:下一代人机交互设备的可穿戴和植入式电子产品
Pub Date : 2022-06-15 DOI: 10.3389/felec.2022.935289
Y. Wu, Shiwei Wang, B. Shen, Hubin Zhao, Haichang Lu, Shuo Gao
Department of Electronic and Electrical Engineering, University College London, London, United Kingdom, School of Engineering, The University of Edinburgh, Edinburgh, United Kingdom, Electrical Engineering Division, Department of Engineering, University of Cambridge, Cambridge, United Kingdom, HUB of Intelligent Neuro-engineering, CREATe, Faculty of Medical Sciences, University College London, London, United Kingdom, School of Integrated Circuit Science and Engineering Beihang University, Beijing, China, School of Instrumentation and Optoelectronic Engineering, Beihang University, Beijing, China
英国伦敦大学学院电子与电气工程系,英国爱丁堡大学工程学院,英国剑桥大学工程系电气工程部,英国剑桥,智能神经工程中心,CREATe,伦敦大学学院医学院,英国伦敦,集成电路科学与工程学院,北京,北航大学,仪器与光电子工程学院,中国北京
{"title":"Editorial: Wearable and Implantable Electronics for the next Generation of Human-Machine Interactive Devices","authors":"Y. Wu, Shiwei Wang, B. Shen, Hubin Zhao, Haichang Lu, Shuo Gao","doi":"10.3389/felec.2022.935289","DOIUrl":"https://doi.org/10.3389/felec.2022.935289","url":null,"abstract":"Department of Electronic and Electrical Engineering, University College London, London, United Kingdom, School of Engineering, The University of Edinburgh, Edinburgh, United Kingdom, Electrical Engineering Division, Department of Engineering, University of Cambridge, Cambridge, United Kingdom, HUB of Intelligent Neuro-engineering, CREATe, Faculty of Medical Sciences, University College London, London, United Kingdom, School of Integrated Circuit Science and Engineering Beihang University, Beijing, China, School of Instrumentation and Optoelectronic Engineering, Beihang University, Beijing, China","PeriodicalId":73081,"journal":{"name":"Frontiers in electronics","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2022-06-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"42434087","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
期刊
Frontiers in electronics
全部 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