• 제목/요약/키워드: Complex Database

검색결과 608건 처리시간 0.026초

모바일 GIS를 활용한 도로시설물 DB구축의 효율성 향상 (The Improvement of the Road Facility Database Creation Using a Mobile GIS)

  • 이현직;김현태
    • 대한공간정보학회지
    • /
    • 제11권4호
    • /
    • pp.53-60
    • /
    • 2003
  • GIS는 복잡하고 다양한 시설물의 공간정보를 체계적, 과학적으로 관리하는데 유용하여, 최근에는 정보와 통신기술의 급속한 발전에 힘입어 모바일 GIS로 추세가 확산되고 있다. 그러나, 이러한 모바일 GIS 기술은 각종 시설물의 유지관리에는 도입되고 있으나, 현장성 및 이동성이 요구되는 시설물 DB구축에는 사용이 미흡한 실정이다. 따라서, 본 연구에서는 여러 가지 시설물중 도로시설물을 대상으로, DB구축 작업공정을 분석하여 모바일 GIS를 활용한 개선된 작업공정을 도출하였다. 그리고, 실험을 통해 기존방법 및 개선된 방법에 의한 도로시설물 DB구축 과정을 비교 분석함으로써, 모바일 GIS를 활용하여 도로시설물 DB구축의 효율성을 향상시키고자 하였다.

  • PDF

Cardiac Disease Detection Using Modified Pan-Tompkins Algorithm

  • Rana, Amrita;Kim, Kyung Ki
    • 센서학회지
    • /
    • 제28권1호
    • /
    • pp.13-16
    • /
    • 2019
  • The analysis of electrocardiogram (ECG) signals facilitates the detection of various abnormal conditions of the human heart. The QRS complex is the most critical part of the ECG waveform. Further, different diseases can be identified based on the QRS complex. In this paper, a new algorithm based on the well-known Pan-Tompkins algorithm has been proposed. In the proposed scheme, the QRS complex is initially extracted by removing the background noise. Subsequently, the R-R interval and heart rate are calculated to detect whether the ECG is normal or has some abnormalities such as tachycardia and bradycardia. The accuracy of the proposed algorithm is found to be almost the same as the Pan-Tompkins algorithm and increases the R peak detection processing speed. For this work, samples are used from the MIT-BIH Arrhythmia Database, and the simulation is carried out using MATLAB 2016a.

DEVELOPMENT OF INFORMATION FLOW RETRIEVAL SYSTEM FOR LARGE-SCALE AND COMPLEX CONSTRUCTION PROJECTS

  • Jinho Shin;Hyun-soo Lee;Moonseo Park;Kwonsik Song
    • 국제학술발표논문집
    • /
    • The 5th International Conference on Construction Engineering and Project Management
    • /
    • pp.648-651
    • /
    • 2013
  • The information generated in large-scale and complex construction projects are transferred continuously and transformed into project products on the long span life cycle. Therefore, information flow management is related with the success of project directly. However, certain characteristics of large-scale and complex construction projects make the solving the problem more difficultly. Although several information retrieval systems support the information management system, it is not suitable to grasp information flows. Hence, we developed an information retrieval system specialized with the information flow based on a preceding research. The system consists of a relation-based database and the process information transferring relation inference application module. The system enables project managers to manage the entire project process more efficiently and each project member to work their own task being served the information flow retrieval results.

  • PDF

