• 제목/요약/키워드: Embedded

검색결과 10,473건 처리시간 0.037초

임베디드 영상감시 시스템 구현 (An Implementation of Embedded Video Surveillance System)

  • 안성호;이경희;곽지영;김두현
    • 한국정보처리학회:학술대회논문집
    • /
    • 한국정보처리학회 2003년도 춘계학술발표논문집 (상)
    • /
    • pp.47-50
    • /
    • 2003
  • 최근 IT분야에서 주목받고 있는 부분은 정보가전분야이다. 특히, 홈오토메이션(HA Home Automation)에서 중심이 되는 시스템은 홈서버라 할 수 있다. 즉, 가정내에 홈서버가 설치되어 이를 중심으로 내부적으로는 정보가전기기들이 네트워킹되어 있고, 밖으로는 인터넷을 기본 통신 환경으로 구성되는 것이 현실이다. 이러한 환경에서 홈시큐리티 방면의 영상감시기능은 핵심분야 중 하나이다. 영상감시기능을 수행하고자 가정의 홈서버상에 영상감시 모듈이 탑재되어진다. 이때, 홈서버는 임베디드 시스템으로 Qplus라고 하는 임베디드 리눅스 계열의 운영체제를 기본으로 하며, 영상감시 모듈은 SIP(Session Initiation Protocol)기반으로 수행된다. SIP은 VoIP(Voice over IP) 분야의 핵심기술로 최근 많이 부각되어 널리 활용되고 있는 응용 계층의 시그널링 프로토콜이다. 한편, 영상코덱은 ITU-T의 H.261표준을 따르고 있으며, 이러한 영상감시기능은 홈서버 뿐만 아니라, PDA와 같은 핸드헬드 장치를 통해서도 제공된다. 본 논문에서는 임베디드 영상가미 시스템의 설계 및 구현에 대해 기술하고 있다.

  • PDF

Effect of poorly-compacted backfill around embedded foundations on building seismic response

  • Kim, Yong-Seok
    • Earthquakes and Structures
    • /
    • 제3권3_4호
    • /
    • pp.549-561
    • /
    • 2012
  • Many building foundations are embedded, however it is not easy to compact the backfill around the foundation especially for the deeply embedded ones. The soil condition around the embedded foundation may affect the seismic response of a building due to the weak contact between the soil and the foundation. In this paper, the response accelerations in the short-period range and at the period of 1 second (in the long-period range) for a seismic design spectrum specified in the IBC design code were compared considering perfect and poor backfills to investigate the effect of backfill compaction around the embedded foundation. An in-house finite-element software (P3DASS) which has the capability of horizontal pseudo-3D seismic analysis with linear soil layers was used to perform the seismic analyses of the structure-soil system with an embedded foundation. Seismic analyses were carried out with 7 bedrock earthquake records provided by the Pacific Earthquake Engineering Research Center (PEER), scaling the peak ground accelerations to 0.1 g. The results indicate that the poor backfill is not detrimental to the seismic response of a building, if the foundation is not embedded deeply in the soft soil. However, it is necessary to perform the seismic analysis for the structure-soil system embedded deeply in the soft soil to check the seismic resonance due to the soft soil layer beneath the foundation, and to compact the backfill as well as possible.

차량용 임베디드 프로세서에서 저전력 반응적 제어를 위한 이기종 멀티코어 협력적 스트리밍 온-칩 소프트웨어 구조 (Collaborative Streamlined On-Chip Software Architecture on Heterogenous Multi-Cores for Low-Power Reactive Control in Automotive Embedded Processors)

  • 권지수;박대진
    • 대한임베디드공학회논문지
    • /
    • 제17권6호
    • /
    • pp.375-382
    • /
    • 2022
  • This paper proposes a multi-core cooperative computing structure considering the heterogeneous features of automotive embedded on-chip software. The automotive embedded software has the heterogeneous execution flow properties for various hardware drives. Software developed with a homogeneous execution flow without considering these properties will incur inefficient overhead due to core latency and load. The proposed method was evaluated on an target board on which a automotive MCU (micro-controller unit) with built-in multi-cores was mounted. We demonstrate an overhead reduction when software including common embedded system tasks, such as ADC sampling, DSP operations, and communication interfaces, are implemented in a heterogeneous execution flow. When we used the proposed method, embedded software was able to take advantage of idle states that occur between heterogeneous tasks to make efficient use of the resources on the board. As a result of the experiments, the power consumption of the board decreased by 42.11% compared to the baseline. Furthermore, the time required to process the same amount of sampling data was reduced by 27.09%. Experimental results validate the efficiency of the proposed multi-core cooperative heterogeneous embedded software execution technique.

