Search results for: fast Fourier transform algorithm
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 6540

Search results for: fast Fourier transform algorithm

6120 A Minimum Spanning Tree-Based Method for Initializing the K-Means Clustering Algorithm

Authors: J. Yang, Y. Ma, X. Zhang, S. Li, Y. Zhang

Abstract:

The traditional k-means algorithm has been widely used as a simple and efficient clustering method. However, the algorithm often converges to local minima for the reason that it is sensitive to the initial cluster centers. In this paper, an algorithm for selecting initial cluster centers on the basis of minimum spanning tree (MST) is presented. The set of vertices in MST with same degree are regarded as a whole which is used to find the skeleton data points. Furthermore, a distance measure between the skeleton data points with consideration of degree and Euclidean distance is presented. Finally, MST-based initialization method for the k-means algorithm is presented, and the corresponding time complexity is analyzed as well. The presented algorithm is tested on five data sets from the UCI Machine Learning Repository. The experimental results illustrate the effectiveness of the presented algorithm compared to three existing initialization methods.

Keywords: degree, initial cluster center, k-means, minimum spanning tree

Procedia PDF Downloads 383
6119 An Optimized Association Rule Mining Algorithm

Authors: Archana Singh, Jyoti Agarwal, Ajay Rana

Abstract:

Data Mining is an efficient technology to discover patterns in large databases. Association Rule Mining techniques are used to find the correlation between the various item sets in a database, and this co-relation between various item sets are used in decision making and pattern analysis. In recent years, the problem of finding association rules from large datasets has been proposed by many researchers. Various research papers on association rule mining (ARM) are studied and analyzed first to understand the existing algorithms. Apriori algorithm is the basic ARM algorithm, but it requires so many database scans. In DIC algorithm, less amount of database scan is needed but complex data structure lattice is used. The main focus of this paper is to propose a new optimized algorithm (Friendly Algorithm) and compare its performance with the existing algorithms A data set is used to find out frequent itemsets and association rules with the help of existing and proposed (Friendly Algorithm) and it has been observed that the proposed algorithm also finds all the frequent itemsets and essential association rules from databases as compared to existing algorithms in less amount of database scan. In the proposed algorithm, an optimized data structure is used i.e. Graph and Adjacency Matrix.

Keywords: association rules, data mining, dynamic item set counting, FP-growth, friendly algorithm, graph

Procedia PDF Downloads 395
6118 Improved K-Means Clustering Algorithm Using RHadoop with Combiner

Authors: Ji Eun Shin, Dong Hoon Lim

Abstract:

Data clustering is a common technique used in data analysis and is used in many applications, such as artificial intelligence, pattern recognition, economics, ecology, psychiatry and marketing. K-means clustering is a well-known clustering algorithm aiming to cluster a set of data points to a predefined number of clusters. In this paper, we implement K-means algorithm based on MapReduce framework with RHadoop to make the clustering method applicable to large scale data. RHadoop is a collection of R packages that allow users to manage and analyze data with Hadoop. The main idea is to introduce a combiner as a function of our map output to decrease the amount of data needed to be processed by reducers. The experimental results demonstrated that K-means algorithm using RHadoop can scale well and efficiently process large data sets on commodity hardware. We also showed that our K-means algorithm using RHadoop with combiner was faster than regular algorithm without combiner as the size of data set increases.

Keywords: big data, combiner, K-means clustering, RHadoop

Procedia PDF Downloads 406
6117 Catalytic Deoxygenation of Propionic Acid in the Vapour Phase

Authors: Hossein Bayahia, Mohammed Saad Motlaq Al-Gahmdi

Abstract:

The gas-phase deoxygenation of propionic acid was investigated in the presence of Co-Mo catalysts in N2 or H2 flow at 200-400 °C. In the presence of N2 the main product was 3-pentanone with other deoxygenates and some light gases: ethane and ethene. Using H2 flow, the catalyst was active for decarboxylation and decarbonylation of acid and the yields of ethane and ethene. The decarboxylation and decarbonylation reactions increased with increasing temperature. Cobalt-molybdenum supported on alumina showed better performance than bulk catalyst, especially at 400 °C in the presence of N2 for the ketonisation of propionic acid to form 3-pentanone as the main product. Bulk and supported catalysts were characterized by surface area porosity (BET), thermogravimetric analysis (TGA) and diffuse reflectance infrared Fourier transform spectroscopy (DRIFTS) of pyridine adsorption.

