• 제목/요약/키워드: Real-time Data

검색결과 9,317건 처리시간 0.036초

실시간 임베디드 센서 네트워크 시스템에서 강건한 데이터, 이벤트 및 프라이버시 서비스 기술 (Robust Data, Event, and Privacy Services in Real-Time Embedded Sensor Network Systems)

  • 정강수;;손상혁;박석
    • 한국정보과학회논문지:데이타베이스
    • /
    • 제37권6호
    • /
    • pp.324-332
    • /
    • 2010
  • 실시간 임베디드 센서 네트워크 시스템에서의 이벤트 감지는 대부분 현실세계에서 수집된 센서 데이터들의 조합에 기반한다. 이에 최근에 이루어진 연구들에선 센서 데이터들을 수집, 집계하는 낮은 수준의 다양한 메커니즘들을 제안하였다. 그러나 실시간에서 연속적으로 발생하는 복잡한 이벤트들의 감지와 다양한 종류의 센서들로부터 입력되는 실시간 데이터의 처리를 위한 시스템에 대한 솔루션은 보다 많은 연구를 필요로 한다. 즉, 경량의 데이터 혼합이 가능하고 많은 컴퓨팅 자원을 필요로 하지 않는 실시간 이벤트 감지 기법이 필요하다. 이벤트 감지 프레임워크는 실시간 모니터링과 센서 데이터의 도착으로 일어나는 데이터 융합 메커니즘을 통하여 적시성과 임베디드 센서 네트워크의 자원 요구량을 감소시킬 수 있는 잠재력을 지니고 있다. 또한 임베디드 센서 네트워크 시스템이 신뢰성을 지닐 수 있도록 하기 위한 기반 기술인 프라이버시를 보장할 수 있는 익명화 기술을 설명한다.

발전설비 분산제어 시스템에서 CAN 구축기술 연구 (A Study on the Implementation of CAN in the Distributed System of Power Plant)

  • 김욱헌;홍승호
    • 대한전기학회논문지:전력기술부문A
    • /
    • 제48권6호
    • /
    • pp.760-772
    • /
    • 1999
  • The CAN is a serial communication protocol for distributed real-time control and automation systems. Data generated from field devices in the distributed control of power plant are classified into three categories: real-time event data, real-time control data, non-real-time data. These data share a CAN medium. If the traffic of the CAN protocol is not efficiently controlled, performance requirements of the power plant system could not be satisfied. This paper proposes a bandwidth allocation algorithm that can be applicable to the CAN protocol. The bandwidth allocation algorithm not only satisfies the performance requirements of the real-time systems in the power plant but also fully utilizes the bandwidth of CAN. The bandwidth allocation algorithm introduced in this paper is validated using the integrated discrete-event/continuous-time simulation model which comprises the CAN network and distributed control system of power plant.

  • PDF

모바일 기기에서 개인화 추천을 위한 실시간 선호도 예측 방법에 대한 연구 (A Study on the Real-Time Preference Prediction for Personalized Recommendation on the Mobile Device)

  • 이학민;엄종석
    • 한국멀티미디어학회논문지
    • /
    • 제20권2호
    • /
    • pp.336-343
    • /
    • 2017
  • We propose a real time personalized recommendation algorithm on the mobile device. We use a unified collaborative filtering with reduced data. We use Fuzzy C-means clustering to obtain the reduced data and Konohen SOM is applied to get initial values of the cluster centers. The proposed algorithm overcomes data sparsity since it extends data to the similar users and similar items. Also, it enables real time service on the mobile device since it reduces computing time by data clustering. Applying the suggested algorithm to the MovieLens data, we show that the suggested algorithm has reasonable performance in comparison with collaborative filtering. We developed Android-based smart-phone application, which recommends restaurants with coupons and restaurant information.

