• Title/Summary/Keyword: Unified Architecture

Search Result 369, Processing Time 0.027 seconds

A Unified App Architecture for Plug & Play of Smart Phone USB Sensor's (스마트폰 USB센서 Plug & Play를 위한 통합 App 구조)

  • Kang, Seongu;So, Sun-Sup;Kim, Byungho;Eun, Seongbae
    • IEMEK Journal of Embedded Systems and Applications
    • /
    • v.8 no.1
    • /
    • pp.1-9
    • /
    • 2013
  • Performance of smart phones has increased to conduct simple PC functions that has become essential to modern people. With the development of smart phones, not only limited inner sensors but various sensors can be connected through USB. However, there is problem that app needs to downloaded when using each sensor. In this paper, a smart phone unified app structure for USB sensor Plug&Play is presented. The structure was designed to download web pages to use various sensors in one app. Unified app communicated with the platform through ADK accessory protocol and implements structure of delivering sensor ID to the web server and downloading device driver, web page. By measurement test, it was confirmed that download time of web page in unified app was 10 times faster than original download time of original app. By managing various sensors by one app, the app is searched every time the sensor changes in which there is no need for downloading several apps.

A Unified Design Methodology Development For XML Application based on Relational Database using UML Class (UML 클래스를 이용한, 관계형 데이터베이스 기반의 XML 응용을 위한 통합 설계 방법론 개발)

  • 방승윤;주경수
    • The Journal of Society for e-Business Studies
    • /
    • v.8 no.1
    • /
    • pp.85-102
    • /
    • 2003
  • Nowadays an information exchange on XML such as B2B electronic commerce is spreading. Therefore the systematic and stable management mechanism for storing the exchanged information is needed. For this goal there are many research activities for connection between XML application and relational database. But because XML data have hierarchical structures and relational database can store only flat-structured data, we need to make the conversion rule which changes the hierarchical architecture to 2-dimensional information. Accordingly the modeling methodology for storing each structured information in relational database is needed. In this paper, we introduce a XML modeling methodology to design W3C XML schema using UML and we propose a unified design methodology for relational database schema to store XML data efficiently in relational databases. In the second place, in order to verify objectivity of a unified design methodology. By the way of Ronald Bourret, First we introduce the method of the transformation from XML schema to object model and second we translate object model into relational database schema. Therefore we show the mutual consistency between those consequence, and so can verify a unified design methodology.

  • PDF

Design and Implementation of an Unified Cursor Considering Synchronization on the Android Mobile Platform (안드로이드 플랫폼 상에서 동기화가 고려된 통합 커서의 설계 및 구현)

  • Kim, Kyung-Hwan;Ha, Jo-Ho;Won, Jong-Pil;Lee, Uee-Song;Kim, Joo-Min;Son, Jin-Ho
    • IEMEK Journal of Embedded Systems and Applications
    • /
    • v.6 no.3
    • /
    • pp.190-200
    • /
    • 2011
  • Android platform provides a content provider and a cursor mechanism to access the internal SQLite engine. Content providers not only store and retrieve data but also make it accessible to applications. Applications can only share data through content provider, since there's no common storage area that Android packages can access. Cursor is an interface that provides random read-write access to the result set returned by a database query. However, this cursor possesses two major limitations. First, a cursor does not support a join clause among cursors, since the cursor can only access a single table in the content provider. Second, the cursor is not capable of creating user-customized field in the predefined content providers. In this paper, we propose the unified cursor architecture that merges several cursors into a single virtual cursor. Cursor translation look-aside buffer (TLB), column windowing mechanism and virtual data management are the three major techniques we have adopted to implement our structure. And we also propose a delayed synchronization method between an application and a proposed unified cursor. An application can create a user-customized field and sort multiple tables using a unified cursor on Android platform.

A Study on the Space Allocation Types of the Current Korean Hospital Architecture (최근 우리나라 병원 건축의 공간 배치 유형에 관한 연구)

  • Park, Hyuk-Soo;Yang, Nae-Won
    • Journal of The Korea Institute of Healthcare Architecture
    • /
    • v.3 no.4
    • /
    • pp.69-80
    • /
    • 1997
  • Recently, hospital architecture is facing the great variation. Patients' demands on medical service have been changing. And every hospital is required the designs creative, novel and escaped from the conservative spirit to deal with the rapidly circumstance variance with voluntarily. Accordingly, various space arrangements are proposed against the past unified hospital type. This study aims at considering and evaluating the prospects of hospital architecture by analysing the space constitution and form type of representative hospitals which are being planed or constructed in korea these days.

  • PDF

