• Title/Summary/Keyword: memory distortion

Search Result 94, Processing Time 0.018 seconds

Optical Proximity Correction of Photomask with a Monte-Carlo Method (몬테-칼로 기법을 사용한 포토마스크의 결상 왜곡 보정)

  • 이재철;오용호;임성우
    • Journal of the Korean Institute of Telematics and Electronics D
    • /
    • v.35D no.10
    • /
    • pp.76-82
    • /
    • 1998
  • As the minimum feature size of a semiconductor chip gets smaller, the inevitable distortion of patterned image by optical lithography becomes the limiting factor in the mass production of VLSI. The optical proximity correction (OPC), which corrects pattern distortion that originates from the resolution limit of optical lithography, is becoming indispensable technology. In this paper, we describe a program that corrects optical proximity effect and thus finds the optimum mask pattern with a Monte-Carlo method. The program was applied to real memory cell patterns to produce mask patterns that generate image patterns closer to object images than original mask patterns, and increase of process margin is expected, as well.

  • PDF

An adaptive data precompensator for compensation of nonlinear distortion in OFDM systems (OFDM 시스템에서의 비선형 왜곡 보상을 위한 적응 데이터 사전 보상기)

  • 전원기;장경희;조용수
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.22 no.1
    • /
    • pp.40-52
    • /
    • 1997
  • It has been known that the OFDM-based terrestrial broadcasting systems are significantly more sensitive to nonlinear distortion in high-power amplifiers (HPA's) than the broadcasting systems using single-carrier modulation technique. In this paper, an adaptive precompensator which can compensate the nonlinear effect of the HPA for OEDM systems is proposed. The proposed precompensator consists of a compensation table, realized by memory (RAM), and an adaptive algorithm which can update the values of the compensation table more efficiently using a

  • PDF

An Improved Fractal Color Image Decoding Based on Data Dependence and Vector Distortion Measure (데이터 의존성과 벡터왜곡척도를 이용한 개선된 프랙탈 칼라영상 복호화)

  • 서호찬;정태일;류권열;권기룡;문광석
    • Journal of Korea Multimedia Society
    • /
    • v.2 no.3
    • /
    • pp.289-296
    • /
    • 1999
  • In this paper, an improved fractal color image decoding method using the data dependence parts and the vector distortion measure is proposed. The vector distortion measure exploits the correlation between different color components. The pixel in RGB color space can be considered as a 30dimensional vector with elements of RGB components. The root mean square error(rms) in RGB color for similarity measure of two blocks R and R' was used. We assume that various parameter necessary in image decoding are stored in the transform table. If the parameter is referenced in decoding image, then decoding is performed by the recursive decoding method. If the parameter is not referenced in decoding image, then the parameters recognize as the data dependence parts and store its in the memory. Non-referenced parts can be decoded only one time, because its domain informations exist in the decoded parts by the recursive decoding method. Non-referenced parts are defined the data dependence parts. Image decoding method using data dependence classifies referenced parts and non-referenced parts using information of transform table. And the proposed method can be decoded only one time for R region decoding speed than Zhang & Po's method, since it is decreased the computational numbers by execution iterated contractive transformations for the referenced range only.

  • PDF

High Speed Inductive Link Using Complementary Switching Transmitter and Integrating Receiver (상보적으로 스위칭하는 송신기와 적분형 수신기를 이용한 고속 인덕티브 링크)

  • Kim, Hyun-Ki;Roh, Joon-Wan;Chun, Young-Hyun;Kwon, Kee-Won;Chun, Jung-Hoon
    • Journal of the Institute of Electronics Engineers of Korea SD
    • /
    • v.48 no.12
    • /
    • pp.37-44
    • /
    • 2011
  • This paper presents the method of improving the data rate and BER in the inductive coupling link using a BPM signaling method. A complementary switching transmitter is used to remove invalid glitches at transmitted data, and the concept of pre-distortion is introduced to optimize received data. Also, an integrating receiver is used to increase the sampling margin and equalizing transistors are added in the pre-charge path of the integrator and comparator for high frequency operation. The transceiver designed with a 0.13 um CMOS technology operates at 2.4 Gb/s and consumes 5.99 mW from 1.2 V power supply.

The Distortion of Road Distance Perception by the Pattern of Object Distribution - Focused on the Distance Estimation in the Campus by Students - (인공환경 분포방식에 의한 보행거리 인지 변화에 대한 연구 - 대학 캠퍼스 내 보행로의 실제거리와 인지거리의 차이를 중심으로 -)

  • Seo, Kyung Wook
    • KIEAE Journal
    • /
    • v.14 no.4
    • /
    • pp.91-96
    • /
    • 2014
  • The behavior of walking involves our action of seeing things. It is the intention of this research that the cognitive process of perceiving things along the path can affect the way we sense the length of the journey. The theory generally accepted in this line of thought is the 'feature accumulation theory'. It assumes that if the journey includes many objects or memorable features, then our memory recalls that journey much farther than it really was. This study set up a real-life experiment by asking university students about their mental memory of the two different routes in the campus. One is a longer path that has not much to look at except trees and the other a shorter path yet with many buildings, sign boards and street furnitures. The subjects processed their mental image in the brain based on their experience. They showed a strong tendency that the path with more features were remembered longer while that with less features shorter. More interestingly, it was found that as their experience increases, they become more accurate about the exact length of the questioned paths. The result corroborates the theory that human perception of space is based on the topological understanding of surroundings rather than geometric understanding.

Compression of 3D Mesh Geometry and Vertex Attributes for Mobile Graphics

  • Lee, Jong-Seok;Choe, Sung-Yul;Lee, Seung-Yong
    • Journal of Computing Science and Engineering
    • /
    • v.4 no.3
    • /
    • pp.207-224
    • /
    • 2010
  • This paper presents a compression scheme for mesh geometry, which is suitable for mobile graphics. The main focus is to enable real-time decoding of compressed vertex positions while providing reasonable compression ratios. Our scheme is based on local quantization of vertex positions with mesh partitioning. To prevent visual seams along the partitioning boundaries, we constrain the locally quantized cells of all mesh partitions to have the same size and aligned local axes. We propose a mesh partitioning algorithm to minimize the size of locally quantized cells, which relates to the distortion of a restored mesh. Vertex coordinates are stored in main memory and transmitted to graphics hardware for rendering in the quantized form, saving memory space and system bus bandwidth. Decoding operation is combined with model geometry transformation, and the only overhead to restore vertex positions is one matrix multiplication for each mesh partition. In our experiments, a 32-bit floating point vertex coordinate is quantized into an 8-bit integer, which is the smallest data size supported in a mobile graphics library. With this setting, the distortions of the restored meshes are comparable to 11-bit global quantization of vertex coordinates. We also apply the proposed approach to compression of vertex attributes, such as vertex normals and texture coordinates, and show that gains similar to vertex geometry can be obtained through local quantization with mesh partitioning.

Enhancement of thermal buckling strength of laminated sandwich composite panel structure embedded with shape memory alloy fibre

  • Katariya, Pankaj V.;Panda, Subrata K.;Hirwani, Chetan K.;Mehar, Kulmani;Thakare, Omprakash
    • Smart Structures and Systems
    • /
    • v.20 no.5
    • /
    • pp.595-605
    • /
    • 2017
  • The present article reported the thermal buckling strength of the sandwich shell panel structure and subsequent improvement of the same by embedding shape memory alloy (SMA) fibre via a general higher-order mathematical model in conjunction with finite element method. The geometrical distortion of the panel structure due to the temperature is included using Green-Lagrange strain-displacement relations. In addition, the material nonlinearity of SMA fibre due to the elevated thermal environment also incorporated in the current analysis through the marching technique. The final form of the equilibrium equation is obtained by minimising the total potential energy functional and solved computationally with the help of an original MATLAB code. The convergence and the accuracy of the developed model are demonstrated by solving similar kind of published numerical examples including the necessary input parameter. After the necessary establishment of the newly developed numerical solution, the model is extended further to examine the effect of the different structural parameters (side-to-thickness ratios, curvature ratios, core-to-face thickness ratios, volume fractions of SMA fibre and end conditions) on the buckling strength of the SMA embedded sandwich composite shell panel including the different geometrical configurations.

Fabrication and Properties of MFISFET using SrBi2Ta2O9SiN/Si Structures (SrBi2Ta2O9SiN/Si 구조를 이용한 MFISFET의 제작 및 특성)

  • 김광호
    • Journal of the Korean Institute of Electrical and Electronic Material Engineers
    • /
    • v.15 no.5
    • /
    • pp.383-387
    • /
    • 2002
  • N-channel metal-ferroelectric-insulator-semiconductor field-effect-transistors (MFISFET's) by using $SrBi_2Ta_2O_9$/Silicon Nitride/Si (100) structure were fabricated. The fabricated devices exhibit comfortable memory windows, fast switching speeds, good fatigue resistances, and long retention times that are suitable for advanced ferroelectric memory applications. The estimated switching time and polarization ($2P_r$) of the fabricated FET measured at applied electric field of 376 kV/cm were less than 50 ns and about 1.5 uC/$\textrm{cm}^2$, respectively. The magnitude of on/off ratio indicating the stored information performance was maintained more than 3 orders until 3 days at room temperature. The $I_DV_G$ characteristics before and after being subjected to $10^11$ cycles of fatigue at a frequency of 1 MHz remained almost the same except a little distortion in off state.

A Design of a Data Predistorter for the Compensation of Nonlinearities in High Power Amplifiers for Satellite Communication (위성통신용 고출력 증폭기의 비선형성 보상을 위한 데이터 Predistorter의 설계)

  • 이제석;조용수;임용훈;이대희
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.18 no.10
    • /
    • pp.1518-1526
    • /
    • 1993
  • It has been known that the amplifiers for high power signal in satellite communication channels suffer from nonlinear distortions, which reduce the performance of the communication channel significantly. In order to compensate the nonlinear distortion, a new data predistortion method with the LMS algorithm is proposed in this paper, Whereas the previous approach handles this problem by assigning corresponding predistorter to each symbol for the case of 16-QAM, the proposed approach uses the same memory for the symbols, which have identical amplitudes, and predistors the input of high-power amplifiers by the amplitude and phase differences, resulting in better adaptive data predistorter with small number of digital memory (3 predistorters) and fast convergence rate. Superiority of the proposed approach in the paper is demonstrated by comparing it with the previous approach.

  • PDF

An Efficient Data-reuse Deblocking Filter Algorithm for H.264/AVC (H.264/AVC 비디오 코덱을 위한 효율적인 자료 재사용 디블록킹 필터 알고리즘)

  • Lee, Hyoung-Pyo;Lee, Yong-Surk
    • Journal of the Institute of Electronics Engineers of Korea CI
    • /
    • v.44 no.6
    • /
    • pp.30-35
    • /
    • 2007
  • H.264/AVC provides better quality than other algorithms by using a deblocking filter to remove blocking distortion on block boundary of the decoded picture. However, this filtering process includes lots of memory accesses, which cause delay of overall decoding time. In this paper, we propose a data-reuse algorithm to speed up the process for the deblocking filter. To reuse the data, a new filtering order is suggested. By using this order, we reduce the memory access and accelerate the deblocking filter. The modeling of proposed algorithm is compiled under ARM ADS1.2 and simulated with Armulator. The results of the experiment compared with H.264/AVC standard are achieved on average 58.45% and 57.93% performance improvements at execution cycles and memory access cycles, respectively.