건설현장 활용을 위한 GIS기반의 국가지반정보DB 고찰 (Consideration of National Geotechnical Information Database based on GIS for application to construction sites)

  • 김상석;장용구;강호윤;강인준
    • 한국측량학회:학술대회논문집
    • /
    • 한국측량학회 2007년도 춘계학술발표회 논문집
    • /
    • pp.399-402
    • /
    • 2007
  • National Geotechnical Information Database Project based on GIS has begun as public works and continued until now, the whole of country has been target on since the 2003. Today, the 60,581 number of geotechnical data(counted by bering number) have been constructed as GIS-DB and they are being serviced at the National Geotechnical Information Integration Management System(NGIIMS)(http://www.geoinfo.or.kr). In this study, we considered operation status of NGIIMS, GIS-DB distribution of Geotechnical Information and utilization in order to investgate applicability of National Geotechnical Information Database. The results appeared that Geotechnical Information DB was along road-center, and in the case of complex, was only to some area. But after the 2007 when the law of computerization responsibility would be institutionalized, the more geotechnical data will be constructed and be able to use at a construction site.

  • PDF

CPLM 지원을 위한 OR-IFC 서버 개발 기초 연구 (A Framework for Developing IFC Server for Supporting Construction Product Life Cycle Management(CPLM))

  • 강훈식;이강;김선우
    • 한국전산구조공학회:학술대회논문집
    • /
    • 한국전산구조공학회 2008년도 정기 학술대회
    • /
    • pp.458-463
    • /
    • 2008
  • An IFC Server is a database management system that stores data complying with a standard data format, called IFC, and keeps track of data transactions, modifications, and deletions. It plays a role as an information hub for storing and sharing information between various parties involved in construction projects. There have been several efforts to develop an IFC Server, however, they suffered from slow performance and long transaction time due to a complex mapping process between IFC files and relational database structures. In this study, we aim to develop an IFC Server using an object-relational database system. Since IFC has an object-flavored data structure, we expect to have a simpler and faster mapping process from IFC to the IFC Server. This paper reviews existing studies and describes the overall framework of the OR-IFC Server.

  • PDF

Development and Performance Evaluation of a Concurrency Control Technique in Object-Oriented Database Systems

  • Jun, Woochun;Hong, Suk-Ki
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • 제12권4호
    • /
    • pp.1899-1911
    • /
    • 2018
  • In this work, we propose a concurrency control scheme in object-oriented database (OODB). Since an OODB provides complex modeling power than the conventional relational databases, a concurrency control technique in OODB is also rather complicated and has influence on the overall performance. Thus, it is very important to develop a concurrency control technique with less overhead. The proposed scheme deals with class hierarchy that is a key concept in OODBs. The proposed scheme is developed on implicit locking scheme. Also, the proposed scheme is designed using data access frequency in order to reduce locking overhead than implicit locking. It means that, if access frequency information is not available, the proposed scheme works just like the existing implicit locking, In our work, the correctness of the proposed scheme is proved. The performance is analyzed depending on access types. Also, it is proved that our scheme performs works much better than the implicit locking does.

초고온 진공로 설계를 위한 데이터베이스 구축 (Implementing Database for Designing Super High Temperature Vacuum Furnace)

  • 김종화;도상윤;이재우;정갑주
    • 한국경영과학회:학술대회논문집
    • /
    • 대한산업공학회/한국경영과학회 2004년도 춘계공동학술대회 논문집
    • /
    • pp.273-276
    • /
    • 2004
  • Multidisciplinary Design Optimization (MDO) is an individual and parallel design framework applied in designing large and complex systems. for successful implementation of MDO framework it is essential to manage data in efficient and integrated manner. In this study, we present a case study to implement database to support designing super high temperature vacuum furnace with MDO technology. For that purpose we first extract required data based on the analysis of design process and then data flows between different programs are analyzed. Finally an E-R diagram is presented to design database schema.

  • PDF

Application of Systems Engineering in Shipbuilding Industry in Korea

  • Kim, Jinil;Park, Jongsun
    • 시스템엔지니어링학술지
    • /
    • 제7권2호
    • /
    • pp.39-43
    • /
    • 2011
  • Modern naval ships are large complex systems with the number of requirements ranges from thousands to tens of thousands. To build a quality ship, the satisfaction of the requirements should be traced. In most shipbuilding projects it is almost impossible to manage all the requirements without a proper CASE (computer aided systems engineering) tool. And for effective management of the shipbuilding project, the integrated database for technical data is very important. This paper describes how the requirements are managed, and the integrated database is built in the naval shipbuilding industry in Korea.

인터넷 환경에서 상세 설계정보 교환을 위한 공동설계 시스템 개발에 관한 연구 (A Study on the development of Collaborative Design system for exchanged Architectural Detail Data using internet environment)

  • 조성오
    • 한국실내디자인학회논문집
    • /
    • 제22호
    • /
    • pp.132-138
    • /
    • 2000
  • Internet services are utilizing a variety of server/client technologies. In particular internet technologies provide improved accessibility to information for facility management customers and users for the systems. This study is the architectural data exchange system development more effective management and accept using on Internet web environment. This paper is the explore the use of computers in architectural planning that how the information may be extracted drawing entered into database and exchanged architectural detail data interfaces. System support communication and interactive collaboration among designers through complex Building object during the Design. There are four part in collaborative design system. User Management system, Standard Database System, Project Database System and Interface system. All Data are recognizable format include drawing file and contents. Web/DB server supported communication and collaboration among partners in the building design and construction process. Collaborative Design system is provide new conceptual framework that exist in the Web.

  • PDF

Design of Spatial Query Language for GEO Millennium Server TM

  • Zhaohong Liu;Kim, Sung-Hee;Oh, Young-Hwan;Bae, Hae-young
    • 한국정보과학회:학술대회논문집
    • /
    • 한국정보과학회 2000년도 가을 학술발표논문집 Vol.27 No.2 (1)
    • /
    • pp.113-115
    • /
    • 2000
  • A GIS software GEO Millennium SystemTM has been developed to integrated with spatial database that combines conventional and spatially related data. As we known well the standard query language lacks the support of spatial data type and predicate, and can not serve as the query language in the spatial database directly; some extended strategies have been proposed, but some of them need their own storage manager, some introfuce new clause into the SELECT-FROM-WHERE structure, and some is very complex and available to us. So we designed our own query language on the conventional storage manager system. It supports the Spatial Data Type and predicate, and provides the full query capabilities of SQL on the non-spatial part of the database while being tightly integrated with the spatial part, without changing the standard SQL structure.

  • PDF