• Title/Summary/Keyword: Implementation technique

Search Result 2,093, Processing Time 0.025 seconds

The Methodology for Interoperability between Agent Framework and Information Bus Adapter for Ubiquitous Computing Environments (유비쿼터스 컴퓨팅 환경을 위한 에이전트 시스템과 인포메이션 버스 어댑터간 상호 운용성을 위한 기법)

  • Park, Sang-Yong;Han, Seung-Wok;Youn, Hee-Yong
    • The KIPS Transactions:PartA
    • /
    • v.13A no.6 s.103
    • /
    • pp.495-500
    • /
    • 2006
  • The role of autonomic and intelligent agents in various environments is getting more important as demand on ubiquitous computing grows. The agents exchange information using the ACL (Agent Communication Language) to autonomously solve the problems. In this paper we propose a way of efficient interoperability technique between the agent framework built based on the international standard FIPA(Foundation for Intelligent Physical Agents) and the CORBA event service-based information bus adapter developed by us. The design and implementation of EMTI (Efficient Message Transport Interface) allowing communication between the information bus adapter which is non-agent platform and JADE platform are presented and its performance is evaluated by letting them exchange a large amount of messages.

Hardware Implementation of Chaotic System for Security of JPEG2000 (JPEG2000의 보안을 위한 카오스 시스템의 하드웨어 구현)

  • Seo Young-Ho
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.30 no.12C
    • /
    • pp.1193-1200
    • /
    • 2005
  • In this paper, we proposed an image hiding method which decreases the amount of calculation encrypting partial data rather than the whole image data using a discrete wavelet transform and a linear scalar quantization which have been adopted as the main technique in JPEG2000 standard and then implemented the proposed algorithm to hardware. A chaotic system was used instead of encryption algorithms to reduce further amount of calculation. It uses a method of random changing method using the chaotic system of the data in a selected subband. For ciphering the quantization index it uses a novel image encryption algorithm of cyclical shifting to the right or left direction and encrypts two quantization assignment method (Top-down coding and Reflection coding), made change of data less. The experiments have been performed with the proposed methods implemented in software for about 500 images. The hardware encryption system was synthesized to find the gate-level circuit with the Samsung $0.35{\mu}m$ Phantom-cell library and timing simulation was performed, which resulted in the stable operation in the frequency above 100MHz.

Content-based Rate control for Hybrid Video Transmission (혼합영상 전송을 위한 내용기반 율제어)

  • 황재정;정동수
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.25 no.8B
    • /
    • pp.1424-1435
    • /
    • 2000
  • A bit-rate controller that can achieve a constant bit rate when coding object-based video sequences is an important part to achieve an adaptation to bit-rate constraints, desired video quality, distribution of bits among objects, relationship between texture and shape coding, and determination of frame skip or not. Therefore we design content-based bit rate controller which will be used for relevant bit-rate control. The implementation is an extension of MPEG-4 rate control algorithm which employs a quadratic rate-quantizer model. The importance of different objects in a video is analyzed and segmented into a number of VOPs which are adaptively bit-allocated using the object-based modelling. Some test sequences are observed by a number of non-experts and interests in each object are analysed. The initial total target bit-rate for all objects is obtained by using the proposed technique. Then the total target bits are jointly analyzed for preventing from overflow or underflow of the buffer fullness. The target bits are distributed to each object in view of its importance, not only of statistical analysis such as motion vector magnitude, size of object shape, and coding distortion of previous frame. The scheme is compared with the rate controller adopted by the MPEG-4 VM8 video coder by representing their statistics and performance.

  • PDF

