Use of Gamma Encoder for Image Processing considering Human Visualization

Size: px
Start display at page:

Download "Use of Gamma Encoder for Image Processing considering Human Visualization"

Transcription

1 Use of Gamma Encoer for Image Processing consiering Human Visualization M. Zahi Hasan Lecturer, Dept. of CSE Green Universit Dhaka, Banglaesh T. M. Shahriar Sazza Universit of St Anrews UK M. Hasibur Rahman EEE, BUET Dhaka, Banglaesh ABSTRACT Image processing is a promptl eveloping fiel which fins more an more application in various information an technical sstems such as: raar-tracking, communications, televisions, Biomeical image, etc. The RGB color moel is stanar esign of computer graphics sstem is not ieal for all of its applications. The re, green an blue colors are highl correlate. This makes it ifficult to eecute the image processing algorithm. Gamma encoing of images is require to compensate for properties of human vision, to maimize the use of the bits or banwith relative to how humans perceive light an color. Human vision uner common illumination conitions follows an approimate gamma or power function. If images are not gamma encoe, the allocate too man bits or too much banwith to highlights that humans cannot ifferentiate, an too few bits/banwith to shaow values that humans are sensitive to an woul require more bits/banwith to maintain the same visual qualit. Image enhancement is another technique to improve the image qualit for human visualization but sometimes it oes not improve the qualit when the images nee to be arkene or brighten. Hence, this is not a goo iea to brighten images all the time when better human visualization can be obtaine while arkening the images. Better human visualization is important for manual image processing which leas to compare the outcome with the semi-automate or automate one. Consiering the importance of gamma encoing in image processing we propose a new metho of image analsis approach which will improve visual qualit for manual processing as well as will lea analzers to analze images automaticall for comparison an testing purpose. Kewors HSI color moel, Human Visualization, Gamma Encoer, Image processing, RGB Color moel.. INTRODUCTION Color moel sstem is use to represent color. Moreover, it is a mathematical moel which is use to escribe how colors can be represente. Color space is use to escribe how the components are to be interprete. Colors can be seen as variable combinations of primar colors. Primar colors of light are aitive an hence aitive primar colors are re, green an blue. Combinations of R+G+B creates white. Moreover, primar colors of pigment are subtractive an hence subtractive primar colors are can, magenta an ellow. Combinations of C+M+Y create black []. There eist several methos to specif a color quantitativel, among etensivel use is RGB color moel where ifferent colors are ae together in ifferent was to prouce a wie range of colors. As for eample for a 24 bit RGB color image, a total number of colors can be (2 8 ) = 6,777,26. RGB color moel is use to represent an ispla images in electronic sstems. It is to mention that RGB color moel is evice epenent as Re, Green an Blue levels are ifferent from manufacturers to manufacturers [2]. Sometimes these colors var even in same evices over a perio of time an hence without a color management RGB color value oes not acts as same in evices. To improve the qualit of visual perception for color images, the term image enhancement is an important factor []. Image enhancement is neee in man areas such as photograph, scanning, image analsis etc. Image enhancement approaches fall into two broa categories such as spatial omain an frequenc omain methos [4]. The term spatial omain refers to the image plane itself, an approaches in this categor are base on irect manipulation of piels in an image whereas frequenc omain processing techniques are base on moifing the Fourier transform of an image. Images can be gra-level images or color images. Comparing with color images gra-level images have got onl one value for each piel as images are mae with piel representation. There are man eisting algorithm available which helps to enhance the image contrast for gra-level images consiering piecewise-linear transformation function name contrast stretching with normalization, stretching with histogram techniques. Most of these available algorithm are not suitable for color images although the are use wiel having poor qualit an istorte effects [5]. Gra level transformation is prove to be better approach than an other transformation an hence most propose methos are base on spatial omain approach. Image enhancement using spatial omain works with gra-level transformation or power law transformation. Power law equation is referre to as gamma. S = Cr ɤ where c an r are positive constants. Value of c= an the value of gamma can var to set the esire result an the process use to correct power-law transformation phenomena is calle gamma correction or gamma encoing. However, it is to mention that, onl enhancing the image oes not improve the image qualit for better visual perception. Sometimes it is neee to arken the bright images to obtain a better visualization [6]. Gamma is one of the main factor which helps to brighten or arken an image. 2. METHODOLOGY We have propose gamma encoing technique using spatial omain instea of frequenc omain approach. Again, as mentione earlier in RGB, there are three primar colors consiere name Re, Green an Blue where RGB is efine as aitive or subtractive moel an hence ifferent colors can be preforme using the combination of these primar colors. The RGB color moel is stanar esign of computer

2 graphics sstems not ieal for all of its applications. The re, green, an blue color components are highl correlate. This makes it ifficult to eecute the image processing algorithms. Man processing techniques work on the intensit component of an image onl. These processes are stanar implemente using the HSI color moel. In HSI color moel, color in ecompose in hue, saturation an intensit value an thus eas for human visualization. The HSI moel escribes more eact color than RGB moel escribes for human interpretation [7]. Hue is the main attribute of a color an thus ecies which color the piel has obtaine. However, hue shoul not be change at an point because changing the hue changes the color as well as istortion occurs in the image. Moreover, comparing with color space like CIE LUV an CIE Lab, in HSB it is eas to control hue an color shifting. Our main approach is to preserve the hue an appl better human visualization using saturation an brightness an hence we have chosen HSI color space instea of other color space. As mentione earlier that image are prepare in the meical laborator are RGB images. It is important to convert the RGB images into HSI images so that we can have hue, saturation an intensit in ifferentl. Our main goal is to change the properties of Saturation an Intensit an preserve the hue, so we have chosen the HSI color moel for better human visualization instea of choosing other color moel.. COLOR MODEL CONVERSION. RGB to HSI Equation () escribes the conversion from RGB to HSI color space. I S ( R G B) () min( R, G, B) ( R G B) (2) 0.5 (( R _ G) ( R B)) H cos () 2 ( R G) ( R B)( G B) If B is greater than G, then H=60 o -H (4) Where R, G an B are three color component of source RGB image, H, S an I it s components of harware inepenent on HSI format [8]..2 HSI to RGB As it can be seen that conversion from RGB to HSI is not eas with regar to computing algorithm compleit because it's regaring minimum from three searching (epression, as minimum two operators of conition), long cosine function, square root, square computation, aitional operation of conition (epression 4) uring one piel conversion. More ifficult to convert from HSI color space back to stanar RGB, where the process epens on which color sector H lies in. For the RG sector (0 0 H 20 0 ), we have the following equations to convert RGB to HSI format: B=I(-S) (5) S cos H I 0 cos(60 H) R (6) G = I (R + B) (7) For the GB sector (20 0 H ): H = H 20 0 (8) R = I ( S) (9) S cos H I 0 cos(60 H) G (0) B = I (R +G) () For the BR sector ( ): H = H (2) G = I ( S) () S cos H B I o cos(60 H) (4) R = I (G + B) (5) Fig : Clinrical Color Space of HSI format 4. GAMMA ENCODER It is wise to use luma which represents the brightness in an image an can be enote as Y. Luma is weighte average of gamma-encoing which can be enote as Y for R,G an B an hence enote as R G B. The equation becomes, Y=0.226R+0.752G B Y =0.226R G B for luminance for gamma encoing For better human visualization, the contrast enhancement operation base on the manipulation of the image histogram is histogram equalization. Initiall, we will assume a gre-scale input image, enote I input (X) If the variable is continuous an normalize to lie within the range [0,], then this allows us to consier the normalize image histogram as a probabilit ensit function (PDF) p (X), which efines the likelihoo of given gre-scale values occurring within the vicinit of. Similarl, we can enote the resulting gre-scale output image after histogram equalization as I output (X) with corresponing PDF P(). 2