OpenCL 및 Embedded GPU를 이용한 영상 특징 추출 및 파노라마 영상 생성의 병렬화 (Parallelization of Feature Detection and Panorama Image Generation using OpenCL and Embedded GPU)

  • 강승헌;이승재;이만희;박인규
    • 방송공학회논문지
    • /
    • 제19권3호
    • /
    • pp.316-328
    • /
    • 2014
  • 본 논문에서는 최신 embedded GPU를 사용하여 영상의 특징 추출 알고리즘(SIFT, SURF)을 병렬화하고, 특징 추출 및 정합 결과를 이용하여 파노라마 영상을 GPU에서 고속으로 생성하는 방법을 제안한다. 병렬화 된 알고리즘의 GPGPU(general purpose computation on GPU) 구현은 최신 스마트폰의 embedded GPU에서 지원하기 시작한 OpenCL을 이용하였다. 본 논문에서는 GPU에서 OpenGL Shading Language(GLSL)를 이용한 기존의 병렬화와 OpenCL을 이용한 새로운 병렬화 구현 결과를 효과적인 코드 구현 방법과 수행속도 관점에서 비교하였다. 실험결과, OpenCL은 GLSL과 유사한 수행 속도를 보였으며 embedded CPU와 비교하여 약 3~4배 빠른 수행속도를 보였다. 구현한 특징 추출 결과의 응용 사례로써, 특징 정합을 통한 영상 정합을 GPU상에서 병렬 수행하여 여러 장의 영상으로부터 파노라마 영상을 고속으로 생성하는 사례를 보인다.

국제 표준을 고려한 임베디드 제어 시스템(ECS)의 신뢰성 평가방법 (The Reliability Evaluation Method of Embedded Controled Systems Considering the International Standard)

  • 양해술
    • 디지털융복합연구
    • /
    • 제15권2호
    • /
    • pp.199-206
    • /
    • 2017
  • 최근 스마트폰을 비롯한 커넥티드카(Connected Car), IoT 등의 확산으로 국방, 항공, 의료 등 다양한 분야에서 임베디드 제어 시스템이 널리 분포되어 사용되고 있다. 스마트폰과 네트워크 시스템과 같이 각 역할을 수행하는 임베디드 제어 시스템이 유기적으로 구성되어 하나의 또 다른 시스템을 만들어가는 예시들이 늘어나고 있다. 이러한 추세에 따라 각 임베디드 제어 시스템의 유기적 연동과 신뢰성이 중요한 평가요소가 되고 있다. 본 논문에서는 임베디드 제어 시스템이 사용되고 있는 분야 중에서 차량용 임베디드 제어시스템의 품질평가기준과 평가방법을 개발하고자 한다. 차량용 임베디드 제어 시스템의 높은 품질수준을 만족시키기 위해 차량용 임베디드 제어 시스템의 최신동향을 조사하고, 임베디드 제어 시스템의 구조 및 응용 기술을 분석하여 소프트웨어 국제표준 규격인 ISO/IEC 9126과 전기전자제품 국제 표준 규격인 ISO 26262를 참조하여 차량용 임베디드 제어 시스템의 품질평가기준과 평가방법론을 확립하고자 한다.

임베디드 시스템의 분류 (A Taxonomy of Embedded Systems)

  • 소선섭;손경아;은성배
    • 한국정보통신학회논문지
    • /
    • 제24권6호
    • /
    • pp.818-825
    • /
    • 2020
  • 임베디드 시스템은 컴퓨터가 내장된 특수목적 시스템으로 정의하며 가전제품, 사무기기, 무기 체계 등 매우 다양한 분야에서 사용된다. 특정 분야에서 잘 정의된 분류 기법은 교수 및 학습에 강점을 갖는데 임베디드 시스템을 위한 분류체계는 찾아보기 힘들다. 본 논문에서 우리는 임베디드 시스템의 분류체계를 제시한다. 먼저, 임베디드 시스템의 표준화된 구조를 제시한다. 이 구조에서 임베디드 시스템 응용들을 "firmware-based"와 "embedded OS-based"로 나눈다. 또한, 임베디드 시스템 응용의 특성을 기반으로 "고신뢰 응용"과 "일반 응용"으로 나누는데 그 결과 총 4 개의 영역으로 임베디드 시스템 응용을 나눈다. 우리는 각 영역의 특징을 제시하고 임베디드 응용들의 사례를 제시하여 우리의 분류체계가 적절함을 보였다. 우리의 분류체계는 임베디드 시스템의 교수/학습법에 잘 활용될 수 있을 것이다.

