首页 > 最新文献

2016 IEEE 46th International Symposium on Multiple-Valued Logic (ISMVL)最新文献

英文 中文
Power of Enumeration -- BDD/ZDD-Based Techniques for Discrete Structure Manipulation 枚举的力量——基于BDD/ zdd的离散结构操作技术
Pub Date : 2016-05-18 DOI: 10.1109/ISMVL.2016.49
S. Minato
Summary form only given. Discrete structures are foundational materials for computer science and mathematics, which are related to set theory, symbolic logic, inductive proof, graph theory, combinatorics, probability theory, etc. Many problems are decomposed into discrete structures using simple primitive algebraic operations. A Binary Decision Diagram (BDD) is a representation of a Boolean function, one of the most basic models of discrete structures. After the epoch-making paper [1] by Bryant in 1986, BDD-based methods have attracted a great deal of attention. The BDD was originally developed for the efficient Boolean function manipulation required in VLSI logic design, however, later they are also used for sets of combinations which represent many kinds of combinatorial patterns. A Zero-suppressed BDD (ZDD) [2] is a variant of the BDD, customized for representing a set of combinations. ZDDs have been successfully applied not only to VLSI design, but also for solving various combinatorial problems, such as constraint satisfaction, frequent pattern mining, and graph enumeration. Recently, ZDDs have become more widely known, since D. E. Knuth intensively discussed ZDD-based algorithms in the latest volume of his famous series of books [3]. Although a quarter of a century has passed since Bryant first put forth his idea, there are still many interesting and exciting research topics related to BDDs and ZDDs [4]. One of the most important topics would be that, Knuth presented an extremely fast algorithm "Simpath" [3] to construct a ZDD which enumerates all the paths connecting two points in a given graph structure. This work is important because many kinds of practical problems are efficiently solved by some variations of this algorithm. We generically call such ZDD construction methods "frontier-based methods." The above techniques of data structures and algorithms have been implemented and published as an open software library, named "Graphillion"[5], [6]. Graphillion is a library for manipulating very large sets of graphs, based on ZDDs and frontier-based method. Graphillion is implemented as a Python extension in C++, to encourage easy development of its applications without introducing significant performance overhead. In order to organize an integrated method of algebraic operations for manipulating various types of discrete structures, and to construct standard techniques for efficiently solving large-scale and practical problems in various fields, A governmental agency in Japan started a nation-wide project: ERATO MINATO Discrete Structure Manipulation System Project in 2009. The project was successfully finished in this year, and a successor project, JSPS KAKENHI(S), is now running until 2020. Many interesting research results were produced in the last ERATO project, and some of topics are still attractive to be explored more. In this talk, we first show an overview of our research project, and then explain the basic techniques of BDDs and
只提供摘要形式。离散结构是计算机科学和数学的基础材料,涉及集合论、符号逻辑、归纳证明、图论、组合学、概率论等。许多问题用简单的原始代数运算分解成离散结构。二进制决策图(BDD)是布尔函数的一种表示形式,是离散结构的最基本模型之一。自1986年Bryant发表划时代的论文[1]后,基于bdd的方法引起了广泛关注。BDD最初是为VLSI逻辑设计中所需的高效布尔函数操作而开发的,然而,后来它们也用于表示多种组合模式的组合集。零抑制的BDD (ZDD)[2]是BDD的一种变体,是为表示一组组合而定制的。zdd不仅成功地应用于VLSI设计,而且还用于解决各种组合问题,如约束满足、频繁模式挖掘和图枚举。最近,由于d.e.k nuth在其著名系列书籍的最新一卷[3]中深入讨论了基于zdd的算法,zdd已经变得更加广为人知。虽然距Bryant首次提出这一观点已经过去了四分之一个世纪,但与bdd和zdd相关的研究课题仍有许多有趣且令人兴奋的[4]。其中最重要的一个主题是,Knuth提出了一个非常快的算法“Simpath”[3]来构建一个ZDD,它枚举了给定图结构中连接两点的所有路径。这一工作具有重要意义,因为该算法的一些变体有效地解决了许多实际问题。我们通常将这样的ZDD构造方法称为“基于边界的方法”。上述数据结构和算法技术已经作为一个开放的软件库实现并发布,命名为“Graphillion”[5],[6]。Graphillion是一个用于操作非常大的图集的库,基于zdd和基于边界的方法。Graphillion是作为c++中的Python扩展实现的,以鼓励在不引入显著性能开销的情况下轻松开发其应用程序。为了组织一种集成的代数运算方法来处理各种类型的离散结构,并构建有效解决各领域大规模和实际问题的标准技术,日本政府机构于2009年启动了一个全国性的项目:ERATO MINATO离散结构处理系统项目。该项目于今年成功完成,后继项目JSPS KAKENHI(S)现在将运行到2020年。在上一个ERATO项目中产生了许多有趣的研究成果,并且一些主题仍然具有进一步探索的吸引力。在这次演讲中,我们首先展示了我们的研究项目的概述,然后解释了用于各种离散结构操作的bdd和zdd的基本技术。我们还简要介绍了与bdd和zdd相关的研究活动的历史。然后,我们展示了有效枚举和索引组合问题的解决方案的基于边界的方法的概述。我们还提出了几个关于这些最先进技术的各种应用的主题。
{"title":"Power of Enumeration -- BDD/ZDD-Based Techniques for Discrete Structure Manipulation","authors":"S. Minato","doi":"10.1109/ISMVL.2016.49","DOIUrl":"https://doi.org/10.1109/ISMVL.2016.49","url":null,"abstract":"Summary form only given. Discrete structures are foundational materials for computer science and mathematics, which are related to set theory, symbolic logic, inductive proof, graph theory, combinatorics, probability theory, etc. Many problems are decomposed into discrete structures using simple primitive algebraic operations. A Binary Decision Diagram (BDD) is a representation of a Boolean function, one of the most basic models of discrete structures. After the epoch-making paper [1] by Bryant in 1986, BDD-based methods have attracted a great deal of attention. The BDD was originally developed for the efficient Boolean function manipulation required in VLSI logic design, however, later they are also used for sets of combinations which represent many kinds of combinatorial patterns. A Zero-suppressed BDD (ZDD) [2] is a variant of the BDD, customized for representing a set of combinations. ZDDs have been successfully applied not only to VLSI design, but also for solving various combinatorial problems, such as constraint satisfaction, frequent pattern mining, and graph enumeration. Recently, ZDDs have become more widely known, since D. E. Knuth intensively discussed ZDD-based algorithms in the latest volume of his famous series of books [3]. Although a quarter of a century has passed since Bryant first put forth his idea, there are still many interesting and exciting research topics related to BDDs and ZDDs [4]. One of the most important topics would be that, Knuth presented an extremely fast algorithm \"Simpath\" [3] to construct a ZDD which enumerates all the paths connecting two points in a given graph structure. This work is important because many kinds of practical problems are efficiently solved by some variations of this algorithm. We generically call such ZDD construction methods \"frontier-based methods.\" The above techniques of data structures and algorithms have been implemented and published as an open software library, named \"Graphillion\"[5], [6]. Graphillion is a library for manipulating very large sets of graphs, based on ZDDs and frontier-based method. Graphillion is implemented as a Python extension in C++, to encourage easy development of its applications without introducing significant performance overhead. In order to organize an integrated method of algebraic operations for manipulating various types of discrete structures, and to construct standard techniques for efficiently solving large-scale and practical problems in various fields, A governmental agency in Japan started a nation-wide project: ERATO MINATO Discrete Structure Manipulation System Project in 2009. The project was successfully finished in this year, and a successor project, JSPS KAKENHI(S), is now running until 2020. Many interesting research results were produced in the last ERATO project, and some of topics are still attractive to be explored more. In this talk, we first show an overview of our research project, and then explain the basic techniques of BDDs and ","PeriodicalId":246194,"journal":{"name":"2016 IEEE 46th International Symposium on Multiple-Valued Logic (ISMVL)","volume":"17 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-05-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121132859","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
Index Generation Functions Based on Linear and Polynomial Transformations 基于线性和多项式变换的索引生成函数
Pub Date : 2016-05-18 DOI: 10.1109/ISMVL.2016.20
Helena Astola, R. Stankovic, J. Astola
Index generation functions are a particular class of switching (Boolean or multiple-valued) functions that have some important applications in communication, data retrieval and processing, and related areas. For these applications, determining compact representations of index generation functions is an important task. An approach towards this is to perform a linear transformation to reduce the number of required variables, but finding an optimal transformation can be difficult. In this paper, we propose non-linear transformations to reduce the number of variables, and formulate the problem of finding a good linear transformation using linear subspaces. Extending the set of initial variables by products of variables makes it easier to find a compact representation as the number of suitable transformations becomes larger.
索引生成函数是一类特殊的切换(布尔值或多值)函数,在通信、数据检索和处理以及相关领域有一些重要的应用。对于这些应用程序,确定索引生成函数的紧凑表示是一项重要任务。实现这一目标的一种方法是执行线性变换以减少所需变量的数量,但是找到最优变换可能很困难。在本文中,我们提出了非线性变换来减少变量的数量,并提出了利用线性子空间寻找好的线性变换的问题。通过变量的乘积来扩展初始变量的集合,当合适的变换数量变大时,更容易找到紧凑的表示。
{"title":"Index Generation Functions Based on Linear and Polynomial Transformations","authors":"Helena Astola, R. Stankovic, J. Astola","doi":"10.1109/ISMVL.2016.20","DOIUrl":"https://doi.org/10.1109/ISMVL.2016.20","url":null,"abstract":"Index generation functions are a particular class of switching (Boolean or multiple-valued) functions that have some important applications in communication, data retrieval and processing, and related areas. For these applications, determining compact representations of index generation functions is an important task. An approach towards this is to perform a linear transformation to reduce the number of required variables, but finding an optimal transformation can be difficult. In this paper, we propose non-linear transformations to reduce the number of variables, and formulate the problem of finding a good linear transformation using linear subspaces. Extending the set of initial variables by products of variables makes it easier to find a compact representation as the number of suitable transformations becomes larger.","PeriodicalId":246194,"journal":{"name":"2016 IEEE 46th International Symposium on Multiple-Valued Logic (ISMVL)","volume":"67 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-05-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131359435","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}
引用次数: 4
CNTFET-RFB: An Error Correction Implementation for Multi-valued CNTFET Logic CNTFET- rfb:多值CNTFET逻辑的纠错实现
Pub Date : 2016-05-18 DOI: 10.1109/ISMVL.2016.41
Gopalakrishnan Sundararajan, C. Winstead
This paper presents a solution for fault-tolerance in logic circuits comprised of Carbon Nanotube FETs (CNTFETs). This work builds on a recently proposed method for error-correction called Restorative Feedback (RFB). The RFB method is a variant of Triple-Modular Redundancy (TMR) that utilizes the fault masking capabilities of the Muller C element to provide added protection against transient faults caused by electronic noise. A novel design is proposed for implementing a ternary C element. We also show the ability of RFB method to suppress internal transient noise in CNTFET multi-valued logic (MVL) circuits.
提出了一种碳纳米管场效应管(cntfet)逻辑电路容错的解决方案。这项工作建立在最近提出的一种称为恢复性反馈(RFB)的纠错方法的基础上。RFB方法是三模冗余(TMR)的一种变体,它利用Muller C元件的故障屏蔽能力,为电子噪声引起的瞬态故障提供额外的保护。提出了一种实现三元C元的新设计。我们还展示了RFB方法在CNTFET多值逻辑(MVL)电路中抑制内部瞬态噪声的能力。
{"title":"CNTFET-RFB: An Error Correction Implementation for Multi-valued CNTFET Logic","authors":"Gopalakrishnan Sundararajan, C. Winstead","doi":"10.1109/ISMVL.2016.41","DOIUrl":"https://doi.org/10.1109/ISMVL.2016.41","url":null,"abstract":"This paper presents a solution for fault-tolerance in logic circuits comprised of Carbon Nanotube FETs (CNTFETs). This work builds on a recently proposed method for error-correction called Restorative Feedback (RFB). The RFB method is a variant of Triple-Modular Redundancy (TMR) that utilizes the fault masking capabilities of the Muller C element to provide added protection against transient faults caused by electronic noise. A novel design is proposed for implementing a ternary C element. We also show the ability of RFB method to suppress internal transient noise in CNTFET multi-valued logic (MVL) circuits.","PeriodicalId":246194,"journal":{"name":"2016 IEEE 46th International Symposium on Multiple-Valued Logic (ISMVL)","volume":"40 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-05-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122168761","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
Set Representation of Partial Dynamic De Morgan Algebras 部分动态De Morgan代数的集合表示
Pub Date : 2016-05-18 DOI: 10.1109/ISMVL.2013.56.
I. Chajda, Jan Paseka
By a De Morgan algebra is meant a bounded poset equipped with an antitone involution considered as negation. Such an algebra can be considered as an algebraic axiomatization of a propositional logic satisfying the double negation law. Our aim is to introduce the so-called tense operators in every De Morgan algebra for to get an algebraic counterpart of a tense logic with negation satisfying the double negation law which need not be Boolean. Following the standard construction of tense operators G and H by a frame we solve the following question: if a dynamic De Morgan algebra is given, how to find a frame such that its tense operators G and H can be reached by this construction.
所谓德摩尔根代数,是指具有反调对合的有界偏序集。这样的代数可以看作是满足双重否定律的命题逻辑的代数公理化。我们的目的是在每一个De Morgan代数中引入所谓的时态算子,以得到否定满足双重否定律的时态逻辑的代数对应物,而不必是布尔型的。根据一个坐标系的张力算子G和H的标准构造,我们解决了以下问题:如果给定一个动态De Morgan代数,如何找到一个坐标系,使得它的张力算子G和H可以通过这个构造得到。
{"title":"Set Representation of Partial Dynamic De Morgan Algebras","authors":"I. Chajda, Jan Paseka","doi":"10.1109/ISMVL.2013.56.","DOIUrl":"https://doi.org/10.1109/ISMVL.2013.56.","url":null,"abstract":"By a De Morgan algebra is meant a bounded poset equipped with an antitone involution considered as negation. Such an algebra can be considered as an algebraic axiomatization of a propositional logic satisfying the double negation law. Our aim is to introduce the so-called tense operators in every De Morgan algebra for to get an algebraic counterpart of a tense logic with negation satisfying the double negation law which need not be Boolean. Following the standard construction of tense operators G and H by a frame we solve the following question: if a dynamic De Morgan algebra is given, how to find a frame such that its tense operators G and H can be reached by this construction.","PeriodicalId":246194,"journal":{"name":"2016 IEEE 46th International Symposium on Multiple-Valued Logic (ISMVL)","volume":"10 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-05-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125143323","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}
引用次数: 4
Some Properties of Generalized State Operators on Residuated Lattices 余格上广义状态算子的若干性质
Pub Date : 2016-05-18 DOI: 10.1109/ISMVL.2016.29
M. Kondo, M. Kawaguchi
We define a generalized state operator σ on a residuated lattice X and a g-state residuated lattice (X,σ), and consider properties of g-state residuated lattices. We show that a characterization theorem of σ-filters and that the class Fσ (X) of all σ-filters of a g-state residuated lattice (X, σ) is a Heyting algebra. Moreover we prove that every g-state residuated lattice (X, σ) is isomprphic to a subdirect product of g-state residuated lattices {(X/P, σ/P)}P∈Specσ(X), where Specσ(X) is the set of all prime σ-filters of (X, σ).
在剩馀格X和g态剩馀格(X,σ)上定义了广义态算子σ,并考虑了g态剩馀格的性质。我们证明了σ-滤波器的一个表征定理,并证明了g态残馀格(X, σ)的所有σ-滤波器的Fσ (X)类是Heyting代数。进一步证明了每个g态剩格(X, σ)是g态剩格{(X/P, σ/P)}P∈Specσ(X)的子直积的同构,其中Specσ(X)是(X, σ)的所有素数σ-滤波器的集合。
{"title":"Some Properties of Generalized State Operators on Residuated Lattices","authors":"M. Kondo, M. Kawaguchi","doi":"10.1109/ISMVL.2016.29","DOIUrl":"https://doi.org/10.1109/ISMVL.2016.29","url":null,"abstract":"We define a generalized state operator σ on a residuated lattice X and a g-state residuated lattice (X,σ), and consider properties of g-state residuated lattices. We show that a characterization theorem of σ-filters and that the class F<sub>σ</sub> (X) of all σ-filters of a g-state residuated lattice (X, σ) is a Heyting algebra. Moreover we prove that every g-state residuated lattice (X, σ) is isomprphic to a subdirect product of g-state residuated lattices {(X/P, σ/P)}<sub>P∈Specσ</sub>(X), where Spec<sub>σ</sub>(X) is the set of all prime σ-filters of (X, σ).","PeriodicalId":246194,"journal":{"name":"2016 IEEE 46th International Symposium on Multiple-Valued Logic (ISMVL)","volume":"127 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-05-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117348499","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}
引用次数: 5
New Two-Qubit Gate Library with Entanglement 新的具有纠缠的双量子比特门库
Pub Date : 2016-05-18 DOI: 10.1109/ISMVL.2016.26
Md Belayet Ali, T. Hirayama, Katsuhisa Yamanaka, Y. Nishitani
The NCV (NOT, CNOT and Controlled-V/V) gate set is most commonly used for the realization of classical reversible functions and implementation of quantum circuits. Logic operations in quantum circuits are performed by individual gates or can be expressed as matrix-vector multiplication. Thispaper presents a two-qubit quantum gate library which consists most commonly used elementary quantum gates NOT, CNOT, Controlled-V and Controlled-V. The new library contains all possible two-qubit quantum gates which do not produce entangled states in the final output state. Two approaches have been appliedto generate the new two-qubit quantum gate library because it hasbeen observed that some entangled gates act like non-entangledif those entangled gates are merged with other valid gates in thelibrary. The experimental result shows the difference betweenthe libraries with and without considering entangled gates in theprocess of generating new gates.
NCV (NOT, CNOT和Controlled-V/V)门集是实现经典可逆函数和实现量子电路最常用的器件。量子电路中的逻辑运算由单独的门执行,或者可以表示为矩阵向量乘法。本文提出了一个由最常用的基本量子门NOT、CNOT、Controlled-V和Controlled-V组成的双量子位量子门库。新的库包含所有可能的在最终输出状态下不会产生纠缠态的双量子位量子门。由于已经观察到一些纠缠的门与库中的其他有效门合并时,一些纠缠的门表现得像非纠缠的门,因此应用了两种方法来生成新的双量子位量子门库。实验结果表明,考虑和不考虑纠缠门的库在生成新门的过程中存在差异。
{"title":"New Two-Qubit Gate Library with Entanglement","authors":"Md Belayet Ali, T. Hirayama, Katsuhisa Yamanaka, Y. Nishitani","doi":"10.1109/ISMVL.2016.26","DOIUrl":"https://doi.org/10.1109/ISMVL.2016.26","url":null,"abstract":"The NCV (NOT, CNOT and Controlled-V/V) gate set is most commonly used for the realization of classical reversible functions and implementation of quantum circuits. Logic operations in quantum circuits are performed by individual gates or can be expressed as matrix-vector multiplication. Thispaper presents a two-qubit quantum gate library which consists most commonly used elementary quantum gates NOT, CNOT, Controlled-V and Controlled-V. The new library contains all possible two-qubit quantum gates which do not produce entangled states in the final output state. Two approaches have been appliedto generate the new two-qubit quantum gate library because it hasbeen observed that some entangled gates act like non-entangledif those entangled gates are merged with other valid gates in thelibrary. The experimental result shows the difference betweenthe libraries with and without considering entangled gates in theprocess of generating new gates.","PeriodicalId":246194,"journal":{"name":"2016 IEEE 46th International Symposium on Multiple-Valued Logic (ISMVL)","volume":"72 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-05-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116939970","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
A Realization of Index Generation Functions Using Multiple IGUs 使用多个igu实现索引生成功能
Pub Date : 2016-05-18 DOI: 10.1109/ISMVL.2016.17
Tsutomu Sasao
This paper presents a method to realize index generation functions using multiple Index Generation Units (IGUs). The architecture implements index generation functions more efficiently than a single IGU when the number of registered vectors is very large. This paper also proves that independent linear transformations are necessary in IGUs for efficient realization. Experimental results confirm this statement.
提出了一种利用多个索引生成单元(igu)实现索引生成功能的方法。当注册向量数量非常大时,该体系结构比单个IGU更有效地实现索引生成功能。本文还证明了独立的线性变换在igu中是有效实现的必要条件。实验结果证实了这一说法。
{"title":"A Realization of Index Generation Functions Using Multiple IGUs","authors":"Tsutomu Sasao","doi":"10.1109/ISMVL.2016.17","DOIUrl":"https://doi.org/10.1109/ISMVL.2016.17","url":null,"abstract":"This paper presents a method to realize index generation functions using multiple Index Generation Units (IGUs). The architecture implements index generation functions more efficiently than a single IGU when the number of registered vectors is very large. This paper also proves that independent linear transformations are necessary in IGUs for efficient realization. Experimental results confirm this statement.","PeriodicalId":246194,"journal":{"name":"2016 IEEE 46th International Symposium on Multiple-Valued Logic (ISMVL)","volume":"4 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-05-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121789277","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}
引用次数: 5
SPRUCE, an Embedded Compact Stack Machine for IGBT Power Modules SPRUCE,用于IGBT电源模块的嵌入式紧凑型堆叠机
Pub Date : 2016-05-18 DOI: 10.1109/ISMVL.2016.59
A. Shorten, W. Ng
In this paper, an embedded stack machine for high voltage Intelligent Power Modules (IPMs) is presented. The proposed architecture is fabricated in TSMCs 0.18μm BCD process alongside a 10-bit SAR ADC, a 10-bit counter based Digital Pulse Width Modulator (DPWM) and an Insulated Gate Bipolar Transistor (IGBT) gate driver. The fabricated IC is incorporated into a IGBT based IPM and used to implement a Duty Cycle Correction (DCC) Algorithm to improve output current regulation.
本文介绍了一种用于高压智能电源模块的嵌入式堆叠机。该架构采用台积电0.18μm BCD工艺,采用10位SAR ADC、基于10位计数器的数字脉宽调制器(DPWM)和绝缘栅双极晶体管(IGBT)栅极驱动器。该集成电路被集成到基于IGBT的IPM中,并用于实现占空比校正(DCC)算法,以改善输出电流调节。
{"title":"SPRUCE, an Embedded Compact Stack Machine for IGBT Power Modules","authors":"A. Shorten, W. Ng","doi":"10.1109/ISMVL.2016.59","DOIUrl":"https://doi.org/10.1109/ISMVL.2016.59","url":null,"abstract":"In this paper, an embedded stack machine for high voltage Intelligent Power Modules (IPMs) is presented. The proposed architecture is fabricated in TSMCs 0.18μm BCD process alongside a 10-bit SAR ADC, a 10-bit counter based Digital Pulse Width Modulator (DPWM) and an Insulated Gate Bipolar Transistor (IGBT) gate driver. The fabricated IC is incorporated into a IGBT based IPM and used to implement a Duty Cycle Correction (DCC) Algorithm to improve output current regulation.","PeriodicalId":246194,"journal":{"name":"2016 IEEE 46th International Symposium on Multiple-Valued Logic (ISMVL)","volume":"219 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-05-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126109985","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
Minimal Weighted Clones with Boolean Support 具有布尔支持的最小加权克隆
Pub Date : 2016-05-18 DOI: 10.1109/ISMVL.2016.10
P. Jeavons, Andrius Vaicenavicius, Stanislav Živný
We study algebraic structures called weighted clones. These structures characterise the computational complexity of discrete optimisation problems of special form, known as valued constraint satisfaction problems. We identify all minimal weighted clones for every Boolean support clone.
我们研究称为加权克隆的代数结构。这些结构表征了特殊形式的离散优化问题的计算复杂性,称为值约束满足问题。我们为每个布尔支持克隆识别所有最小加权克隆。
{"title":"Minimal Weighted Clones with Boolean Support","authors":"P. Jeavons, Andrius Vaicenavicius, Stanislav Živný","doi":"10.1109/ISMVL.2016.10","DOIUrl":"https://doi.org/10.1109/ISMVL.2016.10","url":null,"abstract":"We study algebraic structures called weighted clones. These structures characterise the computational complexity of discrete optimisation problems of special form, known as valued constraint satisfaction problems. We identify all minimal weighted clones for every Boolean support clone.","PeriodicalId":246194,"journal":{"name":"2016 IEEE 46th International Symposium on Multiple-Valued Logic (ISMVL)","volume":"72 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-05-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127175066","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
Centralizing Monoids on a Three-Element Set Related to Binary Idempotent Functions 关于二元幂等函数的三元集上一元群的中心化
Pub Date : 2016-05-18 DOI: 10.1109/ISMVL.2016.32
Hajime Machida, I. Rosenberg
A centralizing monoid M is a set of unary functions which commute with all members of some set F of multi-variable functions. The set F is called a witness of M. In this paper, we study centralizing monoids on a three-element set which have sets of binary idempotent functions as their witnesses. It is shown that the number of such centralizing monoids is 67.
一个集中一元群M是一个一元函数的集合,它与多变量函数的集合F中的所有成员交换。本文研究了以二元幂等函数集为见证者的三元集上的一元群的中心化问题。结果表明,这类集中一元群的数目为67个。
{"title":"Centralizing Monoids on a Three-Element Set Related to Binary Idempotent Functions","authors":"Hajime Machida, I. Rosenberg","doi":"10.1109/ISMVL.2016.32","DOIUrl":"https://doi.org/10.1109/ISMVL.2016.32","url":null,"abstract":"A centralizing monoid M is a set of unary functions which commute with all members of some set F of multi-variable functions. The set F is called a witness of M. In this paper, we study centralizing monoids on a three-element set which have sets of binary idempotent functions as their witnesses. It is shown that the number of such centralizing monoids is 67.","PeriodicalId":246194,"journal":{"name":"2016 IEEE 46th International Symposium on Multiple-Valued Logic (ISMVL)","volume":"15 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-05-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129223412","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}
引用次数: 4
期刊
2016 IEEE 46th International Symposium on Multiple-Valued Logic (ISMVL)
全部 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