3 A stanar result from elementar probabilit theor states that: p ) ( ) P ( (6) which implies that the esire output PDF epens onl on the known input PDF an the transformation function =f(). Consier, then, the following transformation function, which calculates the area uner the input probabilit ensit curve (i.e. integral) between 0 an an upper limit : ' ' ( ) p ( ) 0 (7) Differentiating this formula, appling Leibniz s rule an substituting into our previous statement we obtain the following: p ( ) p ( ) (8) p ( ) Finall, because p () is a probabilit ensit an guarantee to be positive (0 p () ). we can thus obtain []: p ( ) p ( ) 0 (9) p ( ) 5. PROCESSING STEPS This eperiment is ivie into following steps consierations for better human visualization. ) Selection of a color image in RGB format. 2) Get the values (r,g,b) for each piel for that specific image. ) Conversion of RGB color image to HSI color image. 4) Gamma encoing applie for brightness or arkness for better visualization. 5) Saturation value applie using histogram equalization. 6) Conversion of HSI color image to RGB color image. 7) Save an use the resultant image for other image analsis. 6. EXPERIMENTAL RESULTS Histogram Equalization metho applie to the original color images where this metho changes the color value (hue) of the original images. It is known that majorit methos of image processing working onl with intensit part of color moel [9- ]. The color moel must be in full basis, it mean that moel must allow to transform image to new color moel, use the intensit component for image processing then return image back to RGB after processing [2,]. RGB Image RGB to HSI Conversion Gamma encoing for brightness an arkness HSI to RGB Conversion RGB Image Saturation Fig : Sstem Block Diagram To evaluate the performance of our propose metho, Gamma encoing helps to maintain the visual qualit of images. To evaluate the contrast performance we have applie histogram equalization saturation value from an gamma correction value ranges from in ifferent computers as ifferent computers acts ifferent accoring to gamma value. It is to mention that gamma value > performs arkening an vice-versa. In this section we present a hue preserving gamma encoing metho base on the HSI color space. A comparison among our propose metho an the image enhancement metho is carrie out as shown in Fig. (-). Fig. shows the results for the first image, John Coltrane where the image enhancement technique generate a arken image (Fig. (b)). In turn, the image prouce b our propose metho (Fig. (c)) is more realistic than the others. We can sa that the resulte image of gamma encoing metho has better qualit than the others. Fig. 2(b) shows the results for the secon image, the original image prouces an over enhance image, that is, the colors are ver saturate. In Fig. 2(c) that our metho generates an image with a goo balance between non saturate an realistic colors. From the iscussion above, we claim that our metho prouces images (Fig ((c)-(c))) with the best traeoff

4 Fig (a): Original Image Fig (b): Histogram Equalization Fig (c): Propose Metho Fig 2(a): Original Image Fig 2(b): Histogram Equalization Fig 2(c): Propose Metho Fig (a): Original Image Fig (b): Histogram Equalization Fig (c): Propose Metho Table : Comparison of eisting an propose metho with accurac Metho Use Number of Images Error (%) Accurac (%) Eisting Metho 20 26% 74% Propose Metho 20 % 87% between the enhance colors an saturation. That is, our metho prouces images with colors that are more realistic than the image enhancement technique (which are not hue preserving), an the images are not as saturate as the ones prouce b the metho. 7. CONCLUSION This paper has propose a color enhancement approach using luminance component on gamma correction base on human visualization as well as saturation component. The software was implemente using MATLAB. As shown on the eperiments in the previous section, it is ifficult to juge an enhance image result even with a subjective assessment. However, we claim that our metho is more robust than the others in the sense that neither unrealistic colors nor over 4

5 enhance are prouce. For future works, we plan to evaluate the methos using naturalness an colorfulness metrics on a atabase with hunres of images collecte from internet, such that a quantitative comparison can be performe. However, there ma be still some areas nees to be taken care of as the color enhancement nees to change or shift color using hue although these cases are eceptional an ver rare. 8. REFERENCES [] C. Solomon, T. Breckon. 20. Funamentals of Digital Image Processing. [2] Nishu, Sunil A. 202, Quantifing the efect visibilit in igital images b proper color space selection, International journal of engineering research an applications, vol.2, Issue, pp [] Raunaq M. an Utkarsh U., 2008, Hus-preserving color image enhancement without gamut problem, Term paper, pp. -6. [4] Yusuf Abu S., Nija Al-Najawi, Sara T., 20, Eploiting Hbri methos for enhancing igital X-Ra Images, International Arab journal of information technolog, vol. 8. [5] Umesh R., Zhou W., Eero P. S., 2009, Quantifing color image istortions base on aaptive spatio-chromatic signal ecompositions, IEEE international conference on image processing. [6] Hana Al-Nuaim, Nouf A., 20, A user perceive qualit assessment of loss compresse images, International journal of computer graphics, vol. 2, No. 2, pp [7] R.C. Gonzalez an R.E. woos, 2007, Digital Image Processing, r Eition, Prentice Hall, Upper Sale River, NJ. [8] Jian-feng Li, Kaun-Quan Wang, Davi Zhang, 2002, A New equation of saturation in RGB-TO-HIS conversion for more rapiit of computing, Proceeings of the international conference on machine learning an cbernertics, pp [9] Papoulis, A., 968, Sstems an Transforms with Applications in Optics, New York: McGraw-Hill. [0] Russ, J.C., 995, the Image Processing Hanbook. Secon e., Boca Raton, Floria: CRC Press. [] R. E. Blake, 999, Partitioning Graph Matching with Constraints, Pattern Recognition, Vol 27, No., pp [2] J. Fole, A. van Dam, S. Feiner an J. Hughes, 990, Computer Graphics: Principles an Practice, Secon Eition, Aison-Wesle, Reaing, MA. [] R. E. Blake an P. Boros, 995, The Etraction of Structural Features for Use in Computer Vision. Proceeings of the Secon Asian Conference on Computer Vision, Singapore. 5

A Pigment Fortification tactic for Humanoid Imagining

