• Title/Summary/Keyword: SoC System

Search Result 2,846, Processing Time 0.037 seconds

Feedback Control System Embodyment of Robot Control by Tiny-C of Specific Pocketcom (포켓컴용 Tiny-C에 의한 로봇제어에서의 귀환제어 시스템 구현)

  • Song, Ja-Youn
    • Proceedings of the KIEE Conference
    • /
    • 1996.07b
    • /
    • pp.987-989
    • /
    • 1996
  • This paper presents feedback control?method of educational robot made up of step motor by specific Tiny-C at PPI 8255 board of pocketcom(pocket computer; PC-E200). Machine language capacity of Tiny-C compiler(Ver 1.0) is about 22kbyte, and so it is easily transmitted from personal computer to pocketcom of conventional memory 32 kbyte. This experimental results show that Tiny-C control programs are practised on the pocketcom connected to PPI 8255 board for educational robot and X-Y plotter, and these are presented to show the effectiveness of the proposed algorithm.

  • PDF

Implementation and Verification of JPEG Decoder IP using a Virtual Platform (가상 플랫폼을 이용한 JPEG 디코더 IP의 구현 및 검증)

  • Jung, Yong-Bum;Kim, Yong-Min;Hwang, Chul-Hee;Kim, Jong-Myon
    • Journal of the Korea Society of Computer and Information
    • /
    • v.16 no.11
    • /
    • pp.1-8
    • /
    • 2011
  • The requirement of a system-on-a-chip (SoC) design is increasing, which combines various and complex functional units on a single device. However, short time to market prohibits to release the device. To satisfy this shorter time-to-market, verification of both hardware and software at the same time is important. A virtual platform-based design method supports faster verification of these combined software and hardware by reusing pre-defined intellectual properties (IP). In this paper, we introduce the virtual platform-based design and redesign the existing ARM processor based S3C2440A system using the virtual platform-based method. In addtion, we implement and evaluate the performance of a JPEG decoder on the S3C2440A virtual platform. Furthermore, we introduce an optimized technique of the JPEG decoder using the ARM based inline assembly language, and then verify the performance improvement on the virtual platform. Such virtual platform-based design allows to verify both software and hardware at the same time and can meet the requirement of the shorter time-to-market.

Characteristics and Physical Property of Tungsten(W) Related Diffusion Barrier Added Impurities (불순물을 주입한 텅스텐(W) 박막의 확산방지 특성과 박막의 물성 특성연구)

  • Kim, Soo-In;Lee, Chang-Woo
    • Journal of the Korean Vacuum Society
    • /
    • v.17 no.6
    • /
    • pp.518-522
    • /
    • 2008
  • The miniaturization of device size and multilevel interlayers have been developed by ULSI circuit devices. These submicron processes cause serious problems in conventional metallization due to the solubility of silicon and metal at the interface, such as an increasing contact resistance in the contact hole and interdiffusion between metal and silicon. Therefore it is necessary to implement a barrier layer between Si and metal. Thus, the size of multilevel interconnection of ULSI devices is critical metallization schemes, and it is necessary reduce the RC time delay for device speed performance. So it is tendency to study the Cu metallization for interconnect of semiconductor processes. However, at the submicron process the interaction between Si and Cu is so strong and detrimental to the electrical performance of Si even at temperatures below $200^{\circ}C$. Thus, we suggest the tungsten-carbon-nitrogen (W-C-N) thin film for Cu diffusion barrier characterized by nano scale indentation system. Nano-indentation system was proposed as an in-situ and nanometer-order local stress analysis technique.

