• Title/Summary/Keyword: Processing Module

Search Result 1,559, Processing Time 0.031 seconds

A Study of Custom Embroidered Souvenir Manufacturing System Development (맞춤형 자수기념품 제작시스템 개발에 관한 연구)

  • Jang, Saeyeob;Kim, Taejoo;Shin, Junhee;Jeong, Eunjin
    • Journal of Institute of Convergence Technology
    • /
    • v.3 no.2
    • /
    • pp.45-49
    • /
    • 2013
  • Instant custom embroidered souvenir manufacturing system was studied. Recently customers want to get individually specialized souvenir. We present a modular manufacturing system and implementation of image processing, conversion of punching data. The manufacturing system consist of main module, photographing module and U/I module. We can change the system easily through modularization. Image Processing was necessary for making punching data. We developed sketch typed image processing and image processing which used brightness. Brightness type is suitable for instant embroidered souvenir. This study showed that fusion of embroidery technology and image processing technology can make a new business successfully.

  • PDF

Preliminary study of Angle sensor module for Vehicle Steering System Based on Multi-track Encoder (자동차 조향장치용 TAS module을 위한 Multi-track Encoder기반 신호처리보드의 구현)

  • Woo, Seong Tak;Han, Chun Soo;Baek, Jun Byung;Lee, Sang-hoon;Jung, Min Woo;Choo, Sung Joong;Park, Jae Roul;Yoo, Jong-Ho;Jung, Sanghun;Kim, Ju Young
    • Journal of Sensor Science and Technology
    • /
    • v.26 no.6
    • /
    • pp.432-437
    • /
    • 2017
  • As 4.0 industry has been developed, research on a self-driving car technology and related parts of an automobile has been highly investigated recently. Particularly, a TAS(Torque Angle Sensor) module on steering wheel system has been considered as a key technology because of its precise angle, torque detection and high speed signal processing. The environmental assessment is generally required on the TAS module to examine high resolution of angle/torque detection. In the case of existing TAS module, angle detection errors has been occurred by back-lash on main and sub gear in addition to complicated structure caused by gears. In this paper, a structure of the TAS module, which minimizes the numbers of components and angle detection errors on the module compared with the existing TAS module, for vehicle steering system based on a Multi-track Encoder has been proposed. Also, angle detection signal processing board, and key technology of the TAS module were fabricated and evaluated. As a result of the experiments, we confirmed an excellent performance of the fabricated signal processing board for angle detection and an applicability of the fabricated angle detection board on the TAS module of vehicles by the environmental assessment an automobile standard.

Performance Evaluation of Multi-Module Software System with Imperfect Debugging and Module Dependency (모듈의존성을 갖는 불완전수리 다항모듈 소프트웨어의 성능평가에 관한 연구)

  • Kim, U-Jung;Lee, Chong Hyung
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.15 no.9
    • /
    • pp.5652-5659
    • /
    • 2014
  • The purpose of this study was to introduce a software task processing evaluation model that considers the following situations: i) a software system is integratedly composed of several number of modules, ii) each modules has its corresponding module task, iii) all module tasks are tested simultaneously, and iv) the processing times of the module tasks are mutually dependent. The software task completion probability with the module dependency was derived using the joint distribution function of Farlie [11]. The results showed that the task completion probability of software increases with increasing module dependency parameter.

Setup Planning for Machining processes Using Expert System Approach (전문가 시스템 접근법을 이용한 기계가공용 셋업계획)

  • Jeong, Yeong-Deug
    • IE interfaces
    • /
    • v.6 no.1
    • /
    • pp.31-45
    • /
    • 1993
  • Setup planning for machining processes is a part of fixture planning which is also a part of process planning. A setup of a part is defined as a group of features which are machined while the part is fixtured in one single fixture. Setup planning includes a number of tasks such as the selection of setup, sequence of setups and datum frame for each setup. Setup planning is an important function in fixture planning which must be able to support and to clamp a workpiece to prevent deflections caused by machining and clamping loads. This paper presents setup planning system using expert system approach(SPES) for prismatic parts which can be machined on vertical milling machine. SPES consists of preprocessing module and main processing module. Preprocessing module executes the conversion of feature data to frame type data and the determination of setups, and main processing module executes the determination of datum frame of each setup and sequance of setups. Preprocessing module is coded by C language and main processing module is a rule-based expert system using EXSYS pro. The performance of SPES is evaluated through case studies and the results show successful work except for operation sequence of machining holes. This is due to the limited rules for machining holes.

  • PDF

The MLMEX Design and Implemention for Vehicle Communication Technology (차량 통신 기술을 위한 MLMEX 설계 및 구현)

  • Lee, Dae Sik;Lee, Yong Kwon
    • Journal of Korea Society of Digital Industry and Information Management
    • /
    • v.9 no.1
    • /
    • pp.103-110
    • /
    • 2013
  • WAVE system is a vehicle communication technology. The system provides the services to prevent vehicle accidents that might occur during driving. Also, it is used to provide various services such as monitoring vehicle management and system failure. In this paper, we divide module that manages WAVE MAC state into a WSMP base MLME module and IP base module and we design and implement a parameter environment between WME module to manage the state of the WAVE system and MLMEX module to mange IP base of WAVE MAC therefore the date to be processed.Also, in order to verify the validity, we have carried out experiments to compare the speed of data processing by dividing data of 5Mbyte, 10Mbyte, 20Mbyte into the packets of 2KByte and 4KByte. Therefore, in WAVE system, the Parameter environments and data processing speed between WME and MLMEX module can be utilized in the various service of vehicle communication technology depending on the speed of data processing.

