The Backstepping Sliding Mode Control is a control technique used for controlling nonlinear systems. In this paper, the performance of the backstepping sliding mode controller schemes for the angular velocity control for a rotary actuator of an angular velocity control system that utilizes a novel hydraulic flow control method called inlet throttling was investigated. For the angular velocity dynamic, a linear state feedback with suitable high gain is designed as the virtual controller, where steady state error can be made arbitrarily small according to the gain value. A time varying sliding variable is then selected based on the designed virtual controller. The resulting control design is robust, and the maximum error of the angular velocity with respect to the desired value is derived via Lyapunov Function where its value can be controlled via suitable selections of the control parameters. The simulation results have been obtained based on the MATLAB software tools, which are system transient response, the performance and the robustness of the proposed control in forcing the angular velocity to track the reference value in spite of the uncertainty and disturbances in the system parameters were studied. The SMC is a more comprehensive solution for ensuring the best robustness of stability and performance for the model. The simulation results were generated using MATLAB software tools., which are system transient response, the proposed control performance and the robustness in forcing the angular velocity to track the reference value (100-2000 RPM) in spite of the uncertainty (+10%) and disturbances (5-30 N.m) in the system parameters are studied. © 2025 Department of Agribusiness, Universitas Muhammadiyah Yogyakarta. All rights reserved.
Fine art represents part of society's culture. The development of art was accompanied by the penetration of new worlds known as the fourth dimension. After art entered the boundaries of geometry and reduction; He began to break into the absurd, and the form and philosophy of art changed, moving from modernity to what came after it to contemporary. Transforming from a formal form into a symbolic form with philosophical implications linked to the light, audio and kinetic effects as they embody time, the concept became the master of the idea. The research aims to identify the concept of time and its types, then the philosophical concept of time and its reflection on contemporary art, through the analytical study of a selection of contempora
... Show MoreHeat is one of the most energy forms emitted to atmosphere by industrial processes. Water is considered to be the best material to reduce heat energy since its available in nature in abundance and has the ability to absorb heat efficiently. Cooling towers are ideal alternatives to re-cool hot water instead of throwing it especially in places that lack natural water resources or when there are environmental precautions because water with high temperature would be harmful to the ecosystem when it recycled to natural resources such as rivers and lakes. Also, cooling towers considered economically feasible when using west water. This paper interests with hydraulic characteristics of a counter flow wet cooling tower which was investigated experi
... Show MoreA reliable and environmental analytical method was developed for the direct determination of tetracycline using flow injection analysis (FIA) and batch procedures with spectrophotometric detection. The developed method is based on the reaction between a chromogenic reagent (vanadium (III) solution) and tetracycline at room temperature and in a neutral medium, resulting in the formation of an intense brown product that shows maximum absorption at 395 nm. The analytical conditions were improved by the application of experimental design. The proposed method was successfully used to analyze samples of commercial medications and verified throughout the concentration ranges of 25–250 and 3–25 µg/mL for both FIA and batch procedures, respecti
... Show MoreThe Contemporary Business Environment is Surrounded by many quick and continues variable and changes which has an effect on the economic units. These variables and changes like the high competition which need many tools to help them to continue and achieve The critical success. So to achieve this they have many competitive strategies like cost leadership strategy, differentiation strategy and focus strategy.
Budget is regarded one of main tools to execute objectives polices and programs of the economic units, beside show how the economic units had execute the available economic resources.
Activity based on budgeting is regarded one of the modern technique in the m
... Show MoreThe aim of this paper is to introduce the concepts of asymptotically p-contractive and asymptotically severe accretive mappings. Also, we give an iterative methods (two step-three step) for finite family of asymptotically p-contractive and asymptotically severe accretive mappings to solve types of equations.
This research addresses the relevance of men and women and the consequent provisions
such as dowry and alimony ... Of the like, marriage is to organize links masculinity and
femininity any sexual meeting between men and women a special system that must be
produces reproduction him and alone, which gets its reproduction in human kind, and has no
family and on the basis of private life is being organized.
The importance of the topic see Islam has urged marriage and forbade celibacy, and ensure
that the Lord of Glory Almighty married subsidy nor the origin of the differences between
men and women in money or workmanship or blue-chip Every Muslim inept any Muslim and
every Muslim efficient for any Muslim.
The impor
Synthetic anti-TB drugs are being used to treat tuberculosis (TB) as they are effective, however, they are accompanied by many side effects. The disease has remained largely uncured till date. The use of plant extracts or phytochemicals along with the anti-TB drugs is a very attractive strategy to make the treatment more effective as phytochemicals have no side-effects, are much less toxic than synthetic anti-TB drugs, are safe to use and most importantly, do not produce resistant strains as opposed to synthetic anti-TB drugs. Approximately 420,000 plant species have been identified globally and among them only a few have been explored for their therapeutic potential. Traditional medicine in different parts of the world has employed crud
... Show MoreThe aim of the present study is to provide the adequate knowledge about the role of time management in facilitate the work requirements for employees of the administrative department at the Ministry of Higher Education and Scientific Research. The research depend on studying four important dimensions which are (time planning, time organization, time direction and time observation). In addition to study other five dimensions which are (new procedures, clear procedures, short procedures, the available information and the simplicity of the methods
used).Questionnaire sheets consist of (38 questions) distributed to (170) employees and (146) sheets only were considered in the study. SPSS program was used
... Show MoreA skip list data structure is really just a simulation of a binary search tree. Skip lists algorithm are simpler, faster and use less space. this data structure conceptually uses parallel sorted linked lists. Searching in a skip list is more difficult than searching in a regular sorted linked list. Because a skip list is a two dimensional data structure, it is implemented using a two dimensional network of nodes with four pointers. the implementation of the search, insert and delete operation taking a time of upto . The skip list could be modified to implement the order statistic operations of RANKand SEARCH BY RANK while maintaining the same expected time. Keywords:skip list , parallel linked list , randomized algorithm , rank.