Output Power Characteristics of CPV Solar Cell due to Non-uniform Illumination (고집광 태양전지의 비균등 조사에 의한 출력특성)

  • Shin, Goo-Hwan;Ryu, Kwang-Sun;Cha, Won-Ho;Myung, Noh-Hoon;Kim, Young-Sik;Kang, Gi-Hwaw
    • 한국태양에너지학회:학술대회논문집
    • /
    • 2011.04a
    • /
    • pp.269-274
    • /
    • 2011
  • A solar cell is primary parts to produce electrical energy from the Sun. And, we can utilize those solar cells as a power generation system in home, factory, and so on. In order to make proper power, the solar cells are configured in series and parallel lay down. In condition of uniform illumination, the solar array will produce an enough power by photovoltaic effects from the solar cells. In case of non-uniform illumination on the solar cells, the power will be dramatically decreased compared to design. Fortunately, there were so many research outputs regarding the illumination effects on solar array. In this work, we tried to find out the non-uniform effects on unit CPV solar cell, because there were no research outputs for unit CPV solar cell considering illumination. The CPV solar cell was used in CPV system to make a power by the Sun. We chosen the triple junction solar cell of GaAsInP2Ge for simulation, which has a 30 % of conversion efficiency. By simulation, we obtained the output performance of CPV solar cells in condition of various illumination by using Hamming Window function. Its performance was degraded by 10 % to 50 % depending illumination conditions.

  • PDF

The Development of a License Plate Recognition System using Template Matching Method in Embedded System (임베디드 시스템에서의 템플릿 매칭 기법을 이용한 번호판 인식 시스템 개발)

  • Kim, Hong-Hee;Lee, Jae-Heung
    • Journal of IKEEE
    • /
    • v.15 no.4
    • /
    • pp.274-280
    • /
    • 2011
  • The implementation of the recognition system of a vehicle license plate and the Linux OS environment which is built in SoC Embedded system and its test result are presented in this paper. In order to recognize a vehicle license plate, each character has to be extracted from the whole image of a license plate and the extracted image is revised for the template matching. Labeling technique and numerical features are used to detect the vehicle license plate. Each character in the license plate has coordinates. The extracted image is revised by comparison of the numerical coordinates and recognized through template matching method. The experimental results show that the license plate detection rate is 96%, and a character recognition rate is 73%, and a number recognition rate is 97% for about 300 license plate images. The average time of the recognition in the embedded board is 0.66 sec.

Web-based programming education system for providing rapid grading result (신속한 평가결과를 제공하는 웹기반 프로그래밍 교육시스템)

  • Park, So-Young;Ryu, Hye-Jung;Shim, Dong-Uk
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2009.05a
    • /
    • pp.511-514
    • /
    • 2009
  • Recently web is used for more things than ever before in education. Previous web-based programming education systems help students to check compile errors and runtime errors after submitting programming assignments anytime and anywhere. However, these previous systems cannot quickly provide the detailed assessment results on the generated answer, the coding style, and the plagiarism detection. In this paper, we propose a web-based programming education system to provide the quick results of the detailed assessment as soon as to submit programming assignments. In this system, the plagiarism detection method compares a current file with only the already uploaded files so it can provide quick feedback. The proposed web-based programming education system is applied to a real C programming language class with approximately 40 students. The proposed system tends to improve the students' participation by quick feedback.

  • PDF

Study on the performance of a heat pump system with serial dehumidification function (직렬 제습방식 열펌프 시스템의 성능특성에 관한 연구)

  • Ko, Wonbin;Ko, Ji-Woon;Park, Youn Cheol
    • Journal of Advanced Marine Engineering and Technology
    • /
    • v.38 no.6
    • /
    • pp.609-614
    • /
    • 2014
  • In this research, results of measuring temperature and relative humidity of underground-air-heat in Jeju showed $15{\sim}18^{\circ}C$ and 70~80% each which are somewhat high compare to other regions. So the Multi-effect dehumidifying and heating Heat Pump system which has merged functions of dehumidification and heating is made to solve this problem mentioned previously. When the suction air was $15^{\circ}C$ with 60% humidity, the outcome was 1.70 on $COP_h$ and 1.797(kg/h) on total amount of dehumidification, and also showed 1.87 $COP_h$ with 1.87 total amount of dehumidification under the condition of $20^{\circ}C$ and 80% humidity of suction air. Furthermore, $COP_h$ showed increased number which is 1.87 and also total amount of dehumidification increased which was 3.269(kg/h). The highest COP can be achieved at $17^{\circ}C$ and 70% relative humidity condition.

