• Title/Summary/Keyword: Object function

Search Result 1,587, Processing Time 0.029 seconds

Optimal Structural Design for Flexible Space Structure with Control System Based on LMI

  • Park, Jung-Hyen;Cho, Kyeum-Rae
    • Journal of Mechanical Science and Technology
    • /
    • v.16 no.1
    • /
    • pp.75-82
    • /
    • 2002
  • A simultaneous optimal design problem of structural and control systems is discussed by taking a 3-D truss structure as an object. We use descriptor forms for a controlled object and a generalized plant because the structural parameters appear naturally in these forms. We consider a minimum weight design problem for structural system and disturbance suppression problem for the control system. The structural objective function is the structural weight and the control objective function is $H_{\infty}$ norm from the disturbance input to the controlled output in the closed-loop system. The design variables are cross sectional areas of the truss members. The conditions for the existence of controller are expressed in terms of linear matrix inequalities (LMI) By minimizing the linear sum of the normalized structural objective function and control objective function, it is possible to make optimal design by which the balance of the structural weight and the control performance is taken. We showed in this paper the validity of simultaneous optimal design of structural and control systems.

Regional Control of Vibration (진동의 영역 제어)

  • Kim, Yang-Hann;Chang, Ji-Ho
    • Proceedings of the Korean Society for Noise and Vibration Engineering Conference
    • /
    • 2008.04a
    • /
    • pp.472-475
    • /
    • 2008
  • Generally, a linear vibration theory regards a vibratory system as the superposition of many degrees of vibratory system. Modal analysis stems, in fact, considers the vibration system as what has input, output, and transfer function that relates the input and output. When we want to control, however, the vibratory system, we define, first, the object function that can be vibration energy of certain vibratory system. Then, we try to find the transfer function that can minimize the object function. We can readily extend this approach to control the distributed vibration system. For example, the vibrations of a vehicle, including ships and trains. In this case, we may want to minimize the vibration of the area we select. For example, minimize the vibration of the passengers' seat, but allowing the vibration of other area; for example engines and wheels. This paper introduces a general theory that can control the vibration of the selected area, which can be called as "regional control of vibration." In fact, this is the extended theory of well known sound control of "bright zone"(Choi and Kim, 2002).]. Several illustrative examples demonstrate the applicability and properties that are not available if we use modal analysis method.

  • PDF

Conversion of Fisheye Image to Perspective Image Using Nonlinear Scaling Function (비선형 스케일링 함수를 이용한 어안 영상의 원근 변환)

  • Kim, Tae-Woo;Cho, Tae-Kyung
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.10 no.1
    • /
    • pp.117-121
    • /
    • 2009
  • The fisheye image acquired with a fisheye camera has wider field of view than a general use camera. But large distortion of the object in the image requires conversion of the fisheye image to the perspective image because of user's difficult perception. The existing Ishii's method[1] has the problem that the object can has sire and geometrical distortion in the transformed image because it uses equidistance projection. This paper presented a conversion technique of the fisheye image to the perspective image using sealing function. In the experiments, it was shown that our method reduced size and geometrical distortion by applying the scaling function.

Automatic Moving Object Segmentation using Robust Edge Linking for Content-based Coding (내용 기반 코딩을 위한 강력한 에지 연결에 의한 움직임 객체 자동 분할)

  • 김준기;이호석
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.31 no.5_6
    • /
    • pp.305-320
    • /
    • 2004
  • Moving object segmentation is a fundamental function for content-based application. Moving object edges are produced by matching the detected moving edges with the current frame edges. But we can often experience the object edge disconnectedness due to coincidence of similarity between the object and background colors or the decrease of movement of moving object. The edge disconnectedness is a serious problem because it degrades the object visual quality so conspicuously That it sometimes makes it inadequate to perform content-based coding. We have solved this problem by developing a robust and comprehensive edge linking algorithm. And we also developed an automatic moving object segmentation algorithm. These algorithms can produce the completely linked moving object edge boundary and the accurate moving object segmentation. These algorithms can process CIF 30 frames/sec in a PC. These algorithms can be used for the MPEG-4 content-based coding.

Intelligent Black Box with Rotating Screen using Infrared Distance Sensor (적외선 거리 센서를 이용한 지능형 화면회전 블랙박스)

  • Rhee, Eugene
    • Journal of IKEEE
    • /
    • v.22 no.1
    • /
    • pp.168-173
    • /
    • 2018
  • To overcome the problems of the existing black box which is exposed to the risk of blind spots in the imaging of a fixed front and rear views of an object, this paper suggests a new intelligent black box that can detect and shoot side views of an object. This paper proposes an algorithm of the intelligent black box with a rotating function in order to compensate for the side blind spot of the vehicle. This intelligent black box with rotating screen adopts the infrared distance sensor to sense an object which approaches to the vehicle and rotates automatically towards the object.

