• Title/Summary/Keyword: virtual array

Search Result 122, Processing Time 0.021 seconds

Effects of Form Errors of a Micromirror Surface on the Optical System of the TMATM(Thin-film Micromirror ArrayTM) Projector

  • Jo, Yong-Shik;Kim, Byoung-Chang;Kim, Seung-Woo;Hwang, Kyu-Ho
    • International Journal of Precision Engineering and Manufacturing
    • /
    • v.1 no.1
    • /
    • pp.98-105
    • /
    • 2000
  • The projectors using liquid crystal display(LCD) have faults such as low optical efficiency, low brightness and even heat generation. To solve these problems reflective-type spatial light modulators based on MEMS (Microelectromechanical Systems) technology have emerged. Digital Micromirror DeviceTM(DMDTM), which was already developed by Texas Instruments Inc., and Thin-film Micromirror ArrayTM(TMATM), which has been recently developed by Daewoo Electronics Co., are the representative examples. The display using TMATM has particularly much higher optical efficiency than other projectors. But the micromirrors manufactured by semiconductor processes have inevitable distortion because of the limitations of the manufacturing processes, so that the distortions of their surfaces have great influence on the optical efficiency of the projector. This study investigated the effects of mirror flatness on the optical performance, including the optical efficiency, of the TMATM projector. That is to say, as a part of the efforts to enhance the performance of the TMATM projector, how much influence the form errors of a micromirror surface exert on the optical efficiency and the modulation of gray scale of the projector were analyzed through a pertinent modeling and simulations.

  • PDF

Proposal of Fast Counting Sort (빠른 계수 정렬법의 제안)

  • Lee, Sang-Un
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.15 no.5
    • /
    • pp.61-68
    • /
    • 2015
  • Among comparison sorts, no algorithm excels a current set lower bound of O(nlogn) in operation. Quicksort, the fastest of its kind, has a complexity of O(nlogn) at its best and on average and $O(n^2)$ at worst. This paper thus presents two methods: first is an O(n+k) simple counting sort which operates much more speedily than an O(n+k), (k=maximum value) counting sort, and second is an O(ln) radix counting sort which counts the frequency of numbers in the digit l of a data and saves it in a corresponding virtual bucket in an array, only to virtually divide the array into radix digit numbers. For the 6 experimental data, the proposed algorithm makes O(nlogn) or $O(n^2)$ of Quicksort simple into O(n+k) or O(ln). After all, the proposed sorting algorithm has proved to be much faster than the counting sort and Quicksort.

Efficient Implementation of Synthetic Aperture Imaging with Virtual Source Element in B-mode Ultrasound System Based on Sparse Array (희박 어레이 기반의 효율적인 양방향 화소단위 집속 기법의 구현)

  • 김강식;송태경
    • Journal of Biomedical Engineering Research
    • /
    • v.23 no.6
    • /
    • pp.419-430
    • /
    • 2002
  • In this paper. we propose an efficient method for implementing hi-directional pixel-based focusing(BiPBF) based on a sparse array imaging technique. The proposed method can improve spatial resolution and frame rate of ultrasound imaging with reduced hardware complexity by synthesizing transmit apertures with a small number of sparsely distributed subapertures. As the distance between adjacent subapertures increases, however. the image resolution tends to decrease due to the elevation of grating lobes. Such grating lobes can be eliminated in conventional synthetic aperture imaging techniques. On the contrary, grating lobes arisen from employing sparse synthetic transmit apertures can not be eliminated, which has been shown analytically in this paper. We also propose the condition and method for suppressing the grating lobes below -40dB, which is generally required in practical imaging. by placing the transmit focal depth at a near depth and properly selecting the subaperture distance in Proportion to receive aperture size. The results of both the Phantom and in vivo experiments show that the proposed method implements two-wav dynamic focusing using a smaller number of subapertures, resulting in reduced system complexity and increased frame rate.

