An Evaluation of Irregularities of Milled Surfaces by the Wavelet Analysis

Size: px
Start display at page:

Download "An Evaluation of Irregularities of Milled Surfaces by the Wavelet Analysis"

Transcription

1 An Evaluation of Irregularities of Milled Surfaces by the Wavelet Analysis Włodzimierz Makieła Abstract This paper presents an introductory to wavelet analysis and its application in assessing the surface characteristics of machine parts attained through the milling process. In detail, it presents the criteria to choose the base wavelet used then in the decomposition as well as approximation process of roughness and waviness profiles of milled surfaces. The article shows computation examples carried out in MATLAB programming environment with the use of Wavelet Toolbox and a custom written program designed at the Department of Mechanical Technology and Metrology of the Kielce University of Technology. Keywords: Wavelet analysis, signal decomposition and approximation, surface roughness and waviness. Introduction Wavelet analysis is a measurement signal processing tool which has been fund particularly applicable in respect of nonstationary signals [, ]. Such signals may come from irregularities in measured surfaces, represented by profiles of roughness, waviness and straightness. Wavelets are particularly applicable in approximating signals which present a high degree of volatility in time due to their good placement and selectivity in the time domain. As a result of the wavelet transformation we acquire vectors of wavelet coefficients, most of which nearly equal zero and may be treated as random disturbances, and thus omitted during the signal reconstruction process. Proper selection of the basic wavelet, also known as mother-wavelet, allows us to compute the original signal and eliminate any disturbances from it. This issue is of a great concern since the basic function signifycantly influences the spectrum content. Hence, for example, real oscillations should be analyzed with the use of Fourier transform, whereas binary signals through Haar wavelets. In practice there is no one unanimous criterion to choose a mother-wavelet. In many cases researchers base their decisions on a visual assessment of the analyzed signal. The studies carried out so far have shown that the process of choosing an optimal wavelet is stochastic and for different irregularities profiles of the same surface we acquire different results. Therefore there is a need to design a computer program which would calculate multiple numeric indicators used then to properly choose the base wavelet for numerous similar profiles. This paper presents a program which analyses the method of choosing the proper basewavelet based on the following three criteria: statistical test for autocorrelation of the decomposition details [4]; normalized correlation function [4]; minimum entropy of the following types: Shannon entropy, the concentration in l p norm entropy, the "log energy" entropy and the threshold entropy [3, 4, 5]. The designed program was written in MATLAB programming environment and the calculation procedures are partly based on build-in functions of its Wavelets Toolbox package. The article summarizes computation results for a statistical sample of one hundred roughness and waviness profiles which measure samples obtained based on a variety of processing parameters specifications. Methodology of a Wavelet-Based Signal Decomposition. Pyramidal decomposition One of the easiest wavelet transformations is based on a recursive computation of sums and differences. Once the following two pairs of elements, x i- and x i, in vector x are replaced by their sum y i (which then constitute a new signal y) we in fact average the signal, or in other words make it smooth. In order not to change the signal s level the result is then divided by two. Equation () presents the simplest form of the low-pass filter [] y i = xi + x () i and similarly, high-pass filter, which is [] yi = xi xi. () The decomposition algorithm is show in Figure [4]. Fig. Wavelet pyramidal decomposition tree: f (0) - recorded signal, a (i) signal approximation in i-th iteration, d (i) detail in i-th iteration. Signal decomposition with wavelet packets Wavelet packets are signal transformation methods which originated from classical wavelet transforms and are based on a subtle change of the pyramidal decomposition system to a binary tree, which scheme can be viewed in Figure. Subject to the decomposition is then, not only the i-th approximation a (i) but the i-th detail d (i) as well. Singular decomposition iteration for every signal is carried out the same way as in previously described approximation process. [4]

