A theoretical study to design a conformal microstrip antennas was introduced in this work. Conformal microstrip antennas define antennas which can be conformed to a certain shape or to any curved surface. It is used in high-speed trains, aircraft, defense and navigation systems, landing gear and various communications systems, as well as in body wearable. Conformal antennas have some advantages such as a wider-angle coverage compared to flat antennas and low radar cross-sectional (RCS) and they are suitable for using in Radome. The main disadvantage of these antennas is the narrow bandwidth. The FDTD method is extremely useful in simulating complicated structures because it allows for direct integration of Maxwell's equations depending on time. The 1x2 cylindrical circular microstrip antennas array is designed and simulated vertically via Finite Difference Time Domain (FDTD) method where can directive antenna be achieved through antennas array design. Mutual coupling between the antennas in the array and the different separation between them were studied. The circular patch is excited by a probe feed method for several reasons including providing less spurious radiation from the probe current, in addition to the simplicity in theoretical engineering installation and practical manufacturing. It is well known that the values of the coupling are decreased as the distance separation increased. Cylindrical circular microstrip antenna with resonant frequency operating is 3.5GHz for mode, several parameters like return loss, band width, and input impedance are calculated. Also, for isolated coupling, mutual coupling coefficients, directivity gain, for different separations between the centers of the two adjacent circular patches in terms the wave length operating are calculated. Moreover, the electromagnetic band gap EBG structure is used for reducing the mutual coupling created by the surface waves in order to enhance the antenna's performance in an array has become smaller than before. The proposed EBG is a three triangular-shape equal sides metallic structure, utilizing the inter-element spacing in an array. The less value of for the spacing between the two centers of patches is . BW percentage increased to 34.3% and the directivity is enhanced also. Additionally, simulations were done using MATLAB 2017b.
Purpose: The research aims to estimate models representing phenomena that follow the logic of circular (angular) data, accounting for the 24-hour periodicity in measurement. Theoretical framework: The regression model is developed to account for the periodic nature of the circular scale, considering the periodicity in the dependent variable y, the explanatory variables x, or both. Design/methodology/approach: Two estimation methods were applied: a parametric model, represented by the Simple Circular Regression (SCR) model, and a nonparametric model, represented by the Nadaraya-Watson Circular Regression (NW) model. The analysis used real data from 50 patients at Al-Kindi Teaching Hospital in Baghdad. Findings: The Mean Circular Erro
... Show MoreThe research aims to measure the efficiency of health services Quality in the province of Karbala, using the Data Envelopment analysis Models in ( 2006). According to these models the degree of efficiency ranging between zero and unity. We estimate Scale efficiency for two types of orientation direction, which are input and output oriented direction.
The results showed, according Input-oriented efficiency that the levels of Scale efficiency on average is ( 0.975), in the province of Karbala. While the index of Output-oriented efficiency on average is (o.946).
This investigation was conducted to recognize the structure for (RHETI version 2.5 1999) by using exploratory and confirmatory factor analysis. Sample of (620) student of Al-Mustansrya University were administered the (RHETI).
The data of their responses was analyzed by using (PAF) and oblique rotating .
The findings explored (9) factors as one factor for each type and (184) items were loaded by the factors: (60) item for feeling center, (61) items for instinctive center and (63) items for thinking center.
Results of confirmatory factorial analysis supported a model designed by the researcher depended upon a theoretical views of Riso and Hudson
... Show MoreCapacity is the ability of the organization to create value, and this ability depends on wide variety of resources, but the lack of balance between available resources and production capacity requirements leads to appearance of idle or excess capacity or appearance of deficit in capacity.
Hereby, the research deals with different concepts and alternative ma
... Show MoreThe Pulse Coupled Oscillator (PCO) has attracted substantial attention and widely used in wireless sensor networks (WSNs), where it utilizes firefly synchronization to attract mating partners, similar to artificial occurrences that mimic natural phenomena. However, the PCO model might not be applicable for simultaneous transmission and data reception because of energy constraints. Thus, an energy-efficient pulse coupled oscillator (EEPCO) has been proposed, which employs the self-organizing method by combining biologically and non-biologically inspired network systems and has proven to reduce the transmission delay and energy consumption of sensor nodes. However, the EEPCO method has only been experimented in attack-free networks without
... Show MoreRefuse derived fuel (RDF) is considered one of the most important types of low cost thermal energy which can be tapped in the industry, especially the cement industry in particular being the need of high thermal energy during the production processes, and in this paper we have implemented the use of a derivative of the fuel RDF as a substitute for gasoline , to reduce production costs and thereby achieve production efficiency, and the methodology used in this research statistical analysis as well as the use of the cost of kaizen target for the purpose of reducing costs and achieve production efficiency, and this has reduced the cost total cement production by which led to reduce total costs of cement production by 8.4% and an incre
... Show MoreThe present paper focuses on the nature of the different interactions between cometary nucleus and tail with solar wind. The dynamics of the comet will impose many features that provide unique behavior of the comet when entering the solar system. These features are reviewed in this paper and few investigations are made. The calculations made in this work represent the analysis and interpretation of the different features of the comet, such as perihelion and eccentricity dependence on the gas production rate, and the dependence of the latter on the composition of the comet nucleus. The dependences of the heliocentric, bow shock, contact surface, and stand-off distances with gas production rate for many types of comets that cover linear and n
... Show MoreIntrinsic viscosities have been studied for polyethylene oxide in water which has wide industrial applications. The polyethylene oxide samples had two different structures, the first one was linear and covers a wide range of molecular weight of 1, 3, 10, 20, 35, 99, 370, 1100, 4600, and 8000 kg/mol and the second one was branched and had molecular weights of 0.55 and 40 kg/mol.
Intrinsic viscosities and Huggins constants have been determined for all types and molecular weights mentioned above at 25ºC using a capillary viscometer. The values of Mark-Houwink parameters (K and a) were equal to 0.0068 ml/g and 0.67 respectively, and have not been published for this range of molecular weight in as yet.
The issue of liquidity, profitability, and money employment, and capital fullness is one of the most important issues that gained high consideration by other authors and researchers in their attempts to find out the real relationship and how can balance be achieved, which is the main goal of each deposits.
For the sake of comprising the study variables, the research has formed the problem of the study which refers to the bank capability to enlarge profits without dissipation in liquidity of the bank which will negatively reflect on the bank's fame as well as the customers' trust. For all these matters, the researcher has proposed a set of aims, the important of which is the estimation of the bank profitability; liquid
... 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.