The integer simulation and development finite impulse response (FIR) filters taking into account the possibilities of their realization on digital integer platforms are considered. The problem statement and solution of multifunctional synthesis of digital FIR filters such a problem on the basis of the numerical methods of integer nonlinear mathematical programming are given. As an several examples, the problem solution of synthesis FIR-filters with short coefficient word length has been given. The analysis of their characteristics is resulted. The paper discusses issues of modeling and synthesis of digital FIR filters with provision for the possibilities of their implementation on digital platforms with integer computation arithme
... Show MoreBenign prostatic hyperplasia (BPH) is a prevalent condition among elderly and middle-aged men characterized by symptoms such as dysuria, urinary incontinence, and frequent micturition. The gold standard procedure for relieving BPH symptoms is transurethral resection of the prostate (TURP). However, some patients undergoing TURP are at risk of developing urinary tract infections (UTIs) due to uropathogenic bacteria. This prospective study aimed to investigate post TURP bacteruria alongside with multifactoria risk factors that implicated postoperatively compared to preoperative and intraoperative periods. Ninety patients undergoing TURP and 30 control subjects were included in the study. Urine specimen for urine analysis from pateints
... Show MoreIn many scientific fields, Bayesian models are commonly used in recent research. This research presents a new Bayesian model for estimating parameters and forecasting using the Gibbs sampler algorithm. Posterior distributions are generated using the inverse gamma distribution and the multivariate normal distribution as prior distributions. The new method was used to investigate and summaries Bayesian statistics' posterior distribution. The theory and derivation of the posterior distribution are explained in detail in this paper. The proposed approach is applied to three simulation datasets of 100, 300, and 500 sample sizes. Also, the procedure was extended to the real dataset called the rock intensity dataset. The actual dataset is collecte
... Show MoreComplement activation leads to membrane attack complex formation, which can lyse not only pathogens but also host cells. Histones can be released from the lysed or damaged cells and serve as a major type of damage-associated molecular pattern, but their effects on the complement system are not clear. In this study, we pulled down two major proteins from human serum using histone-conjugated beads: one was C-reactive protein and the other was C4, as identified by mass spectrometry. In surface plasmon resonance analysis, histone H3 and H4 showed stronger binding to C4 than other histones, with KD around 1 nM. The interaction did not affect C4 cleavage to C4a and C4b. Because histones bin
The Gaussian orthogonal ensemble (GOE) version of the random matrix theory (RMT) has been used to study the level density following up the proton interaction with 44Ca, 48Ti and 56Fe.
A promising analysis method has been implemented based on the available data of the resonance spacing, where widths are associated with Porter Thomas distribution. The calculated level density for the compound nuclei 45Sc,49Vand 57Co shows a parity and spin dependence, where for Sc a discrepancy in level density distinguished from this analysis probably due to the spin misassignment .The present results show an acceptable agreement with the combinatorial method of level density.
... Show MoreLeigh's syndrome, or sub acute necrotizing encephalomyelopathy, is a rare inherited neurometabolic disease of infancy and early childhood with variable course and prognosis. Rarely, it occurs in juveniles and adults. The diagnosis is difficult and still remains to challenge the clinicians on the basis of history; hence the role of imaging is very essential. It is the neuroimaging, chiefly the Magnetic Resonance Imaging showing characteristic symmetrical necrotic lesions in the basal ganglia and/or brain stem that leads to the diagnosis. Late-onset varieties are rare and only few cases were reported all over the world. Here, I report a case of late onset (juvenile) Leigh syndrome presenting with an acute polyneuropathy. Neuroimaging confi
... Show MoreThe psychological scientific studies suggest that basic human situations stem from human emotional abilities and those with a lack of emotional intelligence are unable to cope with life, which might lead to anxiety and psychological depression. The current study aimed to investigate this problem by identifying the level of emotional intelligence and psychological depression among the students of the University of Anbar. To achieve the objectives of the study, the researchers created two questionnaires: 1) to measure emotional intelligence. 2) to measure psychological depression and applied these questionnaires on (300) students. The results revealed that the participants showed a high level of emotional intelligence with a low level of p
... Show MoreIn this paper, the Mars orbital elements were calculated. These orbital elements—the major axis, the inclination (i), the longitude of the ascending node (W), the argument of the perigee (w), and the eccentricity (e)—are essential to knowing the size and shape of Mars' orbit. The quick basic program was used to calculate the orbital elements and distance of Mars from the Earth from 25/5/1950 over 10000 days. These were calculated using the empirical formula of Meeus, which depended on the Julian date, which slightly changed for 10000 days; Kepler's equation was solved to find Mars' position and its distance from the Sun. The ecliptic and equatorial coordinates of Mars were calculated. The distance between Mars and the center of the E
... Show Moreالمقدمة :يعد سرطان المثانة من بين أكثر أنواع السرطانات انتشارًا في جميع أنحاء العالم، حيث تم الإبلاغ عن 549,393 حالة جديدة في عام 2018 وما يقرب من ٪3 من جميع تشخيصات السرطان الجديدة و ٪2.1 من جميع وفيات السرطان ناتجة عن سرطان المثانة البولية. الاهداف: تهدف هذه الدراسة إلى استكشاف كفاءة وظائف الجهاز البولي بواسطة اجراء اختبارات وظائف الكلى ومستويات الايونات لمرضى سرطان المثانة. المنهجية: تم تحديد جميع الافراد الم
... 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.