• Title/Summary/Keyword: Clock State

Search Result 124, Processing Time 0.027 seconds

Low-Cost AES Implementation for Wireless Embedded Systems (무선 내장형 시스템을 위한 제비용 AES의 구현)

  • LEE Dong-Ho
    • Journal of the Institute of Electronics Engineers of Korea SD
    • /
    • v.41 no.12
    • /
    • pp.67-74
    • /
    • 2004
  • AES is frequently used as a symmetric cryptography algorithm for the Internet. Wireless embedded systems increasingly use more conventional wired network protocols. Hence, it is important to have low-cost implementations of AES for thor The basic architecture of AES unrolls oかy one full cipher round which uses 20 S-boxes together with the key scheduler and the algorithm repeatedly executes it. To reduce the implementation cost further, the folded architecture which uses only eight S-box units was studied in the recent years. In this paper, we will study a low-cost AES implementation for wireless communication technology based on the folded architecture. We first improve the folded architecture to avoid the sixteen bytes of additional state memory. Then, we implemented a single byte architecture where only one S-box unit is used for data encryption and key scheduling. It takes 352 clocks to finish a complete encryption. We found that the maximum clock frequency of its FPGA implementation reaches about 40 MHz. It can achieve about 13 Mbps which is enough for 3G wireless communication technology.

Design of Multibyte-based Streaming XML Hardware Parser (다중바이트 기반 스트리밍 XML 하드웨어 파서의 설계)

  • Lee, Kyu-Hee;Seo, Byeong-Seok
    • Journal of the Institute of Electronics and Information Engineers
    • /
    • v.52 no.9
    • /
    • pp.135-140
    • /
    • 2015
  • Web-services employ XML that is the well-formed structure as a de-facto standard to represent data. SOAP or REST is one of the representative web-services using XML based massage passing systems. The XML parser can be divided into event driven and DOM tree. A streaming parser as an event driven is widely used for high-speed parsing. Since the streaming parser processes XML documents in sequence, they have any limitation to improve system performance. In order to improve speed of streaming XML parser, we present multibyte based streaming XML hardware parser using the element analyzer instead of the state machine. Compared to other parsers, the proposed MStreXHP can achieve about 2.72 times improvement in the number of clock cycles to be consumed in comparison of characters and sustain about 7.8Gbps throughput. Therefore, our MStreXHP is desirable for the streaming XML hardware parser on high-performance systems.

Design of MAC Chip for AWG Based WDM-PON - I : Input/Output Nodule (AWG 기반 WDM-PON을 위한 MAC 칩 설계- I: 입출력 모듈)

  • Yang, Won-Hyuk;Han, Kyeong-Eun;Kim, Young-Chon
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.33 no.6B
    • /
    • pp.456-468
    • /
    • 2008
  • In this paper, we design Input/Output modules as a preference work for implementation of hybrid two stage AWG based WDM-PON and verify operations of each function modules through the logic simulation. This WDM-PON system provides service to 128 ONUs through 32 wavelength and one wavelength is shared for upstream transmission with four ONU while each wavelength is allocated to each ONU for downstream transmission. The designed WDM-PON MAC chip is based on sub-MAC which consists of one control unit and reception unit and four transmission unit. To design the reception and transmission unit of sub-MAC, we define the functions of the sub-MAC, pins of the modules, control signal and timing of each signal. We intend to design MAC chip with 1Gbps transmission rate. Thus the designed MAC chip is worked on 125MHz clock rate. We define FSM and design Input/Output modules with VHDL. The logic simulation of the modules is executed by the ModelSIM simulator.

Low Power MAC Protocol Design for Wireless Sensor Networks using Recursive Estimation Methods (회귀적 추정 방식을 이용한 무선 센서 네트워크용 저전력 MAC 프로토콜)

  • Pak, Wooguil
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.39C no.3
    • /
    • pp.239-246
    • /
    • 2014
  • In the context of wireless sensor networks, one of major issues is energy conservation. For low power communication, by utilizing our experimental results for the relation between clock drift and synchronization interval, we designed a new protocol which can support a wide range of duty cycles for applications with very low traffic rate and insensitive delay. The transmission (TX) node in the protocol synchronizes with the reception (RX) node very before transmitting a packet, and it can adaptively estimate the synchronization error size according to the synchronization interval from minutes to hours. We conducted simulations and a testbed implementation to show the efficacy of the proposed protocol. We found that our protocol substantially outperforms other state-of-the-art protocols, resulting in order-of-magnitude increase in network lifetime over a variety of duty cycles.

