• Title/Summary/Keyword: Function Module

Search Result 1,052, Processing Time 0.028 seconds

A NARX Dynamic Neural Network Platform for Small-Sat PDM (동적신경망 NARX 기반의 SAR 전력모듈 안전성 연구)

  • Lee, Hae-Jun
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.24 no.6
    • /
    • pp.809-817
    • /
    • 2020
  • In the design and development process of Small-Sat power distribution and transmission module, the stability of dynamic resources was evaluated by a deep learning algorithm. The requirements for the stability evaluation consisted of the power distribution function of the power distribution module and demand module to the SAR radar in Small-Sat. To verify the performance of the switching power components constituting the power module PDM, the reliability was verified using a dynamic neural network. The adoption material of deep learning for reliability verification is the power distribution function of the payload to the power supplied from the small satellite main body. Modeling targets for verifying the performance of this function are output voltage (slew rate control), voltage error, and load power characteristics. First, to this end, the Coefficient Structure area was defined by modeling, and PCB modules were fabricated to compare stability and reliability. Second, Levenberg-Marquare based Two-Way NARX neural network Sigmoid Transfer was used as a deep learning algorithm.

On the ring of integers of cyclotomic function fields

  • Bae, Sunghan;Hahn, Sang-Geun
    • Bulletin of the Korean Mathematical Society
    • /
    • v.29 no.1
    • /
    • pp.153-163
    • /
    • 1992
  • Carlitz module is used to study abelian extensions of K=$F_{q}$(T). In number theory every abelian etension of Q is contained in a cyclotomic field. Similarly every abelian extension of $F_{q}$(T) with some condition on .inf. is contained in a cyclotomic function field. Hence the study of cyclotomic function fields in analogy with cyclotomic fields is an important subject in number theory. Much are known in this direction such as ring of integers, class groups and units ([G], [G-R]). In this article we are concerned with the ring of integers in a cyclotomic function field. In [G], it is shown that the ring of integers is generated by a primitive root of the Carlitz module using the ramification theory and localization. Here we will give another proof, which is rather elementary and explicit, of this fact following the methods in [W].[W].

  • PDF

A Different Approach on Availability Modeling of Redundant Structure with Monitoring System

  • Lim, J.H.;Shin, S.W.;Park, D.H.
    • International Journal of Reliability and Applications
    • /
    • v.8 no.1
    • /
    • pp.83-94
    • /
    • 2007
  • In this paper, we consider a standby redundant structure with a function of switchover processing which may not be not perfect. The switchover processing is governed by a control module whose failure may cause the failure of the whole system. The parameters measuring such an effect of failure of the control module is included in our reliability model. We compute several reliability measures such as reliability function, failure rate, MTBF, mean residual life function, and the steady state availability. We also compare a single unit structure and the redundant structure with regard to those reliability measures. An example is given to illustrate our results.

  • PDF

Logic Synthesis Algorithm for Multiplexer-based FPGA's Using BDD (멀티플렉서 구조의 FPGA를 위한 BDD를 이용한 논리 합성 알고리듬)

  • 강규현;이재흥;정정화
    • Journal of the Korean Institute of Telematics and Electronics A
    • /
    • v.30A no.12
    • /
    • pp.117-124
    • /
    • 1993
  • In this paper we propose a new thchnology mapping algorithm for multiplexer-based FPGA's The algorithm consists of three phases` First, it converts the logic functions and the basic logic mocule into BDD's. Second. it covers the logic function with the basic logic modules. Lastly, it reduces the number of basic logic modules used to implement the logic function after going through cell merging procedure. The binate selection is employed to determine the order of input variables of the logic function to constructs the balanced BDD with low level. That enables us to constructs the circuit that has small size and delay time. Technology mapping algorithm of previous work used one basic logic module to implement a two-input or three-input function in logic functions. The algorithm proposed here merges almost all pairs of two-input and three-input functions that occupy one basic logic module. and improves the mapping results. We show the effectiveness of the algorithm by comparing the results of our experiments with those of previous systems.

  • PDF

Development of the Internet-Based Educational Software Package for the Design and Virtual Experiment of the Digital Logic Circuits (디지탈 논리회로 설계 및 모의 실험 실습을 위한 인터넷 기반 교육용 소프트웨어 패키지 개발)

  • Ki Jang-Geun;Ho Won
    • Journal of Engineering Education Research
    • /
    • v.2 no.1
    • /
    • pp.10-16
    • /
    • 1999
  • In this paper, we developed the internet-based educational software package (DVLab) for design and virtual experiment of the digital logic circuits. The DVLab consists of the LogicSim module for design and simulation of digital combinational/sequantial logic circuits, micro-controller application circuits and the BreadBoard module for virtual experiment and the Theory module for lecture and the Report/ReportChecker module and some other utility modules. All developed modules can be run as application programs as well as applets in the Internet. The LogicSim and the BreadBoard support real time clock function, output verification function on the designed circuits, trace function of logic values, copy-protection function of designed circuits and provide various devices including logic gates, TTLs, LED, buzzer, and micro-controller. The educational model of digital logic circuit design and experiment using the DVLab is also presented in this paper.

  • PDF