Keywords: deoxygenation, propionic acid, gas-phase, catalyst

Procedia PDF Downloads 269
6116 Synthesis and Characterization of Amino-Functionalized Polystyrene Nanoparticles as Reactive Filler

Authors: Yaseen Elhebshi, Abdulkareem Hamid, Nureddin Bin Issa, Xiaonong Chen

Abstract:

A convenient method of preparing ultrafine polystyrene latex nano-particles with amino groups on the surface is developed. Polystyrene latexes in the size range 50–400 nm were prepared via emulsion polymerization, using sodium dodecyl sulfate (SDS) as surfactant. Polystyrene with amino groups on the surface will be fine to use as organic filler to modify rubber. Transmission electron microscopy (TEM) was used to observe the morphology of silicon dioxide and functionalized polystyrene nano-particles. The nature of bonding between the polymer and the reactive groups on the filler surfaces was analyzed using Fourier transform infrared spectroscopy (FTIR). Scanning electron microscopy (SEM) was employed to examine the filler surface.

Keywords: reactive filler, emulsion polymerization, particle size, polystyrene nanoparticles

Procedia PDF Downloads 334
6115 Biosynthesis of Silver-Phosphate Nanoparticles Using the Extracellular Polymeric Substance of Sporosarcina pasteurii

Authors: Mohammadhosein Rahimi, Mohammad Raouf Hosseini, Mehran Bakhshi, Alireza Baghbanan

Abstract:

Silver ions (Ag+) and their compounds are consequentially toxic to microorganisms, showing biocidal effects on many species of bacteria. Silver-phosphate (or silver orthophosphate) is one of these compounds, which is famous for its antimicrobial effect and catalysis application. In the present study, a green method was presented to synthesis silver-phosphate nanoparticles using Sporosarcina pasteurii. The composition of the biosynthesized nanoparticles was identified as Ag3PO4 using X-ray Diffraction (XRD) and Energy Dispersive Spectroscopy (EDS). Also, Fourier Transform Infrared (FTIR) spectroscopy showed that Ag3PO4 nanoparticles was synthesized in the presence of biosurfactants, enzymes, and proteins. In addition, UV-Vis adsorption of the produced colloidal suspension approved the results of XRD and FTIR analyses. Finally, Transmission Electron Microscope (TEM) images indicated that the size of the nanoparticles was about 20 nm.

Keywords: bacteria, biosynthesis, silver-phosphate, Sporosarcina pasteurii, nanoparticle

Procedia PDF Downloads 427
6114 A Genetic Algorithm to Schedule the Flow Shop Problem under Preventive Maintenance Activities

Authors: J. Kaabi, Y. Harrath

Abstract:

This paper studied the flow shop scheduling problem under machine availability constraints. The machines are subject to flexible preventive maintenance activities. The nonresumable scenario for the jobs was considered. That is, when a job is interrupted by an unavailability period of a machine it should be restarted from the beginning. The objective is to minimize the total tardiness time for the jobs and the advance/tardiness for the maintenance activities. To solve the problem, a genetic algorithm was developed and successfully tested and validated on many problem instances. The computational results showed that the new genetic algorithm outperforms another earlier proposed algorithm.

Keywords: flow shop scheduling, genetic algorithm, maintenance, priority rules

Procedia PDF Downloads 450
6113 Synthesis of Mg/B Containing Compound in a Modified Microwave Oven

Authors: Gülşah Çelik Gül, Figen Kurtuluş

Abstract:

Magnesium containing boron compounds with hexagonal structure have been drawn much attention due to their superconductive nature. The main target of this work is new modified microwave oven by on our own has an ability about passing through a gas in the oven medium for attainment of oxygen-free compounds such as c-BN.  Mg containing boride was synthesized by modified-microwave method under nitrogen atmosphere using amorphous boron and magnesium source in appropriate molar ratio. Microwave oven with oxygen free environment has been modified to aimed to obtain magnesium boride without oxygen. Characterizations were done by powder X-ray diffraction (XRD), and Fourier transform infrared (FTIR) spectroscopy. Mg containing boride, generally named magnesium boride, with amorphous character without oxygen is obtained via designed microwave oven system.