Analysis of Spatial Correlation and Linear Modeling of GNSS Error Components in South Korea (국내 GNSS 오차 성분별 공간 상관성 및 선형 모델링 특성 분석)

  • Sungik Kim;Yebin Lee;Yongrae Jo;Yunho Cha;Byungwoon Park;Sul Gee Park;Sang Hyun Park
    • Journal of Positioning, Navigation, and Timing
    • /
    • v.13 no.3
    • /
    • pp.221-235
    • /
    • 2024
  • Errors included in Global Navigation Satellite System (GNSS) measurements degrade the performance of user position estimation but can be mitigated by spatial correlation properties. Augmentation systems providing correction data can be broadly categorized into State Space Representation (SSR) and Observation Space Representation (OSR) methods. The satellite-based cm-level augmentation service based on the SSR broadcasts correction data via satellite signals, unlike the traditional Real-Time Kinematic (RTK) and Network RTK methods, which use OSR. To provide a large amount of correction data via the limited bandwidth of the satellite communication, efficient message structure design considering service area, correction generation, and broadcast intervals is necessary. For systematic message design, it is necessary to analyze the influence of error components included in GNSS measurements. In this study, errors in satellite orbits, satellite clocks for GPS, Galileo, BeiDou, and QZSS satellite constellations ionospheric and tropospheric delays over one year were analyzed, and their spatial decorrelations and linear modeling characteristics were examined.

Hardware-Based High Performance XML Parsing Technique Using an FPGA (FPGA를 이용한 하드웨어 기반 고성능 XML 파싱 기법)

  • Lee, Kyu-hee;Seo, Byeong-seok
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.40 no.12
    • /
    • pp.2469-2475
    • /
    • 2015
  • A structured XML has been widely used to present services on various Web-services. The XML is also used for digital documents and digital signatures and for the representation of multimedia files in email systems. The XML document should be firstly parsed to access elements in the XML. The parsing is the most compute-instensive task in the use of XML documents. Most of the previous work has focused on hardware based XML parsers in order to improve parsing performance, while a little work has studied parsing techniques. We present the high performance parsing technique which can be used all of XML parsers and design hardware based XML parser using an FPGA. The proposed parsing technique uses element analyzers instead of the state machine and performs multibyte-based element matching. As a result, our parsing technique can reduce the number of clock cycles per byte(CPB) and does not need to require any preprocessing, such as loading XML data into memory. Compared to other parsers, our parser acheives 1.33~1.82 times improvement in the system performance. Therefore, the proposed parsing technique can process XML documents in real time and is suitable for applying to all of XML parsers.

Contents Analysis on the Health Information of Major Daily Newspaper and TV in Korea (우리나라 주요 일간지 및 TV 건강정보의 내용분석)

  • Lim, Kyu-Kwang;Lee, Moo-Sik;Hong, Jee-Young;Yoo, In-Sook
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.10 no.10
    • /
    • pp.2945-2951
    • /
    • 2009
  • By observing and classifying the articles that are centering around the forecasting information which are dealing with the health related articles in the mass media such as the daily press, KBS1 9 O'clock news, and TV broadcast station's health serialization program, this research was to fulfill ultimately to present health predicted execution for the data on the present state of analysis for the general public to acquire the health related information and to practice the presented basic data of the useful health information to the patients and general public by understand the tendency of the health related information that is presented to the general public. The period of the subject for analysis conducted in a year, started in January 1st, 2006 and finished in December 31st 2006. The research sampled about 50% of the subject of analysis by using the computer's random sampling in considering the quantity of work. Look in to the subject of health information, the daily news paper illustrated in the order of the cause of diseases and dangerous factor (15.5%), the medical treatment and techniques, the medication(15.4%), and the health promotion(14.6%), and the TV news presented the subject on the cause of diseases and dangerous factor(27.5%) the most, and the least presented in the order of the mechanics(24.2%), and the administrator(11.3%).