Odoo Data Mining Module Using Market Basket Analysis

  • Yulia, Yulia;Budhi, Gregorius Satia;Hendratha, Stefani Natalia
    • Journal of information and communication convergence engineering
    • /
    • v.16 no.1
    • /
    • pp.52-59
    • /
    • 2018
  • Odoo is an enterprise resource planning information system providing modules to support the basic business function in companies. This research will look into the development of an additional module at Odoo. This module is a data mining module using Market Basket Analysis (MBA) using FP-Growth algorithm in managing OLTP of sales transaction to be useful information for users to improve the analysis of company business strategy. The FP-Growth algorithm used in the application was able to produce multidimensional association rules. The company will know more about their sales and customers' buying habits. Performing sales trend analysis will give a valuable insight into the inner-workings of the business. The testing of the module is using the data from X Supermarket. The final result of this module is generated from a data mining process in the form of association rule. The rule is presented in narrative and graphical form to be understood easier.

A Design and Implementation of Control Application for Arduino Prime Smart Car

  • Park, Jin-Yang
    • Journal of the Korea Society of Computer and Information
    • /
    • v.21 no.11
    • /
    • pp.59-64
    • /
    • 2016
  • In this paper, we design and implement an Application based on android platform, which can control arduino Prime Smart Car using Bluetooth communication. This Application consist of Bluetooth communication module, manual mode module, and line-tracer mode module. In the Bluetooth communication module, it checks the on/off status of Smartphone Bluetooth. If Bluetooth status is off, it activates Bluetooth, selects the corresponding device from Bluetooth device list, and connects with a pair. In order to reduce coding time, we implements Bluetooth communication using inherited class from android Bluetooth package. In the manual mode module, it implements six direction moving button and stop button, which can control arduino Prime Smart Car. In the line-tracer mode module, it implements Prime Smart Car with self-driving function using TCRT5000 sensor. And moving button and stop button is disabled.

Camera Module Actuator and Electromechanical Shutter for Mobile Phone (휴대폰용 카메라 모듈 구동기 및 셔터)

  • Jung, Jae-Hyun;Lee, Kyung-Taek;Lee, Jong-Jin;Lee, Man-Hyung;Hong, Sam-Nyol;Ko, Eui-Seok
    • Proceedings of the Korean Society for Noise and Vibration Engineering Conference
    • /
    • 2005.11a
    • /
    • pp.740-742
    • /
    • 2005
  • In the past, a mobile phone had only a function of communication. Recently, new functions such as an mp3 player and a camera are added in a mobile phone. For the application of a camera module to a mobile phone, the size of the camera module needs to become smaller than a general Digital Camera. Furthermore, it is also required that the performance of the camera module in a mobile phone be the same as that of a Digital Camera. In order to fulfill these requirements, the camera module should have functions such as Auto Focus, Zoom, the shutter and the aperture. Therefore, we introduce a simple and effective actuator and propose the shutter composed of solenoid.

  • PDF

Design of Security Module using Key Exchange Protocol in Digital Contents (키 교환 프로토콜을 이용한 디지털콘텐츠 보호 모듈 설계)

  • 권도윤;이경원;김정호
    • The Journal of the Korea Contents Association
    • /
    • v.3 no.3
    • /
    • pp.40-46
    • /
    • 2003
  • In the paper, designed digital contents security module to check unlawfulness reproduction and distribution of digital contents. This paper applied Diffie-Hellman algorithm that use discrete logarithm and random number as primary for public key application to create encryption key that agree each other through communication channel between DCPS and HOST, and applied Triple DES repeat DES 3 times through 2 different encryption key that is selecting ANSI X9.17 that is key management standard, ISO 8732 and PEM(Privacy-Enhanced Mail) etc. by secondary protection for safe transmission of digital contents in transmission line. Designed security module consist of key exchange module, key derivation module and copy protection processing module. Digital contents security module that design in this thesis checks reproduction and distribution of digital contents by unauthenticated user through user certification function and digital contents encryption function, and protect digital contents transmission line.

  • PDF

Development of the Fuzzy Expert System for the Reinforcement of the Tunnel Construction (터널 시공 중 보강공법 선정용 퍼지 전문가 시스템 개발)

  • 김창용;박치현;배규진;홍성완;오명렬
    • Proceedings of the Korean Geotechical Society Conference
    • /
    • 2000.03b
    • /
    • pp.101-108
    • /
    • 2000
  • In this study, an expert system was developed to predict the safety of tunnel and choose proper tunnel reinforcement system using fuzzy quantification theory and fuzzy inference rule based on tunnel information database. The expert system developed in this study have two main parts named pre-module and post-module. Pre-module decides tunnel information imput items based on the tunnel face mapping information which can be easily obtained in-situ site. Then, using fuzzy quantification theory II, fuzzy membership function is composed and tunnel safety level is inferred through this membership function. The comparison result between the predicted reinforcement system level and measured ones was very similar. In-situ data were obtained in three tunnel sites including subway tunnel under Han river, This system will be very helpful to make the most of in-situ data and suggest proper applicability of tunnel reinforcement system developing more resonable tunnel support method from dependance of some experienced experts for the absent of guide.

  • PDF