A Spiking Neural Network for Autonomous Search and Contour Tracking Inspired by C. elegans Chemotaxis and the Lévy Walk

  • Chen, Mohan;Feng, Dazheng;Su, Hongtao
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.16 no.9
    • /
    • pp.2846-2866
    • /
    • 2022
  • Caenorhabditis elegans exhibits sophisticated chemotaxis behavior through two parallel strategies, klinokinesis and klinotaxis, executed entirely by a small nervous circuit. It is therefore suitable for inspiring fast and energy-efficient solutions for autonomous navigation. As a random search strategy, the Lévy walk is optimal for diverse animals when foraging without external chemical cues. In this study, by combining these biological strategies for the first time, we propose a spiking neural network model for search and contour tracking of specific concentrations of environmental variables. Specifically, we first design a klinotaxis module using spiking neurons. This module works in conjunction with a klinokinesis module, allowing rapid searches for the concentration setpoint and subsequent contour tracking with small deviations. Second, we build a random exploration module. It generates a Lévy walk in the absence of concentration gradients, increasing the chance of encountering gradients. Third, considering local extrema traps, we develop a termination module combined with an escape module to initiate or terminate the escape in a timely manner. Experimental results demonstrate that the proposed model integrating these modules can switch strategies autonomously according to the information from a single sensor and control steering through output spikes, enabling the model worm to efficiently navigate across various scenarios.

Voice Portal based on SMS Authentication at CTI Module Implementation by Speech Recognition (SMS 인증 기반의 보이스포탈에서의 음성인식을 위한 CTI 모듈 구현)

  • Oh, Se-Il;Kim, Bong-Hyun;Koh, Jin-Hwan;Park, Won-Tea
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2001.04b
    • /
    • pp.1177-1180
    • /
    • 2001
  • 전화를 통해 인터넷 정보를 들을 수 있는 보이스 포탈(Voice Portal) 서비스가 인기를 얻고 있다. Voice Portal 서비스란 알고자 하는 정보를 Speech Recognition System에 음성으로 명령하면 전화를 통해 음성으로 원하는 정보를 듣는 서비스이다. Authentication의 절차를 수행하는 SMS (Short Message Service) 서버 Module, PSTN과 Database 서버사이의 Interface를 제공하는 CTI (Computer Telephony Integration) Module, CTI 서버와 WWW (World Wide Web) 사이의 Voice XML Module, 정보를 검색하기 위한 Searching Module들이 필요하다. 본 논문은 Speech Recognition technology를 기반으로 한 CTI Module 설계를 구현하였다. 또한 인정 방식으로 Random한 일회용 password를 기반으로 한 SMS Authentication을 택하므로 더욱 더 안정된 서비스 제공을 목적으로 하였다.

  • PDF

Design of Alignment Mark Stamper Module for LED Post-Processing

  • Hwang, Donghyun;Sohn, Young W.;Seol, Tae-ho;Jeon, YongHo;Lee, Moon G.
    • Journal of the Korean Society of Manufacturing Technology Engineers
    • /
    • v.24 no.2
    • /
    • pp.155-159
    • /
    • 2015
  • Light emitting devices (LEDs) are widely used in the liquid crystal display (LCD) industry, especially for LCD back light units. Therefore, much research has been performed to minimize manufacturing costs. However, the current process does not process LED chips from broken substrates even though the substrate is expensive sapphire wafer. This is because the broken substrates lose their alignment marks. After pre-processing, LED dies are glued onto blue tape to continue post-processing. If auxiliary alignment marks are stamped on the blue tape, post-processing can be performed using some of the LED dies from broken substrates. In this paper, a novel stamper module that can stamp the alignment mark on the blue tape is proposed, designed, and fabricated. In testing, the stamper was reliable even after a few hundred stamps. The module can position the stamp and apply the pattern effectively. By using this module, the LED industry can reduce manufacturing costs.

The study on high speed A/D conversion implementation employing I/Q compensating algorithm for 3-D radar signal processor (I/Q 보정기능을 갖는 3차원 레이더 신호처리기용 고속 A/D 변환 기법 연구)

  • 조명제;김수중
    • Journal of the Korean Institute of Telematics and Electronics S
    • /
    • v.34S no.6
    • /
    • pp.67-76
    • /
    • 1997
  • In radar signal processing, an A/D converter with sufficient dynamic range and high sampling speed is required to detect the weakest target signals in heavy clutter and ECM environments. As the sampling frequency increases, the amount of digital data transfered to the signal processing module is also increased. To overcome these massive data transfer burden, we need an A/D conversion module with an enough data transfer rate. In this paper, we proposed an implementation scheme of a new A/D conversio module that can be used in multi-mode 3-D phased array radar signal processing system, and evaluated the performance. The proposed A/D conversion module is implemented with a standard A/D converter and a 6U-standard VME bus.

  • PDF

Efficient Implementation of the MQTT Protocol for Embedded Systems

  • Deschambault, Olivier;Gherbi, Abdelouahed;Legare, Christian
    • Journal of Information Processing Systems
    • /
    • v.13 no.1
    • /
    • pp.26-39
    • /
    • 2017
  • The need for embedded devices to be able to exchange information with each other and with data centers is essential for the advent of the Internet of Things (IoT). Several existing communication protocols are designed for small devices including the message-queue telemetry transport (MQTT) protocol or the constrained application protocol (CoAP). However, most of the existing implementations are convenient for computers or smart phones but do not consider the strict constraints and limitations with regard resource usage, portability and configuration. In this paper, we report on an industrial research and development project which focuses on the design, implementation, testing and deployment of a MQTT module. The goal of this project is to develop this module for platforms having minimal RAM, flash code memory and processing power. This software module should be fully compliant with the MQTT protocol specification, portable, and inter-operable with other software stacks. In this paper, we present our approach based on abstraction layers to the design of the MQTT module and we discuss the compliance of the implementation with the requirements set including the MISRA static analysis requirements.