VLSI Design of DWT-based Image Processor for Real-Time Image Compression and Reconstruction System (실시간 영상압축과 복원시스템을 위한 DWT기반의 영상처리 프로세서의 VLSI 설계)

  • Seo, Young-Ho;Kim, Dong-Wook
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.29 no.1C
    • /
    • pp.102-110
    • /
    • 2004
  • In this paper, we propose a VLSI structure of real-time image compression and reconstruction processor using 2-D discrete wavelet transform and implement into a hardware which use minimal hardware resource using ASIC library. In the implemented hardware, Data path part consists of the DWT kernel for the wavelet transform and inverse transform, quantizer/dequantizer, the huffman encoder/huffman decoder, the adder/buffer for the inverse wavelet transform, and the interface modules for input/output. Control part consists of the programming register, the controller which decodes the instructions and generates the control signals, and the status register for indicating the internal state into the external of circuit. According to the programming condition, the designed circuit has the various selective output formats which are wavelet coefficient, quantization coefficient or index, and Huffman code in image compression mode, and Huffman decoding result, reconstructed quantization coefficient, and reconstructed wavelet coefficient in image reconstructed mode. The programming register has 16 stages and one instruction can be used for a horizontal(or vertical) filtering in a level. Since each register automatically operated in the right order, 4-level discrete wavelet transform can be executed by a programming. We synthesized the designed circuit with synthesis library of Hynix 0.35um CMOS fabrication using the synthesis tool, Synopsys and extracted the gate-level netlist. From the netlist, timing information was extracted using Vela tool. We executed the timing simulation with the extracted netlist and timing information using NC-Verilog tool. Also PNR and layout process was executed using Apollo tool. The Implemented hardware has about 50,000 gate sizes and stably operates in 80MHz clock frequency.

Actual Utilization and Thermal Environment of Greenhouses According to Several Cooling Methods during Summer Season (하절기 온실의 활용실태 및 몇 가지 고온극복 방법별 열환경 분석)

  • 남상운
    • Journal of Bio-Environment Control
    • /
    • v.9 no.1
    • /
    • pp.1-10
    • /
    • 2000
  • This study was performed to find an efficient method to overcome extremely high temperature in greenhouses during summer season. The actual utilization of greenhouses during hot summer season showed that about 21.6% of the investigated greenhouse farms were in fallow state, and most of greenhouse farms were cultivated under the very inferior environment. Thermal environment of greenhouses according to the evaporative cooling method and several assistant cooling methods such as ventilation, shading screen, roof sprinkling were examined. As the each assistant cooling method was used, about 74.8%, 25.9%, and 58.2% of temperatures measured at intervals of ten minutes between ten and seventeen o'clock were above 35$^{\circ}C$. When shading screen and evaporative cooling system were operated, most greenhouse air temperatures were maintained below 35$^{\circ}C$, and showed a drop of 3.8~4.2$^{\circ}C$ as compared with naturally ventilated greenhouse.

  • PDF

Availability of the Time and Change Test in Screening for Dementia in the Elderly (노인에서 치매 조기선별을 위한 시각.금전계산 검사의 유용성)

  • Chung, Eun-Kyung;Shin, Min-Ho;Rhee, Jung-Ae
    • Journal of Preventive Medicine and Public Health
    • /
    • v.36 no.2
    • /
    • pp.101-107
    • /
    • 2003
  • Objectives : Dementia has emerged as a leading public health problem in elderly persons, and its early detection is important for the treatment of curable cases, and in the educational support for other family members. Although dementia screening tests are available, they have not gained widespread use in community or primary care settings. Our goal was to validate the Tine and Change (T&C) Test, -including its validity and reliability in patients, and to assess it as a simple, standardized method for the screening of dementia in the rural elderly. Methods : The participants in this study comprised of 59 patients from an urban hospital and 405 persons from a rural community aged 65 years or older. The time test evaluated the understanding of clock hands indicating 11:10, and the change test the ability to make 1,000 Won from a group of coins, consisting of one 500, seven 100, and seven 50 Won coins. The T&C ratings were validated against a reference standard based on the physician's diagnosis of the patients. The convergent validity in relation to other cognitive measure, test-retest agreement, and inter-observer reliability were assessed. To assess the relationship between the Korean Mini-Mental State Exam (K-MMSE) and the T&C Test, the mean K-MMSE scores were compared with the results of the T&C Test in the elderly from a rural community. Results The T&C Test had a sensitivity and specificity of 73.0, and 90.9%, and positive and negative predictive values of 93.1, and 66.7%, respectively. The test-retest and inter-observer agreement rates were both 95%. The K-MMSE scores and T&C Test were significantly related in the elderly from a rural community (p<0.01), The T&C Test was not influenced by the educational status. The Time and Change Tests took a mean of 6.3 and 12.7 seconds, respectively, to complete Conclusion : The T&C Test is a simple, accurate and reliable, performance-based tool in the screening for dementia. Because it is quick, and easy-to-use, it is hoped the T&C Test will be used for the widespread cognitive screening of aging populations.