A Pigment Fortification tactic for Humanoid Imagining A Pigment Fortification tactic for Humanoid Imagining Selim Mahmud 1 Graduated, Dept. of CSE BUET Dhaka, Bangladesh Saikat Biswas 2 Graduated, Dept. of CSE BUET Dhaka, Bangladesh Md. Tanvir Yeasin 3 Graduated,

More information

Establishment of an Efficient Color Model from Existing Models for Better Gamma Encoding In Image Processing

Establishment of an Efficient Color Model from Existing Models for Better Gamma Encoding In Image Processing Establishment of an Efficient Color Model from Existing Models for Better Gamma Encoding In Image Processing T. M. Shahriar Sazzad tss5standrews@gmail.com Department of Computer Science University of St

More information

Developing a New Color Model for Image Analysis and Processing

Developing a New Color Model for Image Analysis and Processing UDC 004.421 Developing a New Color Model for Image Analysis and Processing Rashad J. Rasras 1, Ibrahiem M. M. El Emary 2, Dmitriy E. Skopin 1 1 Faculty of Engineering Technology, Amman, Al Balqa Applied

More information

Digital Image Processing Chapter 6: Color Image Processing

Digital Image Processing Chapter 6: Color Image Processing Digital Image Processing Chapter 6: Color Image Processing Spectrum of White Light 1666 Sir Isaac Newton, 24 ear old, discovered white light spectrum. Electromagnetic Spectrum Visible light wavelength:

More information

The Analysis and Complementarity of Abbe Principle Application Limited in Coordinate Measurement

The Analysis and Complementarity of Abbe Principle Application Limited in Coordinate Measurement Proceeings of the Worl Congress on Engineering 00 Vol III The Analysis an Complementarity of Abbe Principle Application Limite in Coorinate Measurement Fei Yetai, Shang Ping, Chen Xiaohuai, Huang Qiangxian

More information

Exponential Interpolation Technique for Scanning Electron Microscope Signal-to-Noise Ratio Estimation.

Exponential Interpolation Technique for Scanning Electron Microscope Signal-to-Noise Ratio Estimation. 184 Int'l Conf. IP, Comp. Vision, an Pattern Recognition IPCV'16 Exponential Interpolation Technique for Scanning Electron Microscope Signal-to-Noise Ratio Estimation. Z.X.Yeap1, K.S.Sim 1 1 Faculty of

More information

Application of Vector Fitting to High Frequency Transformer Modeling

Application of Vector Fitting to High Frequency Transformer Modeling Application of Vector Fitting to High Frequenc Transformer Moeling Bjørn Gustavsen SINTEF Energ Research, N-76 Tronheim, Norwa (e-mail: bjorn.gustavsen@sintef.no) Abstract This paper escribes a proceure

More information

Field Visualization by Image Processing

Field Visualization by Image Processing The 0th International Symposium on Flow Visualiation August 6-9, 00, Kyoto, Japan F008 Fiel Visualiation by Image Processing Image refining an fiel characteristics arinova, I. *, Eno, H. *, Hayano, S.

More information

BI-DIRECTIONAL MIXED SIGNAL CONNECTION MODULES FOR AUTOMATIC INSERTION

BI-DIRECTIONAL MIXED SIGNAL CONNECTION MODULES FOR AUTOMATIC INSERTION BI-DIRECTIONAL MIXED SIGNAL CONNECTION MODULES FOR AUTOMATIC INSERTION Olaf Zinke Caence Design Systems San Diego, CA, USA oinke@caence.com Abstract Efficient simulation of mie signal esigns requires the

More information

A NEW PUZZLE FOR ITERATED COMPLETE GRAPHS OF ANY DIMENSION

A NEW PUZZLE FOR ITERATED COMPLETE GRAPHS OF ANY DIMENSION A NEW PUZZLE FOR ITERATED COMPLETE GRAPHS OF ANY DIMENSION ELIZABETH SKUBAK AND NICHOLAS STEVENSON ADVISOR: PAUL CULL OREGON STATE UNIVERSITY ABSTRACT. The Towers of Hanoi puzzle can be use to label a

More information

INTERFERENCE REJECTION PERFORMANCE AS A MEANS OF FREQUENCY OPTIMISATION IN A MIXED CELLULAR/MANET NETWORK

INTERFERENCE REJECTION PERFORMANCE AS A MEANS OF FREQUENCY OPTIMISATION IN A MIXED CELLULAR/MANET NETWORK ITERFERECE REJECTIO PERFORMACE A A MEA OF FREQUECY OPTIMIATIO I A MIXED CELLULAR/MAET ETORK Kayonne ebley Faculty Avisor: Dr. Richar Dean Department of Electrical an Computer Engineering Morgan tate University

More information

Construction of Power Efficient Routing Tree for Ad Hoc Wireless Networks using Directional Antenna

Construction of Power Efficient Routing Tree for Ad Hoc Wireless Networks using Directional Antenna Construction of Power Efficient Routing Tree for A Hoc Wireless Networks using Directional Antenna Qing Dai an Jie Wu Department of Computer Science an Engineering Floria Atlantic University Boca Raton,

More information

AN-1140 APPLICATION NOTE

AN-1140 APPLICATION NOTE APPLICATION NOTE One Technology Way P.O. Box 9106 Norwoo, MA 02062-9106, U.S.A. Tel: 781.329.4700 Fax: 781.461.3113 www.analog.com Microphone Array Beamforming by Jera Lewis INTRODUCTION All MEMS microphones

More information

Indoor Positioning by LED Visible Light Communication and Image Sensors

Indoor Positioning by LED Visible Light Communication and Image Sensors International Journal of Electrical an Computer Engineering IJECE Vol., No., December 0, pp. 6~70 ISSN: 088-8708 6 Inoor Positioning b LED Visible Light Communication an Image Sensors Mohamma Shaifur Rahman,

More information

Experimental Approach for Determining the Received Pattern of a Rascan Holographic Radar Antenna

Experimental Approach for Determining the Received Pattern of a Rascan Holographic Radar Antenna Eperimental Approach for Determining the Receive Pattern of a Rascan Holographic Raar Antenna Masaharu Inagaki Geophysical survey epartment Walnut Lt. Tachikawa, Japan ina_mas@beige.plala.or.jp Timothy

More information

Lecture 8. Color Image Processing

Lecture 8. Color Image Processing Lecture 8. Color Image Processing EL512 Image Processing Dr. Zhu Liu zliu@research.att.com Note: Part of the materials in the slides are from Gonzalez s Digital Image Processing and Onur s lecture slides

More information

Image Processing for Mechatronics Engineering For senior undergraduate students Academic Year 2017/2018, Winter Semester

Image Processing for Mechatronics Engineering For senior undergraduate students Academic Year 2017/2018, Winter Semester Image Processing for Mechatronics Engineering For senior undergraduate students Academic Year 2017/2018, Winter Semester Lecture 8: Color Image Processing 04.11.2017 Dr. Mohammed Abdel-Megeed Salem Media

More information

The Concept of Virtual Laboratory and PIL Modeling with REX Control System

