The search functionality is under construction.
The search functionality is under construction.

IEICE TRANSACTIONS on transactions

  • Impact Factor

    --

  • Eigenfactor

    --

  • article influence

    --

  • Cite Score

    --

Advance publication (published online immediately after acceptance)

Volume E69 No.6  (Publication Date:1986/06/25)

    Regular Section
  • Rain Attenuation from Various Raindrop-Size Distributions

    Matsuo SEKINE  Chii-Dong CHEN  

     
    LETTER-Antenna and Propagation

      Page(s):
    711-712

    The rain attenuation in the frequency range from 1 to 1000 GHz was calculated by using the Laws-Parsons, Sekine-Lind and Ihara-Furuhama-Manabe distributions for raindrop-size. The results were compared with the recent microwave measurements from 8 to 312.5 GHz at the rain rate R50 mm/hr. The Laws-Parsons distribution has a good agreement with the measurements, while up to 100 GHz, the Sekine-Lind distribution leads to more attenuation than the Laws-Parsons distribution and above 100 GHz, the Ihara-Furuhama-Manabe distribution gives more attenuation than the Laws-Parsons distribution.

  • Representation of Coupling Characteristics of Crossing Striplines by Poynting Vector

    Shoichi KOIKE  Norinobu YOSHIDA  Ichiro FUKAI  

     
    LETTER-Microwaves

      Page(s):
    713-715

    The analysis of the coupling characteristics between lines becomes more important because of the progress of high density wiring and large integration. The problems can be treated as energy flow which is represented by the Poynting vector. On this view point, we present the variation of the Poynting vector for crossing striplines on time and space.

  • Reduction of Anodization Voltage in Hafnium Oxide Thin Film Capacitors

    Atushi NOYA  Toshiji UMEZAWA  

     
    LETTER-Components

      Page(s):
    716-718

    We have successfully prepared low anodization voltage high-quality capacitors using anodized hafnium films with the anodization voltage of 40 V under the preferable conditions of anodization and heat-treatment.

  • A Study for Lowering Thermo-Electromotive Force in the Reed Relay

    Kagehiro ITOYAMA  

     
    LETTER-Components

      Page(s):
    719-721

    The composed thermo-e.m.f. caused by a suitable connection, which is called C-connection, becomes lower than the thermo-e.m.f. of individual reed switch. The composed thermo-e.m.f. is discussed by Nernst effect on the reed contact and is given a reasonable explication by this effect.

  • Low-Sensitivity Bilinear Switched-Capacitor Lowpass Filters Using Fully Balanced Circuits

    Takahiro INOUE  Fumio UENO  Shinji MASUDA  

     
    LETTER-Electronic Circuits

      Page(s):
    722-725

    A low-sensitivity lowpass switched-capacitor filter (SCF) whose worstcase sensitivity becomes zero at zero frequency is presented. The proposed SCF is realized with the fully balanced SC circuits using the op-amps which can provide the outputs of both signs.

  • Throughput of Multiprocessor Systems with Common Memories

    Susumu HORIGUCHI  Takashi SUZUKI  Yoshiharu SHIGEI  

     
    LETTER-Computer System

      Page(s):
    726-729

    In order to reduce the number of bus conflicts, a multiple bus connection and clustering of multiprocessor system have been proposed. In this paper throughputs of these two types of multiprocessor systems are investigated numerically in some detail.

  • Color Character Trainer Aid for the Blind

    Hideto IDE  Masato ISHIBA  

     
    LETTER-Medical Electronics and Bioengineering

      Page(s):
    730-731

    There are many devices which provide vibratory sensation to the skin but only a few use vibratory sensation for practical applications. In this study, the vibration pattern is produced by a 1010 array of small vibrator (PZT) reeds (50 Hz) and the entire array fits on finger tips. This apparatus can be used by the blind who can recognize the correct order of the characters from the motion of the vibrator points. Color character recognition is achieved by using both electrical and mechanical stimuli.

  • Classification of Invariant Sets and Global Behavior of Third Order Nonlinear Systems

    Norio AKAMATSU  

     
    PAPER-Nonlinear Problems

      Page(s):
    732-739

    In this paper we deal with a class of nonlinear differential equations which arise in physical systems. Up to the present time no proper generalized classification of invariant sets with high dimension has been proposed. Invariant sets under the Poincaré transformation are classified into 2H -types according to the characteristic of their adjacent manifolds, where H is a hyperbolicity defined in the neighborhood of the invariant sets. In the final section of this paper, we apply the reduced classification of invariant sets to the third order nonlinear systems which are derived from parametric excitation circuits and discussed their global behavior of invariant sets and manifolds in the topological space. Doubly asymptotic points, homoclinic and heteroclinic types, located in the three-dimensional space are also obtained.

  • Application of Generalized Product Code for Stationary-Head Type Professional Digital Audio Recorder

    Kunimaro TANAKA  Minoru OZAKI  Tohru INOUE  Teruo FURUKAWA  

     
    PAPER-Acoustics

      Page(s):
    740-749

    The recording format of professional audio recorders has to be considered not only from the error correction point of view but also from the realization of such functions as overdubbing and tape cut editing. At first this paper describes the characteristics of errors which occur in the stationary-head type multi-track high density magnetic recording channel. The effect of fingerprints is also examined. The data shows that a two-dimensional code is effective for correcting the errors because of the nature of the error. Among two-dimensional codes, product code is selected from the stand point of code efficiency and hardware size. As a sub-class of generalized product codes, a code which is a combination of the Reed-Solomon code and the cyclic redundancy check code (CRCC) has been employed. In order to save the data recorded in an erroneous track the Reed-Solomon code is applied across the track and the check bits tracks are provided beside the audio data tracks. The data forms a frame in a track. The frame begins with a frame syncronization code, and is ended by the check bits of the CRCC. The optimum frame length concerning the redundancy and interleaving method of the data is described. The experimental data shows that the error correcting scheme is satisfactory.

  • Rectilinear Shortest Paths in a Rectilinear Simple Polygon

    Tetsuo ASANO  

     
    PAPER-Algorithm, Computational Complexity

      Page(s):
    750-758

    We consider the following two fundamental problems: (P1) We are given a rectilinear simple polygon P with n edges and a point s in its interior. Given a query point t in the interior of P, find a rectilinear shortest path between s and t. (P2) We are given a rectilinear simple polygon P with n edges. Given a query point pair (s,t) in the interior of P, find a rectilinear shortest path between s and t. For the problem P1, we present an efficient algorithm which works in O(log n+L) query time and O(n log n) preprocessing time, where L is the number of line segments in the shortest path. Another important thing is that the shortest path obtained by the algorithm is of the minimum bends among all the paths between the two points. If only the distance between s and t is needed, then O(log n) time is enough for the query. On the other hand, for the problem P2, O(n) query time is needed while the preprocessing time is the same. Based on the algorithms, it is shown that given m points in a rectilinear n-edge simple polygon we can compute the distance between every pair of points in O(m(m+n)+nlog n) time.