This paper describes the use of microcomputer as a laboratory instrument system. The system is focused on three weather variables measurement, are temperature, wind speed, and wind direction. This instrument is a type of data acquisition system; in this paper we deal with the design and implementation of data acquisition system based on personal computer (Pentium) using Industry Standard Architecture (ISA)bus. The design of this system involves mainly a hardware implementation, and the software programs that are used for testing, measuring and control. The system can be used to display the required information that can be transferred and processed from the external field to the system. A visual basic language with Microsoft foundation classes (MFC) is the fundamental tool for windows programming. It has been used to build a Man-Machine Interface (MMI), which was used for processing and monitoring acquisition data from environment weather.
Nano gamma alumina was prepared by double hydrolysis process using aluminum nitrate nano hydrate and sodium aluminate as an aluminum source, hydroxyle poly acid and CTAB (cetyltrimethylammonium bromide) as templates. Different crystallization temperatures (120, 140, 160, and 180) 0C and calcinations temperatures (500, 550, 600, and 650) 0C were applied. All the batches were prepared at PH equals to 9. XRD diffraction technique and infrared Fourier transform spectroscopy were used to investigate the phase formation and the optical properties of the nano gamma alumina. N2 adsorption-desorption (BET) was used to measure the surface area and pore volume of the prepared nano alumina, the particle size and the
... Show Morebeen taken at room temperature down to liquid nitrogen temperature (77K). Polar and nonpolar solvents have been used to study the solvent effect on the absorption and fluorescence spectra of solute molecules. Some of the spectroscopic parameters have been determined as functions of solvent polarity and temperature. The results indicate that the band width FWHM increases with increasing the solvent polarity and temperature, while the peak emission cross section decreases with increasing of solvent polarity and decreases with increasing the temperatures. Clear vibrational structure spectra of benzoanthracene molecules have been observed in Nonane and Hexane solvents at 77K.
A polycrystalline CdTe film has been prepared by thermal evaporation technique on glass substrate at substrate temperature 423 K with 1.0 m thicknesses. The film was heated at various annealing temperature under vacuum (Ta =473, 523 and K). Some of physical properties of prepared films such as structural and optical properties were investigated. The patterns of X-ray diffraction analysis showed that the structure of CdTe powder and all films were polycrystalline and consist of a mixture of cubic and hexagonal phases and preferred orientation at (111) direction.
The optical measurements showed that un annealed and annealed CdTe films had direct energy gap (Eg). The Eg increased with increasing Ta. The refractive index and the real p
In this work; copper oxide films (CuO) were fabricated by PLD. The films were analyzed by UV-VIS absorption spectra and their thickness by using profilometer. Pulsed Nd:YAG laser was used for prepared CuO thin films under O2 gas environment with varying both pulse energy and annealing temperature. The optical properties of as-grown film such as optical transmittance spectrum, refractive index and energy gap has been measured experimentally and the effects of laser pulse energy and annealing temperature on it were studied. An inverse relationship between energy gap and both annealing temperature and pulse energy was observed.
The present study develops the sorption model for simulating the effects of pH and temperature on the uptake of cadmium from contaminated water using waste foundry sand (WFS) by allowing the variation of the maximum adsorption capacity and affinity constant. The presence of two acidic functional groups with the same or different affinity is the basis in the derivation of the two models; Model 1 and Model 2 respectively. The developed Bi-Langmuir model with different affinity (Model 2) has a remarkable ability in the description of process under consideration with coefficient of determination > 0.9838 and sum of squared error < 0.08514. This result is proved by FTIR test where the weak acids responsible of cadmium ions removal
... Show MoreDuration of each developmental stage of the house dust mite Dermatophagoides pteronyssinus together with the mortality percentage were observed at a combination of five different temperatures namely 20C°, 22.5C°, 25C°, 27.5C° and 30C° and four different humidities namely 55%, 75%, 85% and 95% r. h. Results showed that temperature had the greatest effect on the life cycle period. The higher the temperature the shorter the life cycle was aid versa verea. On the other hand, humidity seems to be less effectiveness, though at the higher temperature and humidity no development was occured. Mortality among all temperatures and humidities appeared nearly the same, but at higher temperature and higher humidity and because of mould g
... 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 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.