• Title/Summary/Keyword: asynchronous development

Search Result 108, Processing Time 0.036 seconds

UART-to-APB Interface Circuit Design for Testing a Chip (칩 테스트를 위한 UART-to-APB 인터페이스 회로의 설계)

  • Seo, Young-Ho;Kim, Dong-wook
    • Journal of Advanced Navigation Technology
    • /
    • v.21 no.4
    • /
    • pp.386-393
    • /
    • 2017
  • Field programmable gate arrays (FPGAs) are widely used for verification in chip development. In order to verify the circuit programmed to the FPGA, data must be input to the FPGA. There are many ways to communicate with a chip through a PC and an external board, but the simplest and easiest way is to use a universal asynchronous receiver/transmitter (UART). Most recently, most circuits are designed to be internally connected to the advanced microcontroller bus architecture (AMBA) bus. In other words, to verify the designed circuit easily and simply, data must be transmitted through the AMBA bus through the UART. Also the AMBA bus has been available in various versions since version 4.0 recently. Advanced peripheral bus (APB) is suitable for simple testing. In this paper, we design a circuit for UART-to-APB interface. Circuits designed using Verilog-HDL were implemented in Altera Cyclone FPGAs and were capable of operating at speeds up to 380 MHz.

Development of Early Embryos inIn Vivo Superovulated Rabbits (과배란 처리된 체내 초기배 발생에 관한 연구)

  • 조현조;이홍준;심금섭
    • Journal of Embryo Transfer
    • /
    • v.9 no.2
    • /
    • pp.167-172
    • /
    • 1994
  • This experiment was arried out to investigate the development of ea4y rabbit embryos in vivo. Twenty-six New Zealand White does were superovulated by treatment with PMSG(Intervet Co; I. M single injection, 150. U./rabbit) followed 3 day later by simultaneous I.V injection of 100 I.U HCG (Intervet Co, )and natural service with fertile male. All of does was killed at the specific times (24, 27, 30, 36, 42, 50 and 93 h post-hCG) to find out the early embryonic development in vivo respectively. Embryos at the specified stages of development were obtained at the following times after injection of hCG; one-ceH at 24 h, two-cell at 24~27h, four-cell at 27~36 h, morulae at 50 h and early blasto-cyst at 93 h and expanded or hatching blastocyst at 144 h. Number of embryos recovered per rabbit superovulated was 26.1 and average of recovery rate was 83.7%. The results suggest that superovulation was efficient for the increase of embryo number in rabbits, and as shown in results, asynchronous cleavage was prevalent among the recovered embryos.

  • PDF

Short Range Target Tracking Based on Data Fusion Method Using Asynchronous Dissimilar Sensors (비동기 이종 센서를 이용한 데이터 융합기반 근거리 표적 추적기법)

  • Lee, Eui-Hyuk
    • Journal of the Institute of Electronics and Information Engineers
    • /
    • v.49 no.9
    • /
    • pp.335-343
    • /
    • 2012
  • This paper presents an target tracking algorithm for fusion of radar and infrared(IR) sensor measurement data. Generally, fusion methods with Kalman filter assume that processing data obtained by radar and IR sensor are synchronized. It has much limitation to apply the fusion methods to real systems. A key point which is taken into account in the proposed algorithm is the fact that two asynchronous dissimilar data are fused by compensating the time difference of the measurements using radar's ranges and track state vectors. The proposed fusion algorithm in the paper is evaluated via a computer simulation with the existing track fusion and measurement fusion methods.

Direct blast detection algorithm for asynchronous bistatic sonar systems (비동기 양상태 소나 시스템을 위한 직접파 탐지 기법)

  • Jeong, Euicheol;Ahn, Jae-Kyun;Kim, Juho
    • The Journal of the Acoustical Society of Korea
    • /
    • v.37 no.3
    • /
    • pp.139-146
    • /
    • 2018
  • Monostatic sonar systems localize targets using the time information of pulse transmission and receipt. Whereas, in asynchronous bistatic sonar systems, receivers need to detect direct blast to localize targets, since a source doesn't share pulse information with receivers. In this paper, we propose a direct blast detection algorithm, which estimates PRI (Pulse Repetition Interval) of direct blast and adaptive thresholds. Experimental results show the proposed algorithm has robust direct blast detection performance in the environment where strong background noise and target signal exist.

An Implementation of Test Bed for Linux based IEEE 1394 communication test (리눅스 기반의 IEEE1394 통신 시험을 위한 시험 환경 구축)

  • 이재길
    • Journal of the Korea Society of Computer and Information
    • /
    • v.8 no.3
    • /
    • pp.9-15
    • /
    • 2003
  • IEEE1394 standard supports both isochronous and asynchronous data transmission, thus enabling high-speed data exchange between PC and networked home electronic devices. This paper describes an implementation of Test Bed for Linux based IEEE1394 communication test. In this paper, An integrated Software was developed to test IEEE1394 communication environment. To develop the software, open source software(gscanbus,dvgrab, playdv, Xine, Kino) for the Linux environment was investigated and integrated. It was tested such as the communication among the devices, asynchronous date transmission, isochronous data transmission, and its result was successful. This integrated software has the potential to become efficient test tool for the futher development of networked home electronic devices and multimedia services.

  • PDF

