Image Feature Extraction and Recognition of Abstractionism and Realism Style of Indonesian Paintings

Size: px
Start display at page:

Download "Image Feature Extraction and Recognition of Abstractionism and Realism Style of Indonesian Paintings"

Transcription

1 Image Feature Extraction and Recognition of Abstractionism and Realism Style of Indonesian Paintings Tieta Antaresti R P and Aniati Murni Arymurty Faculty of Computer Science University of Indonesia Depok 16, Indonesia tieta.antaresti@ui.ac.id, aniati@cs.ui.ac.id Abstract Tis paper cooses and evaluates tree feature vectors and teir augmented feature vector for recognizing te styles of Indonesian paintings. Te tree feature extraction metods include te Gabor wavelet, istogram analysis, and number-ofedge analysis. Te recognition purpose is to discriminate between te abstractionism and te realism styles of Indonesian paintings. Te experimental results using 115 painting images sow tat te use of number-of-edge features as given te best result wit 66.3% accuracy. Keywords visual arts, Indonesian paintings, Gabor wavelet, feature extraction, istogram, Canny edge detection I. INTRODUCTION One of te implementation of image processing tecnology wic can be applied widely to preserve te cultural eritage is te classification of paintings based on teir painting style or based on teir painters. Te aim of suc classification is to avoid te subjectivity wic can be occured in a manual recognition. Anoter objective is to invent and to build an information system of Indonesian paintings or to recognize te painter of an unrecognized old painting. So, an effective metod was needed to classify paintings effectively and efficiently. In tis study, tree feature extraction metods are cosen. Te first one is te Gabor wavelet features. Jonson et al. in [5] ave used tis metod for distinguising van Gog and non-van Gog s paintings based on te impasto (tick brusstrokes) on its digitized paintings. In [5], tis metod was applied to identify te energy and coarseness of te impasto. We are interested to apply tis metod in our work because it ad given a sarp analysis of te texture extraction and a quite encouraging results. Te second metod is te istogram analysis. It ad been used on [3] to classify images from several classes of objects suc as landscape, building, face, and indoor object, in a content based image retrieval system. Sergyan in [3] as used tis metod to evaluate 5 aspects of image istogram: mean, variance, skewness, energy, and entropy. Te purpose of tis recognition is to categorized te rigt image in te rigt classes. Tis work ad given a good result wit 87% classification accuracy. Te tird metod is te number-of-edge analysis. Actually, Jiang et al. [] ad implemented suc metod called as edge size istogram (ESH) on teir experimen to identify traditional Cinese paintings (TCP). We only evaluated te number-of-edge because it ave less computation cost tan evaluated an ESH. From [], we know tat te edge feature was quite representative to classify some kind of paintings based on its style, so we implemented some edge analysis too in our work. Tis paper is organized as follows. In te Section, te implementation along wit te teoretical background is explained. Te result of te experiments is discussed in Section 3. Tis paper is closed by a concluding remark and future work in Section. II. DATA AND METHODOLOGY A. Data Te data used for experimental consist of 115 painting image data from 16 digitized paintings wic was divided into tree classes: paintings wit abstractionism style, paintings wit realism style, and paintings wit undecided style. Paintings wit undecided style were not used on tis experiment. Tis categorization was made based upon te painter s style and by te definition of eac painting style. Te typical example of tose paintings style can be seen in Fig. 1. 1

2 Tere are two kinds of image format used in te experiment, te raw images and te binary edge images. Te binary image was obtained by processing te raw image using te Canny edge detection and creating a binary edge image. (a) Figure 1. Typical images: (a) abstractionism style and (b) realism style (Source of image: courtesy of Indonesia National Gallery) Te data from eac class or category were divided again into training and testing data wit proportion 3:7. Tis proportion was usually cosen based on te degree of recognition difficulty. For ard problem or if te recognition accuracy is not good, ten te proportion of training and testing data can be increased from 3:7 to 5:5, etc. B. Experiment using Gabor wavelet Gabor function is a wave wic is modulated by Gaussian function [1]. Gabor wavelet transformation was produced by a convolution process wit te formula as follows: G x y I x s y t s t * mn (, ) (, ) mn(, ) s t were s and t are te variables wic represents te size of filter mask and Ψ * mn is complex conjugate number from function Ψ mn wic came from te dilatation and rotation from moter wavelet Ψ(x,y). 1 x y [ ( )] x y jw 1 ( x, y) e e () x y Gabor wavelet evaluates te energy of eac image from processed image dataset to figure out ow te intensity levels are distributed in different scale and orientation [5]. For te experiment four scales and six orientations are used. Te output features consist of means and standard deviations of te energy of all orientation and scales. So, te size of output feature vector is 8 elements. Fig. sows te overall structure of te output feature vector from te Gabor wavelet metod. Figure. Structure of te output feature vector using Gabor wavelet metod (b) (1) Te training process is to estimate te mean of all training feature vectors. Finally, two estimators for abstractionism and realism category are found. Furtermore, in te testing process, tese estimators are used to decide weter a testing image belongs to te abstractionism style or te realism style. Te similarity measure is computed using te Euclidean distance. If te feature vector of a testing image is closer to te abstractionism style mean feature vector, ten te testing image is classified as abstractionism category; oterwise is classified as realism category. Te Euclidean distance is formulated as follows: (3) In [5], Gabor wavelet was sucessfully detected te impasto of Vincent van Gog. Te aim of tat impasto detection is to deterimine te van Gog and non-van Gog ones. Altoug tis metod on [5] ad not give te perfect accuracy as desired, tis metod can recognized te texture feature on te painting s impasto very well. C. Experiment using istogram analysis Te aim of using te features is to obtain better feature vectors wic can represent te caracteristics of an image by considering statistical features of its pixels. Te istogram tells us someting about te distribution of te grey level. Tere are five aspects wic will be analyzed for tese features. Tose aspects are mean, entropy, variance, skewness, and kurtosis [3] of te image istogram. Te mean of an image istogram represents brigtness of tat image. Higer mean represents brigter image, and vice versa. Te mean is computed from te image istogram by using tis formula: f p( f ) () In tis experiment, te value of L ranges from 0 to 55. Te f represents te value of intensity level, and te p(f n ) is te first-order istogram probability wic comes from te result of dividing number of pixels in some intensity level wit overall number of pixel on te image.