ARM 및 FPGA를 이용한 고속 레이저 삼각측량 시스템 (Fast Laser Triangular Measurement System using ARM and FPGA)

  • 이상문
    • 대한임베디드공학회논문지
    • /
    • 제8권1호
    • /
    • pp.25-29
    • /
    • 2013
  • Recently ARM processor's processing power has been increasing rapidly as it has been applied to consumer electronics products. Because of its computing power and low power consumption, it is used to various embedded systems.( including vision processing systems.) Embedded linux that provides well-made platform and GUI is also a powerful tool for ARM based embedded systems. So short period to develop is one of major advantages to the ARM based embedded system. However, for real-time date processing applications such as an image processing system, ARM needs additional equipments such as FPGA that is suitable to parallel processing applications. In this paper, we developed an embedded system using ARM processor and FPGA. FPGA takes time consuming image preprocessing and numerical algorithms needs floating point arithmetic and user interface are implemented using the ARM processor. Overall processing speed of the system is 60 frames/sec of VGA images.

임베디드시스템의 차세대 IT 분야 응용에 관한 연구 (A Study on Next Generation IT Fields Application of Embedded Systems)

  • 박춘명
    • 한국정보통신학회:학술대회논문집
    • /
    • 한국정보통신학회 2012년도 춘계학술대회
    • /
    • pp.840-841
    • /
    • 2012
  • 본 논문에서는 차세대 IT 분야에 임베디드 시스템 응용에 대해 논의하였다. 이를 위해 먼저 차세대 IT 분야에 있어서 임베디드 시스템의 중요성에 대해 언급하였다. 또한, 하드웨어 기반의 임베디드 시스템, 임베디드 하드웨어 프로세서, 특겅 목적의 프로세서에 대해 논의하였으며 이를 근간으로 임베디드 시스템의 응용 분야에 대해 논의하였다.

  • PDF

AM3359 마이크로프로세서 기반 임베디드 시스템 설계 및 제작 (Design and Implementation of Embedded System based on AM3359 Microprocessor)

  • 김형우;김세준;최준영
    • 대한임베디드공학회논문지
    • /
    • 제12권2호
    • /
    • pp.89-96
    • /
    • 2017
  • We develop an embedded system to measure various sensor data, control multiple motors, and communicate with mobile devices for system managements. Choosing TI AM3359 microprocessor featuring high processing performance, low power consumption, and various I/O device support, we design and build the embedded system hardware so that it supports multiple global positioning system (GPS) and gyro sensor modules to measure precise position; multiple pulse width modulation (PWM) outputs to control multiple direct current (DC) motors; a Bluetooth module to communicate with mobile devices. Then, we port the boot loader and device drivers to the built circuit board and construct the firmware development environment for the application programming. The performance of the designed and implemented embedded system is demonstrated by real motor control test using GPS and gyro sensor data and control parameters configured by a mobile device.

임베디드 소프트웨어 신뢰성 평가 모델 분석 툴 개발 (Development of the Reliability Evaluation Model and the Analysis Tool for Embedded Softwares)

  • 서장훈;김선호
    • 산업공학
    • /
    • 제21권1호
    • /
    • pp.109-119
    • /
    • 2008
  • Reliability of embedded softwares, as one of factors which affect system reliability, is the probability of failure-free software operation for a specified period of time in a specified environment. and Embedded software is different from general package software because hardware and operating system are tightly coupled to each other. Reliability evaluation models for embedded softwares currently used do not separate estimation and prediction models clearly, and even a standard model has not been proposed yet. In this respect, we choose a reliability estimation model suitable for embedded softwares among software evaluation models being used, and modified the model so as to accomodate recent software environments. In addtion, based on the model, the web-based reliability prediction tool RPX is developed. Finally, an embedded software is analyzed using the tool.