• 제목/요약/키워드: Standard for dynamic performance

검색결과 284건 처리시간 0.025초

비행제어법칙 설계 및 해석 절차에 관한 연구 (A Study on the Control Law Design and Analysis Process)

  • 황병문;조인제;김종섭
    • 제어로봇시스템학회논문지
    • /
    • 제11권11호
    • /
    • pp.913-919
    • /
    • 2005
  • An advanced method of Relaxed Static Stability (RSS) is utilized for improving the aerodynamic performance of modem version supersonic jet fighter aircraft. The flight control system utilizes RSS criteria in both longitudinal and lateral-directional axes to achieve performance enhancements and improve stability. Standard CLDA (Control Law Design and Analysis) process is provided that reduce the development period of the flight control system. In addition, if this process is employed in developing flight control laws, it reduces the trial and error development and verification of control laws. This paper details the design process of developing a flight control law for the RSS aircraft, utilizing military specifications, linear and nonlinea, analysis using XMATH and ATLAS(Aircraft, Tim Linear and Simulation), handling quality tests using the HQS (Handling Quality Simulator), and real flight test results to verify aircraft dynamic flight responses.

비행제어시스템 설계 및 검증 절차 (Flight Control System Design and Verification Process)

  • 김종섭
    • 제어로봇시스템학회논문지
    • /
    • 제14권8호
    • /
    • pp.824-836
    • /
    • 2008
  • Relaxed static stability(RSS) concept has been applied to improve aerodynamic performance of modern version supersonic jet fighter aircraft. Therefore, flight control systems are necessary to stabilize an unstable aircraft, and provides adequate handling qualities and achieve performance enhancements. Standard FCSDVP (Flight Control System Design and Verification Process) is provided to reduce development period of the flight control system. In addition, if this process is employed in developing flight control system, it reduces the trial and error for development and verification of flight control system. This paper addresses the flight control system design and verification process for the RSS aircraft utilizing design goal based on military specifications, linear and nonlinear system design and verification based on universal software, handling quality test based on HILS(Hardware In-the-Loop Simulator) environment, and ground and flight test results to verify aircraft dynamic flight responses.

Energy-efficient Relay MAC with Dynamic Power Control in Wireless Body Area Networks

  • Cai, Xuelian;Yuan, Jingjing;Yuan, Xiaoming;Zhu, Wu;Li, Jiandong;Li, Changle;Ullah, Sana
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • 제7권7호
    • /
    • pp.1547-1568
    • /
    • 2013
  • Wireless body area network (WBAN) is an emerging short-range wireless communication network with sensor nodes located on, in or around the human body for healthcare, entertainment and ubiquitous computing. In WBANs, energy is severely constrained which is the prime consideration in the medium access control (MAC) protocol design. In this paper, we propose a novel MAC protocol named Energy-efficient Relay MAC with dynamic Power Control (ERPC-MAC) to save energy consumption. Without relying on the additional devices, ERPC-MAC employs relaying nodes to provide relay service for nodes which consume energy fast. Accordingly the superframe adjustment is performed and then the network topology can be smoothly switched from single-hop to multi-hop. Moreover, for further energy saving and reliability improvement, the dynamic power control is introduced to adjust the power level whenever a node transmits its packets to the coordinator or the relaying node. To the best of the authors' knowledge, this is the first effort to integrate relay, topology adjustment and power control to improve the network performance in a WBAN. Comprehensive simulations are conducted to evaluate the performance. The results show that the ERPC-MAC is more superior to the existing standard and significantly prolongs the network lifetime.

FDS를 이용한 외장재의 수직 확산 화재의 모델링에 관한 연구 (A Study on the Modeling of Vertical Spread Fire of Exterior Panel by Fire Dynamic Simulation (FDS))

  • 민세홍;윤정은
    • 대한안전경영과학회지
    • /
    • 제11권2호
    • /
    • pp.77-85
    • /
    • 2009
  • Considering heat insulation and beautiful sight of construction, making use of exterior panels is increasing. Recently the exterior panels now are weak very much, and so in consequence of the weakness fire spreads rapidly. Compared with internal fire, external vertical fire spread rate goes rapidly and it is extensive in spread range, therefore it is dangerous very much. Accordingly, under present condition of poor standard of exterior panels, it is required to take measure to meet the appropriate situation. In this study, by making use of FDS(Fire Dynamic Simulation) program about external vertical fire of high rise building, fire behavior is searched by computer. It is important that realizing by computer fire modeling about external vertical fire must be included certainly in procedure of fire performance design in the future. In modeling program, FDS version 5 is available, and aluminium composite panel is applied in external panels. In this study, for realizing of actual fire condition, FDS is applied by details of fire scenarios considering influence of wind.