3 Variance is te square of standard deviation wic sows us te contrast level of an image by considering te distribution of gray level on tat image. An image wit ig variance will ave a ig contrast and vice versa. Variance can be computed by using tis formula: ( f ) p( f) (5) Skewness represents te skew of an image istogram. A skew-to-te rigt istogram wit a tail spreads to te rigt will ave a positive skewness value, and vice versa. Skewness from an image istogram can be obtained by using tis formula: skew 1 f p f 3 ( ) ( ) 3 (6) Kurtosis sows about ow sarp is an image istogram. A normal distribution image istogram will ave a zero kurtosis value. If te value more positive, te istogram curve will be more pointed too. Kurtosis can be computed by using tis formula: kurtosis 1 f p f ( ) ( ) 3 n n (7) Image istogram entropy measures te sape irregularity of te istogram curve. If te image is a simple image tat as a good distribution on various intensity levels, te istogram of tat image will ave a small kurtosis value, and vice versa. Te five features were computed in one feature vector wic ave five elements. Fig. 3 sows te overall structure of te output feature vector from tis feature extraction metod: Mean n Entropy n Variance n Skewness n Kurtosis n Figure 3. Structure of te output feature vector from using istogram analysis metod Te computation of te estimator of eac painting style category during te training process and te recognition during te testing pase based on te Euclidean distance, are done similarly to te use of te Gabor feature vector explained in sub-section B. In [3], tis metod was applied to recognize images from classes: landscape, building, face, and indoor objects in a CBIRS. Tese kind of images are te images wic usually used as painting objects. Tis metod ad sucessfully classified tese images wit 87% accuracy. D. Experiment using number-of-edge analysis Te number of edge features is extracted from an edge image, so tat an edge detection process to te raw image sould firstly take in place. Canny edge detector [] is used to detect all of te edges wic contains of bot strong and weak edges in an image. Te computation of weak edges was did by tis algoritm by using te ysteresis tresolding on te known edge. Te feature extraction process count te number of edges by tracing all te pixels wic ave te value 1 in te output binary edge image. If suc pixel was found, ten trace te 8-neigbor of it. If in te 8-neigborood one or more pixels wit value 1 were found, ten add tat pixels to and update te center pixel in te edge list. Fig. will sows about te possibility of edge detected on tis experiment: Figure. Two example of 3x3 images wic ave (a) 3 edges, and (b) 1 single edge only In [], te variation of tis metod called ESH was implemented to distinguis traditional and nontraditional Cinese paintings. ESH can detect te brustrokes very well but its computational cost was very expensive, so we take only te essence of tat metod, wic is number-of-edge analysis. ESH can identify up to 90% paintings wit SVM classifier. E. Augmented feature vector Te augmented feature vector were created by concatenating and cropping te feature vector elements of te tree feature vectors mentioned in te sub-section B, C and D. Te aim of tis experiment is to finda possibility to get a better feature vector, especially if tose features are complementary. After te vectors was modified, its painting style was distinguised by measuring te Euclidean distance of traing feature vectors to estimators. Te feature vector cropping is done by eliminating all te elements wic ave a very little difference in te two estimators of te painting style. First, compute any feature vector for eac estimators. Te difference of eac feature element tat is smaller tan a tresold value will be ignored. As a result, a feature vector wit a lesser number of elements is used in te same training and testing process procedure. 3

4 Te augmented feature vector is done by concatenating up to tree feature vectors from different feature extraction metod. Tere will be 3 combinations: Gabor wavelet features and istogram features, Gabor wavelet features and te number-of-edge features, and te istogram features and te number-of-edge features. Eac augmented feature vector is furter used in te training and testing process procedure. III. EXPERIMENT RESULTS Te recognition accuracy of eac metod is measured by computing te ratio of te number of correctly recognized paintings and te number of all paintings in testing dataset. From te experimental result, it can be seen tat te vector cropping metod does not effectively increase te recognition rate. It is probably because te metod deletes te unsignificant elements in te vector, so tat based on te computed Euclidean distance, te effect of te cropped feature vector compared to te fullelement vector does not make any difference. Tere are a few paintings tat cannot be recognized because of its different caracteristics from te usual one. Mostly of paintings of te realism style ave omogeneous background, wile texture and edge features contained in teir objects. Tat is wy te painting image in Fig. 5a tat as so many brusstrokes as been recognized as a painting of te abstractionism category. On te oter and, te cubism style of te abstractionism style can also be recognized as realism style because it ave a clear sape, altoug te sape was undetermined as a specific object, as sown in Fig. 5b. TABLE I. RESULT OF THE PAINTING CLASSIFICATION Metod Recognized Error Accuracy Gabor wavelet wit raw images % Gabor wavelet wit binary images Histogram analysis % Number-of-edge analysis % wavelet and num.of edge analysis wavelet and istogram analysis Concatenation of istogram analysis and num.of edge analysis Gabor wavelet wit raw images Gabor wavelet wit binary images wavelet and num.of edge analysis wavelet and istogram analysis Concatenation of istogram analysis and num.of edge analysis % % % % Concatenation of all metods Concatenation of all metods (a) Figure 5. Typical images tat ave been wrongly recognized (a) realism category, and (b) abstractionism category (Source of image: courtesy of Indonesia National Gallery) IV. (b) CONLUSION AND FUTURE WORK Tis work as developed a metodology to recognize two categories of painting style (abstractionism and realism) for Indonesian paintings. Tree feature vectors and teir augmentation are used, including Gabor wavelet, istogram aspects, and number-of-edge features. Te experimental results sow tat te number-of-edge feature vector performs te best wit te recognition accuracy of 66.3%. On te oter and, te istogram feature vector performs te worst wit te recognition accuracy around 8%. Te istogram features may only be good for nonpainting images, wile te painting images require information tat can sow texture and brusstrokes features. Te number-of-edge features is effective because of te Canny edge detector can detect te weak edges, so tat te real sape of object in a painting was revealed well in its binary edge image.

5 Te possible future works include te recognition of te painters of Indonesian paintings tat ave unique caracteristics suc as te well known Affandi. Fig. 6 sows a typical image of Affandi s artwork. Figure 6. Barong Melis, one of te well known Affandi s painting (Source of image: courtesy of Indonesia National Gallery) REFERENCES [1] A. Eka, Image Information Mining Pada Aplikasi Remote Sensing, Universitas Indonesia. [] J. Canny, A Computational Approac to Edge Detection, IEEE Transactions on Pattern Analysis and Macine Intelligence, PAMI-8, p [3] Sz. Sergyan, Color Histogram Based Image Classification in Content Based Image Retrieval System, [6t International Symposium on Applied Macine Intelligence and Informatics]. [] S.Jiang, Q.Huang, Q.Ye, W.Cao, An Effective Metod To Detect And Categorize Digitized Traditional Cinese Paintings, Pattern Recognition Letters Vol.7, p [5] C.R.Jonson, Jr., E.Hendriks, I.J.Bereznoy, E.Brevdo, S.M.Huges, I.Daubecies, J.Li, E.Postma, J.Z.Wang, Image Processing for Artist Identification, Computerized Analysis of Vincent van Gog s Painting Brusstrokes, IEEE Signal Processing Magazine. 5

Machine Vision System for Automatic Weeding Strategy in Oil Palm Plantation using Image Filtering Technique

Machine Vision System for Automatic Weeding Strategy in Oil Palm Plantation using Image Filtering Technique Macine Vision System for Automatic Weeding Strategy in Oil Palm Plantation using Image Filtering Tecnique Kamarul Hawari Gazali, Mod. Marzuki Mustafa, and Aini Hussain Abstract Macine vision is an application

More information

Power Quality Analysis Using An Adaptive Decomposition Structure

