ALGORITHM FOR COLOR RECOGNITION, ADAPTED FOR PLATFORMS WITH LIMITED RESOURCES

Size: px
Start display at page:

Download "ALGORITHM FOR COLOR RECOGNITION, ADAPTED FOR PLATFORMS WITH LIMITED RESOURCES"

Transcription

1 АЛГОРИТЪМ ЗА РАЗПОЗНАВАНЕ НА ЦВЕТОВЕ, АДАПТИРАН ЗА ПЛАТФОРМИ С ОГРАНИЧЕНИ РЕСУРСИ ALGORITHM FOR COLOR RECOGNITION, ADAPTED FOR PLATFORMS WITH LIMITED RESOURCES R. Ivaov Techical Uiversity of Gabrovo, 5300 Gabrovo, 4 H.Dimitar Str. rs-soft@ieee.org Abstract: New techologies represet a greet opportuity for the improvemet of the life ad idepedet livig of the disabled people. This paper presets the algorithm realizatio of color recogitio that ca be used for creatio of Java applicatios for mobile termials (J2ME) with built-i photo camera. The aim is creatig of mass accessible applicatio for people with impaired visio (blid ad color-blid people) so that they ca be iformed (by Text To Speech coversio) about the ame of recogized color i ceter of the video frame. Color filterig ad statistics are also possible. Color recogitio is based o combiatio of crisp color segmetatio ad several small Artificial Neural Networks (ANN). Such applicatios ca provide a sigificat help for disability compesatio to avoid the gap icreasig betwee disabled ad o disabled people. Key words: Color recogitio, Image processig, J2ME applicatios 1. INTRODUCTION Color recogitio is a major task i artificial visio systems (patter recogitio, avigatio of robots, weapos cotrol ad may others) [4]. I particular research, color recogitio is used as part of the Java applicatio for mobile termials, which aims to ease the lives of visually impaired people (recogizig the degree of illumiatio, detectio of objects i their color, idoor ad outdoor orietatio [1]). Existig applicatios i this area are few ad usually are based o hardware-software platforms with a high price. The most frequetly [13] about te basic colors are recogized. I the preseted research most of the color s ames are formed usig oe or more adjectives to color, such as: "light sky blue", "sow white", "tomato red", "pale violet", "royal blue", ad etc. The mai problem i the developmet of such applicatios is the eed to combie mutually exclusive requiremets, such as: High probability for correct recogitio that is idepedet to source of light ad its itesity. Iformig the user through text to speech coversio. Obtaiig result i soft real time. These features are hardly achievable whe the microcotroller or systems with limited computig resources ad capacity of operative memory are used. This makes a big part of the existig algorithms for color recogitio irrelevat i such platforms. 2. PLATFORM SELECTION It is proposed to use ay mobile termial with built-i camera ad Java Virtual Machie (JVM). The reasos for this are: 1. Over 65% of mobile termials maufactured i 2008 have built photo-camera ad JVM. 2. Guarateed platform idepedece of Java applicatios - MIDP versio 2.0 ad Mobile Media API (MMAPI) [10] i order to access photo camera is required. 3. Easily applicatio upgrade. 4. Usig photo-camera istead of color sesors allows the creatio of more complex applicatios, such as image ad face recogitio. The mai problems that must be resolved whe selectig mobile platform are: Optimize the speed of implemetatio, takig ito accout the still low productivity of most JVM for mobile termials. So far, few photo-cameras for mobile termials support white balace. This leads to false detectio of colors i various lightig coditios. Whe low-resolutio is used is ot possible program realizatio of the white balace algorithm that gives satisfactory results. Number of mobile termials that allow program cotrol of the flash, the focus, exposure ad white balace are still little. It is ecessary mobile termial to support the Advaced Multi-Media Supplemet Specificatio (AMMS) API [11], which is the extesio of MMAPI.