Study on a post-processing program for flow analysis based on the object-oriented programming concept (객체재향 개념을 반영한 유동해석 후처리 프로그램에 대한 연구)

  • Na J. S.;Kim K. Y.;Kim B. S.
    • Journal of computational fluids engineering
    • /
    • v.9 no.2
    • /
    • pp.1-10
    • /
    • 2004
  • In the present study, a post-processing program is developed for 3D data visualization and analysis. Because the graphical user interface(GUI) of the program is based on Qt-library while all the graphic rendering is performed with OpenGL library, the program runs on not only MS Windows but also UNU and Linux systems without modifying source code. The structure of the program is designed according to the object-oriented programming(OOP) concept so that it has extensibility, reusability, and easiness compared to those by procedural programming. The program is organized as modules by classes, and these classes are made to function through inheritance and cooperation which is an important and valuable concept of object-oriented programming. The major functions realized so far which include mesh plot, contour plot, vector plot, streamline plot, and boundary plot are demonstrated and the relevant algorithms are described.

Development of a Pre-Processing Program for Flow Analysis Based on the Object-Oriented Programming Concept (OOP 개념에 기초한 유동해석용 전처리 프로그램 개발)

  • Myong, Hyon-Kook;Ahn, Jong-Ki
    • Transactions of the Korean Society of Mechanical Engineers B
    • /
    • v.32 no.1
    • /
    • pp.70-77
    • /
    • 2008
  • A pre-processing program based on the OOP(object-oriented programming) concept has been developed. The program consists of the input of a 2D or 3D flow problem to a CFD program by means of an user-friendly interface and the subsequent transformation of this input into a form suitable for the solver(PowerCFD) using unstructured cell-centered method. User-friendly GUI(graphic user interface) has been built on the base of MFC(Microsoft Foundation Class). The program is organized as modules by classes based on VTK(Visualization ToolKit)-library, and these classes are made to function through inheritance and cooperation which is an important and valuable concept of object-oriented programming. The major functions of this program are introduced and demonstrated, which include mesh generation, boundary settings, solver settings, generation of grid connectivity and geometric data etc.

Exact poisson distribution in the use of NPB with aiming errors

  • Kim, Joo-Hwan
    • Proceedings of the Korean Operations and Management Science Society Conference
    • /
    • 1995.04a
    • /
    • pp.967-973
    • /
    • 1995
  • A neutral particle beam(NPB) aimed at the object and receive a small number of neutron signals at the detector to estimate the mass of an object Since there is uncertainty about the location of the axis of the beam relative to the object, we could have aiming errors which may lead to incorrect information about the object. Under the two assumptions that neutral particle scattering distribution and aiming errors have a circular normal distribution respectively, we have derived an exact probability distribution of neutral particles. It becomes a Poison-power function distribution., We proved monotone likelihood ratio property of tlis distribution. This property can be used to find a criteria for the hypothesis testing problem.

  • PDF

3DOF Force-Reflecting interface (3자유도 힘 반향 역감장치)

  • 강원찬;박진석;김대현;신석두;김영동
    • Proceedings of the KIPE Conference
    • /
    • 1999.07a
    • /
    • pp.71-75
    • /
    • 1999
  • In this paper, we present the 3DOF force-reflecting interface which allows to acquire force of object within a virtual environment. This system is composed of device, virtual environment model, and force-reflecting rendering algorithm. We design a 3 DOF force-reflecting device using the parallel linkage, torque shared by wire, and the controller of system applied by impedance control algorithm. The force-reflecting behaviour implemented as a function position is equivalent to controlling the mechanical impedance felt by the user. Especially how force should be supplied to user, we know using a God-Object algorithm. As we experiment a system implemented by the interface of 3D virtual object and 3DOF force-reflecting interface, we can feel a contact, non-contact of 3D virtual object surface and sensing of push button model.

  • PDF

Neural Network Compensation for Improvement of Real-Time Moving Object Tracking Performance of the ROBOKER Head with a Virtual Link (가상링크 기반의 ROBOKER 머리의 실시간 대상체 추종 성능 향상을 위한 신경망 제어)

  • Kim, Dong-Min;Choi, Ho-Jin;Lee, Geun-Hyung;Jung, Seul
    • Journal of Institute of Control, Robotics and Systems
    • /
    • v.15 no.7
    • /
    • pp.694-699
    • /
    • 2009
  • This paper presents the implementation of the real-time object tracking control of the ROBOKER head. The visual servoing technique is used to track the moving object, but suffers from ill-estimated Jacobian of the virtual link design. To improve the tracking performance, the RBF(Radial Basis Function) network is used to compensate for uncertainties in the kinematics of the robot head in on-line fashion. The reference compensation technique is employed as a neural network control scheme. Performances of three schemes, the kinematic based scheme, the Jacobian based scheme, and the neural network compensation scheme are verified by experimental studies. The neural compensation scheme performs best.