Implementation and Empirical Evaluation of Indoor Localization in IEEE 802.15.4 Network (IEEE 802.15.4 네트워크 기반의 실내 위치측정 시스템 구현 및 실험적 분석)

  • Kim, Tae-Woon;Choi, Woo-Yeol;Lim, Hyuk
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.35 no.1B
    • /
    • pp.162-175
    • /
    • 2010
  • Currently, geographical information is interpreted and adopted in a wide range of context, and used for meeting diverse demands, such as, battlefield, traffic management, or public safety. With such an explosive increase of location-based applications, a considerable amount of research on the localization technique has been carried out. Among them, RSS (Received Signal Strength)-based approach is used especially for the indoor localization due to intrinsic limitations of the indoor environment. In this paper, we perform theoretical and empirical studies on enhancing the accuracy of the RSS-based localization on the IEEE 802.15.4 network. To this end, we set up an indoor testbed and implement a localization system on it. In addition to the theoretical analysis of the localization algorithm that we used, an empirical analysis on the effect of the factors which affect the accuracy of a localization system is carried out. Finally, we suggest some critical guidelines that should be considered for building a highly accurate localization system.

Design and Implementation of SQL Inspector for Database Audit Using ANTLR (ANTLR를 사용한 데이터베이스 감리용 SQL 검사기의 설계 및 구현)

  • Liu, Chen;Kim, Taewoo;Zheng, Baowei;Yeo, Jeongmo
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.5 no.9
    • /
    • pp.425-432
    • /
    • 2016
  • As the importance of information audit is getting bigger, the public corporations invest many expenses at information system audit to build a high quality system. For this purpose, there are much research to proceed an audit effectively. In database audit works, it could audit utilizing a variety of monitoring tools. However, when auditing SQLs which might be affected to database performance, there are several limits related to SQL audit functionality. For this reason, most existing monitoring tools process based on meta information, it is difficult to proceed SQL audit works if there is no meta data or inaccuracy. Also, it can't detect problems by analysis of SQL's syntax structure. In this paper, we design and implement the SQL Inspector using ANTLR which is applied by syntax analysis technique. The overall conclusion is that the implemented SQL Inspector can work effectively much more than eye-checked way. Finally, The SQL inspector which we proposed can apply much more audit rules by compared with other monitoring tools. We expect the higher stability of information system to apply SQL Inspector from development phase to the operation phase.

A Design and Implementation of Software Architecture for IPC in Vehicles Using Modeling Methodology (모델링 기법을 이용한 차량용 IPC 소프트웨어구조 설계 및 구현)

  • Song, Bong-Gi;Yu, Yun-Sik
    • The Journal of the Korea institute of electronic communication sciences
    • /
    • v.7 no.6
    • /
    • pp.1567-1572
    • /
    • 2012
  • An IPC(instrument panel Cluster) is a useful device that provides driving information to the driver. The information includes the vehicle speed, RPM, mileage, etc. The traditional IPC has been mostly implemented with mechanical technique. According to increment of needs for the convenience of IPC by user, the IPC must provide graphical interface and efficient driving information. Also the user-friendly IPC is needed by drivers. Thus flexible and robust software structure and development methods are required in order to develop IPC. In this paper, we propose software architecture and design method for the IPC using modeling method. We use MVC model and UML to model software architecture because they have flexible and robust characteristics. We can develop the various forms of information screen by separating views from model by using state diagram and class diagram in UML. Through this, the cost saving and ease of maintenance can be expected. The development time and cost can be reduced by using proposed method.

A Design and Implementation of Software Architecture for IPC in Vehicles Using Modeling Methodology (모델링 기법을 이용한 차량용 IPC 소프트웨어구조 설계 및 구현)

  • Song, Bong-Gi;Yu, Yun-Sik
    • The Journal of the Korea institute of electronic communication sciences
    • /
    • v.7 no.6
    • /
    • pp.1321-1326
    • /
    • 2012
  • An IPC(instrument panel Cluster) is a useful device that provides driving information to the driver. The information includes the vehicle speed, RPM, mileage, etc. The traditional IPC has been mostly implemented with mechanical technique. According to increment of needs for the convenience of IPC by user, the IPC must provide graphical interface and efficient driving information. Also the user-friendly IPC is needed by drivers. Thus flexible and robust software structure and development methods are required in order to develop IPC. In this paper, we propose software architecture and design method for the IPC using modeling method. We use MVC model and UML to model software architecture because they have flexible and robust characteristics. We can develop the various forms of information screen by separating views from model by using state diagram and class diagram in UML. Through this, the cost saving and ease of maintenance can be expected. The development time and cost can be reduced by using proposed method.