Design and Implementation of iATA-based RAID5 Distributed Storage Servers (iATA 기반의 RAID5 분산 스토리지 서버의 설계 및 구현)

  • Ong, Ivy;Lim, Hyo-Taek
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.14 no.2
    • /
    • pp.305-311
    • /
    • 2010
  • iATA (Internet Advanced Technology Attachment) is a block-level protocol developed to transfer ATA commands over TCP/IP network, as an alternative network storage solution to address insufficient storage problem in mobile devices. This paper employs RAID5 distributed storage servers concept into iATA, in which the idea behind is to combine several machines with relatively inexpensive disk drives into a server array that works as a single virtual storage device, thus increasing the reliability and speed of operations. In the case of one machine failed, the server array will not destroy immediately but able to function in a degradation mode. Meanwhile, information can be easily recovered by using boolean exclusive OR (XOR) logical function with the bit information on the remaining machines. We perform I/O measurement and benchmark tool result indicates that additional fault tolerance feature does not delay read/write operations with reasonable file size ranged in 4KB-2MB, yet higher data integrity objective is achieved.

Design of OpenStack Cloud Storage Systems - Applying Infiniband Storage Network and Storage Virtualization Performance Evaluation (인피니밴드 스토리지 네트워크를 적용한 오픈스택 클라우드 스토리지 시스템의 설계 및 스토리지 가상화 성능평가)

  • Heo, Hui-Seong;Lee, Kwang-Soo;Pirahandeh, Mehdi;Kim, Deok-Hwan
    • KIISE Transactions on Computing Practices
    • /
    • v.21 no.7
    • /
    • pp.470-475
    • /
    • 2015
  • Openstack is an open source software that enables developers to build IaaS(Infrastructure as a Service) cloud platforms. Openstack can virtualize servers, networks and storages, and provide them to users. This paper proposes the structure of Openstack cloud storage system applying Infiniband to solve bottlenecking that may occur between server and storage nodes when the server performs an I/O operation. Furthermore, we implement all flash array based high-performance Cinder storage volumes which can be used at Nova virtual machines by applying distributed RAID-60 structures to three 8-bay SSD storages and show that Infiniband storage networks applied to Openstack is suitable for virtualizing high-performance storage.

Characteristic of the Class Library for Embedded Java System (내장형 자바 시스템을 위한 클래스 라이브러리의 특성)

  • 양희재
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.7 no.4
    • /
    • pp.788-797
    • /
    • 2003
  • Class library is one of the most crucial element of Java runtime environment in addition to Java virtual machine. In particular, embedded Java system depends heavily on the class library due to having a low bandwidth communication link and a small amount of memory which are a common restriction of embedded system. It is therefore quite necessary to find the characteristic of the class library for embedded Java system to build an efficient Java runtime environment. In this paper we have analyzed the characteristic of the class library for embedded system. The analysis includes sorts of classes in the library, typical size of the file which contains the class, and the composition of constant pool which is a major part of the file. We also have found typical number of field and method a class contains, the sizes of stack and local variable array each method requires, and the length of bytecode in the method. The result of this study can be used to estimate the startup time for class loading and the size of memory to create an instance of class which are a mandatory information to design an efficient embedded Java virtual machine.

Robust Design of vehicle Intoner Noise using Taguchi method and Substructure Synthesis Method (다구찌법과 부분구조합성법을 이용한 차실소음 강건설계)

  • Kim, Hyo-Sig;Tanneguy, DE-KERDREL;Kim, Hee-Jin;Cho, Hyo-Jin
    • Proceedings of the Korean Society for Noise and Vibration Engineering Conference
    • /
    • 2005.11b
    • /
    • pp.134-139
    • /
    • 2005
  • This paper presents a robust design of vehicle interior noise using Taguchi method and a substructure synthesis method with a hybrid model. Firstly, the proposed method identifies the critical process of the concerned interior noise through a TPA (Transfer Path Analysis). Secondly, a strategy for a robust design is discussed, in which the major noise factor among uncertainties in the process is quality distribution of rubber bushes connecting a cradle and a trimmed body. Thirdly, a virtual test model fer the process is developed by applying a substructure synthesis method with a hybrid modeling approach. Fourthly, virtual tests are carried out according to the predefined tables of orthogonal array in Taguchi robust design process. The process was performed under 2 sub-steps. The first step is sensitivity analysis of 31 panels, and the other step is weight optimization of mass dampers on sensitive panels. Finally, two vehicles with the proposed countermeasures were validated. The proposed method reduces 87.5% of trials of measurements due to the orthogonal arrays and increases robustness by 8.6dB of S/N ratio and decreases $5\;dB(A){\sim}10\;dB(A)$ of interior noise in the concerned range of RPM.

  • PDF