2 3. ALGORITHM REALISATION Algorithm for color recogitio is realized i the followig sequece: Color space selectio, Color segmetatio, Adaptive adjustmets ad ANN classificatio Color space selectio Color space (also called color model) defies the umerical represetatio of color eeded for program processig. There are may color models each of which has advatages ad disadvatages to be determied by the specific requiremets ad characteristics of the developed applicatio. The models, that are used most ofte i color recogitio, are [6]: RGB (Red, Gree, Blue). HSV (Hue, Saturatio, Value). TSL (Tit, Saturatio, Lightess). YCrCb (Luma, R chromiace, B chromiace). The ideal color model i color recogitio poit of view should simulate some characteristics of huma visual system, such as: o-liear sesitivity to visible light with differet wavelegth ad weak depedece o the itesity of light. The color iformatio, obtaied directly from the photo cameras, usually is i RGB format. The mai drawback of RGB color model is the high degree of correlatio of iformatio from color chaels. The RGB model does ot allows the separatio of color from itesity. HS based models (HSV, HSB, HSL) correspod better to how people experiece colors tha the RGB color space used: Hue (H) is a color attribute that describes what a pure color is, H values vary from 0 to 1 (from red through orage, yellow, gree, cya, blue, mageta ad back to red; Saturatio (S) values varies from 0 to 1 ad correspodig colors vary from usaturated to fully saturated. There are color models that attempt to simulate more accurately huma visio system, such as: CIELAB, CIEXYZ ad CIELUV [9]. However, experimets show that their use does ot improve the characteristics of color recogitio systems. It is proposed to use modificatio of HSV color model: Parameter I Parameter I represet the o-liear formatio of light s itesity, I = 0.299R G B, (1) R = R 256, G = G 256 и B = B 256. (2) Parameter s values are i iterval [0, 1]. Whe I=0 color is 100% black, ad whe I=1 100% white. Parameter H This parameter describes the domiat color. The scale, which describes all possible base colors, is defied: the values i the iterval [0, 2) describe all red colors, iterval [2, 4) describes gree colors ad iterval [4, 6) describes blue colors: H = ( G B ) ( max mi), if ( max = R ) 2 + ( B R ) ( max mi), if ( max = G ) 4 + ( R G ) ( max mi), if ( max = B ) max = MAX ( R, G, B ), MIN ( R, G, B ) (3) mi =. (4) Normalizatio of the scale is eeded, to fit H parameter values i the iterval [0, 1]: H = H 6, (5а) H = H +1, if H < 0. (5b) Parameter S This parameter describes the purity of the color: 0, if ( max = mi) ( ) ( ) ( ) max mi max+ mi, if max+ mi < 1 ( max mi) ( 2 max mi), otherwise. S =, (6) Whe S=0 color is 100% gray. I 100% pure color value of S is 1. Proposed HSI model is characterized by much more elemetary mathematical apparatus eeded to obtai the values of H ad S parameters i compariso with the color model HSV Color segmetatio Color segmetatio is used for coarse estimatio of pixel s color. It is implemeted o the basis of the values of parameters H, S, ad I. The segmetatio is realized usig IF-THEN rules. O Figure 1 show the color map (HS plot) ad thresholds for red, orage, yellow, gree, cya, blue, mageta ad gray colors (H r, H o, H y, H g, H c, H b, H m ad S g ). Fig. 1. Color map (HS plot)

3 Thresholds are obtaied takig ito accout the sesitivity of the huma eyes to visible light [8] ad experimets. Ulike the stadard algorithm for fuzzy clusterig [3], the proposed approach allows realizatio i real time. Before color segmetatio, the color oise i frames is reduced by 3x3 slidig filterig [7]. The value of cetral pixel is replaced with mea value of color of pixels i widow, c ˆN 1 / 2 = mea( c0, c1,..., cн 1), (7) where N=9. Color segmetatio starts with checkig whether the color is white or black. If I>I w, the color is white, ad if I<I b - color is black. If S<S g color is gray, otherwise color segmetatio, based o the values of H, is realized. Te color classes are recogized: red, orage, yellow, gree, cya, blue, mageta, white, gray ad black Adaptive correctios Whe light itesity is 25% lower or higher of average itesity, obtaied durig the system traiig a adjustmet of values of the parameters R, G, ad B is realized. To do this i traiig stage average itesity values for each color class Ic are obtaied, c {"red", "orage", mea "yellow", "gree", "cya", "blue", "mageta", "gray"}. This correctio adjusts itesity of the curret pixel to the average itesity of the class to which he has belog ad improves the results geerated by ANN classifiers: R = I R, G = I G, B = I B, (8а) 3.4. Color classificatio I = Icmea I, I = R + G + B. (8b) ANN classifiers geerate ame of color for every iput test feature vector. Nie ANN of type 3-layer perceptro are used as show i Fig. 2. R,G,B S I H Itesity Correctio Black & White Classificatio Color Segmetatio ANN Classificatio Fig. 2. Color classifier architecture black white color ANN select Color ame ANN iput vectors are formed by the values of parameters H, S ad I. Traiig is implemeted through maual labelig of pixels from video frames, obtaied from the mobile termials [2]. The umber of output euros coicides with the umber of colors for each class. To reduce the errors because of o-fuzzy boudaries betwee the color segmets, ANN traied with vectors from eighborig segmets. For this purpose, each segmet is divided ito 3 sub-segmets, for example for red color sub-segmets are: red-mageta, red ad red-orage. Red color ANN is traied with traiig vectors from left ad right sub-segmets: mageta-red ad orage-red (see Table 4). O traiig phase (EBP algorithm is used) all ANN weight vectors for each color class except "black" are obtaied. ANN parameters are saved i ASCII resource files ad loaded i operative memory whe ecessary. This decisio has the followig advatages: 1. Usig multiple ANN, istead oe ANN for all colors [5], allows the result to be obtaied i real time ad the memory to be used more efficietly. 2. Due to the small umber of euros i iput ad output layer traiig is realized much more effectively with a high probability for obtaiig a global miimum. The color recogitio process rus i the followig sequece: 1. Color model parameters (H, S, I) are obtaied. 2. The block "Black & White Classificatio" geerates 3 output sigals: black if black color is recogized (go to 6), white if pixels belogs to white color class (go to 4) ad color if color segmetatio is eeded (go to 3). 3. Coarse color segmetatio is realized by the block "Color Segmetatio". The color of pixels at ceter of frame (3x3 regio) is assiged to oe of all 9 possible color classes. 4. Check pixels itesity (block "Itesity correctio"). If itesity adjustmet is ecessary equatios (8) are used. 5. Fie color classificatio by ANN. Depedig o the results of steps 2 ad 3, a ANN for recogized color class is selected. 6. Ed. The umber of colors, that are recogized for each class, is differet ad is described i Table 1. Table 1. Number of recogized colors for each class No Class ame Number of colors 1. red orage yellow gree cya blue mageta white 9 9. gray black 1 Total: 113

4 Other threshold levels used have the followig values: 4. EXPERIMENTAL RESULTS Proposed algorithm for color recogitio ca be used i mobile platforms with limited resources. All experimets are realized with mobile termials Nokia 6630 ad Nokia N95. I Table 2 the performace of Nokia 6630 ad N95 JVM are preseted (SPMarkJava06 is used [12]). Table 2. Nokia 6630 ad Nokia N95 JVM bechmarks Operatio Add, Subtract Multiply Divide Performace, KOps/s Operad type Nokia ,470 1,847 55,601 2,227 1, iteger iteger iteger Nokia N95 59,931 2,679 41,888 3,417 1,629 1,423 To improve color recogitio time oly iteger operatios are used. Whe Nokia 6630 mobile termial is used the mea time itervals required for realizatio of color recogitio are described i Table 3. Table 3. Color recogitio algorithm timig Stage 1. Get sapshot 2. Mea 3x3 filterig (160x120) 3. Color segmetatio 4. ANN classificatio Total time: Time, ms Sg=0.0116, Iw=0.95, Ib=0.05. (9) Oe hudred test frames are used: 50 frames obtaied i a room (exteral lightig 20 frames, fluorescet light 10 frames, light of the icadescet lamp 10 frames ad 10 frames from TV set) ad 50 outdoors frames (25 i sushie ad 25 i cloudy weather). The probability of correct color classificatio whe usig a mobile termial Nokia 6630 is 91% as show i Table 5. I this case the white balace ad auto focus is ot used. Table 5. Color recogitio algorithm performace Test mode Recogitio rate, % 1. White balace, auto focus ad flash cotrol are ot supported (Nokia 6630) 2. White balace, auto focus ad flash cotrol are supported (Nokia N95) The errors are because of white balace missig ad light itesity i part of frames is too low or high. Five percet of errors are elimiated whe usig a mobile termial Nokia N95 that supports AMMS API - white balace ad auto focus are eabled. The results of testig of the applicatio are show i Figures 3 to 6. The user iterface is show i Figure Table 4 describes the H-itervals ad thresholds used i the formatio of the traiig vectors for each ANN. Table 4. H itervals ad thresholds ANN class Red Hr= Orage Ho= Yellow Hy= Gree Hg= Cya Hc= Blue Hb= Mageta Hm= Traiig sub-segmets mageta-red, red-mageta, red, red-orage, orage-red red-orage, orage-red, orage, orageyellow, yellow-orage orage-yellow, yellow-orage, yellow, yellowgree, gree-yellow yellow-gree, gree-yellow, gree, greecya, cya-gree gree-cya, cya-gree, cya, cya-blue, blue-cya cya-blue, blue-cya, blue, blue-mageta, mageta-blue blue-mageta, mageta-blue, mageta, mageta-red, red-mageta Hue iterval Fig.3. Experimetal results user iterface Fig.4. Experimetal results test mode (get color, fid color, fid colors) Fig.5. Experimetal results color recogitio

5 6. REFERENCES 1. Buluswar, S.D., B.A. Draper, Color Recogitio i Outdoor Images, 6th It. Cof. o Computer Visio, pp , Ivaov, R., A applicatio for Image Database Developmet for Mobile Face Detectio ad Recogitio Systems, It. Scietific Cof. Computer Sciece 2008, Part I, pp , Greece. Fig.6. Experimetal results fid color(s) The results, obtaied i testig mode (PNG resource file is used), are show i Figure 4. I Figures 5 ad 6 are show results obtaied i Color recogitio ad Fid color(s) modes. 5. CONCLUSION A algorithm for color recogitio, which combies the advatages of fast crisp color segmetatio ad artificial eural etworks is preseted. Algorithm ca be used for platforms with limited memory ad computig power, icludig mobile termials with built-i JVM. Cotiuous time usig the applicatio depeds maily o the cosumptio of a photo-camera. To icrease this time, the camera turs off if the user does t iteract with applicatio for more tha 15 secods or if applicatio loses focus. The proposed algorithm is part of the Java applicatio for color ad huma face recogitio. It ca be istalled o ay mobile termial that supports MMAPI (AMMS API is optioal) ad has built photo-camera. Applicatio is adapted for visually impaired people (partial or complete loss of visio ad color-blid). 3. Khodja, L., et al., Fuzzy Clusterig for Color Recogitio Applicatio to Image Uderstadig, 5th IEEE It. Cof. o Fuzzy Systems, Vol.II, pp , Stachowicz, M.S., D. Lemke, Color Recogitio, 22d It. Cof. o Iformatio Techology Iterfaces, pp , Stoksik, M., et al., A Neural Net Based Color Recogitio System, 2d It. Cof. o Artificial Neural Networks, pp.86-90, Plataiotis, K.N., A.N. Veetsaoupoulos, Color image processig ad applicatios, Spriger, Germay, Pratt, W.K., Digital Image Processig, 3rd editio, NY, Wiley, Trussel, J., E.Saber, ad M.Vrhel, Color Image Processig, IEEE Sigal Procesiig Magazie, Vol.22, No.1, pp.14-22, Wyszecki, G., W.S. Stiles, Color Sciece: Cocepts ad Methods, Quatitative Data ad Formulae, Joh Wiley ad Sos, Mobile Media API (JSR-135) specificatio, Available at Advaced Multimedia Supplemet Specificatio (JSR-234) specificatio, Available at

Radar emitter recognition method based on AdaBoost and decision tree Tang Xiaojing1, a, Chen Weigao1 and Zhu Weigang1 1

Radar emitter recognition method based on AdaBoost and decision tree Tang Xiaojing1, a, Chen Weigao1 and Zhu Weigang1 1 Advaces i Egieerig Research, volume 8 d Iteratioal Coferece o Automatio, Mechaical Cotrol ad Computatioal Egieerig (AMCCE 7) Radar emitter recogitio method based o AdaBoost ad decisio tree Tag Xiaojig,

More information

Density Slicing Reference Manual

Density Slicing Reference Manual Desity Slicig Referece Maual Improvisio, Viscout Cetre II, Uiversity of Warwick Sciece Park, Millbur Hill Road, Covetry. CV4 7HS Tel: 0044 (0) 24 7669 2229 Fax: 0044 (0) 24 7669 0091 e-mail: admi@improvisio.com

More information

High Speed Area Efficient Modulo 2 1

High Speed Area Efficient Modulo 2 1 High Speed Area Efficiet Modulo 2 1 1-Soali Sigh (PG Scholar VLSI, RKDF Ist Bhopal M.P) 2- Mr. Maish Trivedi (HOD EC Departmet, RKDF Ist Bhopal M.P) Adder Abstract Modular adder is oe of the key compoets

More information

CHAPTER 5 A NEAR-LOSSLESS RUN-LENGTH CODER

CHAPTER 5 A NEAR-LOSSLESS RUN-LENGTH CODER 95 CHAPTER 5 A NEAR-LOSSLESS RUN-LENGTH CODER 5.1 GENERAL Ru-legth codig is a lossless image compressio techique, which produces modest compressio ratios. Oe way of icreasig the compressio ratio of a ru-legth

More information

Data Acquisition System for Electric Vehicle s Driving Motor Test Bench Based on VC++ *

Data Acquisition System for Electric Vehicle s Driving Motor Test Bench Based on VC++ * Available olie at www.sciecedirect.com Physics Procedia 33 (0 ) 75 73 0 Iteratioal Coferece o Medical Physics ad Biomedical Egieerig Data Acquisitio System for Electric Vehicle s Drivig Motor Test Bech

More information

Technical Explanation for Counters

Technical Explanation for Counters Techical Explaatio for ers CSM_er_TG_E Itroductio What Is a er? A er is a device that couts the umber of objects or the umber of operatios. It is called a er because it couts the umber of ON/OFF sigals

More information

INCREASE OF STRAIN GAGE OUTPUT VOLTAGE SIGNALS ACCURACY USING VIRTUAL INSTRUMENT WITH HARMONIC EXCITATION

INCREASE OF STRAIN GAGE OUTPUT VOLTAGE SIGNALS ACCURACY USING VIRTUAL INSTRUMENT WITH HARMONIC EXCITATION XIX IMEKO World Cogress Fudametal ad Applied Metrology September 6, 9, Lisbo, Portugal INCREASE OF STRAIN GAGE OUTPUT VOLTAGE SIGNALS ACCURACY USING VIRTUAL INSTRUMENT WITH HARMONIC EXCITATION Dalibor

More information

APPLICATION NOTE UNDERSTANDING EFFECTIVE BITS

APPLICATION NOTE UNDERSTANDING EFFECTIVE BITS APPLICATION NOTE AN95091 INTRODUCTION UNDERSTANDING EFFECTIVE BITS Toy Girard, Sigatec, Desig ad Applicatios Egieer Oe criteria ofte used to evaluate a Aalog to Digital Coverter (ADC) or data acquisitio

More information

AkinwaJe, A.T., IbharaJu, F.T. and Arogundade, 0.1'. Department of Computer Sciences University of Agriculture, Abeokuta, Nigeria

AkinwaJe, A.T., IbharaJu, F.T. and Arogundade, 0.1'. Department of Computer Sciences University of Agriculture, Abeokuta, Nigeria COMPARATIVE ANALYSIS OF ARTIFICIAL NEURAL NETWORK'S BACK PROPAGATION ALGORITHM TO STATISTICAL LEAST SQURE METHOD IN SECURITY PREDICTION USING NIGERIAN STOCK EXCHANGE MARKET AkiwaJe, A.T., IbharaJu, F.T.

More information

Spread Spectrum Signal for Digital Communications

Spread Spectrum Signal for Digital Communications Wireless Iformatio Trasmissio System Lab. Spread Spectrum Sigal for Digital Commuicatios Istitute of Commuicatios Egieerig Natioal Su Yat-se Uiversity Spread Spectrum Commuicatios Defiitio: The trasmitted

More information

Compound Controller for DC Motor Servo System Based on Inner-Loop Extended State Observer

Compound Controller for DC Motor Servo System Based on Inner-Loop Extended State Observer BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 6, No 5 Special Issue o Applicatio of Advaced Computig ad Simulatio i Iformatio Systems Sofia 06 Prit ISSN: 3-970; Olie ISSN:

More information

Adaptive Fuzzy Color Interpolation

Adaptive Fuzzy Color Interpolation Joural of Electroic Imagig Vol. (3), July 00. Adaptive Fuzzy Color Iterpolatio Pig-Sig Tsai, Tiku Acharya,, Ajay K. Ray 3 Itel Corporatio Desktop Architecture Lab 5000 West Chadler Boulevard Mail Stop:

More information

MADE FOR EXTRA ORDINARY EMBROIDERY DESIGNS

MADE FOR EXTRA ORDINARY EMBROIDERY DESIGNS MADE FOR EXTRA ORDINARY EMBROIDERY DESIGNS HIGH-PERFORMANCE SPECIAL EMBROIDERY MACHINES SERIES W, Z, K, H, V THE ART OF EMBROIDERY GREATER CREATIVE FREEDOM Typical tapig embroidery Zigzag embroidery for

More information

Tehrani N Journal of Scientific and Engineering Research, 2018, 5(7):1-7

Tehrani N Journal of Scientific and Engineering Research, 2018, 5(7):1-7 Available olie www.jsaer.com, 2018, 5(7):1-7 Research Article ISSN: 2394-2630 CODEN(USA): JSERBR 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38

More information

DIGITALLY TUNED SINUSOIDAL OSCILLATOR USING MULTIPLE- OUTPUT CURRENT OPERATIONAL AMPLIFIER FOR APPLICATIONS IN HIGH STABLE ACOUSTICAL GENERATORS

DIGITALLY TUNED SINUSOIDAL OSCILLATOR USING MULTIPLE- OUTPUT CURRENT OPERATIONAL AMPLIFIER FOR APPLICATIONS IN HIGH STABLE ACOUSTICAL GENERATORS Molecular ad Quatum Acoustics vol. 7, (6) 95 DGTALL TUNED SNUSODAL OSCLLATOR USNG MULTPLE- OUTPUT CURRENT OPERATONAL AMPLFER FOR APPLCATONS N HGH STABLE ACOUSTCAL GENERATORS Lesław TOPÓR-KAMŃSK Faculty

More information

Application of Improved Genetic Algorithm to Two-side Assembly Line Balancing

Application of Improved Genetic Algorithm to Two-side Assembly Line Balancing 206 3 rd Iteratioal Coferece o Mechaical, Idustrial, ad Maufacturig Egieerig (MIME 206) ISBN: 978--60595-33-7 Applicatio of Improved Geetic Algorithm to Two-side Assembly Lie Balacig Ximi Zhag, Qia Wag,

More information

Measurement of Equivalent Input Distortion AN 20

Measurement of Equivalent Input Distortion AN 20 Measuremet of Equivalet Iput Distortio AN 2 Applicatio Note to the R&D SYSTEM Traditioal measuremets of harmoic distortio performed o loudspeakers reveal ot oly the symptoms of the oliearities but also

More information

ECE 333: Introduction to Communication Networks Fall Lecture 4: Physical layer II

ECE 333: Introduction to Communication Networks Fall Lecture 4: Physical layer II ECE 333: Itroductio to Commuicatio Networks Fall 22 Lecture : Physical layer II Impairmets - distortio, oise Fudametal limits Examples Notes: his lecture cotiues the discussio of the physical layer. Recall,

More information

X-Bar and S-Squared Charts

X-Bar and S-Squared Charts STATGRAPHICS Rev. 7/4/009 X-Bar ad S-Squared Charts Summary The X-Bar ad S-Squared Charts procedure creates cotrol charts for a sigle umeric variable where the data have bee collected i subgroups. It creates

More information

Sensors & Transducers 2015 by IFSA Publishing, S. L.

Sensors & Transducers 2015 by IFSA Publishing, S. L. Sesors & Trasducers 215 by IFSA Publishig, S. L. http://www.sesorsportal.com Uiversal Sesors ad Trasducers Iterface for Mobile Devices: Metrological Characteristics * Sergey Y. YURISH ad Javier CAÑETE

More information

A SELECTIVE POINTER FORWARDING STRATEGY FOR LOCATION TRACKING IN PERSONAL COMMUNICATION SYSTEMS

A SELECTIVE POINTER FORWARDING STRATEGY FOR LOCATION TRACKING IN PERSONAL COMMUNICATION SYSTEMS A SELETIVE POINTE FOWADING STATEGY FO LOATION TAKING IN PESONAL OUNIATION SYSTES Seo G. hag ad hae Y. Lee Departmet of Idustrial Egieerig, KAIST 373-, Kusug-Dog, Taejo, Korea, 305-70 cylee@heuristic.kaist.ac.kr

More information

Design of FPGA- Based SPWM Single Phase Full-Bridge Inverter

Design of FPGA- Based SPWM Single Phase Full-Bridge Inverter Desig of FPGA- Based SPWM Sigle Phase Full-Bridge Iverter Afarulrazi Abu Bakar 1, *,Md Zarafi Ahmad 1 ad Farrah Salwai Abdullah 1 1 Faculty of Electrical ad Electroic Egieerig, UTHM *Email:afarul@uthm.edu.my

More information

Smart Energy & Power Quality Solutions. ProData datalogger. Datalogger and Gateway

Smart Energy & Power Quality Solutions. ProData datalogger. Datalogger and Gateway Smart Eergy & Power Quality Solutios ProData datalogger Datalogger ad Gateway Smart ad compact: Our most uiversal datalogger ever saves power costs Etheret coectio Modbus-Etheret-Gateway 32 MB 32 MB memory

More information

Combined Scheme for Fast PN Code Acquisition

Combined Scheme for Fast PN Code Acquisition 13 th Iteratioal Coferece o AEROSPACE SCIENCES & AVIATION TECHNOLOGY, ASAT- 13, May 6 8, 009, E-Mail: asat@mtc.edu.eg Military Techical College, Kobry Elkobbah, Cairo, Egypt Tel : +(0) 4059 4036138, Fax:

More information

PROJECT #2 GENERIC ROBOT SIMULATOR

PROJECT #2 GENERIC ROBOT SIMULATOR Uiversity of Missouri-Columbia Departmet of Electrical ad Computer Egieerig ECE 7330 Itroductio to Mechatroics ad Robotic Visio Fall, 2010 PROJECT #2 GENERIC ROBOT SIMULATOR Luis Alberto Rivera Estrada

More information

Color gamut of SOCS and its comparison to Pointer's gamut

Color gamut of SOCS and its comparison to Pointer's gamut Color gamut of SOCS ad its compariso to Poiter's gamut Masao Iui*, Tomotaka Hirokaw, oshihiko Azum, ad Johji Tajim* * Tokyo Polytechic Uiversity 58 Iiyama, Atsugi, Kaagawa 24-297, Japa ** Nagoya City Uiversity

More information

Application of Self-Organizing Map for analyzing robotic arm s action with Consciousness-Based Architecture module

Application of Self-Organizing Map for analyzing robotic arm s action with Consciousness-Based Architecture module Joural of Robotics, Networkig ad Artificial Life, Vol. 1, No. 2 (September 2014), 135-139 Applicatio of Self-Orgaizig Map for aalyzig robotic arm s actio with Cosciousess-Based Architecture module Wisau

More information

Intelligent location of two simultaneously active acoustic emission sources: Part II

Intelligent location of two simultaneously active acoustic emission sources: Part II 1 Itelliget locatio of two simultaeously active acoustic emissio sources: Part II Tadej Kosel ad Igor Grabec Faculty of Mechaical Egieerig, Uiversity of Ljubljaa, Aškerčeva 6, POB 394, SI-11 Ljubljaa,

More information

Fingerprint Classification Based on Directional Image Constructed Using Wavelet Transform Domains

Fingerprint Classification Based on Directional Image Constructed Using Wavelet Transform Domains 7 Figerprit Classificatio Based o Directioal Image Costructed Usig Wavelet Trasform Domais Musa Mohd Mokji, Syed Abd. Rahma Syed Abu Bakar, Zuwairie Ibrahim 3 Departmet of Microelectroic ad Computer Egieerig

More information

Comparison of Frequency Offset Estimation Methods for OFDM Burst Transmission in the Selective Fading Channels

Comparison of Frequency Offset Estimation Methods for OFDM Burst Transmission in the Selective Fading Channels Compariso of Frequecy Offset Estimatio Methods for OFDM Burst Trasmissio i the Selective Fadig Chaels Zbigiew Długaszewski Istitute of Electroics ad Telecommuicatios Pozań Uiversity of Techology 60-965

More information

Selection of the basic parameters of the lens for the optic-electronic target recognition system

Selection of the basic parameters of the lens for the optic-electronic target recognition system Proceedigs of the 5th WSEAS It. Cof. o COMPUTATIONAL INTELLIGENCE, MAN-MACHINE SYSTEMS AND CYBERNETICS, Veice, Italy, November 0-, 006 317 Selectio of the basic parameters of the les for the optic-electroic

More information

COMPRESSION OF TRANSMULTIPLEXED ACOUSTIC SIGNALS

COMPRESSION OF TRANSMULTIPLEXED ACOUSTIC SIGNALS COMPRESSION OF TRANSMULTIPLEXED ACOUSTIC SIGNALS Mariusz Ziółko, Przemysław Sypka ad Bartosz Ziółko Departmet of Electroics, AGH Uiversity of Sciece ad Techology, al. Mickiewicza 3, 3-59 Kraków, Polad,

More information

Your name. Scalable Regulated Three Phase Power Rectifier. Introduction. Existing System Designed in 1996 from Dr. Hess and Dr. Wall.

Your name. Scalable Regulated Three Phase Power Rectifier. Introduction. Existing System Designed in 1996 from Dr. Hess and Dr. Wall. Scalable Regulated Three Phase Power Rectifier ECE480 Seior Desig Review Tyler Budziaowski & Tao Nguye Mar 31, 2004 Istructor: Dr. Jim Frezel Techical Advisors: Dr. Hess ad Dr. Wall Sposors: Dr. Hess ad

More information

SHORT-TERM TRAVEL TIME PREDICTION USING A NEURAL NETWORK

SHORT-TERM TRAVEL TIME PREDICTION USING A NEURAL NETWORK SHORT-TERM TRAVEL TIME PREDICTION USING A NEURAL NETWORK Giovai Huiske ad Eric va Berkum Dept. of Civil Egieerig - Uiversity of Twete - 7500 AE Eschede - The Netherlads E-mail: g.huiske@ctw.utwete.l ad

More information

P h o t o g r a p h i c E q u i p m e n t ( 1 1 A )

P h o t o g r a p h i c E q u i p m e n t ( 1 1 A ) 9 1 5 8 P h o t o g r a p h i c E q u i p m e t ( 1 1 A ) 30S/30E/30M A Photography Course 9 1 5 8 : P h o t o g r a p h i c E q u i p m e t ( 1 1 A ) 3 0 S / 3 0 E / 3 0 M Course Descriptio This course

More information

Design of FPGA Based SPWM Single Phase Inverter

Design of FPGA Based SPWM Single Phase Inverter Proceedigs of MUCEET2009 Malaysia Techical Uiversities Coferece o Egieerig ad Techology Jue 20-22, 2009, MS Garde,Kuata, Pahag, Malaysia MUCEET2009 Desig of FPGA Based SPWM Sigle Phase Iverter Afarulrazi

More information

Optimal Arrangement of Buoys Observable by Means of Radar

Optimal Arrangement of Buoys Observable by Means of Radar Optimal Arragemet of Buoys Observable by Meas of Radar TOMASZ PRACZYK Istitute of Naval Weapo ad Computer Sciece Polish Naval Academy Śmidowicza 69, 8-03 Gdyia POLAND t.praczy@amw.gdyia.pl Abstract: -

More information

By: Pinank Shah. Date : 03/22/2006

By: Pinank Shah. Date : 03/22/2006 By: Piak Shah Date : 03/22/2006 What is Strai? What is Strai Gauge? Operatio of Strai Gauge Grid Patters Strai Gauge Istallatio Wheatstoe bridge Istrumetatio Amplifier Embedded system ad Strai Gauge Strai

More information

An Adaptive Image Denoising Method based on Thresholding

An Adaptive Image Denoising Method based on Thresholding A Adaptive Image Deoisig Method based o Thresholdig HARI OM AND MANTOSH BISWAS Departmet of Computer Sciece & Egieerig Idia School of Mies, Dhabad Jharkad-86004 INDIA {hariom4idia, matoshb}@gmail.com Abstract

More information

Analysis of SDR GNSS Using MATLAB

Analysis of SDR GNSS Using MATLAB Iteratioal Joural of Computer Techology ad Electroics Egieerig (IJCTEE) Volume 5, Issue 3, Jue 2015 Aalysis of SDR GNSS Usig MATLAB Abstract This paper explais a software defied radio global avigatio satellite

More information

Measurements of weld geometry using image processing technology

Measurements of weld geometry using image processing technology Measuremets of weld geometry usig image processig techology Chia-Lug Chag a, Ye-Hug Che b a Departmet of Mechaical Egieerig, Natioal Yuli Uiversity of Sciece ad Techology, Douliu, Yuli, Taiwa, ROC b Departmet

More information

Noncoherent Detection of Satellite-Based AIS Signal with Phase Offset Compensation

Noncoherent Detection of Satellite-Based AIS Signal with Phase Offset Compensation Sesors & Trasducers Vol. 166 Issue 3 March 2014 pp. 128-134 Sesors & Trasducers 2014 by IFSA Publishig S. L. http://www.sesorsportal.com Nocoheret Detectio of Satellite-Based AIS Sigal with Phase Offset

More information

Single Bit DACs in a Nutshell. Part I DAC Basics

Single Bit DACs in a Nutshell. Part I DAC Basics Sigle Bit DACs i a Nutshell Part I DAC Basics By Dave Va Ess, Pricipal Applicatio Egieer, Cypress Semicoductor May embedded applicatios require geeratig aalog outputs uder digital cotrol. It may be a DC

More information

Super J-MOS Low Power Loss Superjunction MOSFETs

Super J-MOS Low Power Loss Superjunction MOSFETs Low Power Loss Superjuctio MOSFETs Takahiro Tamura Mutsumi Sawada Takayuki Shimato ABSTRACT Fuji Electric has developed superjuctio MOSFETs with a optimized surface desig that delivers lower switchig.

More information

A New Space-Repetition Code Based on One Bit Feedback Compared to Alamouti Space-Time Code

A New Space-Repetition Code Based on One Bit Feedback Compared to Alamouti Space-Time Code Proceedigs of the 4th WSEAS It. Coferece o Electromagetics, Wireless ad Optical Commuicatios, Veice, Italy, November 0-, 006 107 A New Space-Repetitio Code Based o Oe Bit Feedback Compared to Alamouti

More information

Using Color Histograms to Recognize People in Real Time Visual Surveillance

Using Color Histograms to Recognize People in Real Time Visual Surveillance Usig Color Histograms to Recogize People i Real Time Visual Surveillace DANIEL WOJTASZEK, ROBERT LAGANIERE S.I.T.E. Uiversity of Ottawa, Ottawa, Otario CANADA daielw@site.uottawa.ca, lagaier@site.uottawa.ca

More information

Intermediate Information Structures

Intermediate Information Structures Modified from Maria s lectures CPSC 335 Itermediate Iformatio Structures LECTURE 11 Compressio ad Huffma Codig Jo Roke Computer Sciece Uiversity of Calgary Caada Lecture Overview Codes ad Optimal Codes

More information

A study on the efficient compression algorithm of the voice/data integrated multiplexer

A study on the efficient compression algorithm of the voice/data integrated multiplexer A study o the efficiet compressio algorithm of the voice/data itegrated multiplexer Gyou-Yo CHO' ad Dog-Ho CHO' * Dept. of Computer Egieerig. KyiigHee Uiv. Kiheugup Yogiku Kyuggido, KOREA 449-71 PHONE

More information

Split and Merge Based Quantitative Approach to Select Filter Combination for Image Segmentation

Split and Merge Based Quantitative Approach to Select Filter Combination for Image Segmentation 0100 (2016) DOI: 10.1051/ mateccof/2016570100 Split ad Merge Based Quatitative Approach to Select Filter Combiatio for Image Segmetatio Amit Goyal 1 ad Mohit Srivastava 2 1 Research Scholar, Departmet

More information

A SIMPLE METHOD OF GOAL DIRECTED LOSSY SYNTHESIS AND NETWORK OPTIMIZATION

A SIMPLE METHOD OF GOAL DIRECTED LOSSY SYNTHESIS AND NETWORK OPTIMIZATION 49 A SIMPL MOD OF GOAL DIRCD LOSSY SYNSIS AND NWORK OPIMIZAION K. ájek a),. Michal b), J. Sedláek b), M. Steibauer b) a) Uiversity of Defece, Kouicova 65,63 00 ro,czech Republic, b) ro Uiversity of echology,