Keywords: magnesium containing boron compounds, modified microwave synthesis, powder X-ray diffraction, FTIR

Procedia PDF Downloads 349
6112 Memetic Algorithm for Solving the One-To-One Shortest Path Problem

Authors: Omar Dib, Alexandre Caminada, Marie-Ange Manier

Abstract:

The purpose of this study is to introduce a novel approach to solve the one-to-one shortest path problem. A directed connected graph is assumed in which all edges’ weights are positive. Our method is based on a memetic algorithm in which we combine a genetic algorithm (GA) and a variable neighborhood search method (VNS). We compare our approximate method with two exact algorithms Dijkstra and Integer Programming (IP). We made experimentations using random generated, complete and real graph instances. In most case studies, numerical results show that our method outperforms exact methods with 5% average gap to the optimality. Our algorithm’s average speed is 20-times faster than Dijkstra and more than 1000-times compared to IP. The details of the experimental results are also discussed and presented in the paper.

Keywords: shortest path problem, Dijkstra’s algorithm, integer programming, memetic algorithm

Procedia PDF Downloads 440
6111 Multi-Sensor Image Fusion for Visible and Infrared Thermal Images

Authors: Amit Kumar Happy

Abstract:

This paper is motivated by the importance of multi-sensor image fusion with a specific focus on infrared (IR) and visual image (VI) fusion for various applications, including military reconnaissance. Image fusion can be defined as the process of combining two or more source images into a single composite image with extended information content that improves visual perception or feature extraction. These images can be from different modalities like visible camera & IR thermal imager. While visible images are captured by reflected radiations in the visible spectrum, the thermal images are formed from thermal radiation (infrared) that may be reflected or self-emitted. A digital color camera captures the visible source image, and a thermal infrared camera acquires the thermal source image. In this paper, some image fusion algorithms based upon multi-scale transform (MST) and region-based selection rule with consistency verification have been proposed and presented. This research includes the implementation of the proposed image fusion algorithm in MATLAB along with a comparative analysis to decide the optimum number of levels for MST and the coefficient fusion rule. The results are presented, and several commonly used evaluation metrics are used to assess the suggested method's validity. Experiments show that the proposed approach is capable of producing good fusion results. While deploying our image fusion algorithm approaches, we observe several challenges from the popular image fusion methods. While high computational cost and complex processing steps of image fusion algorithms provide accurate fused results, they also make it hard to become deployed in systems and applications that require a real-time operation, high flexibility, and low computation ability. So, the methods presented in this paper offer good results with minimum time complexity.

Keywords: image fusion, IR thermal imager, multi-sensor, multi-scale transform

Procedia PDF Downloads 87
6110 Highly Transparent, Hydrophobic and Self-Cleaning ZnO-Durazane Based Hybrid Organic-Inorganic Coatings

Authors: Abderrahmane Hamdi, Julie Chalon, Benoit Dodin, Philippe Champagne

Abstract:

In this report, we present a simple route to realize robust, hydrophobic, and highly transparent coatings using organic polysilazane (durazane) and zinc oxide nanoparticles (ZnO). These coatings were deposited by spraying the mixture solution on glass slides. Thus, the properties of the films were characterized by scanning electron microscopy (SEM), Fourier transform infrared spectroscopy (FT-IR), UV–vis-NIR spectrophotometer, and water contact angle method. This sprayable polymer mixed with ZnO nanoparticles shows high transparency for visible light > 90%, a hydrophobic character (CA > 90°), and good mechanical and chemical stability. The coating also demonstrates excellent self-cleaning properties, which makes it a promising candidate for commercial use.

Keywords: coatings, durability, hydrophobicity, organic polysilazane, self-cleaning, transparence, zinc oxide nanoparticles

Procedia PDF Downloads 142
6109 Constructing the Density of States from the Parallel Wang Landau Algorithm Overlapping Data

Authors: Arman S. Kussainov, Altynbek K. Beisekov

Abstract:

This work focuses on building an efficient universal procedure to construct a single density of states from the multiple pieces of data provided by the parallel implementation of the Wang Landau Monte Carlo based algorithm. The Ising and Pott models were used as the examples of the two-dimensional spin lattices to construct their densities of states. Sampled energy space was distributed between the individual walkers with certain overlaps. This was made to include the latest development of the algorithm as the density of states replica exchange technique. Several factors of immediate importance for the seamless stitching process have being considered. These include but not limited to the speed and universality of the initial parallel algorithm implementation as well as the data post-processing to produce the expected smooth density of states.

Keywords: density of states, Monte Carlo, parallel algorithm, Wang Landau algorithm

Procedia PDF Downloads 376
6108 Mobile Platform’s Attitude Determination Based on Smoothed GPS Code Data and Carrier-Phase Measurements

Authors: Mohamed Ramdani, Hassen Abdellaoui, Abdenour Boudrassen

Abstract:

Mobile platform’s attitude estimation approaches mainly based on combined positioning techniques and developed algorithms; which aim to reach a fast and accurate solution. In this work, we describe the design and the implementation of an attitude determination (AD) process, using only measurements from GPS sensors. The major issue is based on smoothed GPS code data using Hatch filter and raw carrier-phase measurements integrated into attitude algorithm based on vectors measurement using least squares (LSQ) estimation method. GPS dataset from a static experiment is used to investigate the effectiveness of the presented approach and consequently to check the accuracy of the attitude estimation algorithm. Attitude results from GPS multi-antenna over short baselines are introduced and analyzed. The 3D accuracy of estimated attitude parameters using smoothed measurements is over 0.27°.

Keywords: attitude determination, GPS code data smoothing, hatch filter, carrier-phase measurements, least-squares attitude estimation

Procedia PDF Downloads 137
6107 A Study on the Solutions of the 2-Dimensional and Forth-Order Partial Differential Equations

Authors: O. Acan, Y. Keskin

Abstract:

In this study, we will carry out a comparative study between the reduced differential transform method, the adomian decomposition method, the variational iteration method and the homotopy analysis method. These methods are used in many fields of engineering. This is been achieved by handling a kind of 2-Dimensional and forth-order partial differential equations called the Kuramoto–Sivashinsky equations. Three numerical examples have also been carried out to validate and demonstrate efficiency of the four methods. Furthermost, it is shown that the reduced differential transform method has advantage over other methods. This method is very effective and simple and could be applied for nonlinear problems which used in engineering.

Keywords: reduced differential transform method, adomian decomposition method, variational iteration method, homotopy analysis method

Procedia PDF Downloads 409
6106 A Preliminary Study for Design of Automatic Block Reallocation Algorithm with Genetic Algorithm Method in the Land Consolidation Projects

Authors: Tayfun Çay, Yasar İnceyol, Abdurrahman Özbeyaz

Abstract:

Land reallocation is one of the most important steps in land consolidation projects. Many different models were proposed for land reallocation in the literature such as Fuzzy Logic, block priority based land reallocation and Spatial Decision Support Systems. A model including four parts is considered for automatic block reallocation with genetic algorithm method in land consolidation projects. These stages are preparing data tables for a project land, determining conditions and constraints of land reallocation, designing command steps and logical flow chart of reallocation algorithm and finally writing program codes of Genetic Algorithm respectively. In this study, we designed the first three steps of the considered model comprising four steps.

Keywords: land consolidation, landholding, land reallocation, optimization, genetic algorithm

Procedia PDF Downloads 404
6105 Upon One Smoothing Problem in Project Management

Authors: Dimitri Golenko-Ginzburg

Abstract:

A CPM network project with deterministic activity durations, in which activities require homogenous resources with fixed capacities, is considered. The problem is to determine the optimal schedule of starting times for all network activities within their maximal allowable limits (in order not to exceed the network's critical time) to minimize the maximum required resources for the project at any point in time. In case when a non-critical activity may start only at discrete moments with the pregiven time span, the problem becomes NP-complete and an optimal solution may be obtained via a look-over algorithm. For the case when a look-over requires much computational time an approximate algorithm is suggested. The algorithm's performance ratio, i.e., the relative accuracy error, is determined. Experimentation has been undertaken to verify the suggested algorithm.

Keywords: resource smoothing problem, CPM network, lookover algorithm, lexicographical order, approximate algorithm, accuracy estimate

Procedia PDF Downloads 281
6104 Piezoelectric and Dielectric Properties of Poly(Vinylideneflouride-Hexafluoropropylene)/ZnO Nanocomposites

Authors: P. Hemalatha, Deepalekshmi Ponnamma, Mariam Al Ali Al-Maadeed

Abstract:

The Poly(vinylideneflouride-hexafluoropropylene) (PVDF-HFP)/ zinc oxide (ZnO) nanocomposites films were successfully prepared by mixing the fine ZnO particles into PVDF-HFP solution followed by film casting and sandwich techniques. Zinc oxide nanoparticles were synthesized by hydrothermal method. Fourier transform infrared (FT-IR) spectroscopy, X-ray diffraction (XRD) and scanning electron microscopy (SEM) were used to characterize the structure and properties of the obtained nanocomposites. The dielectric properties of the PVDF-HFP/ZnO nanocomposites were analyzed in detail. In comparison with pure PVDF-HFP, the dielectric constant of the nanocomposite (1wt% ZnO) was significantly improved. The piezoelectric co-efficients of the nanocomposites films were measured. Experimental results revealed the influence of filler on the properties of PVDF-HFP and enhancement in the output performance and dielectric properties reflects the ability for energy storage capabilities.

Keywords: dielectric constant, hydrothermal, nanoflowers, organic compounds

Procedia PDF Downloads 261
6103 A Trends Analysis of Yatch Simulator

Authors: Jae-Neung Lee, Keun-Chang Kwak

Abstract:

This paper describes an analysis of Yacht Simulator international trends and also explains about Yacht. Examples of yacht Simulator using Yacht Simulator include image processing for totaling the total number of vehicles, edge/target detection, detection and evasion algorithm, image processing using SIFT (scale invariant features transform) matching, and application of median filter and thresholding.

Keywords: yacht simulator, simulator, trends analysis, SIFT

Procedia PDF Downloads 406
6102 Frequency Identification of Wiener-Hammerstein Systems

Authors: Brouri Adil, Giri Fouad

Abstract:

The problem of identifying Wiener-Hammerstein systems is addressed in the presence of two linear subsystems of structure totally unknown. Presently, the nonlinear element is allowed to be noninvertible. The system identification problem is dealt by developing a two-stage frequency identification method such a set of points of the nonlinearity are estimated first. Then, the frequency gains of the two linear subsystems are determined at a number of frequencies. The method involves Fourier series decomposition and only requires periodic excitation signals. All involved estimators are shown to be consistent.

Keywords: Wiener-Hammerstein systems, Fourier series expansions, frequency identification, automation science

Procedia PDF Downloads 509
6101 Multifunctional Coating of Nylon Using Nano-Si, Nano-Ti and SiO2-TiO2 Nancomposite :Properties of Colorimetric and Flammability

Authors: E. Fereydouni, Laleh Maleknia , M. E. Olya

Abstract:

The present research, nylon fabric dyed by pressure method with nano-Si, nano-Ti particles and SiO2-TiO2 nancomposite. The influence of the amount of Si, Ti and SiO2-TiO2 on the performance of nylon fabric was investigated by the use of Fourier transform infrared spectrophotometer (FTIR), horizontal flammability apparatus (HFA), scanning electron microscope (SEM), electron dispersive X-ray spectroscope (EDX), water contact angle tester (WCA) and CIE LAB colorimetric system. The possible interactions between particles and nylon fiber were elucidated by the FTIR spectroscopy. Results indicated that the stabilized nanoparticles and nanocomposite enhances flame retardancy of nylon fabrics. Also, the prominet features of nanoparticles and nanocomposite treatment can note increase of adsorption and fixation of dye.

Keywords: nano-Si, nano- Ti, SiO2-TiO2 nancomposite, nylon fabric, flame retardant nylon

Procedia PDF Downloads 337
6100 The Relationship of Fast Food Consumption Preference with Macro and Micro Nutrient Adequacy Students of SMP Negeri 5 Padang

Authors: Widari

Abstract:

This study aims to determine the relationship of fast food consumption preferences with macro and micro nutrient adequacy students of SMP Negeri 5 Padang. This study used a cross sectional study conducted on 100 students of SMP Negeri 5 Padang. The variables studied were fast food preferences, nutrition adequacy macronutrients (carbohydrate, protein, fat, fiber) and micro nutrients (sodium, calcium, iron). Confounding factor in this study was the physical activity level because it was considered quite affecting food consumption of students. Data collected by using a questionnaire food recall as many as 2 x 24 hours to see the history of the respondents eat at school day and on holidays. Then, data processed using software Nutrisurvey and Microsoft Excel 2010. The analysis was performed on samples that have low and medium category on physical activity. The physical activity was not analyzed with another variable to see the strength of the relationship between independent and dependent variables. So that, do restrictions on physical activity variables in an attempt to get rid of confounding in design. Univariate and bivariate analyzes performed using SPSS 16.0 for Windows with Kolmogrov-Smirnov statistical tests, confidence level = 95% (α = 0,05). Results of univariate analysis showed that more than 70% of respondents liked fast food. On average, respondents were malnourished macro; malnourished fiber (100%), carbohydrates (72%), and protein (56%), whereas for fat, excess intake of the respondents (41%). Furthermor, many respondents who have micronutrient deficiencies; 98% for sodium, 96% for iron, and 91% for calcium. The results of the bivariate analysis showed no significant association between fast food consumption preferences with macro and micro nutrient adequacy (p > 0,05). This happens because in the fact not all students who have a preference for fast food actually eat them. To study better in the future, it is expected sampling really like and eat fast food in order to obtain better analysis results.

Keywords: fast food, nutritional adequacy, preferences, students

Procedia PDF Downloads 354
6099 Improvement in Ni (II) Adsorption Capacity by Using Fe-Nano Zeolite

Authors: Pham-Thi Huong, Byeong-Kyu Lee, Jitae Kim, Chi-Hyeon Lee

Abstract:

Fe-nano zeolite adsorbent was used for removal of Ni (II) ions from aqueous solution. The adsorbent was characterized by Fourier transform infrared spectroscopy (FT-IR), scanning electron microscopy (SEM) and the surface area Brunauer–Emmett–Teller (BET) using for analysis of functional groups, morphology and surface area. Bath adsorption experiments were analyzed on the effect of pH, time, adsorbent doses and initial Ni (II) concentration. The optimum pH for Ni (II) removal using Fe-nano zeolite was found at 5.0 and 90 min of reaction time. The maximum adsorption capacity of Ni (II) was 231.68 mg/g based on the Langmuir isotherm. The kinetics data for the adsorption process was fitted with the pseudo-second-order model. The desorption of Ni (II) from Ni-loaded Fe-nano zeolite was analyzed and even after 10 cycles 72 % desorption was achieved. These finding supported that Fe-nano zeolite with high adsorption capacity, high reuse ability would be utilized for Ni (II) removal from water.

Keywords: Fe-nano zeolite, adsorption, Ni (II) removal, regeneration

Procedia PDF Downloads 207
6098 A Stepwise Approach to Automate the Search for Optimal Parameters in Seasonal ARIMA Models

Authors: Manisha Mukherjee, Diptarka Saha

Abstract:

Reliable forecasts of univariate time series data are often necessary for several contexts. ARIMA models are quite popular among practitioners in this regard. Hence, choosing correct parameter values for ARIMA is a challenging yet imperative task. Thus, a stepwise algorithm is introduced to provide automatic and robust estimates for parameters (p; d; q)(P; D; Q) used in seasonal ARIMA models. This process is focused on improvising the overall quality of the estimates, and it alleviates the problems induced due to the unidimensional nature of the methods that are currently used such as auto.arima. The fast and automated search of parameter space also ensures reliable estimates of the parameters that possess several desirable qualities, consequently, resulting in higher test accuracy especially in the cases of noisy data. After vigorous testing on real as well as simulated data, the algorithm doesn’t only perform better than current state-of-the-art methods, it also completely obviates the need for human intervention due to its automated nature.

Keywords: time series, ARIMA, auto.arima, ARIMA parameters, forecast, R function

Procedia PDF Downloads 136
6097 Study of Fast Etching of Silicon for the Fabrication of Bulk Micromachined MEMS Structures

Authors: V. Swarnalatha, A. V. Narasimha Rao, P. Pal

Abstract:

The present research reports the investigation of fast etching of silicon for the fabrication of microelectromechanical systems (MEMS) structures using silicon wet bulk micromachining. Low concentration tetramethyl-ammonium hydroxide (TMAH) and hydroxylamine (NH2OH) are used as main etchant and additive, respectively. The concentration of NH2OH is varied to optimize the composition to achieve best etching characteristics such as high etch rate, significantly high undercutting at convex corner for the fast release of the microstructures from the substrate, and improved etched surface morphology. These etching characteristics are studied on Si{100} and Si{110} wafers as they are most widely used in the fabrication of MEMS structures as wells diode, transistors and integrated circuits.

Keywords: KOH, MEMS, micromachining, silicon, TMAH, wet anisotropic etching

Procedia PDF Downloads 183
6096 Wind Power Forecasting Using Echo State Networks Optimized by Big Bang-Big Crunch Algorithm

Authors: Amir Hossein Hejazi, Nima Amjady

Abstract:

In recent years, due to environmental issues traditional energy sources had been replaced by renewable ones. Wind energy as the fastest growing renewable energy shares a considerable percent of energy in power electricity markets. With this fast growth of wind energy worldwide, owners and operators of wind farms, transmission system operators, and energy traders need reliable and secure forecasts of wind energy production. In this paper, a new forecasting strategy is proposed for short-term wind power prediction based on Echo State Networks (ESN). The forecast engine utilizes state-of-the-art training process including dynamical reservoir with high capability to learn complex dynamics of wind power or wind vector signals. The study becomes more interesting by incorporating prediction of wind direction into forecast strategy. The Big Bang-Big Crunch (BB-BC) evolutionary optimization algorithm is adopted for adjusting free parameters of ESN-based forecaster. The proposed method is tested by real-world hourly data to show the efficiency of the forecasting engine for prediction of both wind vector and wind power output of aggregated wind power production.

Keywords: wind power forecasting, echo state network, big bang-big crunch, evolutionary optimization algorithm

Procedia PDF Downloads 543
6095 Synthesizing and Fabrication of Pani-(SnO₂, ZnO)/rGO by Sol-Gel Method to Develop a Biosensor Thin-Films on Top Glass Substrate

Authors: Mohammad Arifin, Huda Abdullah, Norshafadzila Mohammad Naim

Abstract:

The fabricated PANI-(SnO₂, ZnO)/rGO nanocomposite thin films for the E. coli bacteria sensor were investigated. The nanocomposite thin films were prepared by the sol-gel method and deposited on the glass substrate using the spin-coating technique. The internal structure and surface morphology of the thin films have been analyzed by X-ray diffraction (XRD), field emission scanning electron microscopy (FESEM), and atomic force microscopy (AFM). The optical properties of the films were investigated by UV-Vis spectroscopy, Raman spectroscopy, and Fourier transform infrared spectroscopy (FTIR). The sensitivity performance was identified by measuring the changing conductivity before and after the incubation of E. coli bacteria using current-voltage (I-V) and cyclic voltammetry (C-V) measurements.

Keywords: PANI-(SnO₂, ZnO)/rGO, nanocomposite, bacteria sensor, thin films

Procedia PDF Downloads 86
6094 Photo-Degradation of a Pharmaceutical Product in the Presence of a Catalyst Supported on a Silicoaluminophosphate Solid

Authors: I. Ben Kaddour, S. Larbaoui

Abstract:

Since their first synthesis in 1984, silicoaluminophosphates have proven their effectiveness as a good adsorbent and catalyst in several environmental and energy applications. In this work, the photocatalytic reaction of the photo-degradation of a pharmaceutical product in water was carried out in the presence of a series of materials based on titanium oxide, anatase phase, supported on the microporous framework of the SAPO4-5 at different levels, under ultraviolet light. These photo-catalysts were characterized by different physicochemical analysis methods in order to determine their structural, textural, and morphological properties, such as X-ray diffraction (XRD), Fourier transform infrared spectroscopy (FTIR), microscopy scanning electronics (SEM), nitrogen adsorption measurements, UV-visible diffuse reflectance spectroscopy (UV-Vis-DRS). In this study, liquid chromatography coupled with spectroscopy of mass (LC-MS) was used to determine the nature of the intermediate products formed during the photocatalytic degradation of DCF.

Keywords: photocatalysis, titanium dioxide, SAPO-5, diclofenac

Procedia PDF Downloads 46
6093 A Synthetic Strategy to Attach 2,6-Dichlorophenolindophenol onto Multi Walled Carbon Nanotubes and Their Application for Electrocatalytic Determination of Sulfide

Authors: Alireza Mohadesi, Ashraf Salmanipour

Abstract:

A chemically modified glassy carbon electrode for electrocatalytic determination of sulfide was developed using multiwalled carbon nanotubes (MWCNTs) covalently immobilized with 2,6-dichlorophenolindophenol (DPIP). The immobilization of 2,6-dichlorophenolindophenol with MWCNTs was performed with a new synthetic strategy and characterized by UV–visible absorption spectroscopy, Fourier transform infrared spectroscopy and cyclic voltammetry. The cyclic voltammetric response of DPIP grafted onto MWCNTs indicated that it promotes the low potential, sensitive and stable determination of sulfide. The dependence of response currents on the concentration of sulfide was examined and was linear in the range of 10 - 1100 µM. The detection limit of sulfide was 5 µM and RSD for 100 and 500 µM sulfides were 1.8 and 1.3 %. Many interfering species had little or no effect on the determination of sulfide. The procedure was applied to determination of sulfide in waters samples.

Keywords: functionalized carbon nanotubes, sulfide, biological samples, 2, 6-dichlorophenolindophenol

Procedia PDF Downloads 281
6092 Constructions of Linear and Robust Codes Based on Wavelet Decompositions

Authors: Alla Levina, Sergey Taranov

Abstract:

The classical approach to the providing noise immunity and integrity of information that process in computing devices and communication channels is to use linear codes. Linear codes have fast and efficient algorithms of encoding and decoding information, but this codes concentrate their detect and correct abilities in certain error configurations. To protect against any configuration of errors at predetermined probability can robust codes. This is accomplished by the use of perfect nonlinear and almost perfect nonlinear functions to calculate the code redundancy. The paper presents the error-correcting coding scheme using biorthogonal wavelet transform. Wavelet transform applied in various fields of science. Some of the wavelet applications are cleaning of signal from noise, data compression, spectral analysis of the signal components. The article suggests methods for constructing linear codes based on wavelet decomposition. For developed constructions we build generator and check matrix that contain the scaling function coefficients of wavelet. Based on linear wavelet codes we develop robust codes that provide uniform protection against all errors. In article we propose two constructions of robust code. The first class of robust code is based on multiplicative inverse in finite field. In the second robust code construction the redundancy part is a cube of information part. Also, this paper investigates the characteristics of proposed robust and linear codes.

Keywords: robust code, linear code, wavelet decomposition, scaling function, error masking probability

Procedia PDF Downloads 465
6091 Iron Doped Biomaterial Calcium Borate: Synthesis and Characterization

Authors: G. Çelik Gül, F. Kurtuluş

Abstract:

Colemanite is the most common borate mineral, and the main source of the boron required by plants, human, and earth. Transition metals exhibit optical and physical properties such as; non-linear optical character, structural diversity, thermal stability, long cycle life and luminescent radiation. The doping of colemanite with a transition metal, bring it very interesting and attractive properties which make them applicable in industry. Iron doped calcium borate was synthesized by conventional solid state method at 1200 °C for 12 h with a systematic pathway. X-ray diffraction (XRD), Fourier transform infrared (FTIR) spectroscopy, scanning electron microscopy/energy dispersive analyze (SEM/EDS) were used to characterize structural and morphological properties. Also, thermal properties were recorded by thermogravimetric-differential thermal analysis (TG/DTA). 

Keywords: colemanite, conventional synthesis, powder x-ray diffraction, borates

Procedia PDF Downloads 314