Learning an Artificial Neural Network Using Dynamic Particle Swarm Optimization-Backpropagation: Empirical Evaluation and Comparison

  • Devi, Swagatika;Jagadev, Alok Kumar;Patnaik, Srikanta
    • Journal of information and communication convergence engineering
    • /
    • 제13권2호
    • /
    • pp.123-131
    • /
    • 2015
  • Training neural networks is a complex task with great importance in the field of supervised learning. In the training process, a set of input-output patterns is repeated to an artificial neural network (ANN). From those patterns weights of all the interconnections between neurons are adjusted until the specified input yields the desired output. In this paper, a new hybrid algorithm is proposed for global optimization of connection weights in an ANN. Dynamic swarms are shown to converge rapidly during the initial stages of a global search, but around the global optimum, the search process becomes very slow. In contrast, the gradient descent method can achieve faster convergence speed around the global optimum, and at the same time, the convergence accuracy can be relatively high. Therefore, the proposed hybrid algorithm combines the dynamic particle swarm optimization (DPSO) algorithm with the backpropagation (BP) algorithm, also referred to as the DPSO-BP algorithm, to train the weights of an ANN. In this paper, we intend to show the superiority (time performance and quality of solution) of the proposed hybrid algorithm (DPSO-BP) over other more standard algorithms in neural network training. The algorithms are compared using two different datasets, and the results are simulated.

고성능 프로세서를 위한 카운터 기반의 캐시 교체 알고리즘 (Cache Replacement Policy Based on Dynamic Counter for High Performance Processor)

  • 정도영;이용석
    • 전자공학회논문지
    • /
    • 제50권4호
    • /
    • pp.52-58
    • /
    • 2013
  • 캐시 메모리의 성능에 큰 영향을 미치는 요소 중 하나인 캐시 교체 알고리즘 중에서 가장 최적의 성능을 가지는 알고리즘은 LRU알고리즘이다. LRU알고리즘은 데이터의 temporal locality특성이 강한 프로그램에서 좋은 성능을 보여주지만, 그렇지 않은 프로그램에서는 많은 캐시 미스를 발생시킨다. 본 논문에서는 LRU알고리즘의 이러한 단점을 개선하기 위한 새로운 카운터 기반 교체 알고리즘인 DCR(Dynamic Counter based Replacement) 알고리즘을 제안한다. 본 논문에서는 캐시에 저장된 이후로 교체되기 전까지 다시 사용되지 않는 데이터인 zero reuse line의 발생 추이를 관찰함으로써 프로그램의 temporal locality 특성이 시간에 따라 동적으로 변화함을 보였다. 그리고 이에 착안하여 제안하는 DCR 알고리즘은 주기적으로 zero reuse line의 수를 카운트하여 프로그램의 temporal locality 변화에 대응할 수 있도록 하였다. DCR 알고리즘은 기존의 LRU알고리즘과 비교하여 최대 2.7%, 평균 0.47%의 미스율 감소를 보였다.

반복 전단.인장 변형에 따른 데님 직물의 피로도에 관한 연구 (Fatigue Phenomenon of Mechanical Properties in Denim Fabrics for Slacks during Repeated Shear and Tensile Deformation)

  • 이창미;권오경;박희웅
    • 한국의류학회지
    • /
    • 제20권6호
    • /
    • pp.975-982
    • /
    • 1996
  • This study was conducted to examine the fatigue phenomenon of mechanical properites in denim fabrics for slacks during repeated shear and tensile deformation by analysing the change in the basic dynamic properties of fabrics on the basic of experiments to obtain the basic data necessary to measure their fatigue. In addition, this study was carried out by allowing these denim fabrics at market to go through the repeated deformation under such different loads as 500 gf/cm2 and 1000 gf/cm2 by using a simulated fatigue tester, by calculating both dynamic properties and hand value (HV) of these fabrics with KES-F system and then by obtaining the THV through these calculated properties. The results are as follows: 1 The fatigue phenomenon of dynamic properties was remarkably shown by the repeated shear and tensile deformation, while the increase of hysterical plastic substances was also remarkable in these shearing and bending properties. 2. The elasticity values of tensile, bending and compression properties, such as, B and G were reduced: whereas RT and RC values increased. It was shown, then, that those fabrics lost their elasticity and became flexible and soft with the increase of fatigue. 3. The fatigue phenomenon of hand value also showed that those fabrics became soft in relation with the change of all dynamic properties, and that their performance was also change to flexible hand value. 4. TRhe degree of fatigue was also shown by the loads given to the repeated deformation. It was shown that the fatigue was higher for the tensile load of 1000 gf/cm3 than did the standard load of 500 gf/cm3 It is necessary, therefore, to consider the load in accordance with their usage when examining the fatigue phenomenon with respect to the dynamic properties of clothing materials. 5. The loads were nearly not influenced by the change in the general hand value tended to show a little of increase with the increase of fatigue, Based on those results, it seems that the fatigue phenomonon is related to the loads given to the repeated deformation.

  • PDF