Mining Information in Automated Relational Databases for Improving Reliability in Forest Products Manufacturing

  • Young, Timothy M.;Guess, Frank M.
    • International Journal of Reliability and Applications
    • /
    • 제3권4호
    • /
    • pp.155-164
    • /
    • 2002
  • This paper focuses on how modem data mining can be integrated with real-time relational databases and commercial data warehouses to improve reliability in real-time. An important Issue for many manufacturers is the development of relational databases that link key product attributes with real-time process parameters. Helpful data for key product attributes in manufacturing may be derived from destructive reliability testing. Destructive samples are taken at periodic time intervals during manufacturing, which might create a long time-gap between key product attributes and real-time process data. A case study is briefly summarized for the medium density fiberboard (MDF) industry. MDF is a wood composite that is used extensively by the home building and furniture manufacturing industries around the world. The cost of unacceptable MDF was as large as 5% to 10% of total manufacturing costs. Prevention can result In millions of US dollars saved by using better Information systems.

  • PDF

대용량 로그 데이터 처리를 위한 분산 실시간 자가 진단 시스템 (A Distributed Real-time Self-Diagnosis System for Processing Large Amounts of Log Data)

  • 손시운;김다솔;문양세;최형진
    • 데이타베이스연구회지:데이타베이스연구
    • /
    • 제34권3호
    • /
    • pp.58-68
    • /
    • 2018
  • 분산 컴퓨팅이란 다수의 서버로 구성된 분산 시스템에서 데이터를 효율적으로 저장 및 처리하는 기술이다. 따라서 분산 시스템을 구성하는 서버의 상태에 따라 분산 컴퓨팅의 성능에 큰 영향을 미친다. 본 논문은 분산 시스템에서 실시간으로 발생하는 시스템 자원의 로그 데이터를 수집하고 이상을 탐지하여 결과를 시각화하는 자가 진단 시스템을 제안한다. 먼저, 자가 진단 과정을 수집, 전달, 분석, 저장, 시각화의 다섯 단계로 구분한다. 다음으로, 자가 진단 과정이 실시간성, 확장성, 고가용성의 목표를 만족하도록 실시간 자가 진단 시스템을 설계한다. 본 시스템은 대표적인 실시간 분산 기술인 Apache Flume, Apache Kafka, Apache Storm을 기반으로 구현되어 실시간성, 확장성, 고가용성의 세 가지 목표를 만족할 수 있다. 또한, 자가 진단 과정에서 로그 데이터 처리의 지연을 최소화하도록 간단하지만 효과적인 이동 평균 및 3-시그마 기반 이상 탐지 기법을 사용한다. 본 논문의 결과를 통해, 분산 시스템 내에서 서버 상태를 실시간으로 진단할 수 있는 분산 실시간 자가 진단 시스템을 구축할 수 있다.

IoT 기반 실시간 시각화 알고리즘을 이용한 스마트가드닝 시스템 설계 및 구현 (Design and Implementation of Smart Gardening System Using Real-Time Visualization Algorithm Based on IoT)

  • 손수아;박석천
    • 인터넷정보학회논문지
    • /
    • 제16권6호
    • /
    • pp.31-37
    • /
    • 2015
  • 최근 사물인터넷 발달로 인하여 센서에서 발생되는 데이터가 폭증하고 있다. 이러한 패러다임의 변화로 즉각 행동이 요구되는 여러 산업현장에서 실시간으로 발생되는 데이터들의 분석이 필요하게 되었으며, 실시간 시각화 분석이 대두되고 있다. 그러나 기존 시각화 시스템은 데이터를 저장 후에 시각화를 하기 때문에 서버의 응답시간이 실시간에 준하는 ms수준의 처리를 보장하지 못하며, 처리할 자원을 보유하고 있지 않아 주요 자원이 될 데이터를 폐기하는 문제가 발생한다. 따라서 본 논문에서는 가드닝 환경에서 IoT 센싱 정보를 활용하여 실시간 시각화 알고리즘을 적용한 스마트가드닝 시스템을 설계 및 구현하였다. 제안 시스템의 성능 평가를 위하여 서버의 응답시간을 측정하였고, 테스트 결과 제안하는 실시간 시각화 알고리즘의 응답 속도는 실시간에 준하는 ms수준의 처리를 보장함을 확인하였다.

