Many studies have been published to address the growing issues in wireless communication systems. Space-Time Block Coding (STBC) is an effective and practical MIMO-OFDM application that can address such issues. It is a powerful tool for increasing wireless performance by coding data symbols and transmitting diversity using several antennas. The most significant challenge is to recover the transmitted signal through a time-varying multipath fading channel and obtain a precise channel estimation to recover the transmitted information symbols. This work considers different pilot patterns for channel estimation and equalization in MIMO-OFDM systems. The pilot patterns fall under two general types: comb and block types, with
... Show MoreABSTRACTObjective: The objective of this study is to develop a controlled release matrix tablet of candesartan cilexetil to reduce the frequency of administration,enhance bioavailability and improve patient compliance; a once daily sustained release formulation of candesartan cilexetil is desirable.Methods: The prepared tablets from F1 to F24 were evaluated with different evaluation parameters like weight variation, drug content, friability,hardness, thickness and swelling ability. In vitro release for all formulas were studied depends on the type and amount of each polymer, i.e. (16 mg,32 mg and 48 mg) respectively beside to the combination effect of polymers on the release of the drug from the tablet.Results: In vitro release show
... Show MoreSARS-CoV-2 stands for severe acute respiratory syndrome coronavirus 2 which is the causative agent of spreading coronavirus disease 2019 that is known as COVID-19 pandemic, the disease leads to severe acute respiratory illness. Matrix metalloproteinases- 9 (MMP-9) plays several important physiological functions. This enzyme could also be implicated in the "cytokine storm" in some way, which may represent one of the possible scianrios during coronavirus infection, in addition to its role in the mechanism of lung fibrosis on molecular basis.. The tissue inhibitors of metalloproteinase (TIMPs) are well characterized for controlling the activity of MMPs in extracellular matrix remodeling. They also considered as signaling molecules anal
... Show MoreSARS-CoV-2 stands for severe acute respiratory syndrome coronavirus 2 which is the causative agent of spreading coronavirus disease 2019 that is known as COVID-19 pandemic, the disease leads to severe acute respiratory illness. Matrix metalloproteinases- 9 (MMP-9) plays several important physiological functions. This enzyme could also be implicated in the "cytokine storm" in some way, which may represent one of the possible scianrios during coronavirus infection, in addition to its role in the mechanism of lung fibrosis on molecular basis.. The tissue inhibitors of metalloproteinase (TIMPs) are well characterized for controlling the activity of MMPs in extracellular matrix remodeling. They also considered as signaling molecules anal
... Show MoreThere is a variety of artificial foot designs variable for use with prosthetic legs . Most of the design can be divided into two classes, articulated and non-articulated feet. one common non-articulated foot is the SACH . The solid ankle cushion heel foot referred to as the SACH foot has a rigid keel .
One key or the key factor in designing a new prosthesis is in the analysis of a patients response .
This view is the most important because if the foot does not provide functional , practical or cosmetically acceptable characteristics the patient will not feel comfortable with the prosthesis , therefore design and manufacturing a new foot is essential, this foot made from polyethylene, its different shape and characte
... Show MoreAn indoor spraying robot is built in this research to solve numerous challenges associated with manual spraying. The mechanical, hardware and essential technologies used are all detailed and designed. The proposed spraying robot's conceptual design is split into two parts: hardware and software. The mechanical design, manufacturing, electrical, and electronics systems are described in the hardware part, while the control of the robot is described in the software section. This robot's kinematic and dynamic models were developed using three links that move in the x, y, and z directions. The robot was then designed using SolidWorks software to compute each connection's deflection and maximum stresses. The characteristics of the stepper moto
... Show MoreThis research includes theoretical and evaluation design of a polarizer filter of high transmission in the near IR region of (900-1200nm) for different incidence angles to obtain a long wave and short wave pass filter using analytical calculations. Results refer to a new configuration design in fewer layers than used in previous studies in the long wave pass at incidence angles (45o,50o,55o). Adopted Hafnium dioxide (HfO2) and Magnesium fluoride (MgF2) as coating material at design wavelength (933nm), the study also included design short wave pass polarizer by using the same coating material.
Prosthetic is an artificial tool that replaces a member of the human frame that is absent because of ailment, damage, or distortion. The current research activities in Iraq draw interest to the upper limb discipline because of the growth in the number of amputees. Thus, it becomes necessary to increase researches in this subject to help in reducing the struggling patients. This paper describes the design and development of a prosthesis for people able and wear them from persons who have amputation in the hands. This design is composed of a hand with five fingers moving by means of a gearbox ism mechanism. The design of this artificial hand has 5 degrees of freedom. This artificial hand works based on the principle of &n
... 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.