首页 > 最新文献

2016 Conference on Design and Architectures for Signal and Image Processing (DASIP)最新文献

英文 中文
Hardware acceleration of Maximum-Likelihood angle estimation for automotive MIMO radars 汽车MIMO雷达最大似然角估计的硬件加速
Pub Date : 2016-10-01 DOI: 10.1109/DASIP.2016.7853815
F. Meinl, M. Kunert, H. Blume
Direction of arrival (DOA) estimation is an important array signal processing technique, used by various applications such as radar, sonar or wireless communication. Most of the known DOA algorithms suffer from a significant performance reduction and even fail completely under difficult conditions, like small antenna aperture size, correlated signals or a small number of snapshots. Maximum-Likelihood (ML) methods have been investigated thoroughly and are known to still work even in such difficult scenarios. Though, the major drawback of ML methods is their computational cost, especially in the case of large MIMO (multiple-input multiple-output) configurations. This work presents a novel hardware accelerator architecture, which is able to compute the exact ML estimation in the case of one or two targets. It is shown, that the computational demanding vector product can be implemented with the help of CORDIC units, which help to save a considerable amount of hardware resources. Furthermore, the result of the single target estimator can be reused to efficiently compute the estimates in the two-target case. Finally, the performance of the architecture is evaluated by a FPGA implementation which is able to process more than 20 000 detections from 16 channels with 256 steering vectors in real-time (25 Hz).
DOA估计是一种重要的阵列信号处理技术,广泛应用于雷达、声纳和无线通信等领域。大多数已知的DOA算法在天线孔径小、信号相关或快照数量少等困难条件下,性能会显著下降,甚至完全失效。最大似然(ML)方法已经被彻底研究过,并且已知即使在这种困难的情况下仍然有效。然而,机器学习方法的主要缺点是它们的计算成本,特别是在大型多输入多输出配置的情况下。本文提出了一种新的硬件加速器架构,该架构能够在一个或两个目标的情况下计算精确的机器学习估计。结果表明,借助CORDIC单元可以实现计算要求很高的矢量积,从而节省了大量的硬件资源。此外,单目标估计器的结果可以重用,以有效地计算双目标情况下的估计。最后,通过FPGA实现对该体系结构的性能进行了评估,该FPGA实现能够实时(25 Hz)处理来自16个通道、256个转向矢量的20,000多个检测。
{"title":"Hardware acceleration of Maximum-Likelihood angle estimation for automotive MIMO radars","authors":"F. Meinl, M. Kunert, H. Blume","doi":"10.1109/DASIP.2016.7853815","DOIUrl":"https://doi.org/10.1109/DASIP.2016.7853815","url":null,"abstract":"Direction of arrival (DOA) estimation is an important array signal processing technique, used by various applications such as radar, sonar or wireless communication. Most of the known DOA algorithms suffer from a significant performance reduction and even fail completely under difficult conditions, like small antenna aperture size, correlated signals or a small number of snapshots. Maximum-Likelihood (ML) methods have been investigated thoroughly and are known to still work even in such difficult scenarios. Though, the major drawback of ML methods is their computational cost, especially in the case of large MIMO (multiple-input multiple-output) configurations. This work presents a novel hardware accelerator architecture, which is able to compute the exact ML estimation in the case of one or two targets. It is shown, that the computational demanding vector product can be implemented with the help of CORDIC units, which help to save a considerable amount of hardware resources. Furthermore, the result of the single target estimator can be reused to efficiently compute the estimates in the two-target case. Finally, the performance of the architecture is evaluated by a FPGA implementation which is able to process more than 20 000 detections from 16 channels with 256 steering vectors in real-time (25 Hz).","PeriodicalId":6494,"journal":{"name":"2016 Conference on Design and Architectures for Signal and Image Processing (DASIP)","volume":"31 1","pages":"168-175"},"PeriodicalIF":0.0,"publicationDate":"2016-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"73328809","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}
引用次数: 6
Generation of schedule tables on multi-core systems for AUTOSAR applications AUTOSAR应用的多核系统调度表的生成
Pub Date : 2016-10-01 DOI: 10.1109/DASIP.2016.7853818
Wenhao Wang, Fabrice Camut, Benoît Miramond
The recent migration from single-core to multi-core platforms in the automotive domain reveals great challenges for the legacy embedded software design flow. First of all, software designers need new methods to fill the gap between application description and tasks deployment. Secondly, the use of multiple cores has also to remain compatible with real-time and safety design constraints. Finally, developers need tools to assist them in the new steps of the design process. We propose in this paper a method integrated in the AUTOSAR design flow for the generation of schedule tables imposing the execution constraints onto a multi-core architecture. We consider an engine control application described in AUTOSAR as a set of periodic and dependent runnables. For that, we propose a formalization of periodic dependencies adapted to this automotive framework and present a scheduling algorithm taking into account this specificity. We leaded experiments with a complex and real world control application onto automotive multi-core systems. We present our working process enabling the generation of several execution schemes for this industrial application. The results show that our scheduling method benefits the multi-core migration to generate solutions best suited to safety standards by reducing the total jitter.
最近汽车领域从单核平台向多核平台的迁移给传统的嵌入式软件设计流程带来了巨大的挑战。首先,软件设计人员需要新的方法来填补应用程序描述和任务部署之间的空白。其次,多核的使用还必须与实时性和安全性设计约束保持兼容。最后,开发人员需要工具来帮助他们进入设计过程的新步骤。本文提出了一种集成在AUTOSAR设计流程中的调度表生成方法,将执行约束施加到多核架构上。我们将AUTOSAR中描述的发动机控制应用程序视为一组周期性和相互依赖的可运行程序。为此,我们提出了一种适应于这种汽车框架的周期依赖关系的形式化,并提出了一种考虑到这种特殊性的调度算法。我们在汽车多核系统上领导了一个复杂的、真实世界的控制应用实验。我们介绍了我们的工作过程,能够为这个工业应用程序生成几个执行方案。结果表明,该调度方法通过减少总抖动,有利于多核迁移生成最适合安全标准的解决方案。
{"title":"Generation of schedule tables on multi-core systems for AUTOSAR applications","authors":"Wenhao Wang, Fabrice Camut, Benoît Miramond","doi":"10.1109/DASIP.2016.7853818","DOIUrl":"https://doi.org/10.1109/DASIP.2016.7853818","url":null,"abstract":"The recent migration from single-core to multi-core platforms in the automotive domain reveals great challenges for the legacy embedded software design flow. First of all, software designers need new methods to fill the gap between application description and tasks deployment. Secondly, the use of multiple cores has also to remain compatible with real-time and safety design constraints. Finally, developers need tools to assist them in the new steps of the design process. We propose in this paper a method integrated in the AUTOSAR design flow for the generation of schedule tables imposing the execution constraints onto a multi-core architecture. We consider an engine control application described in AUTOSAR as a set of periodic and dependent runnables. For that, we propose a formalization of periodic dependencies adapted to this automotive framework and present a scheduling algorithm taking into account this specificity. We leaded experiments with a complex and real world control application onto automotive multi-core systems. We present our working process enabling the generation of several execution schemes for this industrial application. The results show that our scheduling method benefits the multi-core migration to generate solutions best suited to safety standards by reducing the total jitter.","PeriodicalId":6494,"journal":{"name":"2016 Conference on Design and Architectures for Signal and Image Processing (DASIP)","volume":"25 1","pages":"191-198"},"PeriodicalIF":0.0,"publicationDate":"2016-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"77372451","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
FPGA-based bio-inspired architecture for multi-scale attentional vision 基于fpga的多尺度注意力视觉仿生架构
Pub Date : 2016-10-01 DOI: 10.1109/DASIP.2016.7853828
N. Cuperlier, F.J.Q. deMelo, Benoît Miramond
Attention-based bio-inspired vision can be studied as a different way to consider sensor processing, firstly allowing to reduce the amount of data transmitted by connected cameras and secondly advocating a paradigm shift toward neuro-inspired processing for the post-processing of the few regions extracted from the visual field. The computational complexity of the corresponding vision models leads us to follow an in-sensor approach in the context of embedded systems. We propose in this paper an attention-based smart-camera which extracts salient features based on retina receptive fields at multiple scales and in real-time thanks to a dedicated hardware architecture. The results show that the entire visual chain can be embedded into a FPGA-SoC device delivering up to 60 frames per second. The features provided by the smart-camera can then be learned by external neural networks in order to accomplish various applications.
基于注意力的生物启发视觉可以作为考虑传感器处理的一种不同方式进行研究,首先允许减少连接的摄像机传输的数据量,其次倡导向神经启发处理的范式转变,以对从视野中提取的少数区域进行后处理。相应视觉模型的计算复杂性导致我们在嵌入式系统中采用传感器内方法。本文提出了一种基于注意力的智能相机,它基于视网膜接受野在多尺度上实时提取显著特征,这要归功于专用的硬件架构。结果表明,整个视觉链可以嵌入到FPGA-SoC器件中,传输速度高达每秒60帧。然后,智能摄像头提供的功能可以通过外部神经网络学习,以完成各种应用。
{"title":"FPGA-based bio-inspired architecture for multi-scale attentional vision","authors":"N. Cuperlier, F.J.Q. deMelo, Benoît Miramond","doi":"10.1109/DASIP.2016.7853828","DOIUrl":"https://doi.org/10.1109/DASIP.2016.7853828","url":null,"abstract":"Attention-based bio-inspired vision can be studied as a different way to consider sensor processing, firstly allowing to reduce the amount of data transmitted by connected cameras and secondly advocating a paradigm shift toward neuro-inspired processing for the post-processing of the few regions extracted from the visual field. The computational complexity of the corresponding vision models leads us to follow an in-sensor approach in the context of embedded systems. We propose in this paper an attention-based smart-camera which extracts salient features based on retina receptive fields at multiple scales and in real-time thanks to a dedicated hardware architecture. The results show that the entire visual chain can be embedded into a FPGA-SoC device delivering up to 60 frames per second. The features provided by the smart-camera can then be learned by external neural networks in order to accomplish various applications.","PeriodicalId":6494,"journal":{"name":"2016 Conference on Design and Architectures for Signal and Image Processing (DASIP)","volume":"23 1","pages":"231-232"},"PeriodicalIF":0.0,"publicationDate":"2016-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"72619897","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
Demo: SLP-aware word length optimization 演示:支持slp的字长优化
Pub Date : 2016-10-01 DOI: 10.1109/DASIP.2016.7853829
Ali Hassan El Moussawi, Steven Derrien
Many embedded processors do not support floating-point arithmetic. But they generally provide support for SIMD as a mean to improve performance for near-zero cost overhead. Achieving good performance when targeting such processors requires the use of fixed-point arithmetic and efficient SIMDization. To reduce applications time-to-market, automatic SIMDization and floating-point conversion methodologies have been proposed. In this paper we show that these two problems are strongly related and should be considered jointly. We briefly present a new SLP-aware floating-point conversion flow.
许多嵌入式处理器不支持浮点运算。但是它们通常提供对SIMD的支持,以此作为提高性能的一种手段,并且成本开销接近于零。当瞄准这些处理器时,要获得良好的性能需要使用定点算法和有效的simdiization。为了缩短应用程序的上市时间,已经提出了自动simization和浮点转换方法。在本文中,我们证明了这两个问题是密切相关的,应该共同考虑。我们简要地提出了一种新的感知slp的浮点转换流程。
{"title":"Demo: SLP-aware word length optimization","authors":"Ali Hassan El Moussawi, Steven Derrien","doi":"10.1109/DASIP.2016.7853829","DOIUrl":"https://doi.org/10.1109/DASIP.2016.7853829","url":null,"abstract":"Many embedded processors do not support floating-point arithmetic. But they generally provide support for SIMD as a mean to improve performance for near-zero cost overhead. Achieving good performance when targeting such processors requires the use of fixed-point arithmetic and efficient SIMDization. To reduce applications time-to-market, automatic SIMDization and floating-point conversion methodologies have been proposed. In this paper we show that these two problems are strongly related and should be considered jointly. We briefly present a new SLP-aware floating-point conversion flow.","PeriodicalId":6494,"journal":{"name":"2016 Conference on Design and Architectures for Signal and Image Processing (DASIP)","volume":"185 1","pages":"233-234"},"PeriodicalIF":0.0,"publicationDate":"2016-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"80574221","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
Session 3: Method and tools for system design 第三部分:系统设计的方法和工具
Pub Date : 2016-10-01 DOI: 10.1109/DASIP.2016.7853799
D. Göhringer
The four papers in this session present novel methodologies covering different aspects of system design. The first paper proposes a decentralized system-level security approach for task isolation on heterogeneous MPSoCs. A first prototype of the isolation unit is presented and realized in VHDL. The second paper focuses on low power design methods for system design based on lightweight dataflow programming techniques. The approach is evaluated by designing an FPGA-based accelerator for a deep neural network. The third paper presents a method for automated code generation for SIMD architectures based on constraint programming. The benefits of the approach are evaluated with DSP kernels and by comparing the results to hand-optimized code. Finally, the fourth paper proposes a methodology based on fuzzy logic for object image quality assessment (IQA) and compares it against other IQA approaches.
本次会议的四篇论文介绍了涵盖系统设计不同方面的新方法。第一篇论文提出了一种分散的系统级安全方法,用于异构mpsoc的任务隔离。给出了该隔离单元的第一个原型,并用VHDL语言进行了实现。第二篇论文重点研究了基于轻量级数据流编程技术的系统低功耗设计方法。通过设计一个基于fpga的深度神经网络加速器,对该方法进行了验证。第三篇论文提出了一种基于约束编程的SIMD体系结构自动代码生成方法。利用DSP内核并将结果与手工优化代码进行比较,对该方法的优点进行了评估。最后,第四篇论文提出了一种基于模糊逻辑的目标图像质量评价方法,并与其他目标图像质量评价方法进行了比较。
{"title":"Session 3: Method and tools for system design","authors":"D. Göhringer","doi":"10.1109/DASIP.2016.7853799","DOIUrl":"https://doi.org/10.1109/DASIP.2016.7853799","url":null,"abstract":"The four papers in this session present novel methodologies covering different aspects of system design. The first paper proposes a decentralized system-level security approach for task isolation on heterogeneous MPSoCs. A first prototype of the isolation unit is presented and realized in VHDL. The second paper focuses on low power design methods for system design based on lightweight dataflow programming techniques. The approach is evaluated by designing an FPGA-based accelerator for a deep neural network. The third paper presents a method for automated code generation for SIMD architectures based on constraint programming. The benefits of the approach are evaluated with DSP kernels and by comparing the results to hand-optimized code. Finally, the fourth paper proposes a methodology based on fuzzy logic for object image quality assessment (IQA) and compares it against other IQA approaches.","PeriodicalId":6494,"journal":{"name":"2016 Conference on Design and Architectures for Signal and Image Processing (DASIP)","volume":"24 1","pages":"73"},"PeriodicalIF":0.0,"publicationDate":"2016-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"82200401","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
Demo abstract: How fuzzy logic can enhance energy management in Wireless Sensor nodes equipped by energy harvesters and wake-up radios 演示摘要:模糊逻辑如何增强配备能量采集器和唤醒无线电的无线传感器节点的能量管理
Pub Date : 2016-10-01 DOI: 10.1109/DASIP.2016.7853827
Fayçal Ait Aoudia, M. Gautier, O. Berder
Power management is an important issue in the design of Energy Harvesting Wireless Sensor Networks (EHWSNs). In this kind of networks, each Energy Harvesting Node (EH-node) must dynamically adapt its performance in order to avoid power failures while maintaining a good quality of service. The power management policy is implemented on each node by a Power Manager (PM). In this demonstration, the behaviour of Fuzzyman, a novel PM based on fuzzy control, is introduced. The performance of this PM is also shown in terms of energy budget and throughput for a given protocol. Moreover, the benefit of using emerging wake-up radio technology is also demonstrated.
电源管理是能量收集无线传感器网络(EHWSNs)设计中的一个重要问题。在这种网络中,每个能量收集节点(Energy Harvesting Node, EH-node)必须动态调整其性能,以在保证良好服务质量的同时避免电力故障。电源管理策略由PM (power Manager)在每个节点上执行。在此演示中,介绍了一种基于模糊控制的新型PM——模糊人的行为。该PM的性能还显示在给定协议的能量预算和吞吐量方面。此外,还展示了使用新兴唤醒无线电技术的好处。
{"title":"Demo abstract: How fuzzy logic can enhance energy management in Wireless Sensor nodes equipped by energy harvesters and wake-up radios","authors":"Fayçal Ait Aoudia, M. Gautier, O. Berder","doi":"10.1109/DASIP.2016.7853827","DOIUrl":"https://doi.org/10.1109/DASIP.2016.7853827","url":null,"abstract":"Power management is an important issue in the design of Energy Harvesting Wireless Sensor Networks (EHWSNs). In this kind of networks, each Energy Harvesting Node (EH-node) must dynamically adapt its performance in order to avoid power failures while maintaining a good quality of service. The power management policy is implemented on each node by a Power Manager (PM). In this demonstration, the behaviour of Fuzzyman, a novel PM based on fuzzy control, is introduced. The performance of this PM is also shown in terms of energy budget and throughput for a given protocol. Moreover, the benefit of using emerging wake-up radio technology is also demonstrated.","PeriodicalId":6494,"journal":{"name":"2016 Conference on Design and Architectures for Signal and Image Processing (DASIP)","volume":"53 1","pages":"229-230"},"PeriodicalIF":0.0,"publicationDate":"2016-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"78979170","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
Demo: MPPA® manycore processor towards future ADAS system solutions 演示:面向未来ADAS系统解决方案的MPPA®多核处理器
Pub Date : 2016-10-01 DOI: 10.1109/DASIP.2016.7853834
Pierre-Edouard Beaucamps, Frédéric Blanc Kalray
This document describes a demonstration, proposed at DASIP Demo Night session. This demonstration is running on a low-power manycore processor from Kalray, named MPPA® and is highlighting capabilities of this new generation chip in processing multiple applications.
本文档描述了在DASIP演示之夜会议上提出的一个演示。该演示在Kalray的低功耗多核处理器上运行,名为MPPA®,并突出了新一代芯片在处理多种应用方面的能力。
{"title":"Demo: MPPA® manycore processor towards future ADAS system solutions","authors":"Pierre-Edouard Beaucamps, Frédéric Blanc Kalray","doi":"10.1109/DASIP.2016.7853834","DOIUrl":"https://doi.org/10.1109/DASIP.2016.7853834","url":null,"abstract":"This document describes a demonstration, proposed at DASIP Demo Night session. This demonstration is running on a low-power manycore processor from Kalray, named MPPA® and is highlighting capabilities of this new generation chip in processing multiple applications.","PeriodicalId":6494,"journal":{"name":"2016 Conference on Design and Architectures for Signal and Image Processing (DASIP)","volume":"3 1","pages":"243-244"},"PeriodicalIF":0.0,"publicationDate":"2016-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"88805603","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
Power consumption improvement with residue code for fault tolerance on SRAM FPGA 基于SRAM FPGA的容错剩余码的功耗改进
Pub Date : 2011-01-01 DOI: 10.1109/DASIP.2011.6136883
F. Amiel, T. Ea, Vashishtha Vinay
{"title":"Power consumption improvement with residue code for fault tolerance on SRAM FPGA","authors":"F. Amiel, T. Ea, Vashishtha Vinay","doi":"10.1109/DASIP.2011.6136883","DOIUrl":"https://doi.org/10.1109/DASIP.2011.6136883","url":null,"abstract":"","PeriodicalId":6494,"journal":{"name":"2016 Conference on Design and Architectures for Signal and Image Processing (DASIP)","volume":"9 1","pages":"223-228"},"PeriodicalIF":0.0,"publicationDate":"2011-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"73073112","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
期刊
2016 Conference on Design and Architectures for Signal and Image Processing (DASIP)
全部 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