홀로그래픽 정보 저장 장치에서의 실시간 틸트 서보 제어 (Real Time Tilt Servo Control of The Holographic Data Storage System)

  • 문재희;김상훈;양준호;양현석;박노철
    • 정보저장시스템학회논문집
    • /
    • 제3권1호
    • /
    • pp.13-16
    • /
    • 2007
  • The purpose of this paper is real time tilt servo control of the holographic data storage system. Holographic data storage device is a next generation data storage device with high storage density, high transfer rate and short access time. This device is very sensitive to a disturbance due to the enormous storage density. As to the recording material changed disc type, the media continuously vibrates as the disc rotates. When disc rotates, deviation, eccentricity and unbalance disturbance are occurred. This disturbances cause disc tilt, finally reference beam does not illuminates to correct incidence angle. Therefore real time tilt servo control is essential. In this paper, the algorithm is proposed to make real time tilt detection in angle multiplexing of the holographic data storage system with an additional servo beam and the experiments are performed.

  • PDF

cGANs 기반 3D 포인트 클라우드 데이터의 실시간 전송 기법 (Real-time transmission of 3G point cloud data based on cGANs)

  • Shin, Kwang-Seong;Shin, Seong-Yoon
    • 한국정보통신학회논문지
    • /
    • 제23권11호
    • /
    • pp.1482-1484
    • /
    • 2019
  • We present a method for transmitting 3D object information in real time in a telepresence system. Three-dimensional object information consists of a large amount of point cloud data, which requires high performance computing power and ultra-wideband network transmission environment to process and transmit such a large amount of data in real time. In this paper, multiple users can transmit object motion and facial expression information in real time even in small network bands by using GANs (Generative Adversarial Networks), a non-supervised learning machine learning algorithm, for real-time transmission of 3D point cloud data. In particular, we propose the creation of an object similar to the original using only the feature information of 3D objects using conditional GANs.

분산형전원이 도입된 배전계통의 리얼타임 최적전압조정을 위한 부하구간 모델링방법 (A Modeling Method of Load Section on High Voltage Distribution Line Integrated with Dispersed Generation System for Real-Time Optimal Voltage Regulation)

  • 김재언;김태응
    • 대한전기학회논문지:전력기술부문A
    • /
    • 제48권6호
    • /
    • pp.699-703
    • /
    • 1999
  • It is known that the LDC(Line-Drop Compensator) becomes to lose the function of proper voltage regulation for its load currents due to the real and reactive power generated by DGS(Dispersed Generation System), when DGS is introduced into the power distribution system of which the voltage is controlled by LDC. Therefore, in that case, it is very difficult to regulate the distribution line voltage properly by using LDC. One possible solution for this problem is the real-time voltage regulation method which is to optimally regulate the sending-end voltage in real-time by collecting the real-time load data of each load data of each load section between measuring points and by calculating the optimal seding-end voltage value from them. For this, we must know the real-time load data of each load section. In this paper, a modeling method of representing a load section on high voltage line with DGSs as an equivalent lumped load is proposed for gaining the real-time load data. In addition a method of locating the measuring points is proposed. Then, these proposed methods are evaluated through computer simulations.

  • PDF

실시간 철도안전 관제를 위한 데이터 처리 방안 연구 (Data Processing Method for Real-time Safety Supervision System in Railway)

  • 신광호;정혜란;안진
    • 한국철도학회논문집
    • /
    • 제19권4호
    • /
    • pp.445-455
    • /
    • 2016
  • 실시간 철도안전 관제시스템은 철도시스템을 구성하는 열차, 신호, 전력 및 설비 등으로 분산되어 감시되던 시스템의 안전관련 데이터를 통합하여 안전감시 효율을 향상시키고 사고를 예방하는 것이 목적으로, 기존 개별 감시 시스템과 달리 데이터의 대용량 처리와 실시간 처리 성능을 동시에 요구하고 있다. 기존 관제시스템에서 주로 활용되는 디스크 기반 데이터베이스는 실시간 및 빅 데이터 처리기능이 없고, 최근 도입되는 메모리 기반 데이터베이스는 빅데이터 처리기능이 없으며, 시계열 데이터베이스는 실시간 처리 기능이 없다. 이에 따라, 실시간 안전관제에서 요구되는 빅 데이터 처리와 실시간 처리를 동시에 제공하는 새로운 솔루션이 필요하다. 본 연구에서는 기존 관제의 데이터 처리 사례를 분석하고, 빅 데이터 처리와 실시간 처리를 동시에 제공하는 새로운 데이터 처리 방안을 제안하였으며, 이를 검증하였다.