An Implementation of the Controller Design System Using the Runge Kutta Method and Genetic Algorithms (런지-커타 기법과 유전자 알고리즘을 이용한 제어기 설계 시스템의 구현)

  • Lee, Chung-Ki;Kang, Hwan-Il;Yu, Il-Kyu
    • Journal of the Korean Institute of Intelligent Systems
    • /
    • v.13 no.3
    • /
    • pp.259-259
    • /
    • 2003
  • Genetic algorithms using a Process of genetic evolution of an organism are appropriate for hard problems that have not been solved by any deterministic method. Up to now, the controller design method has been made with the frequency dependent specification but the design method with the time specification has gotten little progress. In this paper, we study the controller design to satisfy the performance of a plant using the generalized Manabe standard form. When dealing with a controller design in the case of two parameter configurations, there are some situations that neither a known pseudo inverse technique nor the inverse method can be applicable. In this case, we propose two methods of designing a controller by the gradient algorithm and the new pseudo inverse method so that the desired closed polynomials are either equalized to or approximated to the designed polynomial. Design methods of the proposed controller are implemented in Java.

Research Activities of Transpiration Cooling for Liquid Rocket and Air-breathing Propulsions (액체로켓과 공기흡입식 추진기관을 위한 분출냉각의 연구동향)

  • Hwang, Ki-Young;Kim, You-Il;Song, In-Hyuck
    • Proceedings of the Korean Society of Propulsion Engineers Conference
    • /
    • 2010.11a
    • /
    • pp.235-240
    • /
    • 2010
  • Transpiration cooling is the most effective cooling technique for liquid rocket and air-breathing engines operating in aggressive environments with higher pressures and temperatures. Combustor liners and turbine vanes are cooled by the coolant(air or fuel) passing through their porous walls and also the exit coolant acting as an insulating film. However, its practical implementation has been hampered by the limitations of available porous materials. The search for more practical methods of increasing the internal heat transfer within the walls has led to the development of multi-laminate porous structures, such as Lamilloy$^{(R)}$ and Transply$^{(R)}$. This paper reviews recent research activities of transpiration cooling for the propulsions of liquid rocket, gas turbine, and scramjet.

  • PDF

Implementation of a 2-axis Additional Axes Strategy on a 6-axis Articulated Robot for Improving Welding Process Efficiency (2축 부가 축을 이용한 6축 수직 다관절로봇의 용접공정효율 증대를 위한 연구)

  • Hong, Jun-Rak;Jo, Hyeon-Min;Chung, Won-Jee;Park, Seung-Kyu;Noh, Seong-Hoon
    • Journal of the Korean Society of Manufacturing Process Engineers
    • /
    • v.16 no.6
    • /
    • pp.55-62
    • /
    • 2017
  • This paper aims to realize additional axes, which increase the processing efficiency of a robot by controlling in harmful environments. Ultimately, this is to create time and energy savings in industrial sites with 6-axis articulated welding robots (RS2). Using $RecurDyn^{(R)}$ a simulation technique is applied. The motion paths of the welding rod are compared for two cases in order to verify the necessity of the additional axes: 1) when there are no additional axes and 2) when there are additional axes during welding using the RS2. For this purpose, the angle variations of the RS2 axes required for the simulation are compared, on the assumption that each of the four points of the welding bed installed on the additional axes of the welding rod in $Solidworks^{(R)}$ is point-welded. Then, actual additional axes equipment is grafted on to the RS2 and the process times compared using $LabVIEW^{(R)}$.