More information

The Detection of Abrupt Changes in Fatigue Data by Using Cumulative Sum (CUSUM) Method

The Detection of Abrupt Changes in Fatigue Data by Using Cumulative Sum (CUSUM) Method Proceedigs of the th WSEAS Iteratioal Coferece o APPLIED ad THEORETICAL MECHANICS (MECHANICS '8) The Detectio of Abrupt Chages i Fatigue Data by Usig Cumulative Sum (CUSUM) Method Z. M. NOPIAH, M.N.BAHARIN,

More information

Lossless image compression Using Hashing (using collision resolution) Amritpal Singh 1 and Rachna rajpoot 2

Lossless image compression Using Hashing (using collision resolution) Amritpal Singh 1 and Rachna rajpoot 2 Lossless image compressio Usig Hashig (usig collisio resolutio) Amritpal Sigh 1 ad Racha rajpoot 2 1 M.Tech.* CSE Departmet, 2 Departmet of iformatio techology Guru Kashi UiversityTalwadi Sabo, Bathida

More information

Lecture 14. Design of audio WM Model of digital audio CO ( WAV-format): - dependent samples with frequency 44,1кHz, - amplitude of samples is

Lecture 14. Design of audio WM Model of digital audio CO ( WAV-format): - dependent samples with frequency 44,1кHz, - amplitude of samples is Lecture 14. Desig of audio WM Model of digital audio CO WAV-format: - depedet samples wit frequecy 44,1кHz, - amplitude of samples is quatized o 2 16 =65536 levels 16 bits Remark 1. Tere exists a lossy

More information

Lecture 28: MOSFET as an Amplifier. Small-Signal Equivalent Circuit Models.

Lecture 28: MOSFET as an Amplifier. Small-Signal Equivalent Circuit Models. hites, EE 320 ecture 28 Page 1 of 7 ecture 28: MOSFET as a Amplifier. Small-Sigal Equivalet Circuit Models. As with the BJT, we ca use MOSFETs as AC small-sigal amplifiers. A example is the so-called coceptual

More information

Harnessing oversampling in correlation-coded OTDR

Harnessing oversampling in correlation-coded OTDR Haressig oversamplig i correlatio-coded OTDR Ruoli Liao, 1 Mig Tag, 1,* Ca Zhao, 1 Hao Wu, 1 Sogia Fu, 1 Demig Liu, 1 ad Perry Pig Shum 1 Wuha Natioal Laboratory for Optoelectroics (WNLO) ad Natioal Egieerig

More information

A SIMPLE METHOD OF GOAL DIRECTED LOSSY SYNTHESIS AND NETWORK OPTIMIZATION

A SIMPLE METHOD OF GOAL DIRECTED LOSSY SYNTHESIS AND NETWORK OPTIMIZATION A SIMPL MOD OF GOAL DIRCD LOSSY SYNSIS AND NWORK OPIMIZAION Karel ájek a), ratislav Michal, Jiří Sedláček a) Uiversity of Defece, Kouicova 65,63 00 Bro,Czech Republic, Bro Uiversity of echology, Kolejí