A Development of Fusion Processor Architecture for Efficient Main Memory Access in CPU-GPU Environment (CPU-GPU환경에서 효율적인 메인메모리 접근을 위한 융합 프로세서 구조 개발)

  • Park, Hyun-Moon;Kwon, Jin-San;Hwang, Tae-Ho;Kim, Dong-Sun
    • The Journal of the Korea institute of electronic communication sciences
    • /
    • v.11 no.2
    • /
    • pp.151-158
    • /
    • 2016
  • The HSA resolves an old problem with existing CPU and GPU architectures by allowing both units to directly access each other's memory pools via unified virtual memory. In a physically realized system, however, frequent data exchanges between CPU and GPU for a virtual memory block result bottlenecks and coherence request overheads. In this paper, we propose Fusion Processor Architecture for efficient access of main memory from both CPU and GPU. It consists of Job Manager, Re-mapper, and Pre-fetcher to control, organize, and distribute work loads and working areas for GPU cores. These components help on reducing memory exchanges between the two processors and improving overall efficiency by eliminating faulty page table requests. To verify proposed algorithm architectures, we develop an emulator based on QEMU, and compare several architectures such as CUDA(Compute Unified Device Architecture), OpenMP, OpenCL. As a result, Proposed fusion processor architectures show 198% faster than others by removing unnecessary memory copies and cache-miss overheads.

Design of Unified Inverse Transformer for HEVC and VP9 (HEVC 및 VP9 겸용 통합 역변환기의 설계)

  • Jung, Seulkee;Lee, Seongsoo
    • Journal of IKEEE
    • /
    • v.19 no.4
    • /
    • pp.596-602
    • /
    • 2015
  • In this paper, a unified inverse transformer is designed for HEVC and VP9. The proposed architecture performs all modes of HEVC and VP9 in the unified inverser transformer, such as $4{\times}4{\sim}32{\times}32$ HEVC IDCT, $4{\times}4$ HEVC IDST, $4{\times}4{\sim}32{\times}32$ VP9 IDCT, $4{\times}4{\sim}16{\times}16$ VP9 IADST and $4{\times}4$ IWHT. Same computations are used in HEVC IDCT and VP9 IDCT, except for the scales of the coefficients. Similarly, same computations are used in HEVC $4{\times}4$ IDST and VP9 $4{\times}4$ IADST, except for the scales of the coefficients. Furthermore, HEVC IDCT, VP9 IDCT, and VP9 IADST are the subsets of upper level IDCTs. The proposed architecture reuses multipliers when the computation is identical. Also it shares adders and butterfly structures even when the multiplier coefficients are different. So it reduces the hardware size significantly. Synthesized in 0.18 um technology, the gate count is 456,442 gates. which achieved 22.6% reduction compared to conventional architectures.

A Study on the Sustainable Values of Regionality shown in Contemporary Architecture - Focusing on Alvar Aalto's Architecture - (현대 건축에서 나타난 지역성의 지속 가능한 가치에 관한 연구 - 알바 알토 건축을 중심으로 -)

  • Kim, Seyoung
    • Korean Institute of Interior Design Journal
    • /
    • v.22 no.5
    • /
    • pp.126-134
    • /
    • 2013
  • The purpose of this study is to recover historically disconnected regionality and to propose the meaning of regionality in the contemporary architecture. Plus, it is to analyze the expression elements of the regionality and to propose the regionality's sustainable value shown in the contemporary architecture. Range of research methods is as follows. First, it reviews and prospects for Research on the meaning of regionality. Second, it looks at the three different points of view; traditional, Regional, and cultural perspective on Regionality. Also, it extracts the elements of the expression, centered on regionalism projects shown in the modern architecture. Third, it studys the sustainability's meaning and the sustainable value appeared in the contemporary architecture. Fourth, it analysis case studies and the value regarding the application of critical regionalism, focusing on the work of Alvar Aalto architecture. In addition, it proposes the sustainable value regarding the expression centered on regionalism projects This study appears to present the meaning of regionality in the contemporary architecture, in order to recover historically disconnected regionality. In particular, the expression of regionality shown in the Alvar Aalto's architecture is made on the basis of local traditions, society and culture. And, Building forms and building materials to adapt to climate was provided as a unified relationship. This study looks forward to help seeking the various proposals and guide for the applicability and the sustainabe development of the regionality in the contemporary architecture.

