In this paper, the speed control of the real DC motor is experimentally investigated using nonlinear PID neural network controller. As a simple and fast tuning algorithm, two optimization techniques are used; trial and error method and particle swarm optimization PSO algorithm in order to tune the nonlinear PID neural controller's parameters and to find best speed response of the DC motor. To save time in the real system, a Matlab simulation package is used to carry out these algorithms to tune and find the best values of the nonlinear PID parameters. Then these parameters are used in the designed real time nonlinear PID controller system based on LabVIEW package. Simulation and experimental results are compared with each other and showe
... Show MoreThe theater has live foundations that interact with all symbols and signs. It has never been far from these innovations and developments in the manner of dealing with those symbols and how and the extent of their effects on society through the world of technology because the theatrical performance contributes to its structure, a technique that is employed by designers in various technologies such as ( Music, lighting and sound effects engineer, as well as fashion designer, architecture, and modeling designer). The theater today also relied on various interactive techniques represented in the use of body language and a sign in order to communicate the meaning by forming movements, singing and dancing in order for the recipient to interact
... Show MoreThis paper reports an experimental study of welding of dissimilar materials between transparent Polymethylmethacrylate (PMMA) and stainless steel 304 sheets using a pulsed mode Nd:YAG laser. The process was carried out for two cases; laser transmission joining (LTJ) and conduction joining (CJ). The former is achieved when the joint is irradiated from the polymer side and the latter when the joint is irradiated from the opposite side (metal side). The light and process parameters represented by the peak power (Pp), pulse duration (τ), pulse repetition rate (PRR), scanning speed (ν) and pulse shape have a significant effect on the joint strength (Fb), joint bead width (b), joint quality and appearance. The optimum parameters were determined
... Show MoreIn this research constructed N2 laser system by use developed method of electric discharge. In this method used four step of electric discharge by using four capacitors, three spark gaps, high tension power supply varying in range from 12kV to 24 kV and three resistors, this method called three stage blumlein circuit. The breakdown time delay of these parallel spark gaps cement strong ultraviolet preionization in the laser channel, thus the result of these amendments the laser output is many doubled and is more increasing than that obtained using the one and two stage blumlein circuits. This system has been designed and operated to give pulse laser with wavelength at 337.1 nm. This laser system can operate without mirrors and optical res
... Show MoreThe research aims to identify the role of strategic improvisation as an independent variable with its dimensions (Building the Solution, Intuition, Adaptation, and Spontaneity) and the Entrepreneurial Orientation as a dependent variable with its dimensions (Identifying Opportunities, Creativity, Adopting risk, and Vision). This research has been applied in the Rafidain Bank and its branches (Sunk, People, Al-Firdaws, and Alawiya); it used the questionnaire as a basic tool for collecting information. The sample was intentionality, which included all the heads of departments in the bank’s branches, which amounted to (33) workers, and data on the questionnaire paragraphs of 28 were processed using the SPSS V.23 and AMOS V.23). The most impor
... Show MoreABSTRACT
Impkact of Knowledge sharing on organizational innovation Impriscal study in Arabic company .
of Knowledge Management is the main component Knowledge sharing system, it mean the exchange if Knowledge, ideas, and good practice with another individual . Knowledge sharing between persons, then its values can growth .
It is vry important because it can provide us with the contention between virus peoples . the interaction among the people can pass all kind of Knowledge among them. the connection and interaction and interaction enabl
... Show MoreAbstract
This study aims to identify the degree to which the first cycle teachers use different feedback patterns in the E-learning system, to identify the differences in the degree of use according to specialization, teaching experience, and in-service training in the field of classroom assessment as well as the interaction between them. The study sample consisted of (350) female teachers of the first cycle in the governmental schools in Muscat Governorate for the academic year 2020/2021. The study used a questionnaire containing four different feedback patterns: reinforcement, informative, corrective, and interpretive feedback. The psychometric properties of the questionnaire were verified in terms of validity
... 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.