• Title/Summary/Keyword: module sharing

Search Result 176, Processing Time 0.032 seconds

Design and Stability Analysis of MAP Network Management Module (MAP 네트워크 관리 모듈의 설계와 안정성 해석)

  • 김정호
    • Journal of the Korean Professional Engineers Association
    • /
    • v.28 no.3
    • /
    • pp.121-134
    • /
    • 1995
  • To operate the automatic devices of manufacturing process more effectively and to solve the needs of the resource sharing, network technology is applied to the unit con-trol devices located In common manufacturing zone and operated by connecting them. The network management system, which controls and supervises the network resources in the communication network, is the function that is necessarily required in this net-work. For the stability in this network, this paper measures the variation of data packet length and node number and analyzes the variated value of the token rotation time and waiting time for the network operation. On the evalution of the performance, the data packet length varies from 10 bytes to 100 bytes in the operation of the group manage-ment network, the variation of the token rotation time and waiting time is less than 10 msec. When the variation of the data packet lenhth is less than 50 bytes, differences in token rotation time or waiting time is unnoticable. Since the waiting time in this case is less than 10 msec, response time Is fast enough.

  • PDF

Design of H.264 deblocking filter for the Low-Power Portable Multimedia (저전력 휴대용 멀티미디어를 위한 H.264 디블록킹 필터 설계)

  • Park, Sang Woo;Heo, Jeong Hwa;Park, Sang Bong
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.8 no.4
    • /
    • pp.59-65
    • /
    • 2008
  • This paper proposed a H.264 deblocking filter for the portable low-power multimedia. In H.264 deblocking filter, total 8 input pixels in filtering operations needs own filtering operation process respectively, and each filtering process has common structures for each filtering operation. By sharing common filter coefficients and registers, we have designed and implemented an smaller gated module, and moreover filtering operations are skipped on some or whole pixels what if we use some specific condition to operate filtering modules that need lots of operations. In the core of filtering modules, we achieve 33.31% and 10.85% gate count reduction compared with those of filtering modules of the conventional deblocking filter papers. The proposed low-power deblocking filter is implemented by using samsung 0.35um standard cell library technology, the maximum operationh frequency is 108MHz, and the maximum throughput is 33.03 frames/s with CCIR601 image format.

  • PDF

Development of Common PCS Base Station System (PCS 공용 기지국 시스템 개발)

  • 황선호;박준현;김훈석
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2001.05a
    • /
    • pp.214-217
    • /
    • 2001
  • This paper presents an implementation methodology of common Rf- integrated PCS base station system which, is capable of providing PCS services for 3 PCS carriers concurrently and wireless system performance evaluation data is shown. We have built up a common PCS base station system using a commonization module, which is consisted of a multi-channel combiner, duplexer, LNA, power divider, feeder line, and a common set of antennas. It was shown that the performance of the system within the total 30MHz PCS frequency range is uniformly acceptable and measured signal quality and coverage are equivalent to that of the individual PCS base station. It is expected that PCS carriers are able to save a huge amount of installation and maintenance expenses by installing and sharing this base station system. This paper forms a groundwork for deploying efficient and economical IMT-2000 network.

  • PDF

Analysis of GIS Function of Integrated Management Platform for the u-City Service (u-City 서비스를 위한 통합운영플랫폼의 GIS 기능 분석)

  • Kang, Joon-Mook;Seo, Dong-Seob;Baik, Song-Hoon;Seo, Myung-Woo;Park, Joon-Kyu
    • Journal of the Korean Society of Surveying, Geodesy, Photogrammetry and Cartography
    • /
    • v.26 no.6
    • /
    • pp.571-581
    • /
    • 2008
  • With the advent of u-City(ubiquitous city) concept, the importance of urban management has been increased. GIS is a foundation for the efficient urban management and an essential technology for the development of u-City. u-City, which aims for convenient, safe, healthy, and comfortable life, provides diverse services based on advanced information technologies, and it will offer more services in the future. u-City integrated management platform enables the ease of service development, guarantees the quality of services for the resident, and provides organic information sharing. Moreover, the platform by integrating GIS and other common management functions, makes possible efficient urban management. In this paper, required functions of u-City integrated management platform for u-City service were analyzed. As a result, GIS module for management of street lights and supervision of fire was developed and the application usability of u-City integrated management platform was verified by service simulation.