Power Quality Analysis Using An Adaptive Decomposition Structure Power Quality Analysis Using An Adaptive Decomposition Structure Doğan Gökan Ece 1 and Ömer Nezi Gerek 1 (1) Dept. of Electrical and Elctronics Engineering, Anadolu University, Scool of Engineering and

More information

Binary Search Tree (Part 2 The AVL-tree)

Binary Search Tree (Part 2 The AVL-tree) Yufei Tao ITEE University of Queensland We ave already learned a static version of te BST. In tis lecture, we will make te structure dynamic, namely, allowing it to support updates (i.e., insertions and

More information

ON TWO-PLANE BALANCING OF SYMMETRIC ROTORS

ON TWO-PLANE BALANCING OF SYMMETRIC ROTORS Proceedings of ME Turbo Expo 0 GT0 June -5, 0, openagen, Denmark GT0-6806 ON TO-PLNE BLNING OF YMMETRI ROTOR Jon J. Yu, P.D. GE Energy 63 Bently Parkway out Minden, Nevada 8943 U Pone: (775) 5-5 E-mail:

More information

A REVIEW OF THE NEW AUSTRALIAN HARMONICS STANDARD AS/NZS

A REVIEW OF THE NEW AUSTRALIAN HARMONICS STANDARD AS/NZS A REVIEW OF THE NEW AUSTRALIAN HARMONICS STANDARD AS/NZS 61000.3.6 Abstract V. J. Gosbell 1, P. Muttik 2 and D.K. Geddey 3 1 University of Wollongong, 2 Alstom, 3 Transgrid v.gosbell@uow.edu.au Harmonics

More information

Fast Restoration of Warped Document Image based on Text Rectangle Area Segmentation

Fast Restoration of Warped Document Image based on Text Rectangle Area Segmentation 1162 JOURNAL OF SOFTWARE, VOL. 8, NO. 5, MAY 2013 Fast Restoration of Warped Document Image based on Tet Rectangle Area Segmentation Kuo-Hsien Hsia Department of Computer Science and Information Engineering,

More information

5.3 Sum and Difference Identities

5.3 Sum and Difference Identities SECTION 5.3 Sum and Difference Identities 21 5.3 Sum and Difference Identities Wat you ll learn about Cosine of a Difference Cosine of a Sum Sine of a Difference or Sum Tangent of a Difference or Sum Verifying

More information

Evaluation Model of Microblog Information Confidence Based on BP Neural Network

Evaluation Model of Microblog Information Confidence Based on BP Neural Network Evaluation Model of Microblog Information Confidence Based on BP Neural Network Yuguang Ye Quanzou Normal University; Quanzou, 36, Cina Abstract: As te carrier of social media, microblog as become an important

More information

ON THE IMPACT OF RESIDUAL CFO IN UL MU-MIMO

ON THE IMPACT OF RESIDUAL CFO IN UL MU-MIMO ON THE IMPACT O RESIDUAL CO IN UL MU-MIMO eng Jiang, Ron Porat, and Tu Nguyen WLAN Group of Broadcom Corporation, San Diego, CA, USA {fjiang, rporat, tun}@broadcom.com ABSTRACT Uplink multiuser MIMO (UL

More information

Cooperative Request-answer Schemes for Mobile Receivers in OFDM Systems

Cooperative Request-answer Schemes for Mobile Receivers in OFDM Systems Cooperative Request-answer Scemes for Mobile Receivers in OFDM Systems Y. Samayoa, J. Ostermann Institut für Informationsverarbeitung Gottfried Wilelm Leibniz Universität Hannover 30167 Hannover, Germany

More information

Lecture-3 Amplitude Modulation: Single Side Band (SSB) Modulation

Lecture-3 Amplitude Modulation: Single Side Band (SSB) Modulation Lecture-3 Amplitude Modulation: Single Side Band (SSB) Modulation 3.0 Introduction. 3.1 Baseband Signal SSB Modulation. 3.1.1 Frequency Domain Description. 3.1. Time Domain Description. 3. Single Tone

More information

Biased Support Vector Machine for Relevance Feedback in Image Retrieval

Biased Support Vector Machine for Relevance Feedback in Image Retrieval Biased Support ector Macine for elevance Feedback in Image etrieval Cu-ong oi, Ci-ang Can, Kaiu uang, Micael. Lyu and Irwin King Department of Computer Science and Engineering Te Cinese University of ong

More information

CAPACITY OF MULTIPLE ACCESS CHANNELS WITH CORRELATED JAMMING

CAPACITY OF MULTIPLE ACCESS CHANNELS WITH CORRELATED JAMMING CAPACITY OF MULTIPLE ACCESS CHANNELS WITH CORRELATED JAMMING Sabnam Safiee and Sennur Ulukus Department of Electrical and Computer Engineering University of Maryland College Park, MD ABSTRACT We investigate

More information

IMAGE ILLUMINATION (4F 2 OR 4F 2 +1?)

IMAGE ILLUMINATION (4F 2 OR 4F 2 +1?) IMAGE ILLUMINATION ( OR +?) BACKGROUND Publications abound wit two differing expressions for calculating image illumination, te amount of radiation tat transfers from an object troug an optical system

More information

Indirect Measurement

Indirect Measurement exploration Georgia Performance Standards M6G1.c, M6A2.c, M6A2.g Te eigts of very tall structures can be measured indirectly using similar figures and proportions. Tis metod is called indirect measurement.

More information

A Guide for the Assessment and Mitigation of Bleed, Gloss Change, and Mold in Inkjet Prints During High-humidity Conditions

A Guide for the Assessment and Mitigation of Bleed, Gloss Change, and Mold in Inkjet Prints During High-humidity Conditions A Guide for te Assessment and Mitigation of Bleed, Gloss Cange, and Mold in Inkjet Prints During Hig-umidity Conditions Jennifer Burger; University of Rocester and Daniel Burge; Image Permanence Institute,

More information

Punctured Binary Turbo-Codes with Optimized Performance

Punctured Binary Turbo-Codes with Optimized Performance Punctured Binary Turbo-odes wit Optimized Performance I. atzigeorgiou, M. R. D. Rodrigues, I. J. Wassell Laboratory for ommunication Engineering omputer Laboratory, University of ambridge {ic1, mrdr, iw}@cam.ac.uk

More information

A STATISTICALLY VALID METHOD FOR USING FIA PLOTS TO GUIDE SPECTRAL CLASS REJECTION IN PRODUCING STRATIFICATION MAPS

A STATISTICALLY VALID METHOD FOR USING FIA PLOTS TO GUIDE SPECTRAL CLASS REJECTION IN PRODUCING STRATIFICATION MAPS A STATISTICALLY VALID METHOD FOR USING FIA PLOTS TO GUIDE SPECTRAL CLASS REJECTION IN PRODUCING STRATIFICATION MAPS Micael L. Hoppus and Andrew J. Lier ABSRACT. A Landsat TM classification metod (iterative

More information

Channel Estimation Filter Using Sinc-Interpolation for UTRA FDD Downlink

Channel Estimation Filter Using Sinc-Interpolation for UTRA FDD Downlink { Cannel Estimation Filter Using Sinc-Interpolation for UTA FDD Downlink KLAUS KNOCHE, JÜGEN INAS and KAL-DIK KAMMEYE Department of Communications Engineering, FB- University of Bremen P.O. Box 33 4 4,

More information

DYNAMIC BEAM FORMING USING CHIRP SIGNALS

DYNAMIC BEAM FORMING USING CHIRP SIGNALS BeBeC-018-D04 DYNAMIC BEAM FORMING USING CHIRP SIGNALS Stuart Bradley 1, Lily Panton 1 and Matew Legg 1 Pysics Department, University of Auckland 38 Princes Street, 1010, Auckland, New Zealand Scool of

More information

OPTI-502 Optical Design and Instrumentation I John E. Greivenkamp Homework Set 5 Fall, 2018

OPTI-502 Optical Design and Instrumentation I John E. Greivenkamp Homework Set 5 Fall, 2018 Homework Set 5 all, 2018 Assigned: 9/26/18 Lecture 11 Due: 10/3/18 Lecture 13 Midterm Exam: Wednesday October 24 (Lecture 19) 5-1) Te following combination of tin lenses in air is in a telepoto configuration:

More information

Unit 5 Waveguides P a g e 1

Unit 5 Waveguides P a g e 1 Unit 5 Waveguides P a g e Syllabus: Introduction, wave equation in Cartesian coordinates, Rectangular waveguide, TE, TM, TEM waves in rectangular guides, wave impedance, losses in wave guide, introduction

More information

Architecture for filtering images using Xilinx System Generator

Architecture for filtering images using Xilinx System Generator Arcitecture for filtering images using Xilinx System Generator Alba M. Sáncez G., Ricardo Alvarez G., Sully Sáncez G.; FCC and FCE BUAP Abstract Tis paper presents an arcitecture for filters pixel by pixel

More information

The Haptic Scissors: Cutting in Virtual Environments

The Haptic Scissors: Cutting in Virtual Environments Te Haptic Scissors: Cutting in Virtual Environments A. M. Okamura, R. J. Webster III, J. T. Nolin, K. W. Jonson, and H. Jary Department o Mecanical Engineering Te Jons Hopkins University Baltimore, MD

More information

Complex-valued restricted Boltzmann machine for direct learning of frequency spectra

Complex-valued restricted Boltzmann machine for direct learning of frequency spectra INTERSPEECH 17 August, 17, Stockolm, Sweden Complex-valued restricted Boltzmann macine for direct learning of frequency spectra Toru Nakasika 1, Sinji Takaki, Junici Yamagisi,3 1 University of Electro-Communications,

More information

Calculation of Antenna Pattern Influence on Radiated Emission Measurement Uncertainty

Calculation of Antenna Pattern Influence on Radiated Emission Measurement Uncertainty Calculation of Antenna Pattern Influence on Radiated Emission Measurement Uncertainty Alexander Kriz Business Unit RF-Engineering Austrian Researc Centers GmbH - ARC A-444 Seibersdorf, Austria alexander.kriz@arcs.ac.at

More information

Grid Filter Design for a Multi-Megawatt Medium-Voltage Voltage Source Inverter

Grid Filter Design for a Multi-Megawatt Medium-Voltage Voltage Source Inverter Grid Filter Design for a Multi-Megawatt Medium-Voltage Voltage Source Inverter A.A. Rockill, Grad. Student Member, IEEE, Marco Liserre, Senior Member, IEEE, Remus Teodorescu, Member, IEEE and Pedro Rodriguez,

More information

Research on harmonic analysis and Simulation of grid connected synchronous motor Jian Huang1,a, Bingyang Luo2,b

Research on harmonic analysis and Simulation of grid connected synchronous motor Jian Huang1,a, Bingyang Luo2,b 5t nternational Conference on Environment, Materials, Cemistry and Power Electronics (EMCPE 06) Researc on armonic analysis and Simulation of grid connected syncronous motor Jian Huang,a, Bingyang Luo,b

More information

Abstract 1. INTRODUCTION

Abstract 1. INTRODUCTION Allocating armonic emission to MV customers in long feeder systems V.J. Gosbell and D. Robinson Integral nergy Power Quality Centre University of Wollongong Abstract Previous work as attempted to find

More information

Design and Implementation of Aperture Coupled Microstrip IFF Antenna

Design and Implementation of Aperture Coupled Microstrip IFF Antenna PIERS ONLINE, VOL. 4, NO. 1, 2008 1 Design and Implementation of Aperture Coupled Microstrip IFF Antenna M. N. Jazi 1, Z. H. Firouze 2, H. Mirmoammad-Sadegi, and G. Askari 1 Institut National de la Recerce

More information

Aalborg Universitet. Published in: IET Power Electronics. DOI (link to publication from Publisher): /iet-pel Publication date: 2018

Aalborg Universitet. Published in: IET Power Electronics. DOI (link to publication from Publisher): /iet-pel Publication date: 2018 Aalborg Universitet Load-Independent Harmonic Mitigation in SCR-Fed Tree-Pase Multiple Adjustable Speed Drive Systems wit Deliberately Dispatced Firing Angles Yang, Yongeng; Davari, Pooya; Blaabjerg, Frede;

More information

OPTICAL TECHNIQUES FOR RELIEF STUDY OF MONA LISA'S WOODEN SUPPORT

OPTICAL TECHNIQUES FOR RELIEF STUDY OF MONA LISA'S WOODEN SUPPORT OPTICAL TECHNIQUES FOR RELIEF STUDY OF MONA LISA'S WOODEN SUPPORT Fabrice Brémand, Pascal Doumalin, Jean-Cristope Dupré, Franck Hesser, and Valéry Valle Laboratoire de Mécanique des Solides, CNRS, UMR

More information

On the Sum Capacity of Multiaccess Block-Fading Channels with Individual Side Information

On the Sum Capacity of Multiaccess Block-Fading Channels with Individual Side Information On te Sum Capacity of Multiaccess Block-Fading Cannels wit Individual Side Information Yas Despande, Sibi Raj B Pillai, Bikas K Dey Department of Electrical Engineering Indian Institute of Tecnology, Bombay.

More information

FINAL REPORT FOR NCHRP 20-7 (364)

FINAL REPORT FOR NCHRP 20-7 (364) FINAL REPORT FOR NCHRP 20-7 (364) Revisions of AASHTO PP 74 Test Metod for Optical sizing and Sape Determination of Glass Beads Utilized in Traffic Marings August 2017 TRANSPORTATION RESEARCH BOARD NAS-NRC

More information

Spectrum Sharing with Multi-hop Relaying

Spectrum Sharing with Multi-hop Relaying Spectrum Saring wit Multi-op Relaying Yong XIAO and Guoan Bi Scool of Electrical and Electronic Engineering Nanyang Tecnological University, Singapore Email: xiao001 and egbi@ntu.edu.sg Abstract Spectrum

More information

Grade 10 Mathematics: Question Paper 2

Grade 10 Mathematics: Question Paper 2 Matematics(NSC)/Grade 10/ P2 6 Exemplar Grade 10 Matematics: Question Paper 2 MRKS: 100 TIME: 2 ours QUESTION 1 1.1 Give te co-coordinates of, te new co-ordinates ofte point (-2; 5) if: 1.1.1 It is reflected

More information

A new melting layer detection algorithm that combines polarimetric radar-based detection with thermodynamic output from numerical models

A new melting layer detection algorithm that combines polarimetric radar-based detection with thermodynamic output from numerical models ERAD 014 - THE EIGHTH EUROPEAN CONFERENCE ON RADAR IN METEOROLOGY A new melting layer detection algoritm tat combines polarimetric radar-based detection wit termodynamic output from numerical models Terry

More information

Francesc Casanellas C. Sant Ramon, Aiguafreda - Spain NATURAL PERSPECTIVE

Francesc Casanellas C. Sant Ramon, Aiguafreda - Spain NATURAL PERSPECTIVE Francesc Casanellas C. Sant Ramon, 5 08591 Aiguafreda - Spain +34 677 00 00 00 francesc@casanellas.com - www.casanellas.com NATURAL PERSPECTIVE Introduction Te first studies on perspective were made in

More information

Loading transformers with non sinusoidal currents

Loading transformers with non sinusoidal currents LES00070-ZB rev. Loading transformers wit non sinusoidal currents K Factor Loading transformers wit non sinusoidal currents... Interpretation / example... 6 Copyrigt 007 ABB, All rigts reserved. LES00070-ZB

More information

On the relation between radiated and conducted RF emission tests

On the relation between radiated and conducted RF emission tests Presented at te 3 t International Zuric Symposium on Electromagnetic Compatibility, February 999. On te relation between radiated and conducted RF emission tests S. B. Worm Pilips Researc Eindoven, te

More information

Modelling Capture Behaviour in IEEE Radio Modems

Modelling Capture Behaviour in IEEE Radio Modems Modelling Capture Beaviour in IEEE 80211 Radio Modems Cristoper Ware, Joe Cicaro, Tadeusz Wysocki cris@titruoweduau 20t February Abstract In tis paper we investigate te performance of common capture models

More information

ANALYSIS OF HARMONIC DISTORTION LEVELS ON A DISTRIBUTION NETWORK

ANALYSIS OF HARMONIC DISTORTION LEVELS ON A DISTRIBUTION NETWORK Presented in AUPEC 7, Pert, Western Australia, 9- December, 7 ANALYSIS OF HARMONIC DISTORTION LEVELS ON A DISTRIBUTION NETWORK Glenn Nicolson - Manukau Institute of Tecnology, Auckland, New Zealand Professor

More information

ON THE USE OF MULTI-HARMONIC LEAST-SQUARES FITTING FOR THD ESTIMATION IN POWER QUALITY ANALYSIS

ON THE USE OF MULTI-HARMONIC LEAST-SQUARES FITTING FOR THD ESTIMATION IN POWER QUALITY ANALYSIS Metrol. Meas. Syst., Vol. XIX (2012), No. 2, pp. 295-306. METROLOGY AND MEASUREMENT SYSTEMS Index 330930, ISSN 0860-8229 www.metrology.pg.gda.pl ON THE USE OF MULTI-HARMONIC LEAST-SQUARES FITTING FOR THD

More information

Image Reconstruction Based On Bayer And Implementation On FPGA Sun Chen 1, a, Duan Xiaofeng 2, b and Wu Qijing 3, c

Image Reconstruction Based On Bayer And Implementation On FPGA Sun Chen 1, a, Duan Xiaofeng 2, b and Wu Qijing 3, c 2nd International Worksop on Materials Engineering and Computer Sciences (IWMECS 2015) Image Reconstruction Based On Bayer And Implementation On FPGA Sun Cen 1, a, Duan Xiaofeng 2, b and Wu Qijing 3, c

More information

Two Humanoid Simulators: Comparison and Synthesis

Two Humanoid Simulators: Comparison and Synthesis Two Humanoid Simulators: Comparison and Syntesis Nima Safii, Luis Paulo Reis, Rosaldo J. F. Rossetti Artificial Intelligence and Computer Science Laboratory Department of Informatics Engineering Faculty

More information

No-Reference Image Quality Assessment Based on Localized Gradient Statistics: Application to JPEG and JPEG2000

No-Reference Image Quality Assessment Based on Localized Gradient Statistics: Application to JPEG and JPEG2000 No-Reference Image Quality Assessment Based on Localized Gradient Statistics: Application to JPEG and JPEG2000 Hantao Liu* a, Judit Redi b, Hani Alers a, Rodolfo Zunino b, Ingrid Heynderickx a,c a Department

More information

Genetic Algorithm for Wireless Sensor Network With Localization Based Techniques

Genetic Algorithm for Wireless Sensor Network With Localization Based Techniques International Journal of Scientific and Researc Publications, Volume, Issue 9, September 201 1 Genetic Algoritm for Wireless Sensor Network Wit Localization Based Tecniques * Kapil Uraiya, ** Dilip Kumar

More information

The investment casting process can produce

The investment casting process can produce T E C H N I C L U P T E esigning for Investment Castings Te investment casting process can prouce almost any sape from almost any alloy. s wit all processes, owever, esigning for te process can lower cost

More information

COMPUTATION OF THE NETWORK HARMONIC IMPEDANCE WITH CHIRP-Z TRANSFORM

COMPUTATION OF THE NETWORK HARMONIC IMPEDANCE WITH CHIRP-Z TRANSFORM METROLOGY AND MEASUREMENT SYSTEMS Index 330930, ISSN 0860-8229 www.metrology.pg.gda.pl COMPUTATION OF THE NETWORK HARMONIC IMPEDANCE WITH CHIRP-Z TRANSFORM Krzysztof Duda, Dariusz Borkowski, Andrzej Bień

More information

Contour Measuring System CONTRACER CV-1000/2000

Contour Measuring System CONTRACER CV-1000/2000 Form Measurement Contour Measuring System CONTRACER CV-1000/2000 Catalog No.E4333-218 Digital, cost-effective contour measuring instruments feature excellent portability and versatility. Digital analysis

More information

Fuzzy Anti-windup Schemes for NCTF Control of Point-to-point (PTP) Positioning Systems

Fuzzy Anti-windup Schemes for NCTF Control of Point-to-point (PTP) Positioning Systems American Journal of Applied Sciences, 4 (4): 0-8, 007 ISSN 1546-939 007 Science Publications Fuzzy Anti-windup Scemes for NCTF Control of Point-to-point (PTP) Positioning Systems Wayudi, Riza Muida and

More information

Energy Savings with an Energy Star Compliant Harmonic Mitigating Transformer

Energy Savings with an Energy Star Compliant Harmonic Mitigating Transformer Energy Savings wit an Energy Star Compliant Harmonic Mitigating Transformer Tony Hoevenaars, P.Eng, Vice President Mirus International Inc. Te United States Environmental Protection Agency s Energy Star

More information

Optimal DG Placement and Sizing in Distribution System for Loss and THD Reduction

Optimal DG Placement and Sizing in Distribution System for Loss and THD Reduction International Journal of Electronic and Electrical Engineering. ISSN 0974-2174 Volume 5, Number 3 (2012), pp. 227-237 International Researc Publication House ttp://www.irpouse.com Optimal Placement and

More information

An Evolving Cascade System Based on A Set Of Neo-Fuzzy Nodes

An Evolving Cascade System Based on A Set Of Neo-Fuzzy Nodes An Evolving Cascade System Based on A Set Of Neo-Fuzzy Nodes Zengbing Hu Scool of Educational Information Tecnology, Central Cina Normal University, Wuan, Cina Email: zb@mail.ccnu.edu.cn Yevgeniy V. Bodyanskiy

More information

Published in: Proceedings of 8th Annual IEEE Energy Conversion Congress & Exposition (ECCE 2016)

Published in: Proceedings of 8th Annual IEEE Energy Conversion Congress & Exposition (ECCE 2016) Aalborg Universitet A Multi-Pulse Front-End Rectifier System wit Electronic Pase-Sifting for Harmonic Mitigation in Motor Drive Applications Zare, Firuz; Davari, Pooya; Blaabjerg, Frede Publised in: Proceedings

More information

Comparative Study on Different Dual-Band HIS Structures

Comparative Study on Different Dual-Band HIS Structures ISSN (Print) : 232 3765 International Journal of Advanced Researc in Electrical, (An ISO 3297: 27 Certified Organization) Vol. 4, Issue 1, January 215 Comparative Study on Different Dual-Band HIS Structures

More information

Distribution Transformer Losses Evaluation under Non-Linear Load

Distribution Transformer Losses Evaluation under Non-Linear Load Distribution Transformer Losses Evaluation under Non-Linear Load *Dalila M.S., Kalid M. N. and Md Sa M. Centre of Electrical Energy System, Faculty of Electrical Engineering, Universiti Teknologi Malaysia,

More information

Distributed Topology Control for Stable Path Routing in Multi-hop Wireless Networks

Distributed Topology Control for Stable Path Routing in Multi-hop Wireless Networks 49t IEEE Conference on Decision and Control December 15-17, 2010 Hilton Atlanta Hotel, Atlanta, GA, USA Distributed Topology Control for Stable Pat Routing in Multi-op Wireless Networks Kiran K. Somasundaram,

More information

Performance analysis and comparison of m x n zero forcing and MMSE equalizer based receiver for mimo wireless channel

Performance analysis and comparison of m x n zero forcing and MMSE equalizer based receiver for mimo wireless channel Songklanakarin J. Sci. Tecnol. 33 (3), 335-340, May - Jun. 0 ttp://www.sjst.psu.ac.t Original Article Performance analysis and comparison of m x n zero forcing and MMSE equalizer based receiver for mimo

More information

Jurnal Teknologi HYBRID ACTIVE POWER FILTER METHOD IN FREQUENCY DOMAIN FOR QUALITY IMPROVEMENT IN VARIABLE FREQUENCY DRIVE APPLICATIONS.

Jurnal Teknologi HYBRID ACTIVE POWER FILTER METHOD IN FREQUENCY DOMAIN FOR QUALITY IMPROVEMENT IN VARIABLE FREQUENCY DRIVE APPLICATIONS. Jurnal Tenologi HYBRID ACTIVE POWER FILTER METHOD IN FREQUENCY DOMAIN FOR QUALITY IMPROVEMENT IN VARIABLE FREQUENCY DRIVE APPLICATIONS Min Hoang Hac Le, Kim-An Nguyen 2*, Viet Hung Ngo 3 R&D project, PowerMore

More information

Contour Measuring System CONTRACER CV-1000/2000

Contour Measuring System CONTRACER CV-1000/2000 Form Measurement Contour Measuring System CONTRACER CV-1000/2000 Bulletin No. 1978 Digital, cost-effective contour measuring instruments feature excellent portability and versatility. Digital analysis

More information

Design, Realization And Measurements of Microstrip Patch Antenna Using Three Direct Feeding Modes For 2.45ghz Applications

Design, Realization And Measurements of Microstrip Patch Antenna Using Three Direct Feeding Modes For 2.45ghz Applications International Journal of Computer Engineering and Information Tecnology VOL. 9, NO. 8, August 2017, 150 156 Available online at: www.ijceit.org E-ISSN 2412-8856 (Online) Design, Realization And Measurements

More information

Compatibility and Safety Volume for Electromagnetic Exposure Limits in Shared Sites for 2G and 3G Wireless Communications

Compatibility and Safety Volume for Electromagnetic Exposure Limits in Shared Sites for 2G and 3G Wireless Communications Compatibility and Safety Volume for Electromagnetic Exposure imits in Sared Sites for G and 3G Wireless Communications Rogelio Jiménez Jiménez*, Diego Ortega abajos*, Florentino Jiménez **, Rafael Herradón**

More information

Analysis of Rectangular Notch Antenna for Dual-Band Operation

Analysis of Rectangular Notch Antenna for Dual-Band Operation Engineering, 00,, 9-96 doi:0.436/eng.00.0 Publised Online February 00 (ttp://www.scirp.org/journal/eng). Analysis of Rectangular Notc Antenna for Dual-Band Operation Abstract Rajes Kumar Viswakarma, Sanjay

More information

FEATURES FOR SPEAKER LOCALIZATION IN MULTICHANNEL BILATERAL HEARING AIDS. Joachim Thiemann, Simon Doclo, and Steven van de Par

FEATURES FOR SPEAKER LOCALIZATION IN MULTICHANNEL BILATERAL HEARING AIDS. Joachim Thiemann, Simon Doclo, and Steven van de Par FEATURES FOR SPEAKER LOCALIZATION IN MULTICHANNEL BILATERAL HEARING AIDS Joacim Tiemann, Simon Doclo, Steven van de Par Dept. of Medical Pysics Acoustics Cluster of Excellence Hearing4All, University of

More information

Multi-Round Sensor Deployment for Guaranteed Barrier Coverage

Multi-Round Sensor Deployment for Guaranteed Barrier Coverage Tis full text paper was peer reviewed at te direction of IEEE Communications Society subject matter experts for publication in te IEEE INFOCOM 21 proceedings Tis paper was presented as part of te main

More information

Enhanced HARQ Technique Using Self-Interference Cancellation Coding (SICC)

Enhanced HARQ Technique Using Self-Interference Cancellation Coding (SICC) MITUBIHI ELECTRIC REEARCH LABORATORIE ttp://www.merl.com Enanced HARQ Tecnique Using elf-interference Cancellation Coding (ICC) Wataru Matsumoto, Tosiyuki Kuze, igeru Ucida, Yosida Hideo, Pilip Orlik,

More information

Estimation of Dielectric Constant for Various Standard Materials using Microstrip Ring Resonator

Estimation of Dielectric Constant for Various Standard Materials using Microstrip Ring Resonator Journal of Science and Tecnology, Vol. 9 No. 3 (017) p. 55-59 Estimation of Dielectric Constant for Various Standard Materials using Microstrip Ring Resonator Pek Jin Low 1, Famiruddin Esa 1*, Kok Yeow

More information

Multi-agent coordination via a shared wireless spectrum

Multi-agent coordination via a shared wireless spectrum 217 IEEE 56t Annual Conference on Decision and Control (CDC) December 12-15, 217, Melbourne, Australia Multi-agent coordination via a sared wireless spectrum Cameron Nowzari Abstract Tis paper considers

More information

LOADING OF TRANSFORMERS BEYOND NAMEPLATE RATING

LOADING OF TRANSFORMERS BEYOND NAMEPLATE RATING LOADING OF TRANSFORMERS BEYOND NAMEPLATE RATING by K. B. M. I. Perera and J. R. Lucas Abstract Te application of a load in excess of nameplate ratings, and/or an ambient temperature iger tan designed of

More information

Modelling and Control of Gene Regulatory Networks for Perturbation Mitigation

Modelling and Control of Gene Regulatory Networks for Perturbation Mitigation Tis article as been accepted for publication in a future issue of tis journal, but as not been fully edited. Content may cange prior to final publication. Citation information: DOI.9/TCBB.., IEEE/ACM IEEE/ACM

More information

An Efficient Handoff Scheme Using a Minimum Residual Time First Scheme

An Efficient Handoff Scheme Using a Minimum Residual Time First Scheme An Efficient Handoff Sceme Using a Minimum Residual Time First Sceme Bilal Owaidat Rola Kassem and Hamza Issa Abstract Wen a mobile station (MS) wit an ongoing call is about to leave a cell te base station

More information

DESIGN AND ANALYSIS OF MIMO SYSTEM FOR UWB COMMUNICATION

DESIGN AND ANALYSIS OF MIMO SYSTEM FOR UWB COMMUNICATION DESIGN AND ANAYSIS OF IO SYSTE FOR UWB COUNICATION iir N. oanty, onalisa Bol, axmi Prasad isra 3, Sanjat Kumar isra 4 ITER, Siksa O Anusandan University, Bubaneswar, Odisa, 75030, India Seemanta Engineering

More information

Methodology To Analyze Driver Decision Environment During Signal Change Intervals: Application of Fuzzy Set Theory

Methodology To Analyze Driver Decision Environment During Signal Change Intervals: Application of Fuzzy Set Theory TRANSPORTATON RESEARCH RECORD 1368 49 Metodology To Analyze Driver Decision Environment During Signal Cange ntervals: Application of Fuzzy Set Teory SHNYA KKUCH AND JEFFREY R. REGNER During a signal cange

More information

A Filtering Scheme for Reducing Harmonics Penetration into Transmission Systems (V1.0)

A Filtering Scheme for Reducing Harmonics Penetration into Transmission Systems (V1.0) A Filtering Sceme for Reducing Harmonics Penetration into Systems (V.) J. W. Hagge, Senior Member, IEEE, and L. L. Grigsby, Fellow, IEEE Abstract--Tis paper presents a novel sceme to reduce armonics penetration

More information

TRAFFIC SIGN DETECTION AND POSITIONING FROM GOOGLE STREET VIEW STREAMLINES INTRODUCTION

TRAFFIC SIGN DETECTION AND POSITIONING FROM GOOGLE STREET VIEW STREAMLINES INTRODUCTION TRAFFIC SIGN DETECTION AND POSITIONING FROM GOOGLE STREET VIEW STREAMLINES Victor J. D. Tsai Professor and Cair Department of Civil Engineering National Cung Hsing University 250 Kuokuang Road, Taicung

More information

License Plate Localisation based on Morphological Operations

License Plate Localisation based on Morphological Operations License Plate Localisation based on Morphological Operations Xiaojun Zhai, Faycal Benssali and Soodamani Ramalingam School of Engineering & Technology University of Hertfordshire, UH Hatfield, UK Abstract

More information

Multi-Objectivity for Brain-Behavior Evolution of a Physically-Embodied Organism

Multi-Objectivity for Brain-Behavior Evolution of a Physically-Embodied Organism Multi-Objectivity for Brain-Beavior Evolution of a Pysically-Embodied Organism Jason Teo and Hussein A. Abbass Artificial Life and Adaptive Robotics (A.L.A.R.) Lab, Scool of Computer Science, University

More information

The deterministic EPQ with partial backordering: A new approach

The deterministic EPQ with partial backordering: A new approach Omega 37 (009) 64 636 www.elsevier.com/locate/omega Te deterministic EPQ wit partial backordering: A new approac David W. Pentico a, Mattew J. Drake a,, Carl Toews b a Scool of Business Administration,

More information

A Total Variation Approach for Customizing Imagery to Improve Visual Acuity

A Total Variation Approach for Customizing Imagery to Improve Visual Acuity A Total Variation Approac for Customizing Imagery to Improve Visual Acuity IGNACIO GARCIA-DORADO*, CARLOS MONTALTO*, and DANIEL ALIAGA Purdue University and MANUEL M. OLIVEIRA Instituto de Informática

More information

ELEC 546 Lecture #9. Orthogonal Frequency Division Multiplexing (OFDM): Basic OFDM System

ELEC 546 Lecture #9. Orthogonal Frequency Division Multiplexing (OFDM): Basic OFDM System ELEC 546 Lecture #9 Ortogonal Frequency Division Multiplexing (OFDM): Basic OFDM System Outline Motivations Diagonalization of Vector Cannels Transmission of one OFDM Symbol Transmission of sequence of

More information

Passive Forgery Detection for JPEG Compressed Image based on Block Size Estimation and Consistency Analysis

Passive Forgery Detection for JPEG Compressed Image based on Block Size Estimation and Consistency Analysis Appl. Mat. Inf. Sci. 9, No. 2, 1015-1028 (2015) 1015 Applied Matematics & Information Sciences An International Journal ttp://dx.doi.org/10.12785/amis/090253 Passive Forgery Detection for JPEG Compressed

More information

ANTENNA GAIN EVALUATION BASED ON WEIGHTING NEAR-FIELD MEASUREMENTS

ANTENNA GAIN EVALUATION BASED ON WEIGHTING NEAR-FIELD MEASUREMENTS Forum for Electromagnetic Researc Metods and Application Tecnologies (FERMAT) ANTENNA GAIN EVALUATION BASED ON WEIGHTING NEAR-FIELD MEASUREMENTS Liliana Ancidin (1,), Razvan D. Tamas (1,), Adrian Androne

More information

Space Shift Keying (SSK-) MIMO over Correlated Rician Fading Channels: Performance Analysis and a New Method for Transmit-Diversity

Space Shift Keying (SSK-) MIMO over Correlated Rician Fading Channels: Performance Analysis and a New Method for Transmit-Diversity Space Sift Keying SSK-) MIMO over Correlated ician Fading Cannels: Performance Analysis and a New Metod for Transmit-Diversity Marco Di enzo, Harald Haas To cite tis version: Marco Di enzo, Harald Haas.

More information

Multi-Objectivity for Brain-Behavior Evolution of a Physically-Embodied Organism

Multi-Objectivity for Brain-Behavior Evolution of a Physically-Embodied Organism in Artificial Life VIII, Standis, Abbass, Bedau (eds)(mit Press). pp 1 18 1 Multi-Objectivity for Brain-Beavior Evolution of a Pysically-Embodied Organism Jason Teo and Hussein A. Abbass Artificial Life

More information

Power Quality Issues, Problems and Related Standards Avinash Panwar1,ASSISTANT PROFESSOR, MADHAV UNIVERSITY ABU ROAD INDIA

Power Quality Issues, Problems and Related Standards Avinash Panwar1,ASSISTANT PROFESSOR, MADHAV UNIVERSITY ABU ROAD INDIA Power Quality Issues, Problems and Related Standards Avinas Panwar1,ASSISTANT PROFESSOR, MADHAV UNIVERSITY ABU ROAD INDIA 1 apanwar84@gmail.com, Summary: Te growt in power electronics as impacted many

More information

MIMO-based Jamming Resilient Communication in Wireless Networks

MIMO-based Jamming Resilient Communication in Wireless Networks MIMO-based Jamming Resilient Communication in Wireless Networks Qiben Yan Huaceng Zeng Tingting Jiang Ming Li Wening Lou Y. Tomas Hou Virginia Polytecnic Institute and State University, VA, USA Uta State

More information

Influence of Ground Clutter Contamination on Polarimetric Radar Parameters

Influence of Ground Clutter Contamination on Polarimetric Radar Parameters FEBRUARY 2009 F R I E D R I C H E T A L. 251 Influence of Ground Clutter Contamination on Polarimetric Radar Parameters KATJA FRIEDRICH* AND URS GERMANN MeteoSvizzera, Locarno, Switzerland PIERRE TABARY

More information

Performance Improvement of 4x4 Extended Alamouti Scheme with Implementation of Eigen Beamforming Technique

Performance Improvement of 4x4 Extended Alamouti Scheme with Implementation of Eigen Beamforming Technique Performance Improvement of 4x4 Extended Alamouti Sceme wit Implementation of Eigen Beamforming Tecnique Maarsi N. Rindani Lecturer, EC Department RK University, Rajkot, ndia-360007 Niscal M. Rindani Sr.

More information

ABSTRACT. Kiran Kumar Somasundaram, Doctor of Philosophy, 2010

ABSTRACT. Kiran Kumar Somasundaram, Doctor of Philosophy, 2010 ABSTRACT Title of dissertation: TOPOLOGY CONTROL ALGORITHMS FOR RULE-BASED ROUTING Kiran Kumar Somasundaram, Doctor of Pilosopy, 2010 Dissertation directed by: Professor Jon S. Baras Department of Electrical

More information

Training Spiking Neuronal Networks With Applications in Engineering Tasks

Training Spiking Neuronal Networks With Applications in Engineering Tasks Training Spiking Neuronal Networks Wit Applications in Engineering Tasks Pill Rowcliffe and Jianfeng Feng P. Rowcliffe is wit te Department of Informatics at te Scool of Science and Tecnology (SciTec,

More information

A Visible Light Localization Aided Optical Wireless System

A Visible Light Localization Aided Optical Wireless System 2nd IEEE Worksop on Optical Wireless Communications A Visible Ligt Localization Aided Optical Wireless System Giulio Cossu, Marco Presi, Raffaele Corsini, Pallab Coudury, Amir Masood Kalid and Ernesto

More information

Uplink Detection and BER Analysis for Ambient Backscatter Communication Systems

Uplink Detection and BER Analysis for Ambient Backscatter Communication Systems Detection and BER Analysis for Ambient Backscatter Communication Systems Gongpu Wang, Feifei Gao, Zongzao Dou, and Cinta Tellambura Scool of Computer and Information Tecnology, Beijing Jiaotong University,

More information

Center for Academic Excellence. Area and Perimeter

Center for Academic Excellence. Area and Perimeter Center for Academic Excellence Area and Perimeter Tere are many formulas for finding te area and perimeter of common geometric figures. Te figures in question are two-dimensional figures; i.e., in some

More information

Wavelet-based Image Splicing Forgery Detection

Wavelet-based Image Splicing Forgery Detection Wavelet-based Image Splicing Forgery Detection 1 Tulsi Thakur M.Tech (CSE) Student, Department of Computer Technology, basiltulsi@gmail.com 2 Dr. Kavita Singh Head & Associate Professor, Department of

More information

Overview of MIMO Radio Channels

Overview of MIMO Radio Channels Helsinki University of Tecnology S.72.333 Postgraduate Course in Radio Communications Overview of MIMO Radio Cannels 18, May 2004 Suiyan Geng gsuiyan@cc.ut.fi Outline I. Introduction II. III. IV. Caracteristics

More information

3D Hole Inspection Using Lens with High Field Curvature

3D Hole Inspection Using Lens with High Field Curvature 10.1515/msr-2015-0008 MEASUREMENT SCIENCE REVIEW, Volume 15, No. 1, 2015 3D Hole Inspection Using Lens wit Hig Field Curvature Petr Zavyalov Tecnological Design Institute of Scientific Instrument Engineering,

More information

SELF-TAPPING SCREWS AS REINFORCEMENTS IN BEAM SUPPORTS. I Bejtka H J Blaß. Lehrstuhl für Ingenieurholzbau und Baukonstruktionen Universität Karlsruhe

SELF-TAPPING SCREWS AS REINFORCEMENTS IN BEAM SUPPORTS. I Bejtka H J Blaß. Lehrstuhl für Ingenieurholzbau und Baukonstruktionen Universität Karlsruhe CIB-W18/39-7-2 INTERNATIONAL COUNCIL FOR RESEARCH AND INNOVATION IN BUILDING AND CONSTRUCTION WORKING COMMISSION W18 - TIMBER STRUCTURES SELF-TAPPING SCREWS AS REINFORCEMENTS IN BEAM SUPPORTS I Bejtka

More information

This study concerns the use of machine learning based

This study concerns the use of machine learning based Modern AI for games: RoboCode Jon Lau Nielsen (jlni@itu.dk), Benjamin Fedder Jensen (bfje@itu.dk) Abstract Te study concerns te use of neuroevolution, neural networks and reinforcement learning in te creation

More information

Polyphase Filter Approach for High Performance, FPGA-Based Quadrature Demodulation

Polyphase Filter Approach for High Performance, FPGA-Based Quadrature Demodulation Polypase Filter Approac for Hig Performance, FPGA-Based Quadrature Demodulation J.M.P. Langlois 1, D. Al-Kalili 1, R.J. Inkol 1 Department of Electrical and Computer Engineering, Royal Military College

More information