The Concept of Virtual Laboratory and PIL Modeling with REX Control System 2017 21st International Conference on Process Control (PC) June 6 9, 2017, Štrbské Pleso, Slovakia The Concept of Virtual Laboratory an PIL Moeling with REX Control System Stepan Ozana VSB-Technical University

More information

Chapter 2 Review of the PWM Control Circuits for Power Converters

Chapter 2 Review of the PWM Control Circuits for Power Converters Chapter 2 Review of the PWM Control Circuits for Power Converters 2. Voltage-Moe Control Circuit for Power Converters Power converters are electrical control circuits that transfer energy from a DC voltage

More information

Taylor, Muthiah, Kulakowski, Mahoney and Porter 1 AN ARTIFICIAL NEURAL NETWORK SPEED PROFILE MODEL FOR HIGH- SPEED HIGHWAY CONSTRUCTION WORK ZONES

Taylor, Muthiah, Kulakowski, Mahoney and Porter 1 AN ARTIFICIAL NEURAL NETWORK SPEED PROFILE MODEL FOR HIGH- SPEED HIGHWAY CONSTRUCTION WORK ZONES Taylor, Muthiah, Kulakowski, Mahoney an Porter 1 AN ARTIFICIAL NEURAL NETWORK SPEED PROFILE MODEL FOR HIGH- SPEED HIGHWAY CONSTRUCTION WORK ZONES Submission Date: August 1, 2005 Wor Count: 57 wors DOUGLAS

More information

Achim J. Lilienthal Mobile Robotics and Olfaction Lab, AASS, Örebro University

Achim J. Lilienthal Mobile Robotics and Olfaction Lab, AASS, Örebro University Achim J. Lilienthal Mobile Robotics and Olfaction Lab, Room T1227, Mo, 11-12 o'clock AASS, Örebro University (please drop me an email in advance) achim.lilienthal@oru.se 1 2. General Introduction Schedule

More information

Fig Color spectrum seen by passing white light through a prism.

Fig Color spectrum seen by passing white light through a prism. 1. Explain about color fundamentals. Color of an object is determined by the nature of the light reflected from it. When a beam of sunlight passes through a glass prism, the emerging beam of light is not

More information

Digital Audio Signal Processing DASP. Lecture-3: Noise Reduction-II. Fixed Beamforming. Marc Moonen

Digital Audio Signal Processing DASP. Lecture-3: Noise Reduction-II. Fixed Beamforming. Marc Moonen Digital Auio Signal Processing DASP Lecture-3: Noise Reuction-II Fixe Beamforming arc oonen Dept. E.E./ESAT-STADIUS, KU Leuven marc.moonen@kuleuven.be homes.esat.kuleuven.be/~moonen/ Overview Introuction

More information

Digital Image Processing Color Models &Processing

Digital Image Processing Color Models &Processing Digital Image Processing Color Models &Processing Dr. Hatem Elaydi Electrical Engineering Department Islamic University of Gaza Fall 2015 Nov 16, 2015 Color interpretation Color spectrum vs. electromagnetic

More information

Digital Image Processing Chapter 3: Image Enhancement in the Spatial Domain

Digital Image Processing Chapter 3: Image Enhancement in the Spatial Domain Digital Image Processing Chapter 3: Image Enhancement in the Spatial Domain Principle Objective o Enhancement Process an image so that the result will be more suitable than the original image or a speciic

More information

Controller Design for Cuk Converter Using Model Order Reduction

Controller Design for Cuk Converter Using Model Order Reduction n International Conference on Power, Control an Embee Systems Controller Design for Cuk Converter Using Moel Orer Reuction Brijesh Kumar Kushwaha an Mr. Aniruha Narain Abstract: Cuk converter contain two

More information

Shadowing Correlation Model for Indoor Multi-hop Radio Link in Office Environment

Shadowing Correlation Model for Indoor Multi-hop Radio Link in Office Environment JAVA, International Journal of Electrical Electronics Engineering Volume 4, Number, April 26 Shaowing Moel for Inoor Multi-hop Raio Link in Office Environment Mohamma Fahli Inustrial Engineering Department

More information

Capacity Gain from Transmitter and Receiver Cooperation

Capacity Gain from Transmitter and Receiver Cooperation Capacity Gain from Transmitter an Receiver Cooperation Chris T. K. Ng an Anrea J. Golsmith Dept. of Electrical Engineering Stanfor University, Stanfor, CA 90 Email: ngctk, anrea}@wsl.stanfor.eu arxiv:cs/00800v1

More information

IN GENERAL, an optical network can consist of a

IN GENERAL, an optical network can consist of a 1 Geometric Capacity Provisioning for Wavelength-Switche WDM Networks Li-Wei Chen, Eytan Moiano Abstract In this paper, we use an asymptotic analysis similar to the sphere-packing argument in the proof

More information

Lecture 3: Grey and Color Image Processing

Lecture 3: Grey and Color Image Processing I22: Digital Image processing Lecture 3: Grey and Color Image Processing Prof. YingLi Tian Sept. 13, 217 Department of Electrical Engineering The City College of New York The City University of New York

More information

MODELLING OF GPS SIGNAL LARGE SCALE PROPAGATION CHARACTERISTICS IN URBAN AREAS FOR PRECISE NAVIGATION

MODELLING OF GPS SIGNAL LARGE SCALE PROPAGATION CHARACTERISTICS IN URBAN AREAS FOR PRECISE NAVIGATION Int. J. Elec&Electr.Eng&Telcomm. 2012 G Sateesh Kumar et al., 2012 Research Paper ISSN 2319 2518 www.ijeetc.com Vol. 1, No. 1, October 2012 2012 IJEETC. All Rights Reserve MODELLING OF GPS SIGNAL LARGE

More information

AN APPLICATION OF A GENERALISED JAKES MODEL FOR MIMO CHANNELS

AN APPLICATION OF A GENERALISED JAKES MODEL FOR MIMO CHANNELS AN APPLICATION OF A GENERALISED JAKES MODEL FOR MIMO CHANNELS Davi B. Smith (1) (1) Faculty of Engineering (Telecommunications), University of Technology Syney PO Box 13 Broaway NS 007 Australia E-mail:

More information

Double Closed-loop Control System Design of PMSM Based on DSP MoupengTao1, a,songjianguo2, b, SongQiang3, c

Double Closed-loop Control System Design of PMSM Based on DSP MoupengTao1, a,songjianguo2, b, SongQiang3, c 4th International Conference on Mechatronics, Materials, Chemistry an Computer Engineering (ICMMCCE 2015) Double Close-loop Control System Design of PMSM Base on DSP MoupengTao1, a,songjianguo2, b, SongQiang3,

More information

RECENTLY, the 2G standard GSM was enhanced by

RECENTLY, the 2G standard GSM was enhanced by 274 IEEE TRANSACTIONS ON WIREESS COMMUNICATIONS, VO. 5, NO. 2, FEBRUARY 2006 The Training Sequence Coe Depenence of EDGE Receivers using Zero IF Sampling Martin Krueger, Member, IEEE, Robert Denk, an Bin