More information

The Firing Dispersion of Bullet Test Sample Analysis

The Firing Dispersion of Bullet Test Sample Analysis Iteratioal Joural of Materials, Mechaics ad Maufacturig, Vol., No., Ma 5 The Firig Dispersio of Bullet Test Sample Aalsis Youliag Xu, Jubi Zhag, Li Ma, ad Yoghai Sha Udisputed, this approach does reduce

More information

Testing of methods for blind estimation of noise variance on large image database

Testing of methods for blind estimation of noise variance on large image database Testig of methods for blid estimatio of oise variace o large image database Vladimir V. Luki a, Sergey K. Abramov a, Mikhail L. Uss a,b, Igor Marusiy a, Nikolay N. Poomareko a, Alexader A. Zelesky a, Beoit

More information

Measurements of the Communications Environment in Medium Voltage Power Distribution Lines for Wide-Band Power Line Communications

Measurements of the Communications Environment in Medium Voltage Power Distribution Lines for Wide-Band Power Line Communications Measuremets of the Commuicatios viromet i Medium Voltage Power Distributio Lies for Wide-Bad Power Lie Commuicatios Jae-Jo Lee *,Seug-Ji Choi *,Hui-Myoug Oh *, Wo-Tae Lee *, Kwa-Ho Kim * ad Dae-Youg Lee