An Efficient Distributed Shared Memory System for Parallel GIS (병렬 GIS를 위한 효율적인 분산공유메모리 시스템)

  • Jeong, Sang-Hwa;Ryu, Gwang-Yeol;Go, Yun-Yeong;Gwak, Min-Seok
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.5 no.6
    • /
    • pp.700-707
    • /
    • 1999
  • 본 논문에서는 GIS 관련 연산을 실시간에 효율적으로 처리하기 위한 분산공유메모리 기반 병렬처리 시스템을 제안한다. 본 논문의 분산공유메모리 시스템은 메시지전달 방식의 분산메모리 MIMD 컴퓨터 상에 소프트웨어 기반 분산공유메모리 모듈을 탑재함으로써 구현되었다. 또한 GIS 연산의 기본이 되는 공간 객체를 공유의 기본 단위로 설정하고, GIS 데이타의 특성을 반영하여 읽기전용 공유데이타 타입을 추가하였으며, 네트워크 오버헤드를 줄이기 위하여 복수의 객체를 한번에 읽어오는 bulk access가 가능하도록 하였다. 본 시스템에서는 GIS 데이타의 효율적인 분배를 위하여 부하균등화 기법으로 guided self scheduling을 사용하였다. 실험결과 본 시스템은 네트워크 캐쉬의 효율적인 활용을 통하여 소프트웨어 기반 분산메모리 시스템의 오버헤드에도 불구하고 MPI 기반 메시지전달 방식에 비하여 향상된 성능을 얻을 수 있었다.Abstract In this paper, we propose a distributed shared memory(DSM) based parallel processing system to process GIS related computations efficiently in real time. The system is based on a software DSM module implemented on top of a distributed MIMD computer. In the DSM system, spatial object, which is a fundamental structure to represent GIS data, is used as a basic unit for sharing, and a read-only shared data type is added to reflect the characteristics of GIS data. In addition, a bulk access to multiple shared data is made possible to reduce the network overhead. A guided self scheduling method is devised for efficient load balancing in distributing GIS data to parallel processors. The experimental results show that the DSM system performs better than an MPI based message-passing system through the efficient utilization of network cache in spite of the system's software overhead.

A Study on the Model of Inter-Korean Economic Integration Based on Industrial Cooperation (산업협력 기반 한반도경제정책의 구상)

  • Han, Hongyul
    • 사회경제평론
    • /
    • v.31 no.3
    • /
    • pp.29-53
    • /
    • 2018
  • This study provides a model of inter-Korean economic cooperation suggesting that economic cooperation should be centered on industrial cooperation. As an independent economic zone, the two Koreas will go through a gradual and functional process of cooperation. Also, economic convergence through 'openness and integration' of both markets is a pre-requisite of successful economic integration on the Korean peninsula. This success of the process requires industrialization of North Korea. This study suggests a model of 'the Corea Industrial Development Community on the Korean Peninsula. It aims to support industrialization of the North Korean economy as well as promotion of South Korea's SME competitiveness. It would help meet the demand for improvement of living conditions of North Korean people. Main policy measures includes: 1) co-effort to develop North Korea's provincial industrial zones, 2) upgrading North Korea's 'Jangmadang' into a highly efficient distribution market. Finally, through the construction of the Joint Industrial Development Zone, it is necessary to create a production sharing module for both Korea's industries.