More information

DESIGN OF A MODIFIED FUZZY FILTERING FOR NOISE REDUCTION IN IMAGES

DESIGN OF A MODIFIED FUZZY FILTERING FOR NOISE REDUCTION IN IMAGES Journal of Theoretical an Applie Information Technology 10 th January 014. Vol. 59 No.1 005-014 JATIT & LLS. All rights reserve. DESIGN OF A MODIFIED FUZZY FILTERING FOR NOISE REDUCTION IN IMAGES 1 EHSAN

More information

A New Speech Enhancement Technique to Reduce Residual Noise Using Perceptual Constrained Spectral Weighted Factors

A New Speech Enhancement Technique to Reduce Residual Noise Using Perceptual Constrained Spectral Weighted Factors IOSR Journal of Electronics an Communication Engineering (IOSR-JECE) e-issn: 78-834,p- ISSN: 78-8735. Volume 6, Issue 3 (May. - Jun. 013), PP 8-33 A New Speech Enhancement Technique to Reuce Resiual Noise

More information

Color Models and Color Image Processing. CS 663, Ajit Rajwade

Color Models and Color Image Processing. CS 663, Ajit Rajwade Color Models and Color Image Processing CS 663 Ajit Rajwade Pouring in color Grascale image: D arra of size M N containing scalar intensit values gralevels. Color image: tpicall represented as a 3D arra

More information

Wind sculpture. Cable 2. Cable 1. Sculpture

Wind sculpture. Cable 2. Cable 1. Sculpture Win sculpture Your frien, an artist, has been thinking about an interesting way to isplay a new win sculpture she has just create. In orer to create an aural as well as visual effect, she woul like to

More information

MODULE III. Foundations Of Data Communications And The Physical Layer

MODULE III. Foundations Of Data Communications And The Physical Layer MODULE III Founations Of Data Communications An The Physical Layer Computer Networks an Internets -- Moule 3 1 Spring, 2014 Copyright 2014. All rights reserve. Topics Motivation an moel Information sources

More information

RCGA based PID controller with feedforward control for a heat exchanger system

RCGA based PID controller with feedforward control for a heat exchanger system Journal of the Korean Society of Marine Engineering, Vol. 1, No. pp. 11~17, 17 ISSN 223-7925 (Print) J. Korean Soc. of Marine Engineering (JKOSME) ISSN 223-8352 (Online) https://oi.org/.5916/jkosme.17.1..11

More information

Chapter 3 Part 2 Color image processing

Chapter 3 Part 2 Color image processing Chapter 3 Part 2 Color image processing Motivation Color fundamentals Color models Pseudocolor image processing Full-color image processing: Component-wise Vector-based Recent and current work Spring 2002

More information

For a long time I limited myself to one color as a form of discipline. Pablo Picasso. Color Image Processing

For a long time I limited myself to one color as a form of discipline. Pablo Picasso. Color Image Processing For a long time I limited myself to one color as a form of discipline. Pablo Picasso Color Image Processing 1 Preview Motive - Color is a powerful descriptor that often simplifies object identification

More information

Signal Transmission Through LTI Systems EE 442 Spring 2017 Lecture 3. Signal Transmission

Signal Transmission Through LTI Systems EE 442 Spring 2017 Lecture 3. Signal Transmission Signal Transmission Through LTI Systems EE 442 Spring 207 Lecture 3 Signal Transmission Steay-State Response in Linear Time Invariant Network By steay-state we mean an sinusoial excitation. x(t) LTI Network

More information

Measurement of Semi-Anechoic Chamber Using Modified VSWR method above 1GHz

Measurement of Semi-Anechoic Chamber Using Modified VSWR method above 1GHz Measurement of Semi-Anechoic Chamber Using Moifie VSWR metho above 1GHz M. Bittera, K. Kováč, J. Hallon Department of Measurement, Faculty of Electrical Engineering an Information Technology, Slovak University

More information

A Study of Near-Field Direct Antenna Modulation Systems Using Convex Optimization

A Study of Near-Field Direct Antenna Modulation Systems Using Convex Optimization American Control Conference Marriott Waterfront, Baltimore, MD, USA June 3-July, WeB8.5 A Stuy of Near-Fiel Direct Antenna Moulation Systems Using Convex Optimization Java Lavaei, Ayin Babakhani, Ali Hajimiri

More information

Exam questions OPTI 517. Only a calculator and a single sheet of paper, 8 X11, with formulas will be allowed during the exam.

Exam questions OPTI 517. Only a calculator and a single sheet of paper, 8 X11, with formulas will be allowed during the exam. Exam questions OPTI 517 Only a calculator an a single sheet of paper, 8 X11, with formulas will be allowe uring the exam. 1) A single optical spherical surface oes not contribute spherical aberration.

More information

Color image recognition by use of a joint transform correlator of three liquid-crystal televisions

Color image recognition by use of a joint transform correlator of three liquid-crystal televisions Color image recognition by use of a joint transform correlator of three liqui-crystal televisions Mei-Li Hsieh, Ken Y. Hsu, an Hongchen Zhai We present a joint transform correlator for color image recognition

More information

A NEW SPEECH ENHANCEMENT TECHNIQUE USING PERCEPTUAL CONSTRAINED SPECTRAL WEIGHTING FACTORS

A NEW SPEECH ENHANCEMENT TECHNIQUE USING PERCEPTUAL CONSTRAINED SPECTRAL WEIGHTING FACTORS A NEW SPEECH ENHANCEMENT TECHNIQUE USING PERCEPTUAL CONSTRAINED SPECTRAL WEIGHTING FACTORS T. Muni Kumar, M.B.Rama Murthy, Ch.V.Rama Rao, K.Srinivasa Rao Gulavalleru Engineering College, Gulavalleru-51356,

More information

On the Real Time Implementation of a Controller for an Electromechanical System

On the Real Time Implementation of a Controller for an Electromechanical System On the Real Time Implementation of a Controller for an Electromechanical System Ruben Salas-Cabrera, Jonathan C. Mayo-Malonao, Erika Y. Renon-Fraga, Euaro N. Salas-Cabrera an Aaron Gonzalez-Roriguez Abstract

More information

Introduction to computer vision. Image Color Conversion. CIE Chromaticity Diagram and Color Gamut. Color Models

Introduction to computer vision. Image Color Conversion. CIE Chromaticity Diagram and Color Gamut. Color Models Introduction to computer vision In general, computer vision covers very wide area of issues concerning understanding of images by computers. It may be considered as a part of artificial intelligence and

More information

Math 32A Discussion Session Week 9 Notes November 28 and 30, 2017

Math 32A Discussion Session Week 9 Notes November 28 and 30, 2017 Math 3A Discussion Session Week 9 Notes November 8 an 30, 07 This week we ll explore some of the ieas from chapter 5, focusing mostly on the graient. We ll motivate this exploration with an example that

More information

Color Image Processing