More information

4. INTERSYMBOL INTERFERENCE

4. INTERSYMBOL INTERFERENCE DATA COMMUNICATIONS 59 4. INTERSYMBOL INTERFERENCE 4.1 OBJECT The effects of restricted badwidth i basebad data trasmissio will be studied. Measuremets relative to itersymbol iterferece, usig the eye patter

More information

CAEN Tools for Discovery

CAEN Tools for Discovery Applicatio Note AN2506 Digital Gamma Neutro discrimiatio with Liquid Scitillators Viareggio 19 November 2012 Itroductio I recet years CAEN has developed a complete family of digitizers that cosists of

More information

High-Order CCII-Based Mixed-Mode Universal Filter

High-Order CCII-Based Mixed-Mode Universal Filter High-Order CCII-Based Mixed-Mode Uiversal Filter Che-Nog Lee Departmet of Computer ad Commuicatio Egieerig, Taipei Chegshih Uiversity of Sciece ad Techology, Taipei, Taiwa, R. O. C. Abstract This paper

More information

Voice Command Recognition System Based on MFCC and VQ Algorithms

Voice Command Recognition System Based on MFCC and VQ Algorithms Voice Commad Recogitio System Based o MFCC ad VQ Algorithms Mahdi Shaeh, ad Azizollah Taheri Abstract The goal of this project is to desig a system to recogitio voice commads. Most of voice recogitio systems