The Sense of Place of Manghae-temple and Mt. Jinbong through Viewing Context (조망경관의 맥락으로 본 망해사와 진봉산의 장소성)

  • Rho, Jae-Hyun;Shin, Sang-Sup
    • Journal of the Korean Institute of Landscape Architecture
    • /
    • v.35 no.3
    • /
    • pp.71-81
    • /
    • 2007
  • This study focused on the one and only temple of on the coastline of the West Sea, Kimje's Manghae Temple and Mt. Jinbong. The purpose of this study was to research the unique sense of place of the area by researching the location and view that clearly shapes the identity of the landscape. The following are the results. 1. The cultural landscape of Manghae Temple and the natural landscape of Mt. Jinbong have characteristics which take in the coastline and skyline, respectively. Specifically, from the existential vertical-horizontal images of "sky - land - Mt. Jinbong" and "moon - cloud - sea", an ascending reflection of the landscape surroundings can be found. 2. The "Sea - Manghae temple - Mt. Jinbong - sky" is the representation of the moderate 'inside-space' which belongs to the particular landscape area and which also shows the topophilia to Manghae Temple. Through this kind of interpretation, the sense of place of Manghae Temple and Mt. Jinbong reveals an intra-structure of an Imaging Landscape implying harmony and moderation, which is a unified organization of the surrounding phenomena(Temple and Mountain) and the essence (the doctrine of Buddhism) that matches Jin-muk's asceticism and lifestyle. 3. While the cultural landscape of Manghae Temple has a strong religious reference, the natural landscape Mt. Jinbong emphasizes the geography of the landscape. In other words, the motivating factor of Manghae Temple is a metaphorical sense of place such as through the "prospect of the sea" or "the Western Sea Paradise" and Mt. Jinbong, the landmark of the Kimje-Mankyung Plains and the focal point of the West Sea sunset, is highlighted as a simile for this sense of place. 4. Keeping this sense of place and territory respectively and showing the. bond with the sense of place which develops rhythmically and continuously, Manghae Temple and Mt. Jinbong are sublimated into a unified intra-structure, which reflects the Imaging landscape characteristics of "Mt. Jinbong, a focal point of the Mankyung Plains facing the West Sea" and "Manghae Temple, looking out to sea".

Analysis of Programming Techniques for Creating Optimized CUDA Software (최적화된 CUDA 소프트웨어 제작을 위한 프로그래밍 기법 분석)

  • Kim, Sung-Soo;Kim, Dong-Heon;Woo, Sang-Kyu;Ihm, In-Sung
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.16 no.7
    • /
    • pp.775-787
    • /
    • 2010
  • Unlike general-purpose CPUs, the GPUs have been specialized as many-core streaming processors, and are frequently replacing the CPUs in an increasing range of computations thanks to their outstanding parallel computing capacity. In order to respond to such trend, NVIDIA has recently issued a new parallel computing architecture called CUDA(Compute Unified Device Architecture), offering a flexible GPU programming environment for GPGPU(General Purpose GPU) computing. In general, when programmers use the CUDA API, they should clearly understand many aspects of GPU's computing architecture to produce efficient parallel software. In this article, we explain several optimization techniques for CUDA programming that we have verified through a lot of experiment and trial and error, and review how those techniques affect the performance of code execution. In particular, we use a specific problem as an example to analyze several elements that affect performances, such as effective accesses to hierarchical memory system, processor occupancy, and latency hiding. In conclusion, we present several directions that may be utilized effectively in CUDA-based parallel programming.

Fast Generation of Digital Hologram Based on Multi-GPU (Multi-GPU 기반의 고속 디지털 홀로그램 생성)

  • Song, Joong-Seok;Park, Jung-Sik;Seo, Young-Ho;Park, Jong-Il
    • Journal of Broadcast Engineering
    • /
    • v.16 no.6
    • /
    • pp.1009-1017
    • /
    • 2011
  • Fast generation of digital hologram is of importance for real-time holography broadcasting. In this paper, we propose such a method that parallelizes the Computer-Generated Holography (CGH) algorithm for digital hologram generation and make it faster using Multi Graphic Processing Unit (Multi-GPU) with help of the Compute Unified Device Architecture (CUDA) and the Open Multi-Processing (OpenMP). In addition, we propose optimization methods such as fixation variable, vectorization, and loop unrolling for making the CGH algorithm much faster. Experimental results show that our method is about 9,700 times faster than a CPU-based one.