2 Fig. Wavelet binary decomposition tree: f (0) - recorded signal, aax (i) i-th approximation of approximation, adx (i) i-th detail approximation, dax (i) i-th detail from approximation, ddx (i) detail of a detail in i-th iteration 3 Criteria for Choosing the Basic Wavelet 3. Procedure based on statistical test for autocorrelation white noise test The following test allows us to statistically check whether the details derived from the decomposition process carry any significant information about the analyzed signal or should be treated as white noise. The method is based on an assumption that the mother-wavelet is chosen best when the details provide no statistically significant information about the signal itself. Equations (3-5) form the core principle of this test allowing us to compute the variance V, covariance R(k) and χ test value. [3, 4] V = d i [ ( )] k R k) = d ( i) d( i + k) m = [ R( k)] V k= (3) ( (4) χ (5) where: - number of detail elements d,m natural value from (5,/4) interval [4] The calculated χ test value is then compared with the critical value from chi-square distribution under given α significance level. If the test value is greater than the critical value we can reject the hypothesis that the basic wavelet was chosen properly. If the test value is smaller then there is no reason to reject the tested hypothesis. 3. Procedure based on normalized correlation function The method is based on determining the correlation coefficients (6), which compare original signal f (0) to its ( denoised ) approximation a (). The better the basic wavelet, the higher the maximum correlation coefficient will be. k f ( i) a( i + k) r( k) = [ f ( i) + a ( i)] (6) where f(i) original signal s i-th element, a (i) approximation s i-th elements, k shift coefficient chosen based on the diagram of irregularities. 3.3 Procedure based on minimum entropy This signal decomposition procedure is usually applied in wavelet toolboxes. Its principle is to maximize the energy concentration function and to choose an optimal decomposition tree based on it. The role of energy concentration function here is assigned to entropy, which is its inverse function, so the optimization indicator will be the minimum entropy. Entropy must conform to the following rules: E ( 0) = 0 E( x) = E( x i ) (7) where: x i elements of the analyzed node MATLAB Wavelet Toolbox of allow us to calculate the following entropies: Shannon (non-normalized) entropy E( x) = x i ln( xi ) (8) The concentration in l p norm entropy p E( x) = x i p (9) The "log energy" entropy E ( x ) = ln( x i ) where ln(0) = 0 (0) The threshold entropy E( x) = E( x i ) () E ( xi ) =, gdy xi > ε E ( x = ε, i ) 0, gdy xi In order to compute the best tree we need to optimize the signal using wavelet packets, and then calculate the chosen entropy coefficient for each node. If the joint entropy of the two decomposed elements of the node is higher than entropy of the node itself than the tree growth should be stopped at this node. If the joint entropy is lower than the decomposition should create sub-nodes and proceed further. 4 Computer program for wavelet analysis 4. Block scheme of FALKAM program Fig. 3 FALKAM block scheme 4. Program description Obviously, before running the program it is necessary to first measure a given irregularity of interest (roughness, waviness, straightness, roundness). The recorded profile should then be imported to the MATLAB workspace. This section also contains all objects read and generated by the program in a given computation session. 3

3 After the profile is imported we may proceed to the analysis which is based on three blocks summarized in the program s interface. The first block contains decomposition analysis procedures for chosen types of wavelets and calculates multiple signal parameters acquired for different levels of decomposition. The analyzed wavelets are: db3, db4, db5, coif3, coif5, sym4, sym6, bior.4, bior4.4, bior.5. Though nine levels of decomposition are provided, this number can be modified dependently on the number of elements in the sampled profile. When an automatic option of denoising is selected the program allows us to choose between four methods of threshold computation and three types of noise structure to be considered. The computation process starts once Analizuj sygnał button is pressed. The results are saved to Excel file which needs to be defined prior to the analysis. The program will ask to specify the output file name just before the analysis. If the file name provided by the user does not exist, it will be automatically created by the program in the MATLAB current directory. The results can be viewed in two ways either through MATLAB current directory tab by choosing Open Outside MATLAB option on the output file or simply by literarily opening it outside MATLAB environment. The output worksheet which contains calculation results is laid out as follows: the first matrix (4x) shows results for assessing the proper wavelet based on the minimum entropy criteria. An optimal level of decomposition is provided for twelve different base wavelets for four different levels of entropy (8-); the second block provides exact values of entropy at every level of decomposition for each wavelet; the third block contains correlation scores, white noise test values and deviations of approximants from the original signal for twelve wavelets and the first four levels of decomposition; the fourth block contains sums of the details absolute values at every level of decomposition; the last block contains results for statistical characterristics of the original signal as well as its approximations summarized by the following parameters: average absolute deviation, standard deviation, range, skewness and kurtosis. Additionally, through Rysowanie option, the program allows us to plot the wavelet approximations of the signal as well as its denoised counterpart. This action can be performed at every level of decomposition after providing additional information on the type of basic wavelet, threshold and what type of noise structure should be assumed. Program option labeled Odszumianie implements an algorithm which seeks a combination of basic wavelet, threshold type and noise structure which minimize the test value of the white noise test (5). Program option labeled Entropia computes an optimum decomposition tree (best tree). For a given wavelet, type of entropy as well as decomposition level we get a graphical representation of the binary signal decomposition (Figure ) and the best tree plot (Figure ). 5 Measurements and Calculation Procedures In order to present the decomposition and approximation procedure we select a profile measured on the surface machined by the face milling process using CC milling machine with a new type of the milling head that allows us to obtain very low values of cutting forces. The milling head is presented in Figure 4. Milling parameters were as follows: sample material steal 45; parameters: feed fm=000 mm/min, Vc=5, m/min; n=000 RPM, ap=mm, d=80 mm, z=5, rε=,4 mm; length 65 mm; width 6 mm Fig. 4 The four-blades milling head with the primary clearance equal to 90 degrees dedicated to light cutting 5. Decomposition process of roughness profiles Using the milling process, discussed in the previous section, we produced an object which surface was later measured using profilometer TOPO. As a result roughness (Figure 5) and waviness (Figure 8) profiles were obtained, which were then analyzed using FALKAM program. Although the results are not conclusive in choosing one particular wavelet they allow us to select a group of basic wavelets which are optimal to decompose and approximate the original signal. For the roughness profile the basic wavelets are: db4, db5, ciof3, coif5, sym4, sym6, bior.4, bior.3. For the waviness profile the preferable basic wavelets are db3, db4, db5, ciof3, coif5, sym4, sym6, bior.4, bior4.4, bior.3. For comparison purposes we choose db5 wavelet, which represents the optimal group of basic wavelets, and Haar wavelet which had the worst results. Figures 5-7 present the measured profile (Figure 5) as well as its decomposition results for two types of basic wavelets, Haar (Figure 6) and db5 (Figure 7), the latter being an optimal choice according to the analysis results. The plots show that there are increased periodic fluctuations within specific areas at every level of decomposition regardless of the wavelet type. A more detail analysis showed that one of the blades was beating at the surface during the milling process, which caused those periodic spikes. The type of wavelet used has a primary influence on the quality of approximation. For an optimal wavelet the signal is well smoothed out, which in turn indicates a more efficient noise reduction. Fig. 5 Measured roughness profile 4

4 red: waviness (Table ) and roughness (Table ). In general the smaller the percentage deviation of the parameters the better a given approximation fits the original signal s characteristic. Fig. 8 Measured waviness profile Fig. 6 Roughness profile decomposition using Haar wavelet Fig. 9 Waviness profile decomposition using Haar wavelet Fig. 7 Roughness profile decomposition using db5 wavelet 5. Waviness profile decomposition process Figures 8-0 present measured waviness profile (Figure 8) and its decomposition for two types of basic wavelets Haar (Figure 9) and db5 (Figure 0). The plots provide a graphical overview pointing out, that for a badly chosen wavelet (Haar) the details do not accurately capture signal s characteristic points. The amplitude spectrum is blurred and the approximated signal does not seem to carry any smoothed out characteristics. In case of db5 wavelet only the first level details are blurred and resemble white noise characteristics. For the remaining levels of decomposition the irregularities vividly stand out and the approximated signal is smooth as expected. In order show the impact of the decomposition process on approximated signal we enlarged the profile and compare it with the original signal. Figure shows the result of wavelet approximation which effectively eliminates random irregularities. 5.3 Parameters variation assessment in the decomposition process As a result of the decomposition process we acquire signal approximations. Even though these approximants are well smoothed out there is a concern that approximating may cause changes to the original signal characteristics itself. The article presents measures of approximations deviations from their original characteristics summarized by changes in their statistical parameters in respect to the original signal for the previously selected pair of basic wavelets up to the sixth and seventh level of decomposition. Also as previously, two profile characteristics are conside- Fig. 0 Waviness profile decomposition using db5 wavelet Fig. Comparative plot: measured profile and wavelet approximation (on the right) in a given interval for db5 basic wavelet The results indicate that the signal approximated up to the fifth level maintains the original signal s roughness and waviness characteristics quite well. Hence, filtering the signal up to this level allows us to approximate it without any significant changes in its parameters. In order to asses each detail s contribution to the analyzed signal we calculate sums of amplitudes of those details and their relative contribution to the signal (Tables 3 and 4) for types of basic wavelets. 5

5 Tab. Roughness profile: relative decrease in selected approximations parameters concordance with the original signal as function of decomposition level for two base wavelets Tab. Waviness profile: relative decrease in selected approximations parameters concordance with the original signal as function of decomposition level for two base wavelets Tab. 3 Roughness profile: relative details contribution [%] to the analyzed signal at different levels of decomposition 6 Concluding Remarks Considering the theory outlined in the article as well as the computation result the following conclusions can be drawn:. Wavelet analysis is very well applicable for milled surfaces assessment and for their roughness and waviness approximations or filtrations in particular.. The article summarizes computation capabilities of FALKAM program, which implements the concepts of signal decomposition and approximation in MATLAB programming environment. 3. The calculation results, based on roughness and waviness profiles, allowed us to further test and validate the program showing that it is particularly applicable to the following research problems: - choosing the optimal basic wavelet, where the primary focus should be given to the entropy based criterion; - assessing the proper level of decomposition for which geometrical parameters of the profiles do not change significantly from the original. For the presented example that was level five for roughness and level six for waviness profile; - calculating details contribution to the overall signal at every level of the decomposition. Here, the analysis showed that for an optimal wavelet, details contribution remains below one percent up to the third level of the decomposition for roughness and fifth level for waviness profile. 4. The presented procedure is applicable for signal samples with the number of elements large enough to carrying out the previously described statistical calculation and for those which allow for a proper evaluation of the cutting parameters influence on wavelet decomposition and approximation. Makieła Włodzimierz, PhD., Kielce University of Technology, Poland, wmakiela@tu.kielce.pl Having analyzed the results from Table 3 and Table 4 we conclude that low level decomposition details (of high frequency) contribute more to the original signal in roughness profile than in waviness profile for every type of basic wavelet. If a given wavelet belongs to the optimal group of basic wavelets the levels of relative contributions remain constant. Tab. 4 Waviness contour/profile: relative details contribution [%] to the analysed signal at different levels of decomposition References [] Augustyniak P.: Transformacje falkowe w zastosowaniach elektrodiagnostycznych, Uczelniane Wydawnictwo aukowo Dydaktyczne AGH, Kraków 003 [] Białasiewicz J. T.: Falki i aproksymacje. Wydanie drugie, Wydawnictwa aukowo Techniczne, Warszawa 004 [3] Zawada-Tomkiewicz A.: Dekompozycja falkowa profilu powierzchni po toczeniu. PAK vol. 55 nr 4/009, pp [4] Makieła W., Stępień K.: Ocena wpływu metodyki doboru falki bazowej na analizę falkową zarysów nierówności powierzchni. PAK vol. 56 nr /00 pp [5] Misiti M., Misiti Y., Oppenheim G., Poggi J.M.: Wavelet Toolbox 4 User s Guide The MathWorks, Inc

A Wavelet Based Prediction Method for Time Series

A Wavelet Based Prediction Method for Time Series A Wavelet Based Prediction Method for Time Series Cristina Stolojescu 1,2 Ion Railean 1,3 Sorin Moga 1 Philippe Lenca 1 and Alexandru Isar 2 1 Institut TELECOM; TELECOM Bretagne, UMR CNRS 3192 Lab-STICC;

More information

Wavelet analysis. Wavelet requirements. Example signals. Stationary signal 2 Hz + 10 Hz + 20Hz. Zero mean, oscillatory (wave) Fast decay (let)

Wavelet analysis. Wavelet requirements. Example signals. Stationary signal 2 Hz + 10 Hz + 20Hz. Zero mean, oscillatory (wave) Fast decay (let) Wavelet analysis In the case of Fourier series, the orthonormal basis is generated by integral dilation of a single function e jx Every 2π-periodic square-integrable function is generated by a superposition

More information

Data Analysis Tools. Tools for Summarizing Data

Data Analysis Tools. Tools for Summarizing Data Data Analysis Tools This section of the notes is meant to introduce you to many of the tools that are provided by Excel under the Tools/Data Analysis menu item. If your computer does not have that tool

More information

Admin stuff. 4 Image Pyramids. Spatial Domain. Projects. Fourier domain 2/26/2008. Fourier as a change of basis

Admin stuff. 4 Image Pyramids. Spatial Domain. Projects. Fourier domain 2/26/2008. Fourier as a change of basis Admin stuff 4 Image Pyramids Change of office hours on Wed 4 th April Mon 3 st March 9.3.3pm (right after class) Change of time/date t of last class Currently Mon 5 th May What about Thursday 8 th May?

More information

7 Time series analysis

7 Time series analysis 7 Time series analysis In Chapters 16, 17, 33 36 in Zuur, Ieno and Smith (2007), various time series techniques are discussed. Applying these methods in Brodgar is straightforward, and most choices are

More information

SPEECH SIGNAL CODING FOR VOIP APPLICATIONS USING WAVELET PACKET TRANSFORM A

SPEECH SIGNAL CODING FOR VOIP APPLICATIONS USING WAVELET PACKET TRANSFORM A International Journal of Science, Engineering and Technology Research (IJSETR), Volume, Issue, January SPEECH SIGNAL CODING FOR VOIP APPLICATIONS USING WAVELET PACKET TRANSFORM A N.Rama Tej Nehru, B P.Sunitha

More information

ESTIMATION OF SURFACE ROUGHNESS PARAMETER BASED ON MACHINED SURFACE IMAGE

ESTIMATION OF SURFACE ROUGHNESS PARAMETER BASED ON MACHINED SURFACE IMAGE METROLOGY AND MEASUREMENT SYSTEMS Index 330930, ISSN 0860-8229 www.metrology.pg.gda.pl ESTIMATION OF SURFACE ROUGHNESS PARAMETER BASED ON MACHINED SURFACE IMAGE Anna Zawada-Tomkiewicz Koszalin University

More information

1 Example of Time Series Analysis by SSA 1

1 Example of Time Series Analysis by SSA 1 1 Example of Time Series Analysis by SSA 1 Let us illustrate the 'Caterpillar'-SSA technique [1] by the example of time series analysis. Consider the time series FORT (monthly volumes of fortied wine sales

More information

Medical Information Management & Mining. You Chen Jan,15, 2013 You.chen@vanderbilt.edu

Medical Information Management & Mining. You Chen Jan,15, 2013 You.chen@vanderbilt.edu Medical Information Management & Mining You Chen Jan,15, 2013 You.chen@vanderbilt.edu 1 Trees Building Materials Trees cannot be used to build a house directly. How can we transform trees to building materials?

More information

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches PhD Thesis by Payam Birjandi Director: Prof. Mihai Datcu Problematic

More information

Assessment of the National Water Quality Monitoring Program of Egypt

Assessment of the National Water Quality Monitoring Program of Egypt Assessment of the National Water Quality Monitoring Program of Egypt Rasha M.S. El Kholy 1, Bahaa M. Khalil & Shaden T. Abdel Gawad 3 1 Researcher, Assistant researcher, 3 Vice-chairperson, National Water

More information

D-optimal plans in observational studies

D-optimal plans in observational studies D-optimal plans in observational studies Constanze Pumplün Stefan Rüping Katharina Morik Claus Weihs October 11, 2005 Abstract This paper investigates the use of Design of Experiments in observational

More information

Wavelet Analysis Based Estimation of Probability Density function of Wind Data

Wavelet Analysis Based Estimation of Probability Density function of Wind Data , pp.23-34 http://dx.doi.org/10.14257/ijeic.2014.5.3.03 Wavelet Analysis Based Estimation of Probability Density function of Wind Data Debanshee Datta Department of Mechanical Engineering Indian Institute

More information

HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER

HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER Gholamreza Anbarjafari icv Group, IMS Lab, Institute of Technology, University of Tartu, Tartu 50411, Estonia sjafari@ut.ee

More information

Applications to Data Smoothing and Image Processing I

Applications to Data Smoothing and Image Processing I Applications to Data Smoothing and Image Processing I MA 348 Kurt Bryan Signals and Images Let t denote time and consider a signal a(t) on some time interval, say t. We ll assume that the signal a(t) is

More information

Co-integration of Stock Markets using Wavelet Theory and Data Mining

Co-integration of Stock Markets using Wavelet Theory and Data Mining Co-integration of Stock Markets using Wavelet Theory and Data Mining R.Sahu P.B.Sanjeev rsahu@iiitm.ac.in sanjeev@iiitm.ac.in ABV-Indian Institute of Information Technology and Management, India Abstract

More information

Business Statistics. Successful completion of Introductory and/or Intermediate Algebra courses is recommended before taking Business Statistics.

Business Statistics. Successful completion of Introductory and/or Intermediate Algebra courses is recommended before taking Business Statistics. Business Course Text Bowerman, Bruce L., Richard T. O'Connell, J. B. Orris, and Dawn C. Porter. Essentials of Business, 2nd edition, McGraw-Hill/Irwin, 2008, ISBN: 978-0-07-331988-9. Required Computing

More information

Univariate and Multivariate Methods PEARSON. Addison Wesley

Univariate and Multivariate Methods PEARSON. Addison Wesley Time Series Analysis Univariate and Multivariate Methods SECOND EDITION William W. S. Wei Department of Statistics The Fox School of Business and Management Temple University PEARSON Addison Wesley Boston

More information

Data quality in Accounting Information Systems

Data quality in Accounting Information Systems Data quality in Accounting Information Systems Comparing Several Data Mining Techniques Erjon Zoto Department of Statistics and Applied Informatics Faculty of Economy, University of Tirana Tirana, Albania

More information

Automatic Detection of Emergency Vehicles for Hearing Impaired Drivers

Automatic Detection of Emergency Vehicles for Hearing Impaired Drivers Automatic Detection of Emergency Vehicles for Hearing Impaired Drivers Sung-won ark and Jose Trevino Texas A&M University-Kingsville, EE/CS Department, MSC 92, Kingsville, TX 78363 TEL (36) 593-2638, FAX

More information

Adaptive feature selection for rolling bearing condition monitoring

Adaptive feature selection for rolling bearing condition monitoring Adaptive feature selection for rolling bearing condition monitoring Stefan Goreczka and Jens Strackeljan Otto-von-Guericke-Universität Magdeburg, Fakultät für Maschinenbau Institut für Mechanik, Universitätsplatz,

More information

STATISTICA Formula Guide: Logistic Regression. Table of Contents

STATISTICA Formula Guide: Logistic Regression. Table of Contents : Table of Contents... 1 Overview of Model... 1 Dispersion... 2 Parameterization... 3 Sigma-Restricted Model... 3 Overparameterized Model... 4 Reference Coding... 4 Model Summary (Summary Tab)... 5 Summary

More information

business statistics using Excel OXFORD UNIVERSITY PRESS Glyn Davis & Branko Pecar

business statistics using Excel OXFORD UNIVERSITY PRESS Glyn Davis & Branko Pecar business statistics using Excel Glyn Davis & Branko Pecar OXFORD UNIVERSITY PRESS Detailed contents Introduction to Microsoft Excel 2003 Overview Learning Objectives 1.1 Introduction to Microsoft Excel

More information

How To Check For Differences In The One Way Anova

How To Check For Differences In The One Way Anova MINITAB ASSISTANT WHITE PAPER This paper explains the research conducted by Minitab statisticians to develop the methods and data checks used in the Assistant in Minitab 17 Statistical Software. One-Way

More information

A Novel Method to Improve Resolution of Satellite Images Using DWT and Interpolation

A Novel Method to Improve Resolution of Satellite Images Using DWT and Interpolation A Novel Method to Improve Resolution of Satellite Images Using DWT and Interpolation S.VENKATA RAMANA ¹, S. NARAYANA REDDY ² M.Tech student, Department of ECE, SVU college of Engineering, Tirupati, 517502,

More information

POTENTIAL OF STATE-FEEDBACK CONTROL FOR MACHINE TOOLS DRIVES

POTENTIAL OF STATE-FEEDBACK CONTROL FOR MACHINE TOOLS DRIVES POTENTIAL OF STATE-FEEDBACK CONTROL FOR MACHINE TOOLS DRIVES L. Novotny 1, P. Strakos 1, J. Vesely 1, A. Dietmair 2 1 Research Center of Manufacturing Technology, CTU in Prague, Czech Republic 2 SW, Universität

More information

Improving the Performance of Data Mining Models with Data Preparation Using SAS Enterprise Miner Ricardo Galante, SAS Institute Brasil, São Paulo, SP

Improving the Performance of Data Mining Models with Data Preparation Using SAS Enterprise Miner Ricardo Galante, SAS Institute Brasil, São Paulo, SP Improving the Performance of Data Mining Models with Data Preparation Using SAS Enterprise Miner Ricardo Galante, SAS Institute Brasil, São Paulo, SP ABSTRACT In data mining modelling, data preparation

More information

Joseph Twagilimana, University of Louisville, Louisville, KY

Joseph Twagilimana, University of Louisville, Louisville, KY ST14 Comparing Time series, Generalized Linear Models and Artificial Neural Network Models for Transactional Data analysis Joseph Twagilimana, University of Louisville, Louisville, KY ABSTRACT The aim

More information

SAS Software to Fit the Generalized Linear Model

SAS Software to Fit the Generalized Linear Model SAS Software to Fit the Generalized Linear Model Gordon Johnston, SAS Institute Inc., Cary, NC Abstract In recent years, the class of generalized linear models has gained popularity as a statistical modeling

More information

The Combination Forecasting Model of Auto Sales Based on Seasonal Index and RBF Neural Network

The Combination Forecasting Model of Auto Sales Based on Seasonal Index and RBF Neural Network , pp.67-76 http://dx.doi.org/10.14257/ijdta.2016.9.1.06 The Combination Forecasting Model of Auto Sales Based on Seasonal Index and RBF Neural Network Lihua Yang and Baolin Li* School of Economics and

More information

Course Text. Required Computing Software. Course Description. Course Objectives. StraighterLine. Business Statistics

Course Text. Required Computing Software. Course Description. Course Objectives. StraighterLine. Business Statistics Course Text Business Statistics Lind, Douglas A., Marchal, William A. and Samuel A. Wathen. Basic Statistics for Business and Economics, 7th edition, McGraw-Hill/Irwin, 2010, ISBN: 9780077384470 [This

More information

Data Mining - Evaluation of Classifiers

Data Mining - Evaluation of Classifiers Data Mining - Evaluation of Classifiers Lecturer: JERZY STEFANOWSKI Institute of Computing Sciences Poznan University of Technology Poznan, Poland Lecture 4 SE Master Course 2008/2009 revised for 2010

More information

Normality Testing in Excel

Normality Testing in Excel Normality Testing in Excel By Mark Harmon Copyright 2011 Mark Harmon No part of this publication may be reproduced or distributed without the express permission of the author. mark@excelmasterseries.com

More information

INFLUENCE OF MEASUREMENT SYSTEM QUALITY ON THE EVALUATION OF PROCESS CAPABILITY INDICES

INFLUENCE OF MEASUREMENT SYSTEM QUALITY ON THE EVALUATION OF PROCESS CAPABILITY INDICES METALLURGY AND FOUNDRY ENGINEERING Vol. 38, 2012, No. 1 http://dx.doi.org/10.7494/mafe.2012.38.1.25 Andrzej Czarski*, Piotr Matusiewicz* INFLUENCE OF MEASUREMENT SYSTEM QUALITY ON THE EVALUATION OF PROCESS

More information

Overview of Violations of the Basic Assumptions in the Classical Normal Linear Regression Model

Overview of Violations of the Basic Assumptions in the Classical Normal Linear Regression Model Overview of Violations of the Basic Assumptions in the Classical Normal Linear Regression Model 1 September 004 A. Introduction and assumptions The classical normal linear regression model can be written

More information

Bandwidth analysis of multimode fiber passive optical networks (PONs)

Bandwidth analysis of multimode fiber passive optical networks (PONs) Optica Applicata, Vol. XXXIX, No. 2, 2009 Bandwidth analysis of multimode fiber passive optical networks (PONs) GRZEGORZ STEPNIAK *, LUKASZ MAKSYMIUK, JERZY SIUZDAK Institute of Telecommunications, Warsaw

More information

Nonlinear Iterative Partial Least Squares Method

Nonlinear Iterative Partial Least Squares Method Numerical Methods for Determining Principal Component Analysis Abstract Factors Béchu, S., Richard-Plouet, M., Fernandez, V., Walton, J., and Fairley, N. (2016) Developments in numerical treatments for

More information

AUTOMATION OF ENERGY DEMAND FORECASTING. Sanzad Siddique, B.S.

AUTOMATION OF ENERGY DEMAND FORECASTING. Sanzad Siddique, B.S. AUTOMATION OF ENERGY DEMAND FORECASTING by Sanzad Siddique, B.S. A Thesis submitted to the Faculty of the Graduate School, Marquette University, in Partial Fulfillment of the Requirements for the Degree

More information

Tracking Moving Objects In Video Sequences Yiwei Wang, Robert E. Van Dyck, and John F. Doherty Department of Electrical Engineering The Pennsylvania State University University Park, PA16802 Abstract{Object

More information

Chapter 6: Multivariate Cointegration Analysis

Chapter 6: Multivariate Cointegration Analysis Chapter 6: Multivariate Cointegration Analysis 1 Contents: Lehrstuhl für Department Empirische of Wirtschaftsforschung Empirical Research and und Econometrics Ökonometrie VI. Multivariate Cointegration

More information

Linear Threshold Units

Linear Threshold Units Linear Threshold Units w x hx (... w n x n w We assume that each feature x j and each weight w j is a real number (we will relax this later) We will study three different algorithms for learning linear

More information

Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data

Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data Introduction In several upcoming labs, a primary goal will be to determine the mathematical relationship between two variable

More information

Time-Frequency Detection Algorithm of Network Traffic Anomalies

Time-Frequency Detection Algorithm of Network Traffic Anomalies 2012 International Conference on Innovation and Information Management (ICIIM 2012) IPCSIT vol. 36 (2012) (2012) IACSIT Press, Singapore Time-Frequency Detection Algorithm of Network Traffic Anomalies

More information

Matlab GUI for WFB spectral analysis

Matlab GUI for WFB spectral analysis Matlab GUI for WFB spectral analysis Jan Nováček Department of Radio Engineering K13137, CTU FEE Prague Abstract In the case of the sound signals analysis we usually use logarithmic scale on the frequency

More information

Statistical Machine Learning

Statistical Machine Learning Statistical Machine Learning UoC Stats 37700, Winter quarter Lecture 4: classical linear and quadratic discriminants. 1 / 25 Linear separation For two classes in R d : simple idea: separate the classes

More information

PATTERN RECOGNITION AND MACHINE LEARNING CHAPTER 4: LINEAR MODELS FOR CLASSIFICATION

PATTERN RECOGNITION AND MACHINE LEARNING CHAPTER 4: LINEAR MODELS FOR CLASSIFICATION PATTERN RECOGNITION AND MACHINE LEARNING CHAPTER 4: LINEAR MODELS FOR CLASSIFICATION Introduction In the previous chapter, we explored a class of regression models having particularly simple analytical

More information

A Digital Audio Watermark Embedding Algorithm

A Digital Audio Watermark Embedding Algorithm Xianghong Tang, Yamei Niu, Hengli Yue, Zhongke Yin Xianghong Tang, Yamei Niu, Hengli Yue, Zhongke Yin School of Communication Engineering, Hangzhou Dianzi University, Hangzhou, Zhejiang, 3008, China tangxh@hziee.edu.cn,

More information

CS 591.03 Introduction to Data Mining Instructor: Abdullah Mueen

CS 591.03 Introduction to Data Mining Instructor: Abdullah Mueen CS 591.03 Introduction to Data Mining Instructor: Abdullah Mueen LECTURE 3: DATA TRANSFORMATION AND DIMENSIONALITY REDUCTION Chapter 3: Data Preprocessing Data Preprocessing: An Overview Data Quality Major

More information

203.4770: Introduction to Machine Learning Dr. Rita Osadchy

203.4770: Introduction to Machine Learning Dr. Rita Osadchy 203.4770: Introduction to Machine Learning Dr. Rita Osadchy 1 Outline 1. About the Course 2. What is Machine Learning? 3. Types of problems and Situations 4. ML Example 2 About the course Course Homepage:

More information

Mehtap Ergüven Abstract of Ph.D. Dissertation for the degree of PhD of Engineering in Informatics

Mehtap Ergüven Abstract of Ph.D. Dissertation for the degree of PhD of Engineering in Informatics INTERNATIONAL BLACK SEA UNIVERSITY COMPUTER TECHNOLOGIES AND ENGINEERING FACULTY ELABORATION OF AN ALGORITHM OF DETECTING TESTS DIMENSIONALITY Mehtap Ergüven Abstract of Ph.D. Dissertation for the degree

More information

Common Tools for Displaying and Communicating Data for Process Improvement

Common Tools for Displaying and Communicating Data for Process Improvement Common Tools for Displaying and Communicating Data for Process Improvement Packet includes: Tool Use Page # Box and Whisker Plot Check Sheet Control Chart Histogram Pareto Diagram Run Chart Scatter Plot

More information

Indices of Model Fit STRUCTURAL EQUATION MODELING 2013

Indices of Model Fit STRUCTURAL EQUATION MODELING 2013 Indices of Model Fit STRUCTURAL EQUATION MODELING 2013 Indices of Model Fit A recommended minimal set of fit indices that should be reported and interpreted when reporting the results of SEM analyses:

More information

Metrol. Meas. Syst., Vol. XVII (2010), No. 1, pp. 119-126 METROLOGY AND MEASUREMENT SYSTEMS. Index 330930, ISSN 0860-8229 www.metrology.pg.gda.

Metrol. Meas. Syst., Vol. XVII (2010), No. 1, pp. 119-126 METROLOGY AND MEASUREMENT SYSTEMS. Index 330930, ISSN 0860-8229 www.metrology.pg.gda. Metrol. Meas. Syst., Vol. XVII (21), No. 1, pp. 119-126 METROLOGY AND MEASUREMENT SYSTEMS Index 3393, ISSN 86-8229 www.metrology.pg.gda.pl MODELING PROFILES AFTER VAPOUR BLASTING Paweł Pawlus 1), Rafał

More information

International Journal of Computer Sciences and Engineering. Research Paper Volume-4, Issue-4 E-ISSN: 2347-2693

International Journal of Computer Sciences and Engineering. Research Paper Volume-4, Issue-4 E-ISSN: 2347-2693 International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-4, Issue-4 E-ISSN: 2347-2693 PAPR Reduction Method for the Localized and Distributed DFTS-OFDM System Using

More information

FADA: A False Alarm Detection Algorithm for Wireless Microsensor Networks

FADA: A False Alarm Detection Algorithm for Wireless Microsensor Networks FADA: A False Alarm Detection Algorithm for Wireless Microsensor Networks Caimu Tang 1 and Cauligi S. Raghavendra 2 and Viktor K. Prasanna 2 1 Department of Computer Science University of Southern California

More information

On Correlating Performance Metrics

On Correlating Performance Metrics On Correlating Performance Metrics Yiping Ding and Chris Thornley BMC Software, Inc. Kenneth Newman BMC Software, Inc. University of Massachusetts, Boston Performance metrics and their measurements are

More information

Factor Analysis. Chapter 420. Introduction

Factor Analysis. Chapter 420. Introduction Chapter 420 Introduction (FA) is an exploratory technique applied to a set of observed variables that seeks to find underlying factors (subsets of variables) from which the observed variables were generated.

More information

Probability and Random Variables. Generation of random variables (r.v.)

Probability and Random Variables. Generation of random variables (r.v.) Probability and Random Variables Method for generating random variables with a specified probability distribution function. Gaussian And Markov Processes Characterization of Stationary Random Process Linearly

More information

Least Squares Estimation

Least Squares Estimation Least Squares Estimation SARA A VAN DE GEER Volume 2, pp 1041 1045 in Encyclopedia of Statistics in Behavioral Science ISBN-13: 978-0-470-86080-9 ISBN-10: 0-470-86080-4 Editors Brian S Everitt & David

More information

Descriptive Statistics

Descriptive Statistics Descriptive Statistics Primer Descriptive statistics Central tendency Variation Relative position Relationships Calculating descriptive statistics Descriptive Statistics Purpose to describe or summarize

More information

Lecture 10: Regression Trees

Lecture 10: Regression Trees Lecture 10: Regression Trees 36-350: Data Mining October 11, 2006 Reading: Textbook, sections 5.2 and 10.5. The next three lectures are going to be about a particular kind of nonlinear predictive model,

More information

The Wondrous World of fmri statistics

The Wondrous World of fmri statistics Outline The Wondrous World of fmri statistics FMRI data and Statistics course, Leiden, 11-3-2008 The General Linear Model Overview of fmri data analysis steps fmri timeseries Modeling effects of interest

More information

SOFTWARE FOR GENERATION OF SPECTRUM COMPATIBLE TIME HISTORY

SOFTWARE FOR GENERATION OF SPECTRUM COMPATIBLE TIME HISTORY 3 th World Conference on Earthquake Engineering Vancouver, B.C., Canada August -6, 24 Paper No. 296 SOFTWARE FOR GENERATION OF SPECTRUM COMPATIBLE TIME HISTORY ASHOK KUMAR SUMMARY One of the important

More information

Java Modules for Time Series Analysis

Java Modules for Time Series Analysis Java Modules for Time Series Analysis Agenda Clustering Non-normal distributions Multifactor modeling Implied ratings Time series prediction 1. Clustering + Cluster 1 Synthetic Clustering + Time series

More information

A Regime-Switching Model for Electricity Spot Prices. Gero Schindlmayr EnBW Trading GmbH g.schindlmayr@enbw.com

A Regime-Switching Model for Electricity Spot Prices. Gero Schindlmayr EnBW Trading GmbH g.schindlmayr@enbw.com A Regime-Switching Model for Electricity Spot Prices Gero Schindlmayr EnBW Trading GmbH g.schindlmayr@enbw.com May 31, 25 A Regime-Switching Model for Electricity Spot Prices Abstract Electricity markets

More information

Component Ordering in Independent Component Analysis Based on Data Power

Component Ordering in Independent Component Analysis Based on Data Power Component Ordering in Independent Component Analysis Based on Data Power Anne Hendrikse Raymond Veldhuis University of Twente University of Twente Fac. EEMCS, Signals and Systems Group Fac. EEMCS, Signals

More information

PLASTIC REGION BOLT TIGHTENING CONTROLLED BY ACOUSTIC EMISSION MONITORING

PLASTIC REGION BOLT TIGHTENING CONTROLLED BY ACOUSTIC EMISSION MONITORING PLASTIC REGION BOLT TIGHTENING CONTROLLED BY ACOUSTIC EMISSION MONITORING TADASHI ONISHI, YOSHIHIRO MIZUTANI and MASAMI MAYUZUMI 2-12-1-I1-70, O-okayama, Meguro, Tokyo 152-8552, Japan. Abstract Troubles

More information

Introduction to time series analysis

Introduction to time series analysis Introduction to time series analysis Margherita Gerolimetto November 3, 2010 1 What is a time series? A time series is a collection of observations ordered following a parameter that for us is time. Examples

More information

PIXEL-LEVEL IMAGE FUSION USING BROVEY TRANSFORME AND WAVELET TRANSFORM

PIXEL-LEVEL IMAGE FUSION USING BROVEY TRANSFORME AND WAVELET TRANSFORM PIXEL-LEVEL IMAGE FUSION USING BROVEY TRANSFORME AND WAVELET TRANSFORM Rohan Ashok Mandhare 1, Pragati Upadhyay 2,Sudha Gupta 3 ME Student, K.J.SOMIYA College of Engineering, Vidyavihar, Mumbai, Maharashtra,

More information

APPLICATION OF ADVANCED SEARCH- METHODS FOR AUTOMOTIVE DATA-BUS SYSTEM SIGNAL INTEGRITY OPTIMIZATION

APPLICATION OF ADVANCED SEARCH- METHODS FOR AUTOMOTIVE DATA-BUS SYSTEM SIGNAL INTEGRITY OPTIMIZATION APPLICATION OF ADVANCED SEARCH- METHODS FOR AUTOMOTIVE DATA-BUS SYSTEM SIGNAL INTEGRITY OPTIMIZATION Harald Günther 1, Stephan Frei 1, Thomas Wenzel, Wolfgang Mickisch 1 Technische Universität Dortmund,

More information

Section A. Index. Section A. Planning, Budgeting and Forecasting Section A.2 Forecasting techniques... 1. Page 1 of 11. EduPristine CMA - Part I

Section A. Index. Section A. Planning, Budgeting and Forecasting Section A.2 Forecasting techniques... 1. Page 1 of 11. EduPristine CMA - Part I Index Section A. Planning, Budgeting and Forecasting Section A.2 Forecasting techniques... 1 EduPristine CMA - Part I Page 1 of 11 Section A. Planning, Budgeting and Forecasting Section A.2 Forecasting

More information

MANUFACTURING COST MANAGEMENT IN MICROSOFT DYNAMICS NAV 5.0 A CASE STUDY

MANUFACTURING COST MANAGEMENT IN MICROSOFT DYNAMICS NAV 5.0 A CASE STUDY TOTAL LOGISTIC MANAGEMENT No. 1 2008 PP. 185 194 Marcin WOCH, Piotr ŁEBKOWSKI MANUFACTURING COST MANAGEMENT IN MICROSOFT DYNAMICS NAV 5.0 A CASE STUDY Abstract: This article presents manufacturing costs

More information

Directions for using SPSS

Directions for using SPSS Directions for using SPSS Table of Contents Connecting and Working with Files 1. Accessing SPSS... 2 2. Transferring Files to N:\drive or your computer... 3 3. Importing Data from Another File Format...

More information

Adaptive Equalization of binary encoded signals Using LMS Algorithm

Adaptive Equalization of binary encoded signals Using LMS Algorithm SSRG International Journal of Electronics and Communication Engineering (SSRG-IJECE) volume issue7 Sep Adaptive Equalization of binary encoded signals Using LMS Algorithm Dr.K.Nagi Reddy Professor of ECE,NBKR

More information

Analecta Vol. 8, No. 2 ISSN 2064-7964

Analecta Vol. 8, No. 2 ISSN 2064-7964 EXPERIMENTAL APPLICATIONS OF ARTIFICIAL NEURAL NETWORKS IN ENGINEERING PROCESSING SYSTEM S. Dadvandipour Institute of Information Engineering, University of Miskolc, Egyetemváros, 3515, Miskolc, Hungary,

More information

Principal components analysis

Principal components analysis CS229 Lecture notes Andrew Ng Part XI Principal components analysis In our discussion of factor analysis, we gave a way to model data x R n as approximately lying in some k-dimension subspace, where k

More information

Region of Interest Access with Three-Dimensional SBHP Algorithm CIPR Technical Report TR-2006-1

Region of Interest Access with Three-Dimensional SBHP Algorithm CIPR Technical Report TR-2006-1 Region of Interest Access with Three-Dimensional SBHP Algorithm CIPR Technical Report TR-2006-1 Ying Liu and William A. Pearlman January 2006 Center for Image Processing Research Rensselaer Polytechnic

More information

5. Multiple regression

5. Multiple regression 5. Multiple regression QBUS6840 Predictive Analytics https://www.otexts.org/fpp/5 QBUS6840 Predictive Analytics 5. Multiple regression 2/39 Outline Introduction to multiple linear regression Some useful

More information

Simple Linear Regression Inference

Simple Linear Regression Inference Simple Linear Regression Inference 1 Inference requirements The Normality assumption of the stochastic term e is needed for inference even if it is not a OLS requirement. Therefore we have: Interpretation

More information

DATA MINING CLUSTER ANALYSIS: BASIC CONCEPTS

DATA MINING CLUSTER ANALYSIS: BASIC CONCEPTS DATA MINING CLUSTER ANALYSIS: BASIC CONCEPTS 1 AND ALGORITHMS Chiara Renso KDD-LAB ISTI- CNR, Pisa, Italy WHAT IS CLUSTER ANALYSIS? Finding groups of objects such that the objects in a group will be similar

More information

Machine Learning in Statistical Arbitrage

Machine Learning in Statistical Arbitrage Machine Learning in Statistical Arbitrage Xing Fu, Avinash Patra December 11, 2009 Abstract We apply machine learning methods to obtain an index arbitrage strategy. In particular, we employ linear regression

More information

Logistic Regression for Spam Filtering

Logistic Regression for Spam Filtering Logistic Regression for Spam Filtering Nikhila Arkalgud February 14, 28 Abstract The goal of the spam filtering problem is to identify an email as a spam or not spam. One of the classic techniques used

More information

Bill Burton Albert Einstein College of Medicine william.burton@einstein.yu.edu April 28, 2014 EERS: Managing the Tension Between Rigor and Resources 1

Bill Burton Albert Einstein College of Medicine william.burton@einstein.yu.edu April 28, 2014 EERS: Managing the Tension Between Rigor and Resources 1 Bill Burton Albert Einstein College of Medicine william.burton@einstein.yu.edu April 28, 2014 EERS: Managing the Tension Between Rigor and Resources 1 Calculate counts, means, and standard deviations Produce

More information

Predictability of Non-Linear Trading Rules in the US Stock Market Chong & Lam 2010

Predictability of Non-Linear Trading Rules in the US Stock Market Chong & Lam 2010 Department of Mathematics QF505 Topics in quantitative finance Group Project Report Predictability of on-linear Trading Rules in the US Stock Market Chong & Lam 010 ame: Liu Min Qi Yichen Zhang Fengtian

More information

Valuing Rental Properties Using a Recursive Model

Valuing Rental Properties Using a Recursive Model Valuing Rental Properties Using a Recursive Model David Quach, Lead Developer, Supported Intelligence LLC Supported Intelligence Technical Paper Series, 2013 Rental properties are traditionally valued

More information

http://www.springer.com/0-387-23402-0

http://www.springer.com/0-387-23402-0 http://www.springer.com/0-387-23402-0 Chapter 2 VISUAL DATA FORMATS 1. Image and Video Data Digital visual data is usually organised in rectangular arrays denoted as frames, the elements of these arrays

More information

A STOCHASTIC DAILY MEAN TEMPERATURE MODEL FOR WEATHER DERIVATIVES

A STOCHASTIC DAILY MEAN TEMPERATURE MODEL FOR WEATHER DERIVATIVES A STOCHASTIC DAILY MEAN TEMPERATURE MODEL FOR WEATHER DERIVATIVES Jeffrey Viel 1, 2, Thomas Connor 3 1 National Weather Center Research Experiences for Undergraduates Program and 2 Plymouth State University

More information

Survey, Statistics and Psychometrics Core Research Facility University of Nebraska-Lincoln. Log-Rank Test for More Than Two Groups

Survey, Statistics and Psychometrics Core Research Facility University of Nebraska-Lincoln. Log-Rank Test for More Than Two Groups Survey, Statistics and Psychometrics Core Research Facility University of Nebraska-Lincoln Log-Rank Test for More Than Two Groups Prepared by Harlan Sayles (SRAM) Revised by Julia Soulakova (Statistics)

More information

Synchronization of sampling in distributed signal processing systems

Synchronization of sampling in distributed signal processing systems Synchronization of sampling in distributed signal processing systems Károly Molnár, László Sujbert, Gábor Péceli Department of Measurement and Information Systems, Budapest University of Technology and

More information

Introduction to Logistic Regression

Introduction to Logistic Regression OpenStax-CNX module: m42090 1 Introduction to Logistic Regression Dan Calderon This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 3.0 Abstract Gives introduction

More information

Forecasting Trade Direction and Size of Future Contracts Using Deep Belief Network

Forecasting Trade Direction and Size of Future Contracts Using Deep Belief Network Forecasting Trade Direction and Size of Future Contracts Using Deep Belief Network Anthony Lai (aslai), MK Li (lilemon), Foon Wang Pong (ppong) Abstract Algorithmic trading, high frequency trading (HFT)

More information

Advanced Signal Processing and Digital Noise Reduction

Advanced Signal Processing and Digital Noise Reduction Advanced Signal Processing and Digital Noise Reduction Saeed V. Vaseghi Queen's University of Belfast UK WILEY HTEUBNER A Partnership between John Wiley & Sons and B. G. Teubner Publishers Chichester New

More information

Network Traffic Prediction Based on the Wavelet Analysis and Hopfield Neural Network

Network Traffic Prediction Based on the Wavelet Analysis and Hopfield Neural Network Netork Traffic Prediction Based on the Wavelet Analysis and Hopfield Neural Netork Sun Guang Abstract Build a mathematical model is the key problem of netork traffic prediction. Traditional single netork

More information

PERFORMANCE ANALYSIS OF HIGH RESOLUTION IMAGES USING INTERPOLATION TECHNIQUES IN MULTIMEDIA COMMUNICATION SYSTEM

PERFORMANCE ANALYSIS OF HIGH RESOLUTION IMAGES USING INTERPOLATION TECHNIQUES IN MULTIMEDIA COMMUNICATION SYSTEM PERFORMANCE ANALYSIS OF HIGH RESOLUTION IMAGES USING INTERPOLATION TECHNIQUES IN MULTIMEDIA COMMUNICATION SYSTEM Apurva Sinha 1, Mukesh kumar 2, A.K. Jaiswal 3, Rohini Saxena 4 Department of Electronics

More information

SNMP Simple Network Measurements Please!

SNMP Simple Network Measurements Please! SNMP Simple Network Measurements Please! Matthew Roughan (+many others) 1 Outline Part I: SNMP traffic data Simple Network Management Protocol Why? How? What? Part II: Wavelets

More information

ADVANCED APPLICATIONS OF ELECTRICAL ENGINEERING

ADVANCED APPLICATIONS OF ELECTRICAL ENGINEERING Development of a Software Tool for Performance Evaluation of MIMO OFDM Alamouti using a didactical Approach as a Educational and Research support in Wireless Communications JOSE CORDOVA, REBECA ESTRADA

More information

Possibilities of Automation of the Caterpillar -SSA Method for Time Series Analysis and Forecast. Th.Alexandrov, N.Golyandina

Possibilities of Automation of the Caterpillar -SSA Method for Time Series Analysis and Forecast. Th.Alexandrov, N.Golyandina Possibilities of Automation of the Caterpillar -SSA Method for Time Series Analysis and Forecast Th.Alexandrov, N.Golyandina theo@pdmi.ras.ru, nina@ng1174.spb.edu St.Petersburg State University, Russia

More information

Social Media Mining. Data Mining Essentials

Social Media Mining. Data Mining Essentials Introduction Data production rate has been increased dramatically (Big Data) and we are able store much more data than before E.g., purchase data, social media data, mobile phone data Businesses and customers

More information