More information

Image Contrast Enhancement based Sub-histogram Equalization Technique without Over-equalization Noise

Image Contrast Enhancement based Sub-histogram Equalization Technique without Over-equalization Noise World Academy of Sciece, Egieerig ad Techology 5 9 Image Cotrast Ehacemet based Sub-histogram Equalizatio Techique without Over-equalizatio Noise Hyusup Yoo, Yougjoo Ha, ad Hersoo Hah Abstract I order

More information

Survey of Low Power Techniques for ROMs

Survey of Low Power Techniques for ROMs Survey of Low Power Techiques for ROMs Edwi de Agel Crystal Semicoductor Corporatio P.O Box 17847 Austi, TX 78744 Earl E. Swartzlader, Jr. Departmet of Electrical ad Computer Egieerig Uiversity of Texas

More information

SERCOS ENERGY. SERCOS International e.v.

SERCOS ENERGY. SERCOS International e.v. SERCOS ENERGY SERCOS Iteratioal e.v. Table of Cotets Short Overview of SERCOS Eergy 3 About SERCOS 3 Eergy Efficiecy i Figures 4 Classificatio of SERCOS Eergy 5 SERCOS Eergy Applicatio scearios 6 Short

More information

I n t r o d u c t i o n t o P h o t o g r a p h y ( 1 0 )