MPEG-DASH based 3D Point Cloud Content Configuration Method (MPEG-DASH 기반 3차원 포인트 클라우드 콘텐츠 구성 방안)

  • Kim, Doohwan;Im, Jiheon;Kim, Kyuheon
    • Journal of Broadcast Engineering
    • /
    • v.24 no.4
    • /
    • pp.660-669
    • /
    • 2019
  • Recently, with the development of three-dimensional scanning devices and multi-dimensional array cameras, research is continuously conducted on techniques for handling three-dimensional data in application fields such as AR (Augmented Reality) / VR (Virtual Reality) and autonomous traveling. In particular, in the AR / VR field, content that expresses 3D video as point data has appeared, but this requires a larger amount of data than conventional 2D images. Therefore, in order to serve 3D point cloud content to users, various technological developments such as highly efficient encoding / decoding and storage, transfer, etc. are required. In this paper, V-PCC bit stream created using V-PCC encoder proposed in MPEG-I (MPEG-Immersive) V-PCC (Video based Point Cloud Compression) group, It is defined by the MPEG-DASH (Dynamic Adaptive Streaming over HTTP) standard, and provides to be composed of segments. Also, in order to provide the user with the information of the 3D coordinate system, the depth information parameter of the signaling message is additionally defined. Then, we design a verification platform to verify the technology proposed in this paper, and confirm it in terms of the algorithm of the proposed technology.

Effects of Easy Understanding of Library User Interface on the Use of Electronic Materials in a Virtual Academic Library (사용자인터페이스의 이해용이성이 전자도서관 자료이용에 미치는 영향)

  • Yoo, Jae-Ok
    • Journal of the Korean BIBLIA Society for library and Information Science
    • /
    • v.20 no.1
    • /
    • pp.59-72
    • /
    • 2009
  • This study investigates whether easy understanding of user interface could affect the use of electronic materials in a virtual academic library. The user interface of Duksung Women's University Library was analysed in terms of label description and array of menus. The frequencies of menu use were collected by analysis of use log files after modified user interface was applied. Clear label descriptions of link menus and sub-menus of electronic material searches significantly contributed to the increase of number of user clicks on the modified menus. This study reveals that the more clearly menu labels are described, the more frequently users click the menus on the academic library user interface.

Expanded Exit-Pupil Holographic Head-Mounted Display With High-Speed Digital Micromirror Device

  • Kim, Mugeon;Lim, Sungjin;Choi, Geunseop;Kim, Youngmin;Kim, Hwi;Hahn, Joonku
    • ETRI Journal
    • /
    • v.40 no.3
    • /
    • pp.366-375
    • /
    • 2018
  • Recently, techniques involving head-mounted displays (HMDs) have attracted much attention from academia and industry owing to the increased demand for virtual reality and augmented reality applications. Because HMDs are positioned near to users' eyes, it is important to solve the accommodation-vergence conflict problem to prevent dizziness. Therefore, holography is considered ideal for implementing HMDs. However, within the Nyquist region, the accommodation effect is limited by the space-bandwidth-product of the signal, which is determined by the sampling number of spatial light modulators. In addition, information about the angular spectrum is duplicated over the Fourier domain, and it is necessary to filter out the redundancy. The size of the exit-pupil of the HMD is limited by the Nyquist sampling theory. We newly propose a holographic HMD with an expanded exit-pupil over the Nyquist region by using the time-multiplexing method, and the accommodation effect is enhanced. We realize time-multiplexing by synchronizing a high-speed digital micromirror device and a liquid-crystal shutter array. We also demonstrate the accommodation effect experimentally.