Color Image Processing Color Image Processing Jesus J. Caban Outline Discuss Assignment #1 Project Proposal Color Perception & Analysis 1 Discuss Assignment #1 Project Proposal Due next Monday, Oct 4th Project proposal Submit

More information

Teaching Control Using NI Starter Kit Robot

Teaching Control Using NI Starter Kit Robot UKACC International Conference on Control 2012 Cariff, UK, 3-5 September 2012 Teaching Control Using NI Starter Kit Robot Payman Shakouri, Member IEEE, (Research stuent) Gorana Collier, Member IEEE, Anrzej

More information

REPORT 2/9_12_2001 Position Error Signal Estimation at High Sampling Rates Using Data and Servo Sector Measurements Abstract

REPORT 2/9_12_2001 Position Error Signal Estimation at High Sampling Rates Using Data and Servo Sector Measurements Abstract REPORT 2/9_12_2001 Position Error Signal Estimation at High Sampling Rates Using Data an Servo Sector Measurements by Petros A. Ioannou an Elias B. Kosmatopoulos Department of Electrical Engineering Systems

More information

Indoor Wireless Planning using Smart Antennas

Indoor Wireless Planning using Smart Antennas Inoor Wireless Planning using Smart Antennas Ali Abbasi an Maji Ghaeri Department of Computer Science, University of Calgary Emails: {abbasi, mghaeri}@ucalgary.ca Abstract This paper consiers the problem

More information

Using Chaos to Detect IIR and FIR Filters

Using Chaos to Detect IIR and FIR Filters PIERS ONLINE, VOL. 6, NO., 00 90 Using Chaos to Detect IIR an FIR Filters T. L. Carroll US Naval Research Lab, Coe 66, Washington, DC 07, USA Abstract In many signal processing applications, IIR an FIR

More information

YIQ color model. Used in United States commercial TV broadcasting (NTSC system).

YIQ color model. Used in United States commercial TV broadcasting (NTSC system). CMY color model Each color is represented by the three secondary colors --- cyan (C), magenta (M), and yellow (Y ). It is mainly used in devices such as color printers that deposit color pigments. It is

More information

Downward Trimming of Polymer Thick Film Resistors through High Voltage Pulses

Downward Trimming of Polymer Thick Film Resistors through High Voltage Pulses Downwar Trimming of Polymer Thick Film Resistors through High Voltage Pulses Y.Srinivasa Rao E.C.E. Department Shri Vishnu Engineering College For Women Vishnupur, Bhimavaram-540 W.G.Dt.,Ap, Inia Phone

More information

Introduction to Wireless Communication Systems ECE 476/ECE 501C/CS 513 Winter 2003

Introduction to Wireless Communication Systems ECE 476/ECE 501C/CS 513 Winter 2003 Introuction to Wireless ommunication Systems EE 476/EE 5/S 53 Winter 3 Review for Exam # April 5, 3 Exam Details Must follow seating chart - Poste 3 minutes before exam. heating will be treate very seriously.

More information

DETERMINATION OF OPTIMAL DIRECT LOAD CONTROL STRATEGY USING LINEAR PROGRAMMING

DETERMINATION OF OPTIMAL DIRECT LOAD CONTROL STRATEGY USING LINEAR PROGRAMMING DETERMINATION OF OPTIMAL DIRECT LOAD CONTROL STRATEGY USING LINEAR PROGRAMMING Zelko Popovic Distribution engineer Rae Koncara 57, 24300 Backa Topola, Yugoslavia Phone: +38 24 74 220 Fax: +38 24 74 898

More information

SECONDARY TRANSMISSION POWER OF COGNITIVE RADIOS FOR DYNAMIC SPECTRUM ACCESS

SECONDARY TRANSMISSION POWER OF COGNITIVE RADIOS FOR DYNAMIC SPECTRUM ACCESS SECONDARY TRANSMISSION POWER OF COGNITIVE RADIOS FOR DYNAMIC SPECTRUM ACCESS Xiaohua Li 1 1 Department of ECE State University of New York at Binghamton Binghamton, NY 139, USA {xli,jhwu1}@binghamton.eu

More information

ON-LINE PARAMETER ESTIMATION AND ADAPTIVE CONTROL OF PERMANENT MAGNET SYNCHRONOUS MACHINES. A Dissertation. Presented to

ON-LINE PARAMETER ESTIMATION AND ADAPTIVE CONTROL OF PERMANENT MAGNET SYNCHRONOUS MACHINES. A Dissertation. Presented to ON-LINE PARAMETER ESTIMATION AND ADAPTIVE CONTROL OF PERMANENT MAGNET SYNCHRONOUS MACHINES A Dissertation Presente to The Grauate Faculty of the University of Akron In Partial Fulfillment Of the Reuirements

More information

Extension of the Nearest-Three Virtual-Space-Vector PWM to the Four-Level Diode-Clamped dc-ac Converter

Extension of the Nearest-Three Virtual-Space-Vector PWM to the Four-Level Diode-Clamped dc-ac Converter Etension of the Nearest-Three irtual-space-ector PWM to the Four-Level Dioe-Clampe c-ac Converter S. Busquets-Monge, J. Boronau, an J. Rocabert Dept. of Electronic Engineering Technical University of Catalonia

More information

New M-ary QAM Transmission Payload System

New M-ary QAM Transmission Payload System r AIAA ICSSC-005 New M-ary QAM Transmission Payloa System Masayoshi TANAKA * Nihon University, College of Inustrial Technology, --, Izumicho, Narashino, 75-8575, Japan This paper presents a new M-ary moulation

More information

HOW SYMMETRICAL COMPONENTS MAY HELP TO SUPPRESS VOLTAGE SENSORS IN DIRECTIONAL RELAYS FOR DISTRIBUTION NETWORKS

HOW SYMMETRICAL COMPONENTS MAY HELP TO SUPPRESS VOLTAGE SENSORS IN DIRECTIONAL RELAYS FOR DISTRIBUTION NETWORKS C E D 17 th nternational Conference on Electricity Distribution Barcelona, 12-15 May 2003 HOW SYMMETCAL COMPONENTS MAY HELP TO SUPPESS VOLTAGE SENSOS N DECTONAL ELAYS FO DSTBUTON NETWOKS Xavier LE PVET

More information

PROPERTY AND REMOVAL OF JITTER IN BEIJING-1 SMALL SATELLITE PANCHROMATIC IMAGES

PROPERTY AND REMOVAL OF JITTER IN BEIJING-1 SMALL SATELLITE PANCHROMATIC IMAGES PROPERTY AND REMOVAL OF JITTER IN BEIJING-1 SMALL SATELLITE PANCHROMATIC IMAGES Qiong Ran a,b,, Yaobin Chi a,b, Zhiyong Wang b a IRSA Institute of Remote Sensing Applications, Chinese Acaemy of Science,100101,Beiing,China

More information

Joint Cooperative Relaying and Jamming for Maximum Secrecy Capacity in Wireless Networks