I n t r o d u c t i o n t o P h o t o g r a p h y ( 1 0 ) 9 1 5 7 I t r o d u c t i o t o P h o t o g r a p h y ( 1 0 ) 20S/20E/20M A Photography Course 9 1 5 7 : I t r o d u c t i o t o P h o t o g r a p h y ( 1 0 ) 2 0 S / 2 0 E / 2 0 M Course Descriptio This

More information

A d v a n c e d P h o t o g r a p h i c L i g h t i n g ( 1 2 B )

A d v a n c e d P h o t o g r a p h i c L i g h t i n g ( 1 2 B ) 9 1 6 2 A d v a c e d P h o t o g r a p h i c L i g h t i g ( 1 2 B ) 40S/40E/40M A Photography Course 9 1 6 2 : A d v a c e d P h o t o g r a p h i c L i g h t i g ( 1 2 B ) 4 0 S / 4 0 E / 4 0 M Course

More information

General Model :Algorithms in the Real World. Applications. Block Codes

General Model :Algorithms in the Real World. Applications. Block Codes Geeral Model 5-853:Algorithms i the Real World Error Correctig Codes I Overview Hammig Codes Liear Codes 5-853 Page message (m) coder codeword (c) oisy chael decoder codeword (c ) message or error Errors

More information

Implementation of Fuzzy Multiple Objective Decision Making Algorithm in a Heterogeneous Mobile Environment

Implementation of Fuzzy Multiple Objective Decision Making Algorithm in a Heterogeneous Mobile Environment Implemetatio of Fuzzy Multiple Objective Decisio Makig Algorithm i a Heterogeeous Mobile Eviromet P.M.L. ha, Y.F. Hu, R.E. Sheriff, Departmet of Electroics ad Telecommuicatios Departmet of yberetics, Iteret

More information

Multisensor transducer based on a parallel fiber optic digital-to-analog converter

Multisensor transducer based on a parallel fiber optic digital-to-analog converter V Iteratioal Forum for Youg cietists "pace Egieerig" Multisesor trasducer based o a parallel fiber optic digital-to-aalog coverter Vladimir Grechishikov 1, Olga Teryaeva 1,*, ad Vyacheslav Aiev 1 1 amara

More information

Image Contrast Enhancement based Sub-histogram Equalization Technique without Over-equalization Noise

Image Contrast Enhancement based Sub-histogram Equalization Technique without Over-equalization Noise World Academy of Sciece, Egieerig ad Techology Iteratioal Joural of Electrical ad Computer Egieerig Image Cotrast Ehacemet based Sub-histogram Equalizatio Techique without Over-equalizatio Noise Hyusup

More information

A Bipolar Cockcroft-Walton Voltage Multiplier for Gas Lasers

A Bipolar Cockcroft-Walton Voltage Multiplier for Gas Lasers America Joural of Applied cieces 4 (10): 79-799, 007 N 1546-99 007 ciece Publicatios orrespodig Author: A Bipolar ockcroft-walto Voltage Multiplier for Gas Lasers hahid qbal ad Rosli Besar Faculty of Egieerig

More information

On Parity based Divide and Conquer Recursive Functions

On Parity based Divide and Conquer Recursive Functions O Parity based Divide ad Coquer Recursive Fuctios Sug-Hyu Cha Abstract The parity based divide ad coquer recursio trees are itroduced where the sizes of the tree do ot grow mootoically as grows. These

More information

TMCM BLDC MODULE. Reference and Programming Manual

TMCM BLDC MODULE. Reference and Programming Manual TMCM BLDC MODULE Referece ad Programmig Maual (modules: TMCM-160, TMCM-163) Versio 1.09 August 10 th, 2007 Triamic Motio Cotrol GmbH & Co. KG Sterstraße 67 D 20357 Hamburg, Germay http:www.triamic.com

More information

Reducing Power Dissipation in Complex Digital Filters by using the Quadratic Residue Number System Λ

Reducing Power Dissipation in Complex Digital Filters by using the Quadratic Residue Number System Λ Reducig Power Dissipatio i Complex Digital Filters by usig the Quadratic Residue Number System Λ Agelo D Amora, Alberto Naarelli, Marco Re ad Gia Carlo Cardarilli Departmet of Electrical Egieerig Uiversity

More information

ICM7213. One Second/One Minute Timebase Generator. Features. Description. Ordering Information. Pinout. August 1997

ICM7213. One Second/One Minute Timebase Generator. Features. Description. Ordering Information. Pinout. August 1997 August 997 Features Guarateed V Operatio Very Low Curret Cosumptio (Typ).... µa at V All Outputs TTL Compatible O Chip Oscillator Feedback Resistor Oscillator Requires Oly Exteral compoets: Fixed Capacitor,

More information

Design and Construction of a Three-phase Digital Energy Meter

Design and Construction of a Three-phase Digital Energy Meter Desig ad Costructio of a Three-phase Digital Eergy Meter D.P.Chadima, V.G.R.G. Jayawardae, E.A.E.H. Hemachadra, I.N.Jayasekera, H.V.L.Hasaraga, D.C. Hapuarachchi (chadima@elect.mrt.ac.lk, geethagaj@gmail.com,era.hem@gmail.com,ishaivaka@gmail.com,lahiru_hasaraga@yahoo.com,diya_elect.uom@gmail.com)

More information

Methods to Reduce Arc-Flash Hazards

Methods to Reduce Arc-Flash Hazards Methods to Reduce Arc-Flash Hazards Exercise: Implemetig Istataeous Settigs for a Maiteace Mode Scheme Below is a oe-lie diagram of a substatio with a mai ad two feeders. Because there is virtually o differece

More information

International Power, Electronics and Materials Engineering Conference (IPEMEC 2015)

International Power, Electronics and Materials Engineering Conference (IPEMEC 2015) Iteratioal Power, Electroics ad Materials Egieerig Coferece (IPEMEC 205) etwork Mode based o Multi-commuicatio Mechaism Fa Yibi, Liu Zhifeg, Zhag Sheg, Li Yig Departmet of Military Fiace, Military Ecoomy

More information

Fault Diagnosis in Rolling Element Bearing Using Filtered Vibration and Acoustic Signal

Fault Diagnosis in Rolling Element Bearing Using Filtered Vibration and Acoustic Signal Volume 8 o. 8 208, 95-02 ISS: 3-8080 (prited versio); ISS: 34-3395 (o-lie versio) url: http://www.ijpam.eu ijpam.eu Fault Diagosis i Rollig Elemet Usig Filtered Vibratio ad Acoustic Sigal Sudarsa Sahoo,

More information