Development of Feed Controller Using Synchronization Algorithm (동기화 알고리즘을 이용한 피드컨트롤러 개발)

  • Lee, Chae-Wook
    • Journal of the Institute of Convergence Signal Processing
    • /
    • v.19 no.4
    • /
    • pp.162-166
    • /
    • 2018
  • Companies that use automatic feeder systems use multiple feeders in close proximity to each other for mass production. Unlike when the feeder is used independently, it does not oscillate to a value that is set to offset or freeze due to symbiosis caused by asynchronous forces hitting each other. This may result in the shipment being damaged by hitting each other or thrown to one side, preventing the transport from being moved to the next process. Whenever an unstable resonance occurs, the operator must reset the value of each feed controller or operate it several times. To address these problems, this paper proposes synchronization algorithm suitable for feed controllers using multiple units and tests are used to confirm performance improvements.

Framework design for efficient Arduino program development

  • Gong, Dong-Hwan
    • International Journal of Internet, Broadcasting and Communication
    • /
    • v.14 no.1
    • /
    • pp.162-169
    • /
    • 2022
  • Arduino is used in various places such as education, experimentation, and industry. Due to the easy accessibility of Arduino, it is often used by non-majors, and it is also used in media art and toy programs. Although Arduino is relatively easy to use compared to other devices, it is not easy to control various IoT components at the same time. Some tasks run independently of other tasks, while others run dependently. In this paper, I proposed the Arduino Task Framework to efficiently execute many tasks in these various situations. The design framework of this paper is largely composed of two types: synchronous execution and asynchronous execution. These two execution methods can be combined to create several independent and dependent execution routines. Asynchronous tasks are independently executed tasks and are managed by AsyncTaskGroup, while synchronous tasks are dependently executed tasks and are managed by SyncTaskGroup. AsyncTaskGroup instance and SyncTaskGroup instance are instances of the same Task and can be used in combination with another task. The Arduino framework proposed in this paper simplifies the program structure and can easily compose various tasks.

Development of a college English teaching and learning model in online synchronous/asynchronous platforms to enhance Competencies (실시간-비실시간 온라인플랫폼을 통한 역량강화중심 대학영어 교수-학습 모형 개발)

  • Lee, Myong-Kwan
    • The Journal of the Convergence on Culture Technology
    • /
    • v.7 no.4
    • /
    • pp.35-42
    • /
    • 2021
  • The college English teaching-learning model in this study is intended to effectively apply dictogloss activities to enhance competencies such as communication, self-directedness, and cooperation by upgrading the utilization of various online platform functions. Dictogloss is a language teaching and learning activity that combines four functions (listening, speaking, reading, and writing) of communication. College English classes in this study focus on communication-oriented integrated English education. In this study, the teaching and learning is an online-based English integrated teaching-learning method based on constructivism theory. The model presented the roles of learners and teachers according to the seven procedures.

Public word development based on Ajax (Ajax기반 공유 word 개발)

  • Sin, Yeong-Sik;Ko, Sung-Taek
    • Proceedings of the Korea Contents Association Conference
    • /
    • 2006.11a
    • /
    • pp.7-12
    • /
    • 2006
  • 한때 word process를 하기 위해 PC를 구매하던 때가 있었다. 그리고 지금도 word process 기능은 PC를 쓰는데 없어서는 안 될 기능중 하나이다. 그리고 최근 들어 web2.0의 추세와 함께 일반 application에서 수행하였던 Application들이 Web에서 수행이 가능한 web application으로 변화하고 진화하는 추세이다. 따라서 본 논문에서는 Ajax(Asynchronous Javascript And XML)기반의 공유 word process인 'Ajax기반 공유 word'를 만들었다. 이는 웹에서 WYSIWYG(what you see is what you get)으로 문서를 편집하면서 문서들을 사용자간 공유하고 문서의 변경내용을 다른 사용자가 실시간으로 확인할 수 있는 web application이다.

  • PDF

A high speed embedded SRAM with improve dcontrol circuit and sense amplifier (개선된 control circuit과 sense amplifier를 갖는 고속동작 embedded SRAM의 설계)

  • 김진국;장일권;곽계달
    • Proceedings of the IEEK Conference
    • /
    • 1998.06a
    • /
    • pp.538-541
    • /
    • 1998
  • This paper describes the development of 5.15ns 32kb asynchronous CMOS SRAM using 0.6.mu.m CMOS technology. The proposed high speed embedded SRAM is realized with optimized control circuit and sense amplifier at a power supply of 3V. Using proposed control circuit, the delay time from address input to wordline 'on' is reduced by 33% and mismatch-insensitive sense amplifier can sense a small difference of bit-line voltage fast and stably.

  • PDF