A Repository Utilization System to optimize maintenance of IIoT-based main point Utilities (IIoT 기반한 핵심유틸리티의 유지보수 최적화를 위한 공동 활용 시스템)

  • Lee, Byung-Ok;Lee, Kun-Woo;Kim, Young-Gon
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.21 no.5
    • /
    • pp.89-94
    • /
    • 2021
  • Recently, manufacturing companies are introducing many intelligent production processes that apply IIoT/ICT to improve competitiveness, and a system that maintains availability, improves productivity, and optimizes management costs is needed as a preventive measure using environmental data generated from air ejectors. Therefore, in this study, a dedicated control board was developed and LoRa communication module was applied to remotely control it to collect and manage information about compressors from cloud servers and to ensure that all operators and administrators utilize common data in real time. This dramatically reduced M/S steps, increased system operational availability, and reduced local server operational burden. It dramatically reduced maintenance latency by sharing system failure conditions and dramatically improved cost and space problems by providing real-time status detection through wired and mobile utilization by maintenance personnel.

Mixed Reality Extension System Using Beam Projectors : Beyond the Sight (빔 프로젝터를 이용한 혼합현실 확장 시스템 : Beyond the Sight)

  • Kim, Jongyong;Song, J.H;Park, J.H.;Nam, J.;Yoon, Seung-Hyun;Park, Sanghun
    • Journal of the Korea Computer Graphics Society
    • /
    • v.25 no.3
    • /
    • pp.65-73
    • /
    • 2019
  • Recently commercial mixed-reality devices have be launched and a variety of mixed-reality content has produced, but narrow field of view, which appear to be hardware technical limitations, are mentioned as an important issue for hindering immersion and limiting the scope of use. We propose a new innovative system that cooperate multiple beam projectors and a number of mixed reality devices. Using this technology, users can maximize immersion and minimize frustration of narrow viewing angles through 3D object rendering on background of large 2D screens. This system, named BtS (Beyond the Sight), is implemented on a client-server basis and includes the ability to calibrate between devices, share spatial coordinate systems, and synchronize real-time renderings as core modules. In this paper, each configuration module is described in detail and the possibility of its performance and application is shown through the introduction of mixed reality content case created using BtS system.

A research on the Design and Construction of Smart Environmental Protection Information Platform in Nanjing (난징시의 지능형 환경 보호 정보 플랫폼의 디자인 및 구축에 관한연구)

  • Shi, XiaoHe;Pan, Younghwan
    • Journal of the Korea Convergence Society
    • /
    • v.12 no.1
    • /
    • pp.77-87
    • /
    • 2021
  • Environment is an important factor in city life. Environmental elements are a subject that must be discussed in the smart city plan, but there is still a lack of information and data sharing in the urban environment, so improvements are needed. As part of the intelligent of Nanjing, this research has made in-depth investigation into the construction and service demand of environmental information, and has carried out the research on the design and construction of intelligent information platform that conforms to Nanjing intelligent city planning, improves environmental quality and provides environmental information service. The visualization of information is also studied. The result is an important module in the construction of intelligent city in Nanjing.

Implementation of Autonomous Vehicle Situational Awareness Technology using Infrastructure Edge on a Two- way Single Lane in Traffic-isolated Area (교통소외지역 양방향 단일차선에서 인프라 엣지를 이용한 자율주행 차량 상황 인지 기술 구현)

  • Seongjong Kim;Seokil Song
    • Journal of Platform Technology
    • /
    • v.11 no.6
    • /
    • pp.106-115
    • /
    • 2023
  • In this paper, we propose a sensor data sharing system for the safe and smooth operation of autonomous vehicles on two-way single lanes in traffic-isolated areas and implement the core module, the situational awareness technology. Two-way single lanes pose challenges for autonomous vehicles, particularly when encountering parked vehicles or oncoming traffic, leading to reversing issues. We introduce a system using infrastructure cameras to detect vehicles' approach, enter, and leave on twoway single lanes in real-time, transmitting this information to autonomous vehicles via V2N communication, thereby expanding the sensing range of the autonomous vehicles. The core part of the proposed system is the situational awareness of the two-way single lane using infrastructure cameras. In this paper, we implement this using object detection and tracking technology. Finally, we validate the implemented situational awareness technology using data collected from actual two-way single lanes.

  • PDF