Reconfigurable architecture of RNS based high speed FIR filter

Reconfigurable architecture of RNS based high speed FIR filter Idia Joural of Egieerig & Materials Scieces Vol. 21, April 214, pp. 233-24 Recofigurable architecture of RNS based high speed FIR filter J Britto Pari* & S P Joy Vasatha Rai Departmet of Electroics Egieerig,

More information

Identifying poor performers while the process is running

Identifying poor performers while the process is running Idetifyig poor performers while the process is ruig KEYWORDS Michel Ruel P.E. Presidet, TOP Cotrol Ic 4734 Soseeahray Drive 49, Bel-Air St, #103 Hubertus, WI 53033 Levis Qc G6W 6K9 USA Caada mruel@topcotrol.com

More information

Mean shift segmentation on Enhanced Color image

Mean shift segmentation on Enhanced Color image IOSR Joural of Computer Egieerig (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 16, Issue 6, Ver. V (Nov Dec. 2014), PP 40-44 Mea shift segmetatio o Ehaced Color image Pooam Chauha, R. V. Shahabade

More information

OPTIMIZATION OF RNS FIR FILTERS FOR 6-INPUTS LUT BASED FPGAS

OPTIMIZATION OF RNS FIR FILTERS FOR 6-INPUTS LUT BASED FPGAS OPTIMIZATION OF RNS FIR FILTERS FOR 6-INPUTS LUT BASED FPGAS G.C. Cardarilli, M. Re, A. Salsao Uiversity of Rome Tor Vergata Departmet of Electroic Egieerig Via del Politecico 1 / 00133 / Rome / ITAL {marco.re,

More information

Chapter 3 Digital Logic Structures

Chapter 3 Digital Logic Structures Copyright The McGraw-HillCompaies, Ic. Permissio required for reproductio or display. Computig Layers Chapter 3 Digital Logic Structures Problems Algorithms Laguage Istructio Set Architecture Microarchitecture

More information

KMXP SERIES Anisotropic Magneto-Resistive (AMR) Linear Position Sensors

KMXP SERIES Anisotropic Magneto-Resistive (AMR) Linear Position Sensors SERIES Aisotropic Mageto-Resistive (AMR) Liear Positio Sesors Positio sesors play a icreasigly importat role i may idustrial, robotic ad medical applicatios. Advaced applicatios i harsh eviromets eed sesors

More information

Localized Image Segmentation and Enhancement for Meteorite Images

Localized Image Segmentation and Enhancement for Meteorite Images Localized Image Segmetatio ad Ehacemet for Meteorite Images Yufag Bao, PhD Math ad Computer Sciece Departmet Fayetteville State Uiversity, Fayetteville, NC 28301 ybao@ucfsu.edu ABSTRACT This paper proposed

More information

Experimental Noise Analysis of Reed Switch Sensor Signal under Environmental Vibration

Experimental Noise Analysis of Reed Switch Sensor Signal under Environmental Vibration Computer Techology ad Applicatio 7 (16) 96-1 doi: 1.1765/1934-733/16..4 D DAVID PUBLISHING Experimetal Noise Aalysis of Reed Switch Sesor Sigal uder Evirometal Vibratio Odgerel Ayurzaa 1 ad Hiesik Kim

More information

ISSN 075-47. : (7) 014 61.371.3.,. (.. ),. (..,.),. E-mail: shramko.adezhda@mail.ru, igor.molokovskiy@gmail.com.,,,,. :,,,,,.,,...,.. []: ; -, ;.,,., ( ),.. : 1) ; ),,.,..,,.. 156 ISSN 075-47. : (7) 014,,.

More information

Efficient Feedback-Based Scheduling Policies for Chunked Network Codes over Networks with Loss and Delay

Efficient Feedback-Based Scheduling Policies for Chunked Network Codes over Networks with Loss and Delay Efficiet Feedback-Based Schedulig Policies for Chuked Network Codes over Networks with Loss ad Delay Aoosheh Heidarzadeh ad Amir H. Baihashemi Departmet of Systems ad Computer Egieerig, Carleto Uiversity,

More information

Novel image enhancement technique using shunting inhibitory cellular neural networks

Novel image enhancement technique using shunting inhibitory cellular neural networks Edith Cowa Uiversity Research Olie ECU Publicatios Pre. 2011 2001 Novel image ehacemet techique usig shutig ihibitory cellular eural etworks Tarik Hammadou Motorola Labs Abdesselam Bouzerdoum Edith Cowa

More information

E X P E R I M E N T 13

E X P E R I M E N T 13 E X P E R I M E N T 13 Stadig Waves o a Strig Produced by the Physics Staff at Colli College Copyright Colli College Physics Departmet. All Rights Reserved. Uiversity Physics, Exp 13: Stadig Waves o a

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 troductio to Wireless Commuicatio ystems ECE 476/ECE 501C/C 513 Witer 2003 eview for Exam #1 March 4, 2003 Exam Details Must follow seatig chart - Posted 30 miutes before exam. Cheatig will be treated

More information

D i g i t a l D a r k r o o m ( 1 1 C )

D i g i t a l D a r k r o o m ( 1 1 C ) 9 1 6 0 D i g i t a l D a r k r o o m ( 1 1 C ) 30S/30E/30M A Photography Course 9 1 6 0 : D i g i t a l D a r k r o o m ( 1 1 C ) 3 0 S / 3 0 E / 3 0 M Course Descriptio This course focuses o basic digital

More information

Lecture 4: Frequency Reuse Concepts

Lecture 4: Frequency Reuse Concepts EE 499: Wireless & Mobile Commuicatios (8) Lecture 4: Frequecy euse Cocepts Distace betwee Co-Chael Cell Ceters Kowig the relatio betwee,, ad, we ca easily fid distace betwee the ceter poits of two co

More information

GENERATE AND MEASURE STANDING SOUND WAVES IN KUNDT S TUBE.

GENERATE AND MEASURE STANDING SOUND WAVES IN KUNDT S TUBE. Acoustics Wavelegth ad speed of soud Speed of Soud i Air GENERATE AND MEASURE STANDING SOUND WAVES IN KUNDT S TUBE. Geerate stadig waves i Kudt s tube with both eds closed off. Measure the fudametal frequecy

More information

CCD Image Processing: Issues & Solutions

CCD Image Processing: Issues & Solutions CCD Image Processig: Issues & Solutios Correctio of Raw Image with Bias, Dark, Flat Images Raw File r x, y [ ] Dark Frame d[ x, y] Flat Field Image f [ xy, ] r[ x, y] d[ x, y] Raw Dark f [ xy, ] bxy [,

More information

Statistical Index Development from Time Domain for Rolling Element Bearings

Statistical Index Development from Time Domain for Rolling Element Bearings Iteratioal Joural of Performability Egieerig Vol.0, No.3, May 04, pp.33-34. RAMS Cosultats Prited i Idia Statistical Idex Developmet from Time Domai for Rollig Elemet Bearigs YUAN FUQING * ad UDAY KUMAR

More information

A Study of Implementation of Digital Signal Processing for Adaptive Array Antenna

A Study of Implementation of Digital Signal Processing for Adaptive Array Antenna MASTER THESIS A Study of Implemetatio of Digital Sigal Processig for Adaptive Array Atea Supervisor: Associate Prof. Hiroyuki ARAI Submitted o Feb., Divisio of Electrical Ad Computer Egieerig, Yokohama

More information