Joint Cooperative Relaying and Jamming for Maximum Secrecy Capacity in Wireless Networks Joint Cooperative Relaying an Jamming for Maximum Secrecy Capacity in Wireless Networks Li Wang, Chunyan Cao, Mei Song an Yu Cheng Beijing Key Laboratory of Work Safety Intelligent Monitoring School of

More information

IMAGE INTENSIFICATION TECHNIQUE USING HORIZONTAL SITUATION INDICATOR

IMAGE INTENSIFICATION TECHNIQUE USING HORIZONTAL SITUATION INDICATOR IMAGE INTENSIFICATION TECHNIQUE USING HORIZONTAL SITUATION INDICATOR Naveen Kumar Mandadi 1, B.Praveen Kumar 2, M.Nagaraju 3, 1,2,3 Assistant Professor, Department of ECE, SRTIST, Nalgonda (India) ABSTRACT

More information

Principal Component Analysis-Based Compensation for Measurement Errors Due to Mechanical Misalignments in PCB Testing

Principal Component Analysis-Based Compensation for Measurement Errors Due to Mechanical Misalignments in PCB Testing Principal Component Analysis-Base Compensation for Measurement Errors Due to Mechanical Misalignments in PCB Testing Xin He 1, Yashwant Malaiya 2, Anura P. Jayasumana 1 Kenneth P. Parker 3 an Stephen Hir

More information

Indoor Positioning Using Ultrasound and Radio Combination

Indoor Positioning Using Ultrasound and Radio Combination Inoor Positioning Using Ultrasoun an Raio Combination Gintautas Salcius, Evalas Povilaitis, Algimantas Tacilauskas Centre of Real Time Computer Systems, Kaunas University of Technology Stuentu St. 50,

More information

The FDTD method for lightning surge propagation in 115-kV power transmission systems of PEA s Thailand

The FDTD method for lightning surge propagation in 115-kV power transmission systems of PEA s Thailand The FDTD metho for lightning surge propagation in 5-kV power transmission systems of PEA s Thailan * Kokiat Aosup ) an Thanatchai Kulworawanichpong ) ), ) Power System Research Unit, School of Electrical

More information

Multimedia Systems Color Space Mahdi Amiri March 2012 Sharif University of Technology

Multimedia Systems Color Space Mahdi Amiri March 2012 Sharif University of Technology Course Presentation Multimedia Systems Color Space Mahdi Amiri March 2012 Sharif University of Technology Physics of Color Light Light or visible light is the portion of electromagnetic radiation that

More information

Contents Maryland High School Programming Contest 1. 1 Stacked Floating Mountains 2. 2 Chess Puzzle 3. 3 Life Connections 4

Contents Maryland High School Programming Contest 1. 1 Stacked Floating Mountains 2. 2 Chess Puzzle 3. 3 Life Connections 4 2010 Marylan High School Programming Contest 1 Contents 1 Stacke Floating Mountains 2 2 Chess Puzzle 3 3 Life Connections 4 4 Circle of Friens 5 5 Floating Mountain Stability 6 6 Aim It Right! 7 7 Navi

More information

An Oversampled Filter Bank Multicarrier System for Cognitive Radio

An Oversampled Filter Bank Multicarrier System for Cognitive Radio An Oversample Filter Ban ulticarrier System for Cognitive Raio Qiwei Zhang, Anre B.J. Koeler an Gerar J.. Smit Department of Electrical Engineering, athematics an Computer Science University of wente,

More information

Examination, TEN1, in courses SK2500/SK2501, Physics of Biomedical Microscopy,

Examination, TEN1, in courses SK2500/SK2501, Physics of Biomedical Microscopy, KTH Applie Physics Examination, TEN1, in courses SK2500/SK2501, Physics of Biomeical Microscopy, 2017-01-10, 8-13, FA32 Allowe ais: Compenium Imaging Physics (hane out) Compenium Light Microscopy (hane

More information

User Determined Superdirective Beamforming

User Determined Superdirective Beamforming IEEE -th Convention of Electrical an Electronics Engineers in Israel User Determine Superirective Beamforming Reuven Berkun, Israel Cohen Technion, Israel Institute of Technology Technion City, Haifa 3,

More information

Musical Wind Instrument Analysis

Musical Wind Instrument Analysis Musical Win Instrument Analysis Darren, Murray Campbell Department of Acoustics an Flui Dynamics, University of Einburgh, EH9 3JZ, Einburgh, Scotlan D.A.@sms.e.ac.uk,.m.campbell@e.ac.uk The acoustic impeance

More information

Digital Image Processing (DIP)

Digital Image Processing (DIP) University of Kurdistan Digital Image Processing (DIP) Lecture 6: Color Image Processing Instructor: Kaveh Mollazade, Ph.D. Department of Biosystems Engineering, Faculty of Agriculture, University of Kurdistan,

More information

COMPTON SCATTERING. Phys 2010 Brown University March 13, 2009

COMPTON SCATTERING. Phys 2010 Brown University March 13, 2009 COMPTON SCATTERING Phys 00 Brown University March 3, 009 Purpose The purpose of this experiment is to verify the energy epenence of gamma raiation upon scattering angle an to compare the ifferential cross

More information

Hybrid Posicast Controller for a DC-DC Buck Converter

Hybrid Posicast Controller for a DC-DC Buck Converter SERBIAN JOURNAL OF ELETRIAL ENGINEERING Vol. 5, No. 1, May, 11-13 Hybri Posicast ontroller for a D-D Buck onverter Kaithamalai Uhayakumar 1, Ponnusamy Lakshmi, Kanasamy Boobal Abstract: A new Posicast

More information

Unit 8: Color Image Processing

Unit 8: Color Image Processing Unit 8: Color Image Processing Colour Fundamentals In 666 Sir Isaac Newton discovered that when a beam of sunlight passes through a glass prism, the emerging beam is split into a spectrum of colours The

More information

Reliability and Route Diversity in Wireless Networks

Reliability and Route Diversity in Wireless Networks 2005 Conference on Information Sciences an Sstems, The Johns Hopkins Universit, March 16 18, 2005 Reliabilit an Route Diversit in Wireless Networks Ehsan Khanani, Etan Moiano, Jinane Abounai, Lizhong Zheng

More information

Mahdi Amiri. March Sharif University of Technology

Mahdi Amiri. March Sharif University of Technology Course Presentation Multimedia Systems Color Space Mahdi Amiri March 2014 Sharif University of Technology The wavelength λ of a sinusoidal waveform traveling at constant speed ν is given by Physics of

More information

Lightning Protection Optimization for Large Wind Turbines with Method-of-Moments

Lightning Protection Optimization for Large Wind Turbines with Method-of-Moments Lightning Protection Optimization for Large Win Turbines with Metho-of-Moments Florian Krug, Ralph Teichmann General Electric - Global Research Freisinger Lanstrasse 50, 85748 Munich, GERMAY Ulrich Jakobus,

More information

C2. Design of Digital Filters

C2. Design of Digital Filters C2. Design of Digital Filters Objectives Unerstan what is an ieal filter vs a non-ieal filter Given signal an noise specifications in the frequency omain, how to esign a igital filter; For the same problem,

More information

XIII International PhD Workshop OWD 2011, October Single-Stage DC-AC Converter Based On Two DC-DC Converters

XIII International PhD Workshop OWD 2011, October Single-Stage DC-AC Converter Based On Two DC-DC Converters XIII International Ph Workshop OW 20, 22 25 October 20 Single-Stage C-AC Converter Base On Two C-C Converters Tine Konjeic, University of Maribor (0.09.200, prof. Miro Milanovič, University of Maribor)

More information

Fuzzy Polar Dynamic Voltage Restorer as Voltage Sag Restorer and Active Filter Without Zero Sequence Blocking

Fuzzy Polar Dynamic Voltage Restorer as Voltage Sag Restorer and Active Filter Without Zero Sequence Blocking Fuzzy Polar Dynamic Voltage Restorer as Voltage Sag Restorer an Active Filter Without Zero Sequence Blocking Margo P, M Hery P, M Ashari, Zaenal P *),Takashi Hiyama **) *) Dept. of Electrical Eng, Sepuluh