Liquid Cooling System Using Planar ECF Pump for Electronic Devices (평면형 ECF 펌프를 이용한 전자기기 액체냉각 시스템)

  • Seo, Woo-Suk;Ham, Young-Bog;Park, Jung-Ho;Yun, So-Nam;Yang, Soon-Young
    • Journal of the Korean Society for Precision Engineering
    • /
    • v.24 no.12
    • /
    • pp.95-103
    • /
    • 2007
  • This paper presents a liquid cooling concept for heat rejection of high power electronic devices existing in notebook computers etc. The design, fabrication, and performance of the planar ECF pump and farced-liquid cooling system are summarized. The electro-conjugate fluid (ECF) is a kind of dielectric and functional fluids, which generates jet flows (ECF-jets) by applying static electric field through a pair of rod-like electrodes. The ECF-jet directly acts on the working fluid, so the proposed planar ECF pump needs no moving part, produces no vibration and noise. The planar ECF pump, consists of a pump housing and electrode substrate, achieves maximum flow rate and output pressure of $5.5\;cm^3/s$ and 7.2 kPa, respectively, at an applied voltage of 2.0 kV. The farced-liquid cooling system, constructed with the planar ECF pump, liquid-cooled heat sink and thermal test chip, removes input power up to 80 W keeping the chip surface temperature below $70\;^{\circ}C$. The experimental results demonstrate that the feasibility of forced-liquid cooling system using ECF is confirmed as an advanced cooling solution on the next-generation high power electronic devices.

Study on Multi-switching Sensor-based LED Lighting Control Technology (멀티스위칭 센서기반 LED 조명제어기술에 관한 연구)

  • Jang, Tae-Su;Hong, Geun-Bin;Lee, Dae-Hyoung;Kim, Yong-Kab;Kim, Byun-Gon
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2012.05a
    • /
    • pp.813-814
    • /
    • 2012
  • Recently, along with a development to promote low-carbon green growth, LED control IT convergence technology that can create environmentally-friendly emotional lighting is receiving attention. This is an interface control technology that includes a multi-sensor, switching technology, LED optics, and Internet-based remote lighting control, all of which utilize the lighting characteristics of LED lighting. The proposed system is a study on an intelligent LED control technology, and aims to use a multi-switching sensor in order to control LED discharge current so as to improve energy-charging method, to use a battery's SoC sensor, and to improve efficiency in the winter according to a section.

  • PDF

Characterization of Bacillus luciferensis Strain KJ2C12 from Pepper Root, a Biocontrol Agent of Phytophthora Blight of Pepper

  • Kim, Hye-Sook;Sang, Mee-Kyung;Myung, Inn-Shik;Chun, Se-Chul;Kim, Ki-Deok
    • The Plant Pathology Journal
    • /
    • v.25 no.1
    • /
    • pp.62-69
    • /
    • 2009
  • In this study, we characterized the bacterial strain KJ2C12 in relation with its biocontrol activity against Phytophthora capsici on pepper, and identified this strain using morphological, physiological, biochemical, fatty acid methyl ester, and 16S rRNA gene sequence analyses. Strain KJ2C12 significantly (P=0.05) reduced both final disease severity and areas under the disease progress curves of 5-week-old pepper plants inoculated with P. capsici compared to buffer-treated controls. As for the production of antibiotics, biofilms, biosurfactant, extracellular enzyme, HCN, and swarming activity, strain KJ2C12 produced an extracellular enzyme with protease activity, but no other productions or swarming activity. However, Escherichia coli produced weak biofilm only. Strain KJ2C12 could colonize pepper roots more effectively in a gnotobiotic system using sterile quartz sand compared to E. coli over 4 weeks after treatments. However, no bacterial populations were detected in 10 mM $MgSO_4$ buffer-treated controls. Strain KJ2C12 produced significantly higher microbial activity than the $MgSO_4$-treated control or E. coli over 4 weeks after treatments. Bacterial strain KJ2C12 was identified as Bacillus luciferensis based on morphological, physiological, and biochemical characteristics as well as FAME and 16S rRNA gene sequence analyses. In addition, these results suggested that B. luciferensis strain KJ2C12 could reduce Phytophthora blight of pepper by protecting infection courts through enhanced effective root colonization with protease production and an increase of soil microbial activity.