효과적인 내장형 소프트웨어의 정수 확장 (Integer Promotion) 버그 검출 기법 (Effective Integer Promotion Bug Detection Technique for Embedded Software)

  • 김윤호;김태진;김문주;이호정;장훈;박민규
    • 정보과학회 논문지
    • /
    • 제43권6호
    • /
    • pp.692-699
    • /
    • 2016
  • 세탁기, 냉장고 등의 가전제품에 탑재되는 8-bit MCU용 C 컴파일러는 소프트웨어 실행 속도를 높이기 위해 표준 C 언어 규칙을 따르지 않고 컴파일을 수행할 수 있다. 개발자가 일반 C 컴파일러와 8-bit MCU용 C 컴파일러의 차이를 정확하게 이해하지 못할 경우 표준 C 언어 환경에서는 발생하지 않으나 8-bit MCU를 사용하는 내장형 시스템에서는 발생하는 버그를 야기할 수 있으며 이런 버그는 표준 C언어 환경을 가정하는 버그 검출 도구로는 찾기 어렵다. 본 논문에서는 표준 C 정수 확장 규칙을 따르지 않는 8-bit MCU용 컴파일러를 사용할 때 발생하는 정수 확장 버그를 소개하고 정수 확장 버그를 탐지하기 위한 다섯 종류의 버그 패턴을 제안한다. 정수 확장 버그 패턴 검출 도구를 개발하여 LG전자 세탁기 소프트웨어를 분석한 결과 컴파일러 옵션을 잘못 선택한 경우 발생하는 27개의 정수 확장 버그를 발견하였다.

Evaluation of the Performance of Re-entry System for the Typical Uncertainties

  • L., Daewoo;C., Kyeumrae;P., Soohong
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 제어로봇시스템학회 2001년도 ICCAS
    • /
    • pp.156.4-156
    • /
    • 2001
  • The uncertainties of an atmospheric re-entry flight with respect to stability and controllability are aerodynamic error, measurement error of the angle of attack, variation of dynamic pressure, wind, and trim position of the control surfaces, etc. During hypersonic flight, a future angle of attack is biased from a nominal schedule. In order words, because the angle of attack is estimated from the navigation data, estimation error occurs due to wind, atmospheric density variation, etc. Error models used in this study, include a standard deviation of +-3 sigma, and are the normal distribution of statistics. This paper shows the appraisement of tracking performance onto the reference trajectory, satisfaction of the initial condition of TAEM about the re-entry system.

  • PDF

염료감응형 태양전지(DSC)와 자연채광의 상관관계 분석-교육공간을 중심으로 (A Correlation Analysis between DSC (Dye Sensitized Cell) and Daylighting-Focusing on Educational Space)

  • 이응직
    • 한국태양에너지학회 논문집
    • /
    • 제40권1호
    • /
    • pp.35-47
    • /
    • 2020
  • Due to the large window area, the lighting environment of the educational space between the window and deep part of the room is not uniformly illuminated, and the phenomenon of glare is severe. For this reason, the daylight performance of DSC-BIPV windows was analyzed in order to improve the natural lighting in the educational sector. The method derives the correlation with natural lighting by measurement and simulation. Dynamic simulation confirmed that the average illuminance of the target space was higher at later than the early afternoon. The performance of natural lighting at 40% and 30% transmission of DSC has the effect of significantly reducing the amount of excess light in existing windows. Nevertheless, the actual average illuminance in all seasons corresponds to the standard illuminance of the educational facility, 300 Lux. In addition, the uniformity is also seen through the skylight illuminance ratio.