More information

Lecture Color Image Processing. by Shahid Farid

Lecture Color Image Processing. by Shahid Farid Lecture Color Image Processing by Shahid Farid What is color? Why colors? How we see objects? Photometry, Radiometry and Colorimetry Color measurement Chromaticity diagram Shahid Farid, PUCIT 2 Color or

More information

KEY FEATURES TEST CAPABILITIES 8000S HIGH POWER EARTH TESTING SYSTEM STANDARDS COMPLIANCE

KEY FEATURES TEST CAPABILITIES 8000S HIGH POWER EARTH TESTING SYSTEM STANDARDS COMPLIANCE KEY FEATURES 8000S HIGH POWER EARTH TESTING SYSTEM High power earth systems (Substations, Transmission towers, etc) have to be perioically monitore to check if they comply with safety levels establishe

More information

Interactive Computer Graphics

Interactive Computer Graphics Interactive Computer Graphics Lecture 4: Colour Graphics Lecture 4: Slide 1 Ways of looking at colour 1. Physics 2. Human visual receptors 3. Subjective assessment Graphics Lecture 4: Slide 2 The physics

More information

Gaussian Higher Order Derivative Based Structural Enhancement of Digital Bone X-ray Images

Gaussian Higher Order Derivative Based Structural Enhancement of Digital Bone X-ray Images ISSN : 9-09 Gaussian Higher Order erivative Based Structural Enhancement of igital Bone X-ra Images a Raka Kundu b Ratnesh Kumar a Biswajit Biswas a4 Amlan Chakrabarti a A. K. Choudhur School of Information

More information

Relay Deployment and Power Control for Lifetime Elongation in Sensor Networks

Relay Deployment and Power Control for Lifetime Elongation in Sensor Networks Relay Deployment an Power Control for Lifetime Elongation in Sensor Networks Yufeng Xin, Tuna Güven, Mark Shayman Institute of Avance Computer Stuies University of Marylan, College Park, MD 074 e-mail:

More information

Announcements. Electromagnetic Spectrum. The appearance of colors. Homework 4 is due Tue, Dec 6, 11:59 PM Reading:

Announcements. Electromagnetic Spectrum. The appearance of colors. Homework 4 is due Tue, Dec 6, 11:59 PM Reading: Announcements Homework 4 is due Tue, Dec 6, 11:59 PM Reading: Chapter 3: Color CSE 252A Lecture 18 Electromagnetic Spectrum The appearance of colors Color appearance is strongly affected by (at least):

More information

Dingwen Yu and Jiasheng Zhang

Dingwen Yu and Jiasheng Zhang INTERNATIONAL JOURNAL OF INFORMATION AND SYSTEMS SIENES Volumer, Numver 3, ages 384-397 6 Institute for Scientific omputing an Information RESEARH OF ID ONTROLLER AND FUZZY ID ONTROLLER Dingwen Yu an Jiasheng

More information

Model Reference Adaptive Fuzzy Controller for Permanent Magnet Synchronous Motor

Model Reference Adaptive Fuzzy Controller for Permanent Magnet Synchronous Motor Volume 50, Number 1, 2009 25 Moel Reference Aaptive Fuzzy Controller for Permanent Magnet Synchronous Motor A. MEROUFEL, M. MASSOUM an B. BELABBES Abstract: Conventional control epens on the mathematical

More information

APPLICATION OF OPTIMAL-TUNING PID CONTROL TO INDUSTRIAL HYDRAULIC SYSTEMS. G. P. Liu*, S. Daley + and G. R. Duan

APPLICATION OF OPTIMAL-TUNING PID CONTROL TO INDUSTRIAL HYDRAULIC SYSTEMS. G. P. Liu*, S. Daley + and G. R. Duan Copyright 2002 IFAC 5th Triennial Worl Congress, Barcelona, Spain APPLICATION OF OPTIMAL-TUNING PID CONTROL TO INDUSTRIAL HYDRAULIC SYSTEMS G. P. Liu*, S. Daley + an G. R. Duan * University of Nottingham

More information

Resource Allocation for Cooperative Transmission in Wireless Networks with Orthogonal Users

Resource Allocation for Cooperative Transmission in Wireless Networks with Orthogonal Users Resource Allocation for Cooperative Transmission in Wireless Networks with Orthogonal Users D. Richar Brown III Electrical an Computer Engineering Department Worcester Polytechnic Institute Worcester,

More information

Introduction to Computer Vision CSE 152 Lecture 18

Introduction to Computer Vision CSE 152 Lecture 18 CSE 152 Lecture 18 Announcements Homework 5 is due Sat, Jun 9, 11:59 PM Reading: Chapter 3: Color Electromagnetic Spectrum The appearance of colors Color appearance is strongly affected by (at least):

More information

Page 1. Overview : Wireless Networks Lecture 7: Cellular Networks. The advent of cellular networks. The cellular network design.

Page 1. Overview : Wireless Networks Lecture 7: Cellular Networks. The advent of cellular networks. The cellular network design. Overview 18-759: Wireless Networks Lecture 7: Cellular Networks Dina Papagiannaki & Peter Steenkiste Departments of Computer Science an Electrical an Computer Engineering Spring Semester 2009 http://www.cs.cmu.eu/~prs/wireless09/

More information

Professor of Computer Engineering, Shobra Faculty of Engineering, Benha University, Cairo,Egypt, Cairo,Egypt

Professor of Computer Engineering, Shobra Faculty of Engineering, Benha University, Cairo,Egypt, Cairo,Egypt Visible Light Communication (VLC) Channel Moeling [1] M.Mohanna, [2] Raafat A.EL-Kammar, [3] M.LotfyRabeh, [4] Mohame I.Gabr [1] Professor, National Research Institute an Geophysics, Cairo, Egypt [2] Professor

More information