首页 > 最新文献

Electronics and Communications in Japan (Part III: Fundamental Electronic Science)最新文献

英文 中文
Two computational algorithms for deriving phase equations: Equivalence and some cautions 导出相位方程的两种计算算法:等价性及注意事项
Daisuke Ohta, Hisa-Aki Tanaka, Yusuke Maino

When synchronization phenomena are analyzed, the phase equations are known to often provide useful qualitative and quantitative information [1]. The target of this paper is to examine through comparisons of the derivation algorithm of the phase equations a realistic system including the case where the equations are not necessarily given explicitly. In other words, the equivalence of two different conventional algorithms [1, 4] is shown, and the advantages and cautions when specific phenomena use both in an example are each explained. © 2007 Wiley Periodicals, Inc. Electron Comm Jpn Pt 3, 90(12): 1– 9, 2007; Published online in Wiley InterScience (www.interscience.wiley.com). DOI 10.1002/ecjc.20284

当分析同步现象时,已知相位方程通常提供有用的定性和定量信息[1]。本文的目标是通过比较相位方程的推导算法来检验一个现实的系统,包括方程不一定明确给出的情况。换句话说,显示了两种不同的传统算法[1,4]的等价性,并分别解释了当特定现象在示例中使用这两种算法时的优点和注意事项。©2007 Wiley Periodicals,股份有限公司Electron Comm Jpn Pt 3,90(12):2007年1月9日;在线发表于Wiley InterScience(www.InterScience.Wiley.com)。DOI 10.1002/ecjc.20284
{"title":"Two computational algorithms for deriving phase equations: Equivalence and some cautions","authors":"Daisuke Ohta,&nbsp;Hisa-Aki Tanaka,&nbsp;Yusuke Maino","doi":"10.1002/ecjc.20284","DOIUrl":"https://doi.org/10.1002/ecjc.20284","url":null,"abstract":"<p>When synchronization phenomena are analyzed, the phase equations are known to often provide useful qualitative and quantitative information [1]. The target of this paper is to examine through comparisons of the derivation algorithm of the phase equations a realistic system including the case where the equations are not necessarily given explicitly. In other words, the equivalence of two different conventional algorithms [1, 4] is shown, and the advantages and cautions when specific phenomena use both in an example are each explained. © 2007 Wiley Periodicals, Inc. Electron Comm Jpn Pt 3, 90(12): 1– 9, 2007; Published online in Wiley InterScience (www.interscience.wiley.com). DOI 10.1002/ecjc.20284</p>","PeriodicalId":100407,"journal":{"name":"Electronics and Communications in Japan (Part III: Fundamental Electronic Science)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2007-06-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1002/ecjc.20284","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"71979874","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 data-driven processor for alleviating bottlenecks of sequential programs and maintaining multiprocessing capability 一种数据驱动处理器,用于缓解顺序程序的瓶颈并保持多处理能力
Ryosuke Kurebayashi, Shinya Ito, Toru Takahashi, Hiroshi Tomiyasu, Hiroaki Nishikawa

Existing data-driven processors offer the advantages of being able to naturally resolve the problems inherent in a wide variety of granularities of parallelism, and of being able to multiprocess without overhead. However, because an instruction is not issued until the instruction that generates the source operand finishes executing, a delay equal to the number of stages in the pipeline occurs before an instruction that has a data-dependency relationship can be executed. As a result, portions of sequential processing in a program become a bottleneck. The authors are therefore in the process of developing an LSI processor that is able to retain the advantages of conventional data-driven processors while being able to efficiently execute blocks of sequential processing. This paper presents and evaluates the performance of the proposed execution model and pipeline structure of this processor. This processor uses the same pipeline to perform instruction level multiprocessing of data-driven programs that issue instructions based on the data-dependency relationships and control-driven programs that issue instructions sequentially based on a program counter. The effectiveness of parallel processing by data-driven programs, improvements in the efficiency of sequential processing by introducing control-driven programs, and the ability to evenly share the pipeline when data-driven and control-driven programs are multiprocessing are evaluated. © 2007 Wiley Periodicals, Inc. Electron Comm Jpn Pt 3, 90(12): 36–49, 2007; Published online in Wiley InterScience (www.interscience.wiley.com). DOI 10.1002/ecjc.20358

现有的数据驱动处理器的优点是能够自然地解决各种并行粒度中固有的问题,并且能够在没有开销的情况下进行多处理。但是,由于在生成源操作数的指令完成执行之前不会发出指令,因此在执行具有数据依赖关系的指令之前,会出现与管道中的级数相等的延迟。结果,程序中的部分顺序处理成为一个瓶颈。因此,作者正在开发一种LSI处理器,该处理器能够保持传统数据驱动处理器的优势,同时能够有效地执行顺序处理块。本文介绍并评估了所提出的执行模型和该处理器的流水线结构的性能。该处理器使用相同的流水线来执行基于数据依赖关系发布指令的数据驱动程序和基于程序计数器顺序发布指令的控制驱动程序的指令级多处理。评估了数据驱动程序并行处理的有效性,引入控制驱动程序提高顺序处理的效率,以及当数据驱动和控制驱动程序是多处理时平均共享管道的能力。©2007 Wiley Periodicals,股份有限公司Electron Comm Jpn Pt 3,90(12):36–492007;在线发表于Wiley InterScience(www.InterScience.Wiley.com)。DOI 10.1002/ecjc.20358
{"title":"A data-driven processor for alleviating bottlenecks of sequential programs and maintaining multiprocessing capability","authors":"Ryosuke Kurebayashi,&nbsp;Shinya Ito,&nbsp;Toru Takahashi,&nbsp;Hiroshi Tomiyasu,&nbsp;Hiroaki Nishikawa","doi":"10.1002/ecjc.20358","DOIUrl":"https://doi.org/10.1002/ecjc.20358","url":null,"abstract":"<p>Existing data-driven processors offer the advantages of being able to naturally resolve the problems inherent in a wide variety of granularities of parallelism, and of being able to multiprocess without overhead. However, because an instruction is not issued until the instruction that generates the source operand finishes executing, a delay equal to the number of stages in the pipeline occurs before an instruction that has a data-dependency relationship can be executed. As a result, portions of sequential processing in a program become a bottleneck. The authors are therefore in the process of developing an LSI processor that is able to retain the advantages of conventional data-driven processors while being able to efficiently execute blocks of sequential processing. This paper presents and evaluates the performance of the proposed execution model and pipeline structure of this processor. This processor uses the same pipeline to perform instruction level multiprocessing of data-driven programs that issue instructions based on the data-dependency relationships and control-driven programs that issue instructions sequentially based on a program counter. The effectiveness of parallel processing by data-driven programs, improvements in the efficiency of sequential processing by introducing control-driven programs, and the ability to evenly share the pipeline when data-driven and control-driven programs are multiprocessing are evaluated. © 2007 Wiley Periodicals, Inc. Electron Comm Jpn Pt 3, 90(12): 36–49, 2007; Published online in Wiley InterScience (www.interscience.wiley.com). DOI 10.1002/ecjc.20358</p>","PeriodicalId":100407,"journal":{"name":"Electronics and Communications in Japan (Part III: Fundamental Electronic Science)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2007-06-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1002/ecjc.20358","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"71972473","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 monitor generation method for formal monitor-based verification considering input constraints 一种考虑输入约束的形式化基于监控器的验证监控器生成方法
Yosuke Kakiuchi, Akira Kitajima, Kiyoharu Hamaguchi, Toshinobu Kashiwabara

Various kinds of methods have been proposed for hardware module interface verification. We focus on monitor-based formal verification. In our approach, to verify interface specifications more comprehensively, we describe specifications of a module interface in a specification language based on regular expressions, and then behavioral models are constructed. Next, a monitor circuit is generated. This method prevents monitor circuits from involving errors because of automated monitor generation. Usually, input constraints must also be given for a design, when each module is verified one by one, because undesirable input patterns may be provided. Instead of giving input constraints, we propose a method of monitor generation including input constraints. Input constraints are extracted from specification of interfaces. Therefore, verification of individual modules becomes less difficult. We show an experimental result on formal verification of circuits compliant to the AMBA AHB bus protocol. © 2007 Wiley Periodicals, Inc. Electron Comm Jpn Pt 3, 90(12): 19–26, 2007; Published online in Wiley InterScience (www.interscience.wiley.com). DOI 10.1002/ecjc.20360

已经提出了用于硬件模块接口验证的各种方法。我们专注于基于监测的正式核查。在我们的方法中,为了更全面地验证接口规范,我们用基于正则表达式的规范语言描述了模块接口的规范,然后构建了行为模型。接下来,生成一个监控电路。这种方法可以防止由于自动生成监控器而导致监控器电路出现错误。通常,当逐一验证每个模块时,还必须为设计提供输入约束,因为可能会提供不希望的输入模式。我们提出了一种包括输入约束的监视器生成方法,而不是给出输入约束。输入约束是从接口规范中提取的。因此,单个模块的验证变得不那么困难。我们展示了对符合AMBA AHB总线协议的电路进行形式化验证的实验结果。©2007 Wiley Periodicals,股份有限公司Electron Comm Jpn Pt 3,90(12):2007年19月26日;在线发表于Wiley InterScience(www.InterScience.Wiley.com)。DOI 10.1002/ecjc.20360
{"title":"A monitor generation method for formal monitor-based verification considering input constraints","authors":"Yosuke Kakiuchi,&nbsp;Akira Kitajima,&nbsp;Kiyoharu Hamaguchi,&nbsp;Toshinobu Kashiwabara","doi":"10.1002/ecjc.20360","DOIUrl":"https://doi.org/10.1002/ecjc.20360","url":null,"abstract":"<p>Various kinds of methods have been proposed for hardware module interface verification. We focus on monitor-based formal verification. In our approach, to verify interface specifications more comprehensively, we describe specifications of a module interface in a specification language based on regular expressions, and then behavioral models are constructed. Next, a monitor circuit is generated. This method prevents monitor circuits from involving errors because of automated monitor generation. Usually, input constraints must also be given for a design, when each module is verified one by one, because undesirable input patterns may be provided. Instead of giving input constraints, we propose a method of monitor generation including input constraints. Input constraints are extracted from specification of interfaces. Therefore, verification of individual modules becomes less difficult. We show an experimental result on formal verification of circuits compliant to the AMBA AHB bus protocol. © 2007 Wiley Periodicals, Inc. Electron Comm Jpn Pt 3, 90(12): 19–26, 2007; Published online in Wiley InterScience (www.interscience.wiley.com). DOI 10.1002/ecjc.20360</p>","PeriodicalId":100407,"journal":{"name":"Electronics and Communications in Japan (Part III: Fundamental Electronic Science)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2007-06-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1002/ecjc.20360","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"71972474","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
Toward systematic generation of 3COL instances based on minimal unsolvable structures 基于最小不可解结构的3COL实例的系统生成
Kazunori Mizuno, Seiichi Nishihara

In this paper, the authors propose a method of systematically generating 3-colorable (3COL) graph instances for which a great deal of time and effort are required to obtain a solution (or to determine solvability). This method, which differs from the conventional approach of selecting hard instances from among randomly generated instances, aims to reliably generate hard problems by repeatedly embedding 3COL minimal unsolvable structures in the initial graph. The generated instances conform to various conditions of problems for which the solution searches that had been identified conventionally are extremely difficult. Also, the authors use several solution search algorithms to experimentally verify that the required effort is an exponential order of the number of vertices. © 2007 Wiley Periodicals, Inc. Electron Comm Jpn Pt 3, 90(12): 27–35, 2007; Published online in Wiley InterScience (www.interscience.wiley.com). DOI 10.1002/ecjc.20359

在本文中,作者提出了一种系统生成3-可着色(3COL)图实例的方法,对于该图实例,需要大量的时间和精力来获得解(或确定可解性)。该方法不同于从随机生成的实例中选择硬实例的传统方法,旨在通过在初始图中重复嵌入3COL最小不可解结构来可靠地生成硬问题。生成的实例符合问题的各种条件,对于这些条件,传统上确定的解决方案搜索是极其困难的。此外,作者使用了几种解决方案搜索算法来实验验证所需的努力是顶点数量的指数级。©2007 Wiley Periodicals,股份有限公司Electron Comm Jpn Pt 3,90(12):27-352007;在线发表于Wiley InterScience(www.InterScience.Wiley.com)。DOI 10.1002/ecjc.20359
{"title":"Toward systematic generation of 3COL instances based on minimal unsolvable structures","authors":"Kazunori Mizuno,&nbsp;Seiichi Nishihara","doi":"10.1002/ecjc.20359","DOIUrl":"https://doi.org/10.1002/ecjc.20359","url":null,"abstract":"<p>In this paper, the authors propose a method of systematically generating 3-colorable (3COL) graph instances for which a great deal of time and effort are required to obtain a solution (or to determine solvability). This method, which differs from the conventional approach of selecting hard instances from among randomly generated instances, aims to reliably generate hard problems by repeatedly embedding 3COL minimal unsolvable structures in the initial graph. The generated instances conform to various conditions of problems for which the solution searches that had been identified conventionally are extremely difficult. Also, the authors use several solution search algorithms to experimentally verify that the required effort is an exponential order of the number of vertices. © 2007 Wiley Periodicals, Inc. Electron Comm Jpn Pt 3, 90(12): 27–35, 2007; Published online in Wiley InterScience (www.interscience.wiley.com). DOI 10.1002/ecjc.20359</p>","PeriodicalId":100407,"journal":{"name":"Electronics and Communications in Japan (Part III: Fundamental Electronic Science)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2007-06-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1002/ecjc.20359","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"71979875","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
Disaggregation and surface modification of nano-size diamond by ultrasound exposure: Relationships among acoustic intensity, disaggregation, and surface modification 超声辐照纳米金刚石的分解和表面改性:声强度、分解和表面修饰之间的关系
Takeyoshi Uchida, Akiko Hamano, Norimichi Kawashima, Shinichi Takeuchi

We used ultrasound exposure to perform disaggregation and surface modification of aggregated nano-diamond particles. We formed a standing-wave sound field using a Langevin transducer to drive a stainless-steel vibrating disk installed at the bottom of a water tank, and generated efficient acoustic cavitation. With 20 minutes of ultrasonic exposure, we were able to reduce aggregated nano-diamond particles with average particle diameters of 5µm to average particle diameters of 100 nm or less. We also confirmed that we had improved the zeta potential, an index of surface modification, by a factor of more than two. Furthermore, we used a hydrophone to measure the sound field inside the water tank, and calculated the average acoustic intensity at 800W/m2 or more to demonstrate that the nano-diamond surfaces had been modified. We confirmed that the zeta potential and average particle diameter of the nano-diamonds could be maintained for at least 150 days after ultrasound exposure. © 2007 Wiley Periodicals, Inc. Electron Comm Jpn Pt 3, 90(12): 10– 18, 2007; Published online in Wiley InterScience (www.interscience.wiley.com). DOI 10.1002/ecjc.20268

我们使用超声波曝光对聚集的纳米金刚石颗粒进行分解和表面改性。我们使用Langevin换能器驱动安装在水箱底部的不锈钢振动盘,形成驻波声场,并产生有效的声空化。通过20分钟的超声波暴露,我们能够将平均粒径为5µm的聚集纳米金刚石颗粒减少到平均粒径小于等于100nm。我们还证实,我们已经将表面改性指数ζ电位提高了两倍以上。此外,我们使用水听器测量水箱内部的声场,并计算出800W/m2或更大的平均声强,以证明纳米金刚石表面已经被改性。我们证实,在超声暴露后,纳米金刚石的ζ电位和平均粒径可以保持至少150天。©2007 Wiley Periodicals,股份有限公司Electron Comm Jpn Pt 3,90(12):2007年10月18日;在线发表于Wiley InterScience(www.InterScience.Wiley.com)。DOI 10.1002/ecjc.20268
{"title":"Disaggregation and surface modification of nano-size diamond by ultrasound exposure: Relationships among acoustic intensity, disaggregation, and surface modification","authors":"Takeyoshi Uchida,&nbsp;Akiko Hamano,&nbsp;Norimichi Kawashima,&nbsp;Shinichi Takeuchi","doi":"10.1002/ecjc.20268","DOIUrl":"https://doi.org/10.1002/ecjc.20268","url":null,"abstract":"<p>We used ultrasound exposure to perform disaggregation and surface modification of aggregated nano-diamond particles. We formed a standing-wave sound field using a Langevin transducer to drive a stainless-steel vibrating disk installed at the bottom of a water tank, and generated efficient acoustic cavitation. With 20 minutes of ultrasonic exposure, we were able to reduce aggregated nano-diamond particles with average particle diameters of 5µm to average particle diameters of 100 nm or less. We also confirmed that we had improved the zeta potential, an index of surface modification, by a factor of more than two. Furthermore, we used a hydrophone to measure the sound field inside the water tank, and calculated the average acoustic intensity at 800W/m<sup>2</sup> or more to demonstrate that the nano-diamond surfaces had been modified. We confirmed that the zeta potential and average particle diameter of the nano-diamonds could be maintained for at least 150 days after ultrasound exposure. © 2007 Wiley Periodicals, Inc. Electron Comm Jpn Pt 3, 90(12): 10– 18, 2007; Published online in Wiley InterScience (www.interscience.wiley.com). DOI 10.1002/ecjc.20268</p>","PeriodicalId":100407,"journal":{"name":"Electronics and Communications in Japan (Part III: Fundamental Electronic Science)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2007-06-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1002/ecjc.20268","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"71979876","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}
引用次数: 11
Uncalibrated 3D visual servoing from epipolar geometry and projective invariants 基于极线几何和投影不变量的无标定三维视觉伺服
Jun Adachi, Jun Sato

Visual servoing is being widely investigated as a robot control method that is robust to unpredictable disturbances. Conventional visual servoing assumes calibration of the robot and camera, but such calibration proves very difficult in practice. Thus, we have proposed a method of stable visual servoing for a robot moving on a plane, with neither the robot nor its camera being calibrated. In this paper, we extend the previous method to 3D projective space, thus providing visual servoing for general uncalibrated robots operated in 3D space. In particular, we show that invariant properties in projective space defined by means of epipolar geometry play an important role in navigation. © 2007 Wiley Periodicals, Inc. Electron Comm Jpn Pt 3, 90(12): 50–58, 2007; Published online in Wiley InterScience (www.interscience.wiley.com). DOI 10.1002/ecjc.20361

视觉伺服作为一种对不可预测的扰动具有鲁棒性的机器人控制方法正在被广泛研究。传统的视觉伺服假设机器人和相机进行校准,但这种校准在实践中非常困难。因此,我们提出了一种在平面上移动的机器人的稳定视觉伺服方法,既不校准机器人也不校准其相机。在本文中,我们将先前的方法扩展到三维投影空间,从而为在三维空间中操作的一般未校准机器人提供视觉伺服。特别地,我们证明了由极线几何定义的投影空间中的不变量在导航中起着重要作用。©2007 Wiley Periodicals,股份有限公司Electron Comm Jpn Pt 3,90(12):50–582007;在线发表于Wiley InterScience(www.InterScience.Wiley.com)。DOI 10.1002/ecjc.20361
{"title":"Uncalibrated 3D visual servoing from epipolar geometry and projective invariants","authors":"Jun Adachi,&nbsp;Jun Sato","doi":"10.1002/ecjc.20361","DOIUrl":"https://doi.org/10.1002/ecjc.20361","url":null,"abstract":"<p>Visual servoing is being widely investigated as a robot control method that is robust to unpredictable disturbances. Conventional visual servoing assumes calibration of the robot and camera, but such calibration proves very difficult in practice. Thus, we have proposed a method of stable visual servoing for a robot moving on a plane, with neither the robot nor its camera being calibrated. In this paper, we extend the previous method to 3D projective space, thus providing visual servoing for general uncalibrated robots operated in 3D space. In particular, we show that invariant properties in projective space defined by means of epipolar geometry play an important role in navigation. © 2007 Wiley Periodicals, Inc. Electron Comm Jpn Pt 3, 90(12): 50–58, 2007; Published online in Wiley InterScience (www.interscience.wiley.com). DOI 10.1002/ecjc.20361</p>","PeriodicalId":100407,"journal":{"name":"Electronics and Communications in Japan (Part III: Fundamental Electronic Science)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2007-06-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1002/ecjc.20361","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"71972472","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
Uncalibrated 3D visual servoing from epipolar geometry and projective invariants 非校准3D视觉伺服从极几何和射影不变量
Jun Adachi, J. Sato
Visual servoing is being widely investigated as a robot control method that is robust to unpredictable disturbances. Conventional visual servoing assumes calibration of the robot and camera, but such calibration proves very difficult in practice. Thus, we have proposed a method of stable visual servoing for a robot moving on a plane, with neither the robot nor its camera being calibrated. In this paper, we extend the previous method to 3D projective space, thus providing visual servoing for general uncalibrated robots operated in 3D space. In particular, we show that invariant properties in projective space defined by means of epipolar geometry play an important role in navigation. © 2007 Wiley Periodicals, Inc. Electron Comm Jpn Pt 3, 90(12): 50–58, 2007; Published online in Wiley InterScience (www.interscience.wiley.com). DOI 10.1002/ecjc.20361
视觉伺服作为一种对不可预测干扰具有鲁棒性的机器人控制方法正受到广泛的研究。传统的视觉伺服需要对机器人和摄像机进行标定,但这种标定在实践中被证明是非常困难的。因此,我们提出了一种不需要对机器人及其相机进行校准的平面运动机器人的稳定视觉伺服方法。在本文中,我们将之前的方法扩展到三维投影空间,从而为在三维空间中运行的一般未校准机器人提供视觉伺服。特别地,我们证明了由极极几何定义的射影空间的不变性在导航中起着重要的作用。©2007 Wiley期刊公司电子工程学报,2009,35 (3):559 - 559;在线发表于Wiley InterScience (www.interscience.wiley.com)。DOI 10.1002 / ecjc.20361
{"title":"Uncalibrated 3D visual servoing from epipolar geometry and projective invariants","authors":"Jun Adachi, J. Sato","doi":"10.1002/ECJC.20361","DOIUrl":"https://doi.org/10.1002/ECJC.20361","url":null,"abstract":"Visual servoing is being widely investigated as a robot control method that is robust to unpredictable disturbances. Conventional visual servoing assumes calibration of the robot and camera, but such calibration proves very difficult in practice. Thus, we have proposed a method of stable visual servoing for a robot moving on a plane, with neither the robot nor its camera being calibrated. In this paper, we extend the previous method to 3D projective space, thus providing visual servoing for general uncalibrated robots operated in 3D space. In particular, we show that invariant properties in projective space defined by means of epipolar geometry play an important role in navigation. © 2007 Wiley Periodicals, Inc. Electron Comm Jpn Pt 3, 90(12): 50–58, 2007; Published online in Wiley InterScience (www.interscience.wiley.com). DOI 10.1002/ecjc.20361","PeriodicalId":100407,"journal":{"name":"Electronics and Communications in Japan (Part III: Fundamental Electronic Science)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2007-06-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"77056047","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 program allocation method for real-time processing based on data-driven processors 一种基于数据驱动处理器的实时处理程序分配方法
R. Kurebayashi, H. Nishikawa
In this paper the authors propose a program allocation method for the purpose of achieving real-time processing using a chip multiprocessor-type data-driven processor. The data-driven processor can perform parallel processing of executable processes without interference as long as the pipeline is not overloaded. The turnaround time for the individual processes being subjected to multiprocessing is independent of other processes being executed at the same time, and is maintained as is for the execution time when a single process is executed. Therefore, real time for a program can be estimated, and if the program can be allocated to a process such that overload does not occur, then real-time processing can be achieved without scheduling during execution. In this paper the authors first formalize a program allocation method in a data-driven processor. They then propose a combined method using genetic algorithms and a heuristic algorithm that uses lists as a program allocation method that is better at satisfying the time constraints and offers greater scalability for large-scale program and multiprocessor systems to be subjected to allocation. Finally, the authors use experiments in which a communications protocol process is allocated to verify the effectiveness of their program allocation method. © 2007 Wiley Periodicals, Inc. Electron Comm Jpn Pt 3, 90(6): 48– 60, 2007; Published online in Wiley InterScience (www.interscience. wiley.com). DOI 10.1002/ecjc.20324
本文提出了一种利用片式多处理器型数据驱动处理器实现实时处理的程序分配方法。数据驱动的处理器可以不受干扰地对可执行进程进行并行处理,只要管道没有过载。执行多处理的单个进程的周转时间独立于同时执行的其他进程,并且与执行单个进程时的执行时间保持一致。因此,可以估计程序的实时时间,如果可以将程序分配给不会发生过载的进程,则可以实现实时处理,而无需在执行期间进行调度。本文首先形式化了数据驱动处理器中的程序分配方法。然后,他们提出了一种使用遗传算法和启发式算法的组合方法,该方法使用列表作为程序分配方法,可以更好地满足时间约束,并为大规模程序和多处理器系统提供更大的可扩展性来进行分配。最后,通过一个通信协议进程的分配实验,验证了程序分配方法的有效性。©2007 Wiley期刊公司电子工程学报,2009,35 (6):559 - 564;在线发表于Wiley InterScience (www.interscience)。wiley.com)。DOI 10.1002 / ecjc.20324
{"title":"A program allocation method for real-time processing based on data-driven processors","authors":"R. Kurebayashi, H. Nishikawa","doi":"10.1002/ECJC.20324","DOIUrl":"https://doi.org/10.1002/ECJC.20324","url":null,"abstract":"In this paper the authors propose a program allocation method for the purpose of achieving real-time processing using a chip multiprocessor-type data-driven processor. The data-driven processor can perform parallel processing of executable processes without interference as long as the pipeline is not overloaded. The turnaround time for the individual processes being subjected to multiprocessing is independent of other processes being executed at the same time, and is maintained as is for the execution time when a single process is executed. Therefore, real time for a program can be estimated, and if the program can be allocated to a process such that overload does not occur, then real-time processing can be achieved without scheduling during execution. In this paper the authors first formalize a program allocation method in a data-driven processor. They then propose a combined method using genetic algorithms and a heuristic algorithm that uses lists as a program allocation method that is better at satisfying the time constraints and offers greater scalability for large-scale program and multiprocessor systems to be subjected to allocation. Finally, the authors use experiments in which a communications protocol process is allocated to verify the effectiveness of their program allocation method. © 2007 Wiley Periodicals, Inc. Electron Comm Jpn Pt 3, 90(6): 48– 60, 2007; Published online in Wiley InterScience (www.interscience. wiley.com). DOI 10.1002/ecjc.20324","PeriodicalId":100407,"journal":{"name":"Electronics and Communications in Japan (Part III: Fundamental Electronic Science)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2007-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"75684431","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 performance evaluation of frequency domain blind source separation using close arrangement of directional microphones 用紧密排列的定向传声器进行频域盲源分离的性能评价
Hiroki Shimizu, Masanori Ito, Y. Takeuchi, T. Matsumoto, H. Kudo, N. Ohnishi
A performance evaluation of frequency-domain blind source separation (BSS) in a close arrangement of directional microphone is carried out. When a close arrangement is used in time-domain BSS, it is possible to reduce the number of taps necessary for separation while maintaining the same performance as in separation without close arrangement. In this research, from the point of view of the relationship between the number of taps and the separation performance, the calculation time, and the permutation (output order) unique to the frequency domain BSS, a comparison with nonclose arrangement is made. With regard to the calculation time and the permutation error, close arrangement is superior to nonclose arrangement in environments both with and without reverberation. With regard to the separation performance, close arrangement is better than nonclose arrangement in an anechoic chamber but nonclose arrangement is better if there are many taps. If the number of taps is small, close arrangement is superior. © 2007 Wiley Periodicals, Inc. Electron Comm Jpn Pt 3, 90(6): 1– 9, 2007; Published online in Wiley InterScience (www.interscience.wiley.com). DOI 10.1002/ecjc.20300
对频域盲源分离(BSS)在定向传声器紧密布置下的性能进行了评价。当在时域BSS中使用紧密排列时,可以减少分离所需的抽头数量,同时保持与没有紧密排列的分离相同的性能。在本研究中,从抽头数与频域BSS分离性能、计算时间和唯一的排列(输出顺序)之间的关系出发,与非紧密排列进行了比较。在有混响和无混响的环境下,密排的计算时间和排列误差都优于非密排。在消声室中,密闭式布置比非密闭式布置的分离性能好,但在水龙头较多的情况下,非密闭式布置的分离性能更好。如果水龙头数量少,紧密排列为佳。©2007 Wiley期刊公司电子工程学报,2009,35 (6):1104 - 1104;在线发表于Wiley InterScience (www.interscience.wiley.com)。DOI 10.1002 / ecjc.20300
{"title":"A performance evaluation of frequency domain blind source separation using close arrangement of directional microphones","authors":"Hiroki Shimizu, Masanori Ito, Y. Takeuchi, T. Matsumoto, H. Kudo, N. Ohnishi","doi":"10.1002/ECJC.20300","DOIUrl":"https://doi.org/10.1002/ECJC.20300","url":null,"abstract":"A performance evaluation of frequency-domain blind source separation (BSS) in a close arrangement of directional microphone is carried out. When a close arrangement is used in time-domain BSS, it is possible to reduce the number of taps necessary for separation while maintaining the same performance as in separation without close arrangement. In this research, from the point of view of the relationship between the number of taps and the separation performance, the calculation time, and the permutation (output order) unique to the frequency domain BSS, a comparison with nonclose arrangement is made. With regard to the calculation time and the permutation error, close arrangement is superior to nonclose arrangement in environments both with and without reverberation. With regard to the separation performance, close arrangement is better than nonclose arrangement in an anechoic chamber but nonclose arrangement is better if there are many taps. If the number of taps is small, close arrangement is superior. © 2007 Wiley Periodicals, Inc. Electron Comm Jpn Pt 3, 90(6): 1– 9, 2007; Published online in Wiley InterScience (www.interscience.wiley.com). DOI 10.1002/ecjc.20300","PeriodicalId":100407,"journal":{"name":"Electronics and Communications in Japan (Part III: Fundamental Electronic Science)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2007-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"86832929","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 cascade configuration of the edge‐weighted image enhancement filter 边缘加权图像增强滤波器的级联结构
K. Aoki, M. Nakashizuka
In this paper, a new configuration of the edge-weighted high-pass filter and a design method for the weight function are proposed. A widely used image enhancement method is to amplify the high-frequency components of the image and to intensify the brightness differential of the edges. This method, generally called the unsharp masking method, allows enhancement effects to be obtained with a simple structure. If a linear high-pass filter is used as a method of extracting the high-frequency components from the input image, the noise components superimposed on the image appear in the high-pass filter output and are enhanced. In order to resolve this problem, a weight function defined from the edge characteristics is multiplied by the high-pass filter so that the amplitude of the high-pass filter output is suppressed in the flat image region. However, in the conventional edge-weighted high-pass filter, the noise components generated on the edge coordinates are strongly emphasized. Therefore, the edge coordinates of the output image fluctuate irregularly and discontinuities appear in the frame lines. In this investigation, in order to suppress the noise components on the edge coordinates, a new edge-weighted high-pass filter structure is proposed. In this structure, the high-pass filter is decomposed into cascaded connections. The weighting function is multiplied by the filter output from the previous stage. Further, in order to suppress noise amplification, the weight function is defined as a linear sum of the edge characteristic measures. By statistical analysis of the noise amplification, the parameters of the weight function minimizing the output noise variance are obtained. The proposed image enhancement method is experimentally compared with the conventional method and its effectiveness is confirmed. © 2007 Wiley Periodicals, Inc. Electron Comm Jpn Pt 3, 90(6): 37– 47, 2007; Published online in Wiley InterScience (www.interscience.wiley.com). DOI 10.1002/ecjc.20240
本文提出了一种新的边缘加权高通滤波器的结构和权函数的设计方法。一种广泛应用的图像增强方法是放大图像的高频分量,增强边缘的亮度差。这种方法,通常被称为非尖锐掩蔽法,允许用简单的结构获得增强效果。如果使用线性高通滤波器作为从输入图像中提取高频分量的方法,则叠加在图像上的噪声分量会出现在高通滤波器输出中并得到增强。为了解决这一问题,将由边缘特征定义的权函数与高通滤波器相乘,使高通滤波器输出的幅度在平面图像区域得到抑制。然而,在传统的边缘加权高通滤波器中,强烈强调在边缘坐标上产生的噪声分量。因此,输出图像的边缘坐标波动不规则,帧线出现不连续。为了抑制边缘坐标上的噪声分量,提出了一种新的边缘加权高通滤波器结构。在这种结构中,高通滤波器被分解成级联连接。加权函数乘以前一阶段的过滤器输出。此外,为了抑制噪声放大,权函数被定义为边缘特征测度的线性和。通过对噪声放大的统计分析,得到了使输出噪声方差最小的权函数参数。通过与传统图像增强方法的实验比较,验证了该方法的有效性。©2007 Wiley期刊公司电子工程学报,2009,35 (6):557 - 557;在线发表于Wiley InterScience (www.interscience.wiley.com)。DOI 10.1002 / ecjc.20240
{"title":"A cascade configuration of the edge‐weighted image enhancement filter","authors":"K. Aoki, M. Nakashizuka","doi":"10.1002/ECJC.20240","DOIUrl":"https://doi.org/10.1002/ECJC.20240","url":null,"abstract":"In this paper, a new configuration of the edge-weighted high-pass filter and a design method for the weight function are proposed. A widely used image enhancement method is to amplify the high-frequency components of the image and to intensify the brightness differential of the edges. This method, generally called the unsharp masking method, allows enhancement effects to be obtained with a simple structure. If a linear high-pass filter is used as a method of extracting the high-frequency components from the input image, the noise components superimposed on the image appear in the high-pass filter output and are enhanced. In order to resolve this problem, a weight function defined from the edge characteristics is multiplied by the high-pass filter so that the amplitude of the high-pass filter output is suppressed in the flat image region. However, in the conventional edge-weighted high-pass filter, the noise components generated on the edge coordinates are strongly emphasized. Therefore, the edge coordinates of the output image fluctuate irregularly and discontinuities appear in the frame lines. In this investigation, in order to suppress the noise components on the edge coordinates, a new edge-weighted high-pass filter structure is proposed. In this structure, the high-pass filter is decomposed into cascaded connections. The weighting function is multiplied by the filter output from the previous stage. Further, in order to suppress noise amplification, the weight function is defined as a linear sum of the edge characteristic measures. By statistical analysis of the noise amplification, the parameters of the weight function minimizing the output noise variance are obtained. The proposed image enhancement method is experimentally compared with the conventional method and its effectiveness is confirmed. © 2007 Wiley Periodicals, Inc. Electron Comm Jpn Pt 3, 90(6): 37– 47, 2007; Published online in Wiley InterScience (www.interscience.wiley.com). DOI 10.1002/ecjc.20240","PeriodicalId":100407,"journal":{"name":"Electronics and Communications in Japan (Part III: Fundamental Electronic Science)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2007-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"82021999","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
期刊
Electronics and Communications in Japan (Part III: Fundamental Electronic Science)
全部 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