• Title/Summary/Keyword: Dynamic traversing

Search Result 15, Processing Time 0.019 seconds

Anti-sway Control of Crane System using Time Optimal Control Method (최단시간 제어법을 이용한 크레인의 흔들림 방지제어)

  • 이진우;김상봉
    • Journal of the Korean Society of Safety
    • /
    • v.12 no.3
    • /
    • pp.23-29
    • /
    • 1997
  • In the control of crane system, the traversing time of the trolley must be reduced as much as possible and the swing must be stopped at the end point. To design the minimum time control system, Pontryagim maximum principle is applied. In order to implement the control algorithm, the dynamic equation is linearlized at an equilibrium point, so that the linear time invariant state equation can be obtained. The overall performance of the closed loop system is evaluated by means of computer simulations and practical experiments in a broad range of working conditions. The effectiveness is proved through the experimental results for the anti-sway control of the load and the position control of trolly. It is expected that the proposed system will make an important contribution to the industrial fields.

  • PDF

Dynamic analysis of wind-vehicle-bridge system considering additional moments of non-uniform winds by wind shielding effect of multi-limb tower

  • Xu Han;Huoyue Xiang;Xuli Chen;Yongle Li
    • Wind and Structures
    • /
    • v.36 no.1
    • /
    • pp.1-14
    • /
    • 2023
  • To evaluate the wind shielding effect of bridge towers with multiple limbs on high-speed trains, a wind tunnel test was conducted to investigate the aerodynamic characteristics of vehicles traversing multi-limb towers, which represented a combination of the steady aerodynamic coefficient of the vehicle-bridge system and wind environment around the tower. Subsequently, the analysis model of wind-vehicle-bridge (WVB) system considering the additional moments caused by lift and drag forces under nonuniform wind was proposed, and the reliability and accuracy of the proposed model of WVB system were verified using another model. Finally, the factors influencing the wind shielding effect of multi-limb towers were analyzed. The results indicate that the wind speed distributions along the span exhibit two sudden changes, and the wind speed generally decreases with increasing wind direction angle. The pitching and yawing accelerations of vehicles under nonuniform wind loads significantly increase due to the additional pitching and yawing moments. The sudden change values of the lateral and yawing accelerations caused by the wind shielding effect of multi-limb tower are 0.43 m/s2 and 0.11 rad/s2 within 0.4 s, respectively. The results indicate that the wind shielding effect of a multi-limb tower is the controlling factor in WVB systems.

Automatic Generation of Serial Music Using Space-Filling Curves (공간 채움 곡선을 이용한 자동 음열 음악 작곡 방법)

  • Yoo, Min-Joon;Lee, In-Kwon
    • 한국HCI학회:학술대회논문집
    • /
    • 2008.02a
    • /
    • pp.733-738
    • /
    • 2008
  • Serial Music, introduced by A. Sch nberg, is a one of the important composition techniques. This music style has features of pantonality and atonality, so it generates unique atmosphere of modern music. In this paper, we introduce an method of generating serial music using mathematical algorithm. This method generates music that satisfy the requirement that the number of pitches belonged to each pitch class are exactly same, though the requirement is less strict than Sch nberg's definition. To do this, our method uses space-filling curves traversing the twelve tone matrix, which is constructed by the serial series, its inversion and its transpose. Using these curves, we can generate a music that has all notes in the matrix exactly once and adequate repeatness because of the curve's locality. Result music, therefore, can be more suitable for people that are not familiar with modern music, while maintaining the features of pantonality and atonality. This paper also introduces a method of generating extended serial music that uses serialism of duration and dynamic of notes, using multi-dimensional space-filling curves.

  • PDF

Speed Enhancement Technique for Ray Casting using 2D Resampling (2차원 리샘플링에 기반한 광선추적법의 속도 향상 기법)

  • Lee, Rae-Kyoung;Ihm, In-Sung
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.27 no.8
    • /
    • pp.691-700
    • /
    • 2000
  • The standard volume ray-tracing, optimized with octree, needs to repeatedly traverse hierarchical structures for each ray that often leads to redundant computations. It also employs the expensive 3D interpolation for producing high quality images. In this paper, we present a new ray-casting method that efficiently computes shaded colors and opacities at resampling points by traversing octree only once. This method traverses volume data in object-order, finds resampling points on slices incrementally, and performs resampling based on 2D interpolation. While the early ray-termination, which is one of the most effective optimization techniques, is not easily combined with object-order methods, we solved this problem using a dynamic data structure in image space. Considering that our new method is easy to implement, and need little additional memory, it will be used as very effective volume method that fills the performance gap between ray-casting and shear-warping.

  • PDF

Load-Balancing and Fairness Support Mechanisms in Mobile Ad Hoc Networks (이동 애드혹 네트워크에서의 부하 균등화 및 공평성 지원 방법)

  • Ahn Sanghyun;Yoo Younghwan;Lim Yujin
    • The KIPS Transactions:PartC
    • /
    • v.11C no.7 s.96
    • /
    • pp.889-894
    • /
    • 2004
  • Most ad-hoc routing protocols such as AODV(Ad Hoc On-Demand Distance Vector) and DSR(Dynamic Source Routing) do not try to search for new routes if the network topology does not change. Hence, with low node mobility, traffic may be concentrated on several nodes, which results in long end-to-end delay due to congestion at the nodes. Furthermore, since some specific nodes are continuously used for long duration, their battery power may be rapidly exhausted. Expiration of nodes causes connections traversing the nodes to be disrupted and makes many routing requests be generated at the same time. Therefore, we propose a load balancing approach called Simple Load-balancing Approach (SLA), which resolves the traffic concentration problem by allowing each node to drop RREQ (Route Request Packet) or to give up packet forwarding depending on its own traffic load. Meanwhile, mobile nodes nay deliberately give up forwarding packets to save their own energy. To make nodes volunteer in packet forwarding. we also suggest a payment scheme called Protocol-Independent Fairness Algorithm (PIEA) for packet forwarding. To evaluate the performance of SLA, we compare two cases where AODV employs SLA or not. Simulation results show that SLA can distribute traffic load well and improve performance of entire ad-hoc networks.