Abstract. 1 Introduction

Size: px
Start display at page:

Download "Abstract. 1 Introduction"

Transcription

1 Texure and Disincness Analysis for Naural Feaure Exracion Kai-Ming Kiang, Richard Willgoss School of Mechanical and Manufacuring Engineering, Universiy of New Souh Wales, Sydne NSW 2052, Ausralia. Alan Blair School of Compuer Science and Engineering, Universiy of New Souh Wales, Sydne NSW 2052, Ausralia. Absrac One of he basic requiremens for auonomous navigaion in an unexplored and ofen complex environmen is o be able o lock on o naural feaures. This paper presens a mehod for exracing feaures disincive enough o navigae wih. The mehod consiss of hree pars. Firsl i selecs a se of ineres poins from he images which are invarian o mos changes in condiions; secondl i analyses he exure disribuion of he local ineres regions around ineres poins seleced; hirdl i picks ou disincive feaures from he original se of ineres poins. The mehod has been implemened wihin a SLAM framework designed for use in a exure-rich environmen such as he Grea Barrier Reef. The resuls have shown ha his mehod has significan advanages over oher widely used mehods in his specific environmen. The speed of implemenaion is faser and he number of feaures needed o process is reduced. Inroducion Auonomous navigaion in an unexplored environmen is more challenging han in one ha is conrolled because of exra effor needed o make sense of sensor inpus. In paricular, underwaer environmens are mosly unexplored and do no have GPS access. Therefore navigaion in hese environmens requires he use of mehods such as Simulaneous Localizaion and Mapping (SLAM) [Csorba, 997; Williams e al., 2002]. However, mos exising SLAM algorihms have relied on poin-based arificial landmarks ha do no exis in an unexplored environmen. SLAM can be unreliable if naural landmarks are used when hey lack descripive represenaion. Developmens from compuer vision research exrac feaures wih represenaions ha are invarian o scaling, disorion and perspecive [Carneiro and Jepson, 2002; Mikolajczyk and Schmid, 2002; Tuyelaars and Van Gool, 2000]. These developmens could poenially be used for robo navigaion and are already capuring aenion from he roboic communiies [Kragic and Chrisensen, 2005]. In paricular, Scale Invarian Feaure Transformaion (SIFT) [Lowe, 2004] was repored as a mehod robus in represening feaures. Is descripors were claimed o be invarian under changes in scale, roaion, shif and illuminaion condiions. A performance es comparing differen feaure exracion mehods was repored by Mikolajczyk and Schmid [2005] ha indicaed SIFT generally performed he bes amongs hese mehods. Moreover, here was a modificaion o SIFT using principle componen analysis ha improved is performance furher [Ke and Sukhankar, 2004]. However, as hese mehods were mosly designed for non real-ime objec recogniion purposes, compuaional efficiency may no have been he major concern. The mehods ended o generae a large number of feaures ha maximized accuracy and sabiliy. For real-ime SLAM applicaions, i is compuaionally infeasible o compare such large ses of feaures from a series of images ha have been capured. We presened Texure Analysis (TA) [Kiang e al., 2004] for feaure exracion purposes ha was designed o improve performance speed. The descripors for TA represened he frequency disribuion of he local ineres region of an ineres poin. This mehod is poenially an appropriae choice of descripor for a exure-rich environmen such as found a he Grea Barrier Reef because here are many exures o work wih. However, TA is designed o be a generic soluion and can also be used for navigaing a mobile robo hrough a sree, guiding an aircraf and negoiaing wooded scenery. An improved version of TA is now presened in his paper. Besides requiring represenaive feaures, SLAM also requires a selecion mehod ha can minimise he se of feaures picked for similariy maching. For his reason Disincness Analysis (DA) was devised as a echnique o minimize he number of feaures seleced [Kiang e al., 2005]. DA can exrac he disincively rare feaures from hose iniially seleced ha minimises he number ha are needed for processing. In his paper, besides presening he improved version of TA, furher work on combining TA and DA is presened. Moreover, resuls are presened ha have been

2 obained from he implemenaion of he combined TA/DA mehod in a SLAM framework for use in an underwaer environmen. 2 Ineres Poin Selecion The mehod of feaure exracion presened here consiss of hree sages, namely Ineres Poin Selecion, Texure Analysis (TA) and Disincness Analysis (DA). This secion describes how ineres poins are seleced. Ineres poins should be invarian o roaion, shif, scale, illuminaion and affine ransformaion such ha, when he examining region is o be analysed again under differen condiions, he same poins would be eviden. Two ways of selecing ineres poins have been repored are Harris Corner [Harris and Sephen, 988] and exrema in Difference of Gaussian (DOG) [Lindeberg, 994], which are he mos widely used mehods. Bu Mikolajczyk and Schmid [2005] have poined ou ha he mehod of selecing ineres poins is independen of he choice of mehod for generaing feaure descripors. In his paper, exrema of DOG, he mehod used in SIFT [Lowe, 2004], has been chosen for ineres poin selecion and will now be briefly described. A DOG image is compued by convolving he original image I( wih a Gaussian funcion of sandard derivaion σ, o obain a blurred version of he original image B(σ). Tha is: B( σ ) = G( σ ) I ( () where * is he convoluion operaor in x and y plane. The Gaussian funcion G is applied o he resuling image B sequenially obaining B(kσ) where kσ represens he number of convoluions applied o he original image. The DOG image is hen defined o be he difference of hese wo images. Tha is: D( σ ) = ( G( kσ )) I ( = B( kσ ) B( σ ) Noe ha he variable σ depends on he complexiy of he image. Besides applying Gaussian convoluion, which resuls in a blurring effec, down-sampling is also applied. Images are downsized in raios of wo. A pyramid of DOG images is hen consruced. From he pyramid, exrema can be seleced direcly by comparing each pixel wih is neighbouring pixel in spaial and scale domain for a prese radius around he pixel. These DOG exrema become he ineres poins. 3 Texure Analysis Afer selecing ineres poins, he local region of each poin was reaed as a feaure candidae ha required furher analysis. The local regions were each limied o 32 x 32 pixel recangular segmens. Even hough he square segmens were chosen o simplify Fourier Transform calculaion, a Hanning window was applied on he ransformed regions making hem approximaely circular and cenred a an ineres poin such ha invarian properies were preserved. Differen exures show up as differen paerns (2) in he Fourier Transform. TA used he Fourier Transform of he local regions of he ineres poins as a basis of is choice for descripors. This choice is suiable for represening feaures from images of a exure-rich environmen. The Discree Fourier Transform adjused by a Hanning window was calculaed as follow: S pg m ( ω ) = q( k) x[ k] e W k W jω k where W is he original local region and q(k) is he Hanning window funcion defined as: πk + cos( ) q( k) = τ for k < τ, 2 (4) = 0 oherwise. The resuling ransform, which is also an image, represened he disribuion of frequency of he ineres region. The Hanning window, besides generaing a circular region, was also needed o smoohly correc he boundary effec of he Fourier Transform. This ransformed image was hen pariioned ino 26 useful regions discarding area conaining sparse informaion. Firsl i was divided ino concenric semi-annuli one pixel wide. Then for he second and hird smalles annuli, hey were furher subdivided ino 4 and 8 angular secors respecively. A diagram illusraing his pariioning scheme is shown in Figure. The pariions were more densely disribued in he cenre ha represened he lower frequencies. The reason for his is ha, in naural images, lower frequencies would nearly always conribue more han higher frequencies. A more deailed descripion of he lower frequencies is herefore imporan. Moreover, only half of he plane was needed o be analysed because Fourier Transforms are always symmerical. In order o have roaional invariance, he angular segmening process for he inner circles was referenced o he mean gradien direcion. The calculaion process for his mean gradien direcion was he same as in SIFT bu wihou he need o resample he gradien image. Figure : The 26 Pariions of he Frequency Disribuion. (3)

3 Each value in he Fourier Transform was a complex number. Adding magniudes of each of hese complex values wihin a pariion gave he srengh of ha pariion. By applying he calculaion o all 26 pariions, a frequency disribuion was obained. The resuling 26 values ha represened exure properies were hen normalised and could hen be used as he descripors for a paricular ineres poin. 4 Disincness Analysis 4. The Probabiliy of Occurrence Numerous ineres poins were normally generaed as feaures from he firs selecion process described in Secion 2. In he lieraure, none of he feaure exracion mehods looked o minimizing his number afer he ineres poins had been ransformed ino descripors. This issue is addressed by DA proposed here and is described in his secion. The erm disincness has been used in reporing research referring o a special propery of a paricular ype of ineres poin such as he exrema of DOG or Harris Corners. The special propery usually refers o invarians in condiions and sabiliy. I is however no relaed o he frequency of occurrence of such poins wihin an image or an environmen. In hese mehods, he number of ineres poins is no necessarily minimized. Ineres poins such as he exrema of DOG are ofen common wihin an image. The number can be as high as housands for a 640x480 pixel image. Usuall in objec recogniion, i is desirable o exrac more raher han less ineres poins o enable robusness in maching. However, in real-ime navigaion, he compuaion ime is a criical requiremen. If all ineres poins are o be used as landmarks, since he compuaion ime for mos cases is proporional o O(N 2 ), where N is he number of sae variables needed o represen he landmarks and he robo pose, he compuaion ime is grealy increased. Therefore he need o minimize he number of ineres poins while, a he same ime, no penalising he performance of recogniion is he main objecive. However, a he raw pixel level of an image, i is difficul o find a cerain ype of poin ha rarely occurs and is invarianly sable. On he oher hand, feaure ransformaion provided a more expressive represenaion for describing each ineres poin. Hence, i is preferable o selec he disincive se of ineres poins a he TA level of absracion. Figure 2: Simple diagram of a disincive objec among oher less disincive objecs. The quesion hen arises as o how a few relevan feaures ou of a poenially large se should be seleced. For example, in Figure 2, i would be bes o remember he cenre objec because i is he only one ha is unique. If one selecs any of he oher objecs ha are similar o each oher, i will be hard o disinguish beween hem laer on. Since he descripors represen he feaures, hey become elemens of feaure vecors in he descripor parameric space. Disincness can be judged from analysing and comparing hese vecors. If we consider all of he descripors in he feaure vecors as independen random variables, he probabiliy of occurrence for each feaure can hen be calculaed by finding a model for is probabiliy densiy funcion. In he simples case, he disribuion could be approximaed o a muli-dimensional Gaussian. This approximaion is o be jusified in Subsecion 7.2. The probabiliy of occurrence of a feaure can hen be calculaed as follows: f ( x) = x (2π ) m de where µ is he mean vecor: and C is he covariance marix: n R j exp ( x µ ) C ( x µ ) ( C) 2 R j (5) µ = x[ n] (6) R n C = ( x[ n] µ ) ( x[ n] µ ) (7) R j DA can hen be made on he basis ha he lower he probabili he more disinc a feaure is judged o be. 4.2 Global Disincness DA is a process of minimizing he number of feaures while reaining sabiliy of analysis. Sabiliy refers o he abiliy o pick ou he same feaure invarian o any changes in shif, roaion, scale and illuminaion. However, since feaures deeced in one image need no be he same as in subsequen images, DA mus herefore range over many images o embody global disincness. In doing so, i is hen possible o selec feaures ha are boh disincive and likely o be found in muliple images in he environmen capured a differen imes and locaions. Denoing he mean and covariance for he global disincness by µ and C respecively and by µ c and C c for he curren image, µ is obained and updaed using he following formula: µ = µ λ + µ ( ) (8) c λ where λ is he innovaion facor, which deermines how much he sysem relies on hisory versus new daa. C is obained and updaed using he following formula: C T ( E ( XY) µ ( x) µ ( j = (9) where E(XY) is he expecaion value of he produc of wo dimensions X and Y, which can be calculaed from:

4 E ( XY ) = E( XY ) λ E( XY ) c ( λ) (0) E(XY) - and E(XY) c can be obained by rearrangemen of he previous formulae using E(XY) as he subjec wih he appropriae µ and C. Equaions 8 and 9 are used for ieraively updaing. To iniialise µ and C, hey are assigned o be equal o µ c and C c for he firs inpu image. µ and C require he sysem o run over a series of images in order o converge o he rue global disincness. A pracical soluion is o ake a safe walk in he environmen of ineres before using ha daa for exploring more of he environmen. 5 Maching feaures across images Having obained he disincive se of feaures exraced from each image, i is hen possible o mach feaures across differen images. Maching feaures requires calculaing a noional disance beween he wo feaure vecors. In his analysis, disance is defined as he Euclidean disance of he feaure vecors. The maching sraegy is defined by using a hreshold funcion relaing o he closes and second closes mach of a paricular feaure as follows: D D / D D. () A B A C < 7 Resuls In he following experimens, TA presened in Secion 3 and DA presened in Secion 4 are considered as wo independen mehods. For reference, some of he resuls presened here were compared wih SIFT when applicable. TA is considered as an alernaive o SIFT while DA is considered as an add-on o boh TA and SIFT. Figure 3: The underwaer vehicle. (Couresy of ACFR, Universiy of Sydne Ausralia) where D A is a feaure vecor on image one; D B and D C are closes and second closes feaure vecors from anoher image respecively. If he above inequaliy is rue, D A is considered o be he same as D B. Since every feaure is originally an ineres poin ha is eiher a maximum or a minimum of DOG, his propery could also be uilized for maching purposes. I is herefore beneficial o separaely soring he maxima and minima and find maches only wihin he same ype. 6 Experimenal A submersible vehicle (see Figure 3) which was used for capuring underwaer images and acquiring sonar daa simulaneously (couresy of ACFR, Universiy of Sydne Ausralia) was chosen o be he source of images used in he presen analysis. The configuraion of he submersible was se such ha he camera was always looking downwards ono he sea floor. This configuraion minimised he geomerical disorion ha could had been caused by differen viewpoins. The vehicle acquired images and sonar daa as i ravelled underwaer. Some of he images are shown in Figure 4. More deails of he configuraion of his vehicle and implemenaion can be found in [Williams and Mahon, 2004] where, using he sonar daa and he images, he pah ha i ravelled could be rerieved as shown in Figure 5. The original capured underwaer images were ransferred o an exernal compuer for offline esing and o be available o research groups. In his paper, TA and DA were wrien in C++, running code ha was embedded in such a way ha i could run as he fron end o SLAM-conrolled guidance. A sequence of approximaely 3000 images was used for esing he efficacy of he presen echnique. Figure 4: Some Images capured. (Couresy of ACFR, Universiy of Sydne Ausralia)

5 Figure 5: A pah of he underwaer vehicle was ploed using he images and sonar daa. The image frame numbers along he pah is shown wih seleced images (Original daa derived from [Williams and Mahon, 2004] and processed ino graph form by he presen auhors). 7. Maching Capabiliy The Maching Capabiliy of TA was esed firs. Boh SIFT and TA were used o find maches across he sequence of images. In order o have relaively few feaures on an image such ha inspecion of maching capabiliy was kep efficien, DA was applied o boh SIFT and TA. For example, one of hese image pairs, which conained less han 0 feaure maches, is shown in Figure 6. These feaures were mached using TA. Figure 7 shows he resuls for a se of image pairs where he maching capabiliies TA are esed. The resuls for SIFT are no shown because he false posiive were zero. For TA, he percenage of correc maches was 98.5%. The disadvanage of SIFT was he ime required for processing whereas he processing ime for TA was approximaely /3 of ha for SIFT. This was due mainly o he lower dimensionaliy of TA. Provided he number of disincive feaures could be limied o around 0 per image, a 98.5% accuracy per mach in TA was an accepable level of maching capabiliy and virually equivalen o he capabiliy of SIFT. In Figure 8, he eigenvalues of he 26 dimensional descripors of TA and he 28 dimensional descripors of SIFT are ploed and arranged in descending order. Since heir dimensions were differen in lengh, hese dimensions were adjused o fi he horizonal axis of he graph. This graph showed ha he eigenvalues for TA were spread more evenly across descripor space han for SIFT. This resul suggesed ha he choice of he descripors for TA conveyed more informaion han SIFT per descripor. Number of Feaures Figure 6: Feaure Maching using TA Correc False Posiive Image Pair Number Figure 7: Correc Mach and False Posiive for Texure Analysis

6 Weighed Value SIFT Eigenvalue (scaled) TA Figure 0: Disribuion of SIFT feaures in he op 3 principle direcions. Figure 8: Relaive Eigenvalue magniudes of SIFT and TA feaures. 7.2 Disincness The key assumpion for esing DA was ha he feaure descripors used were based on Gaussian disribuion. If he disribuion was no Gaussian, DA may no obain a valid disincness of an exraced feaure. I is imporan o noe ha, provided he disribuion was unimodal, he disincness calculaed would no significanly deviae from ha obained if he disribuion was Gaussian. In Figure 9, he disribuion for a large se (~3000) of exure feaures generaed from differen underwaer images in he series is ploed. Only he op 3 principle direcions of he disribuion are shown limiing a principle componen analysis o he mos significan. I can be seen ha he disribuion was close o a Gaussian. Figure 9: The Disribuion of a large lis of feaures ploed in he op 3 principle direcions of Texure Analysis. For comparison, he same feaures for a SIFT analysis are ploed in Figure 0. As can be seen, SIFT is a bimodal disribuion. Such a disribuion was caused by he deviaion beween he wo ypes of feaures generaed by SIFT, namely maxima and minima of DOG. By ignoring he sign during SIFT gradien calculaions, he new disribuion can be reploed and is shown in Figure. In so doing, he disribuion of SIFT feaures, wih he sign of he gradien ignored, urned ou also o be approximaely Gaussian. Based on he resuls presened, he disribuion for boh TA and SIFT could be assumed o be Gaussian.. Therefore DA could poenially be applied o any local descripor-based feaure exracion echnique. Figure : Disribuion of SIFT (Gradien sign ignored) feaures in he op 3 principle direcions. 7.3 Sabiliy A final es was conduced o check on he sabiliy of chosen feaures. I is re-emphasized ha by sable, we mean ha he same feaure should be picked ou invarian o any changes in shif, roaion, scale and illuminaion. A new series of image pairs were used and o which TA was applied. These image pairs conained overlapping regions such ha DA had o range over images in which i was known feaures were coninuous. DA was applied o each image and inspecion made wihin overlapping regions o coun he number of disincive feaures ha appeared wihin a few pixels in corresponding locaions of he images. By comparing his number wih he number of feaures ha did no correspond in boh of he images, a measure of sabiliy was obained. Figure 2 shows he couns of feaures ha were regarded as sable and unsable in overlapping pars of images. Approximaely half of he feaures seleced as disincive in one image appeared in boh images. This raio is largely independen of he number of feaures deeced and is significanly influenced by he sabiliy of he iniial selecion process using exrema of DOG described in Secion 2. The sabiliy of he iniial DOG selecion process is of iself low and is a major facor in limiing he raio shown in Figure 2. Based on his fac, he raio was deemed a relaively high hi rae for racking disincive feaures hrough image sequences. In a SLAM cone i only requires o mach a few sable feaures correcly across wo images o rack from image o image and evenually enable loop closure. I was concluded ha he resuls showed significan promise for enabling map building in a SLAM conex.

7 Number of Feaures Sable Unsable Image Pair Number Figure 2: An analysis of finding sable landmarks over 20 pairs of images. 8 Conclusion The work presened in his repor showed ha Disincness Analysis and Texure Analysis are suiable choices for use as feaure exracion echniques especially in a exure-rich environmen such as he Grea Barrier Reef. Texure Analysis can be used for exracing feaures from naural images and represen hem wih invarian descripors. Disincness Analysis can hen be used for reducing he se of feaures generaed and mainaining he maching capabiliy wih an accepable level of performance. Based on he resuls repored here, he opporuniy of having a fas and robus feaure exracion echnique could be considered as feasible. Acknowledgemens This work is financially suppored by he Ausralian Cooperaive Research Cenre for Inelligen Manufacuring Sysems & Technologies (CRC IMST) and by he Ausralian Research Council Cenre of Excellence for Auonomous Sysems (ARC CAS). References [Carneiro and Jepson, 2002] G. Carneiro and A. D. Jepson, Phase-based local feaures, 7h European Conference on Compuer Vision, Copenhagen, vol., pp , [Csorba, 997] M. Csorba, Simulaneously Localisaion and Mapping, PhD hesis of Roboics Research Group, Deparmen of Engineering Science, Universiy of Oxford, 997. [Harris and Sephen, 988] C. Harris and M. Sephen, A combined Corner and edge deecor, Alvey Vision Conference, pp 47-5, 988. [Ke and Sukhankar, 2004] Y. Ke and R. Sukhankar, PCA-SIFT: A more Disincive Represenaion for Local Image Descripors, Compuer Vision and Paern Recogniion, [Kiang e al., 2004] K. Kiang, R. A. Willgoss, A. Blair, Disincive Feaure Analysis of Naural Landmarks as a Fron end for SLAM applicaions, 2nd Inernaional Conference on Auonomous Robos and Agens, New Zealand, pp , [Kiang e al., 2005] K. Kiang, R. A. Willgoss, A. Blair, Disincness Analysis on Naural Landmark Descripors, he 5h Inernaional Conference on Field and Service Roboics, [Kragic and Chrisensen, 2005] D. Kragic and H. I. Chrisensen, Advances in Robo Vision, Roboics and Auonomous Sysems, Vol. 52, Issue -3, [Lindeberg, 994] T. Lindeberg, Scale Space Theory: A basic ool for analysing srucures a differen scales. Journal of Applied Saisics, 2:2, pp , 994. [Lowe, 2004] D.G. Lowe, Disincive image feaures from scale-invarian keypoin, Inernaional Journal of Compuer Vision, 60, 2, pp 9-0, [Mikolajczyk and Schmid, 2002] K. Mikolajczyk and C. Schmid, An affine invarian ineres poin deecor, 8h European Conference on Compuer Vision, pp , [Mikolajczyk and Schmid, 2005] K.Mikolajczyk, C. Schmid, A performance evaluaion of local descripors, Paern Analysis & Machine Inelligence, [Thrun e al., 2003] S. Thrun, D. Hähnel, D. Ferguson, M. Monemerlo, R. Triebel, W. Burgard, C. Baker, Z. Omohundro, S. Thayer, and W. Whiaker, A sysem for volumeric roboic mapping of underground mines, Inernaional Conference on Roboics and Auomaion, [Tuyelaars and Van Gool, 2000] T. Tuyelaars and L. Van Gool, Wide baseline sereo maching based on local, affinely invarian regions, h Briish Machine Vision Conference, pp , [Williams e al., 2002] S.B. Williams, G. Dissanayake, H.F. Durran-Whye, Field Deploymen of he Simulaneously Localisaion and Mapping Algorihm, 5TH IFAC World Congress on Auomaic Conrol, [Williams and Mahon, 2004] S.B. Williams and I. Mahon, Simulaneous Localisaion and Mapping on he Grea Barrier Reef, Inernaional Conference on Roboics and Auomaion, 2004.

Pointwise Image Operations

Pointwise Image Operations Poinwise Image Operaions Binary Image Analysis Jana Kosecka hp://cs.gmu.edu/~kosecka/cs482.hml - Lookup able mach image inensiy o he displayed brighness values Manipulaion of he lookup able differen Visual

More information

Mobile Robot Localization Using Fusion of Object Recognition and Range Information

Mobile Robot Localization Using Fusion of Object Recognition and Range Information 007 IEEE Inernaional Conference on Roboics and Auomaion Roma, Ialy, 10-14 April 007 FrB1.3 Mobile Robo Localizaion Using Fusion of Objec Recogniion and Range Informaion Byung-Doo Yim, Yong-Ju Lee, Jae-Bok

More information

Knowledge Transfer in Semi-automatic Image Interpretation

Knowledge Transfer in Semi-automatic Image Interpretation Knowledge Transfer in Semi-auomaic Image Inerpreaion Jun Zhou 1, Li Cheng 2, Terry Caelli 23, and Waler F. Bischof 1 1 Deparmen of Compuing Science, Universiy of Albera, Edmonon, Albera, Canada T6G 2E8

More information

Motion-blurred star image acquisition and restoration method based on the separable kernel Honglin Yuana, Fan Lib and Tao Yuc

Motion-blurred star image acquisition and restoration method based on the separable kernel Honglin Yuana, Fan Lib and Tao Yuc 5h Inernaional Conference on Advanced Maerials and Compuer Science (ICAMCS 206) Moion-blurred sar image acquisiion and resoraion mehod based on he separable kernel Honglin Yuana, Fan Lib and Tao Yuc Beihang

More information

A Segmentation Method for Uneven Illumination Particle Images

A Segmentation Method for Uneven Illumination Particle Images Research Journal of Applied Sciences, Engineering and Technology 5(4): 1284-1289, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scienific Organizaion, 2013 Submied: July 17, 2012 Acceped: Augus 15, 2012

More information

Foreign Fiber Image Segmentation Based on Maximum Entropy and Genetic Algorithm

Foreign Fiber Image Segmentation Based on Maximum Entropy and Genetic Algorithm Journal of Compuer and Communicaions, 215, 3, 1-7 Published Online November 215 in SciRes. hp://www.scirp.org/journal/jcc hp://dx.doi.org/1.4236/jcc.215.3111 Foreign Fiber Image Segmenaion Based on Maximum

More information

P. Bruschi: Project guidelines PSM Project guidelines.

P. Bruschi: Project guidelines PSM Project guidelines. Projec guidelines. 1. Rules for he execuion of he projecs Projecs are opional. Their aim is o improve he sudens knowledge of he basic full-cusom design flow. The final score of he exam is no affeced by

More information

Evaluation of the Digital images of Penaeid Prawns Species Using Canny Edge Detection and Otsu Thresholding Segmentation

Evaluation of the Digital images of Penaeid Prawns Species Using Canny Edge Detection and Otsu Thresholding Segmentation Inernaional Associaion of Scienific Innovaion and Research (IASIR) (An Associaion Unifying he Sciences, Engineering, and Applied Research) Inernaional Journal of Emerging Technologies in Compuaional and

More information

Role of Kalman Filters in Probabilistic Algorithm

Role of Kalman Filters in Probabilistic Algorithm Volume 118 No. 11 2018, 5-10 ISSN: 1311-8080 (prined version); ISSN: 1314-3395 (on-line version) url: hp://www.ijpam.eu doi: 10.12732/ijpam.v118i11.2 ijpam.eu Role of Kalman Filers in Probabilisic Algorihm

More information

Lecture #7: Discrete-time Signals and Sampling

Lecture #7: Discrete-time Signals and Sampling EEL335: Discree-Time Signals and Sysems Lecure #7: Discree-ime Signals and Sampling. Inroducion Lecure #7: Discree-ime Signals and Sampling Unlike coninuous-ime signals, discree-ime signals have defined

More information

Negative frequency communication

Negative frequency communication Negaive frequency communicaion Fanping DU Email: dufanping@homail.com Qing Huo Liu arxiv:2.43v5 [cs.it] 26 Sep 2 Deparmen of Elecrical and Compuer Engineering Duke Universiy Email: Qing.Liu@duke.edu Absrac

More information

SLAM Algorithm for 2D Object Trajectory Tracking based on RFID Passive Tags

SLAM Algorithm for 2D Object Trajectory Tracking based on RFID Passive Tags 2008 IEEE Inernaional Conference on RFID The Veneian, Las Vegas, Nevada, USA April 16-17, 2008 1C2.2 SLAM Algorihm for 2D Objec Trajecory Tracking based on RFID Passive Tags Po Yang, Wenyan Wu, Mansour

More information

Spring Localization I. Roland Siegwart, Margarita Chli, Martin Rufli. ASL Autonomous Systems Lab. Autonomous Mobile Robots

Spring Localization I. Roland Siegwart, Margarita Chli, Martin Rufli. ASL Autonomous Systems Lab. Autonomous Mobile Robots Spring 2017 Localizaion I Localizaion I 10.04.2017 1 2 ASL Auonomous Sysems Lab knowledge, daa base mission commands Localizaion Map Building environmen model local map posiion global map Cogniion Pah

More information

Comparing image compression predictors using fractal dimension

Comparing image compression predictors using fractal dimension Comparing image compression predicors using fracal dimension RADU DOBRESCU, MAEI DOBRESCU, SEFA MOCAU, SEBASIA ARALUGA Faculy of Conrol & Compuers POLIEHICA Universiy of Buchares Splaiul Independenei 313

More information

ECE-517 Reinforcement Learning in Artificial Intelligence

ECE-517 Reinforcement Learning in Artificial Intelligence ECE-517 Reinforcemen Learning in Arificial Inelligence Lecure 11: Temporal Difference Learning (con.), Eligibiliy Traces Ocober 8, 2015 Dr. Iamar Arel College of Engineering Deparmen of Elecrical Engineering

More information

A Cognitive Modeling of Space using Fingerprints of Places for Mobile Robot Navigation

A Cognitive Modeling of Space using Fingerprints of Places for Mobile Robot Navigation A Cogniive Modeling of Space using Fingerprins of Places for Mobile Robo Navigaion Adriana Tapus Roland Siegwar Ecole Polyechnique Fédérale de Lausanne (EPFL) Ecole Polyechnique Fédérale de Lausanne (EPFL)

More information

Autonomous Robotics 6905

Autonomous Robotics 6905 6 Simulaneous Localizaion and Mapping (SLAM Auonomous Roboics 6905 Inroducion SLAM Formulaion Paricle Filer Underwaer SLAM Lecure 6: Simulaneous Localizaion and Mapping Dalhousie Universiy i Ocober 14,

More information

A WIDEBAND RADIO CHANNEL MODEL FOR SIMULATION OF CHAOTIC COMMUNICATION SYSTEMS

A WIDEBAND RADIO CHANNEL MODEL FOR SIMULATION OF CHAOTIC COMMUNICATION SYSTEMS A WIDEBAND RADIO CHANNEL MODEL FOR SIMULATION OF CHAOTIC COMMUNICATION SYSTEMS Kalle Rui, Mauri Honanen, Michael Hall, Timo Korhonen, Veio Porra Insiue of Radio Communicaions, Helsini Universiy of Technology

More information

Automatic Power Factor Control Using Pic Microcontroller

Automatic Power Factor Control Using Pic Microcontroller IDL - Inernaional Digial Library Of Available a:www.dbpublicaions.org 8 h Naional Conference on Advanced Techniques in Elecrical and Elecronics Engineering Inernaional e-journal For Technology And Research-2017

More information

EE 330 Lecture 24. Amplification with Transistor Circuits Small Signal Modelling

EE 330 Lecture 24. Amplification with Transistor Circuits Small Signal Modelling EE 330 Lecure 24 Amplificaion wih Transisor Circuis Small Signal Modelling Review from las ime Area Comparison beween BJT and MOSFET BJT Area = 3600 l 2 n-channel MOSFET Area = 168 l 2 Area Raio = 21:1

More information

Pulse Train Controlled PCCM Buck-Boost Converter Ming Qina, Fangfang Lib

Pulse Train Controlled PCCM Buck-Boost Converter Ming Qina, Fangfang Lib 5h Inernaional Conference on Environmen, Maerials, Chemisry and Power Elecronics (EMCPE 016 Pulse Train Conrolled PCCM Buck-Boos Converer Ming Qina, Fangfang ib School of Elecrical Engineering, Zhengzhou

More information

Sketch-based Image Retrieval Using Contour Segments

Sketch-based Image Retrieval Using Contour Segments Skech-based Image Rerieval Using Conour Segmens Yuing Zhang #1, Xueming Qian *2, Xianglong Tan #3 # SMLESLAB of Xi an Jiaoong Universiy, Xi an CN710049, China 1 zhangyuing@su.xju.edu.cn 2 qianxm@mail.xju.edu.cn

More information

Lecture September 6, 2011

Lecture September 6, 2011 cs294-p29 Seminar on Algorihmic Game heory Sepember 6, 2011 Lecure Sepember 6, 2011 Lecurer: Chrisos H. Papadimiriou Scribes: Aloni Cohen and James Andrews 1 Game Represenaion 1.1 abular Form and he Problem

More information

The vslam Algorithm for Navigation in Natural Environments

The vslam Algorithm for Navigation in Natural Environments 로봇기술및동향 The vslam Algorihm for Navigaion in Naural Environmens Evoluion Roboics, Inc. Niklas Karlsson, Luis Goncalves, Mario E. Munich, and Paolo Pirjanian Absrac This aricle describes he Visual Simulaneous

More information

A Comparison of EKF, UKF, FastSLAM2.0, and UKF-based FastSLAM Algorithms

A Comparison of EKF, UKF, FastSLAM2.0, and UKF-based FastSLAM Algorithms A Comparison of,, FasSLAM., and -based FasSLAM Algorihms Zeyneb Kur-Yavuz and Sırma Yavuz Compuer Engineering Deparmen, Yildiz Technical Universiy, Isanbul, Turkey zeyneb@ce.yildiz.edu.r, sirma@ce.yildiz.edu.r

More information

MAP-AIDED POSITIONING SYSTEM

MAP-AIDED POSITIONING SYSTEM Paper Code: F02I131 MAP-AIDED POSITIONING SYSTEM Forssell, Urban 1 Hall, Peer 1 Ahlqvis, Sefan 1 Gusafsson, Fredrik 2 1 NIRA Dynamics AB, Sweden; 2 Linköpings universie, Sweden Keywords Posiioning; Navigaion;

More information

TELE4652 Mobile and Satellite Communications

TELE4652 Mobile and Satellite Communications TELE465 Mobile and Saellie Communicaions Assignmen (Due: 4pm, Monday 7 h Ocober) To be submied o he lecurer before he beginning of he final lecure o be held a his ime.. This quesion considers Minimum Shif

More information

Comparitive Analysis of Image Segmentation Techniques

Comparitive Analysis of Image Segmentation Techniques ISSN: 78 33 Volume, Issue 9, Sepember 3 Compariive Analysis of Image Segmenaion echniques Rohi Sardana Pursuing Maser of echnology (Compuer Science and Engineering) GJU S& Hissar, Haryana Absrac Image

More information

Lab 3 Acceleration. What You Need To Know: Physics 211 Lab

Lab 3 Acceleration. What You Need To Know: Physics 211 Lab b Lab 3 Acceleraion Wha You Need To Know: The Physics In he previous lab you learned ha he velociy of an objec can be deermined by finding he slope of he objec s posiion vs. ime graph. x v ave. = v ave.

More information

Autonomous Humanoid Navigation Using Laser and Odometry Data

Autonomous Humanoid Navigation Using Laser and Odometry Data Auonomous Humanoid Navigaion Using Laser and Odomery Daa Ricardo Tellez, Francesco Ferro, Dario Mora, Daniel Pinyol and Davide Faconi Absrac In his paper we presen a novel approach o legged humanoid navigaion

More information

Fuzzy Inference Model for Learning from Experiences and Its Application to Robot Navigation

Fuzzy Inference Model for Learning from Experiences and Its Application to Robot Navigation Fuzzy Inference Model for Learning from Experiences and Is Applicaion o Robo Navigaion Manabu Gouko, Yoshihiro Sugaya and Hiroomo Aso Deparmen of Elecrical and Communicaion Engineering, Graduae School

More information

A New Voltage Sag and Swell Compensator Switched by Hysteresis Voltage Control Method

A New Voltage Sag and Swell Compensator Switched by Hysteresis Voltage Control Method Proceedings of he 8h WSEAS Inernaional Conference on ELECTRIC POWER SYSTEMS, HIGH VOLTAGES, ELECTRIC MACHINES (POWER '8) A New Volage Sag and Swell Compensaor Swiched by Hyseresis Volage Conrol Mehod AMIR

More information

Memorandum on Impulse Winding Tester

Memorandum on Impulse Winding Tester Memorandum on Impulse Winding Teser. Esimaion of Inducance by Impulse Response When he volage response is observed afer connecing an elecric charge sored up in he capaciy C o he coil L (including he inside

More information

Square Waves, Sinusoids and Gaussian White Noise: A Matching Pursuit Conundrum? Don Percival

Square Waves, Sinusoids and Gaussian White Noise: A Matching Pursuit Conundrum? Don Percival Square Waves, Sinusoids and Gaussian Whie Noise: A Maching Pursui Conundrum? Don Percival Applied Physics Laboraory Deparmen of Saisics Universiy of Washingon Seale, Washingon, USA hp://faculy.washingon.edu/dbp

More information

Revision: June 11, E Main Suite D Pullman, WA (509) Voice and Fax

Revision: June 11, E Main Suite D Pullman, WA (509) Voice and Fax 2.5.3: Sinusoidal Signals and Complex Exponenials Revision: June 11, 2010 215 E Main Suie D Pullman, W 99163 (509) 334 6306 Voice and Fax Overview Sinusoidal signals and complex exponenials are exremely

More information

AN303 APPLICATION NOTE

AN303 APPLICATION NOTE AN303 APPLICATION NOTE LATCHING CURRENT INTRODUCTION An imporan problem concerning he uilizaion of componens such as hyrisors or riacs is he holding of he componen in he conducing sae afer he rigger curren

More information

Lecture 4. EITN Chapter 12, 13 Modulation and diversity. Antenna noise is usually given as a noise temperature!

Lecture 4. EITN Chapter 12, 13 Modulation and diversity. Antenna noise is usually given as a noise temperature! Lecure 4 EITN75 2018 Chaper 12, 13 Modulaion and diversiy Receiver noise: repeiion Anenna noise is usually given as a noise emperaure! Noise facors or noise figures of differen sysem componens are deermined

More information

Bounded Iterative Thresholding for Lumen Region Detection in Endoscopic Images

Bounded Iterative Thresholding for Lumen Region Detection in Endoscopic Images Bounded Ieraive Thresholding for Lumen Region Deecion in Endoscopic Images Pon Nidhya Elango School of Compuer Science and Engineering Nanyang Technological Universiy Nanyang Avenue, Singapore Email: ponnihya88@gmail.com

More information

The student will create simulations of vertical components of circular and harmonic motion on GX.

The student will create simulations of vertical components of circular and harmonic motion on GX. Learning Objecives Circular and Harmonic Moion (Verical Transformaions: Sine curve) Algebra ; Pre-Calculus Time required: 10 150 min. The sudens will apply combined verical ranslaions and dilaions in he

More information

EXPERIMENT #9 FIBER OPTIC COMMUNICATIONS LINK

EXPERIMENT #9 FIBER OPTIC COMMUNICATIONS LINK EXPERIMENT #9 FIBER OPTIC COMMUNICATIONS LINK INTRODUCTION: Much of daa communicaions is concerned wih sending digial informaion hrough sysems ha normally only pass analog signals. A elephone line is such

More information

UPDATE FOR DESIGN OF STRUCTURAL STEEL HOLLOW SECTION CONNECTIONS VOLUME 1 DESIGN MODELS, First edition 1996 A.A. SYAM AND B.G.

UPDATE FOR DESIGN OF STRUCTURAL STEEL HOLLOW SECTION CONNECTIONS VOLUME 1 DESIGN MODELS, First edition 1996 A.A. SYAM AND B.G. REF: ASI TN006 Version ASI Head Office Level 13, 99 Moun Sree Norh Sydney NSW 060 Tel: 0 9931 6666 Email: enquiries@seel.org.au (ABN)/ACN (94) 000973 839 www.seel.org.au ASI TECHNICAL NOTE TN006 V Auhors:

More information

16.5 ADDITIONAL EXAMPLES

16.5 ADDITIONAL EXAMPLES 16.5 ADDITIONAL EXAMPLES For reiew purposes, more examples of boh piecewise linear and incremenal analysis are gien in he following subsecions. No new maerial is presened, so readers who do no need addiional

More information

Exploration with Active Loop-Closing for FastSLAM

Exploration with Active Loop-Closing for FastSLAM Exploraion wih Acive Loop-Closing for FasSLAM Cyrill Sachniss Dirk Hähnel Wolfram Burgard Universiy of Freiburg Deparmen of Compuer Science D-79110 Freiburg, Germany Absrac Acquiring models of he environmen

More information

5 Spatial Relations on Lines

5 Spatial Relations on Lines 5 Spaial Relaions on Lines There are number of useful problems ha can be solved wih he basic consrucion echniques developed hus far. We now look a cerain problems, which involve spaial relaionships beween

More information

3D Laser Scan Registration of Dual-Robot System Using Vision

3D Laser Scan Registration of Dual-Robot System Using Vision 3D Laser Scan Regisraion of Dual-Robo Sysem Using Vision Ravi Kaushik, Jizhong Xiao*, William Morris and Zhigang Zhu Absrac This paper presens a novel echnique o regiser a se of wo 3D laser scans obained

More information

ECE3204 Microelectronics II Bitar / McNeill. ECE 3204 / Term D-2017 Problem Set 7

ECE3204 Microelectronics II Bitar / McNeill. ECE 3204 / Term D-2017 Problem Set 7 EE3204 Microelecronics II Biar / McNeill Due: Monday, May 1, 2017 EE 3204 / Term D-2017 Problem Se 7 All ex problems from Sedra and Smih, Microelecronic ircuis, 7h ediion. NOTES: Be sure your NAME and

More information

Development of Temporary Ground Wire Detection Device

Development of Temporary Ground Wire Detection Device Inernaional Journal of Smar Grid and Clean Energy Developmen of Temporary Ground Wire Deecion Device Jing Jiang* and Tao Yu a Elecric Power College, Souh China Universiy of Technology, Guangzhou 5164,

More information

(This lesson plan assumes the students are using an air-powered rocket as described in the Materials section.)

(This lesson plan assumes the students are using an air-powered rocket as described in the Materials section.) The Mah Projecs Journal Page 1 PROJECT MISSION o MArs inroducion Many sae mah sandards and mos curricula involving quadraic equaions require sudens o solve "falling objec" or "projecile" problems, which

More information

Table of Contents. 3.0 SMPS Topologies. For Further Research. 3.1 Basic Components. 3.2 Buck (Step Down) 3.3 Boost (Step Up) 3.4 Inverter (Buck/Boost)

Table of Contents. 3.0 SMPS Topologies. For Further Research. 3.1 Basic Components. 3.2 Buck (Step Down) 3.3 Boost (Step Up) 3.4 Inverter (Buck/Boost) Table of Conens 3.0 SMPS Topologies 3.1 Basic Componens 3.2 Buck (Sep Down) 3.3 Boos (Sep Up) 3.4 nverer (Buck/Boos) 3.5 Flyback Converer 3.6 Curren Boosed Boos 3.7 Curren Boosed Buck 3.8 Forward Converer

More information

4.5 Biasing in BJT Amplifier Circuits

4.5 Biasing in BJT Amplifier Circuits 4/5/011 secion 4_5 Biasing in MOS Amplifier Circuis 1/ 4.5 Biasing in BJT Amplifier Circuis eading Assignmen: 8086 Now le s examine how we C bias MOSFETs amplifiers! f we don bias properly, disorion can

More information

Deblurring Images via Partial Differential Equations

Deblurring Images via Partial Differential Equations Deblurring Images via Parial Dierenial Equaions Sirisha L. Kala Mississippi Sae Universiy slk3@mssae.edu Advisor: Seh F. Oppenheimer Absrac: Image deblurring is one o he undamenal problems in he ield o

More information

Control and Protection Strategies for Matrix Converters. Control and Protection Strategies for Matrix Converters

Control and Protection Strategies for Matrix Converters. Control and Protection Strategies for Matrix Converters Conrol and Proecion Sraegies for Marix Converers Dr. Olaf Simon, Siemens AG, A&D SD E 6, Erlangen Manfred Bruckmann, Siemens AG, A&D SD E 6, Erlangen Conrol and Proecion Sraegies for Marix Converers To

More information

Acquiring hand-action models by attention point analysis

Acquiring hand-action models by attention point analysis Acquiring hand-acion models by aenion poin analysis Koichi Ogawara Soshi Iba y Tomikazu Tanuki yy Hiroshi Kimura yyy Kasushi Ikeuchi Insiue of Indusrial Science, Univ. of Tokyo, Tokyo, 106-8558, JAPAN

More information

Laplacian Mixture Modeling for Overcomplete Mixing Matrix in Wavelet Packet Domain by Adaptive EM-type Algorithm and Comparisons

Laplacian Mixture Modeling for Overcomplete Mixing Matrix in Wavelet Packet Domain by Adaptive EM-type Algorithm and Comparisons Proceedings of he 5h WSEAS Inernaional Conference on Signal Processing, Isanbul, urey, May 7-9, 6 (pp45-5) Laplacian Mixure Modeling for Overcomplee Mixing Marix in Wavele Pace Domain by Adapive EM-ype

More information

Social-aware Dynamic Router Node Placement in Wireless Mesh Networks

Social-aware Dynamic Router Node Placement in Wireless Mesh Networks Social-aware Dynamic Rouer Node Placemen in Wireless Mesh Neworks Chun-Cheng Lin Pei-Tsung Tseng Ting-Yu Wu Der-Jiunn Deng ** Absrac The problem of dynamic rouer node placemen (dynrnp) in wireless mesh

More information

Discrete Word Speech Recognition Using Hybrid Self-adaptive HMM/SVM Classifier

Discrete Word Speech Recognition Using Hybrid Self-adaptive HMM/SVM Classifier Journal of Technical Engineering Islamic Azad Universiy of Mashhad Discree Word Speech Recogniion Using Hybrid Self-adapive HMM/SVM Classifier Saeid Rahai Quchani (1) Kambiz Rahbar (2) (1)Assissan professor,

More information

Solid State Modulators for PIII Applications

Solid State Modulators for PIII Applications Solid Sae Modulaors for P Applicaions Dr. Marcel P.J. Gaudreau, P.E., Dr. Jeffrey A. Casey, Timohy J. Hawkey, Michael A. Kempkes, J. Michael Mulvaney; Diversified Technologies, nc. Absrac One of he key

More information

Evaluation of Instantaneous Reliability Measures for a Gradual Deteriorating System

Evaluation of Instantaneous Reliability Measures for a Gradual Deteriorating System General Leers in Mahemaic, Vol. 3, No.3, Dec 27, pp. 77-85 e-issn 259-9277, p-issn 259-9269 Available online a hp:\\ www.refaad.com Evaluaion of Insananeous Reliabiliy Measures for a Gradual Deerioraing

More information

ACTIVITY BASED COSTING FOR MARITIME ENTERPRISES

ACTIVITY BASED COSTING FOR MARITIME ENTERPRISES ACTIVITY BASED COSTING FOR MARITIME ENTERPRISES 1, a 2, b 3, c 4, c Sualp Omer Urkmez David Sockon Reza Ziarai Erdem Bilgili a, b De Monfor Universiy, UK, c TUDEV, Insiue of Mariime Sudies, Turkey 1 sualp@furrans.com.r

More information

DrunkWalk: Collaborative and Adaptive Planning for Navigation of Micro-Aerial Sensor Swarms

DrunkWalk: Collaborative and Adaptive Planning for Navigation of Micro-Aerial Sensor Swarms DrunkWalk: Collaboraive and Adapive Planning for Navigaion of Micro-Aerial Sensor Swarms Xinlei Chen Carnegie Mellon Universiy Pisburgh, PA, USA xinlei.chen@sv.cmu.edu Aveek Purohi Carnegie Mellon Universiy

More information

March 13, 2009 CHAPTER 3: PARTIAL DERIVATIVES AND DIFFERENTIATION

March 13, 2009 CHAPTER 3: PARTIAL DERIVATIVES AND DIFFERENTIATION March 13, 2009 CHAPTER 3: PARTIAL DERIVATIVES AND DIFFERENTIATION 1. Parial Derivaives and Differeniable funcions In all his chaper, D will denoe an open subse of R n. Definiion 1.1. Consider a funcion

More information

Digital Communications - Overview

Digital Communications - Overview EE573 : Advanced Digial Communicaions Digial Communicaions - Overview Lecurer: Assoc. Prof. Dr Noor M Khan Deparmen of Elecronic Engineering, Muhammad Ali Jinnah Universiy, Islamabad Campus, Islamabad,

More information

Investigation and Simulation Model Results of High Density Wireless Power Harvesting and Transfer Method

Investigation and Simulation Model Results of High Density Wireless Power Harvesting and Transfer Method Invesigaion and Simulaion Model Resuls of High Densiy Wireless Power Harvesing and Transfer Mehod Jaber A. Abu Qahouq, Senior Member, IEEE, and Zhigang Dang The Universiy of Alabama Deparmen of Elecrical

More information

Increasing multi-trackers robustness with a segmentation algorithm

Increasing multi-trackers robustness with a segmentation algorithm Increasing muli-rackers robusness wih a segmenaion algorihm MARTA MARRÓN, MIGUEL ÁNGEL SOTELO, JUAN CARLOS GARCÍA Elecronics Deparmen Universiy of Alcala Campus Universiario. 28871, Alcalá de Henares.

More information

Direct Analysis of Wave Digital Network of Microstrip Structure with Step Discontinuities

Direct Analysis of Wave Digital Network of Microstrip Structure with Step Discontinuities Direc Analysis of Wave Digial Nework of Microsrip Srucure wih Sep Disconinuiies BILJANA P. SOŠIĆ Faculy of Elecronic Engineering Universiy of Niš Aleksandra Medvedeva 4, Niš SERBIA MIODRAG V. GMIROVIĆ

More information

A-LEVEL Electronics. ELEC4 Programmable Control Systems Mark scheme June Version: 1.0 Final

A-LEVEL Electronics. ELEC4 Programmable Control Systems Mark scheme June Version: 1.0 Final A-LEVEL Elecronics ELEC4 Programmable Conrol Sysems scheme 243 June 26 Version:. Final schemes are prepared by he Lead Assessmen Wrier and considered, ogeher wih he relevan quesions, by a panel of subjec

More information

Localizing Objects During Robot SLAM in Semi-Dynamic Environments

Localizing Objects During Robot SLAM in Semi-Dynamic Environments Proceedings of he 2008 IEEE/ASME Inernaional Conference on Advanced Inelligen Mecharonics July 2-5, 2008, Xi'an, China Localizing Objecs During Robo SLAM in Semi-Dynamic Environmens Hongjun Zhou Tokyo

More information

Performance Analysis of High-Rate Full-Diversity Space Time Frequency/Space Frequency Codes for Multiuser MIMO-OFDM

Performance Analysis of High-Rate Full-Diversity Space Time Frequency/Space Frequency Codes for Multiuser MIMO-OFDM Performance Analysis of High-Rae Full-Diversiy Space Time Frequency/Space Frequency Codes for Muliuser MIMO-OFDM R. SHELIM, M.A. MATIN AND A.U.ALAM Deparmen of Elecrical Engineering and Compuer Science

More information

Chapter 14: Bandpass Digital Transmission. A. Bruce Carlson Paul B. Crilly 2010 The McGraw-Hill Companies

Chapter 14: Bandpass Digital Transmission. A. Bruce Carlson Paul B. Crilly 2010 The McGraw-Hill Companies Communicaion Sysems, 5e Chaper 4: Bandpass Digial Transmission A. Bruce Carlson Paul B. Crilly The McGraw-Hill Companies Chaper 4: Bandpass Digial Transmission Digial CW modulaion Coheren binary sysems

More information

ECMA st Edition / June Near Field Communication Wired Interface (NFC-WI)

ECMA st Edition / June Near Field Communication Wired Interface (NFC-WI) ECMA-373 1 s Ediion / June 2006 Near Field Communicaion Wired Inerface (NFC-WI) Sandard ECMA-373 1 s Ediion / June 2006 Near Field Communicaion Wired Inerface (NFC-WI) Ecma Inernaional Rue du Rhône 114

More information

ICAMechS The Navigation Mobile Robot Systems Using Bayesian Approach through the Virtual Projection Method

ICAMechS The Navigation Mobile Robot Systems Using Bayesian Approach through the Virtual Projection Method ICAMechS 2012 Advanced Inelligen Conrol in Roboics and Mecharonics The Navigaion Mobile Robo Sysems Using Bayesian Approach hrough he Virual Projecion Mehod Tokyo, Japan, Sepember 2012 Luige VLADAREANU,

More information

Estimating a Time-Varying Phillips Curve for South Africa

Estimating a Time-Varying Phillips Curve for South Africa Esimaing a Time-Varying Phillips Curve for Souh Africa Alain Kabundi* 1 Eric Schaling** Modese Some*** *Souh African Reserve Bank ** Wis Business School and VU Universiy Amserdam *** World Bank 27 Ocober

More information

Wrap Up. Fourier Transform Sampling, Modulation, Filtering Noise and the Digital Abstraction Binary signaling model and Shannon Capacity

Wrap Up. Fourier Transform Sampling, Modulation, Filtering Noise and the Digital Abstraction Binary signaling model and Shannon Capacity Wrap Up Fourier ransorm Sampling, Modulaion, Filering Noise and he Digial Absracion Binary signaling model and Shannon Capaciy Copyrigh 27 by M.H. Perro All righs reserved. M.H. Perro 27 Wrap Up, Slide

More information

Transmit Beamforming with Reduced Feedback Information in OFDM Based Wireless Systems

Transmit Beamforming with Reduced Feedback Information in OFDM Based Wireless Systems Transmi Beamforming wih educed Feedback Informaion in OFDM Based Wireless Sysems Seung-Hyeon Yang, Jae-Yun Ko, and Yong-Hwan Lee School of Elecrical Engineering and INMC, Seoul Naional Universiy Kwanak

More information

An Emergence of Game Strategy in Multiagent Systems

An Emergence of Game Strategy in Multiagent Systems An Emergence of Game Sraegy in Muliagen Sysems Peer LACKO Slovak Universiy of Technology Faculy of Informaics and Informaion Technologies Ilkovičova 3, 842 16 Braislava, Slovakia lacko@fii.suba.sk Absrac.

More information

Fast and accurate SLAM with Rao Blackwellized particle filters

Fast and accurate SLAM with Rao Blackwellized particle filters Roboics and Auonomous Sysems 55 (2007) 30 38 www.elsevier.com/locae/robo Fas and accurae SLAM wih Rao Blackwellized paricle filers Giorgio Grisei a,b, Gian Diego Tipaldi b, Cyrill Sachniss c,a,, Wolfram

More information

The IMU/UWB Fusion Positioning Algorithm Based on a Particle Filter

The IMU/UWB Fusion Positioning Algorithm Based on a Particle Filter Inernaional Journal Geo-Informaion Aricle The IMU/UWB Fusion Posiioning Algorihm Based on a Paricle Filer Yan Wang and Xin Li * School Compuer Science and Technology, China Universiy Mining and Technology,

More information

UNIT IV DIGITAL MODULATION SCHEME

UNIT IV DIGITAL MODULATION SCHEME UNI IV DIGIAL MODULAION SCHEME Geomeric Represenaion of Signals Ojecive: o represen any se of M energy signals {s i (} as linear cominaions of N orhogonal asis funcions, where N M Real value energy signals

More information

Chapter 2 Introduction: From Phase-Locked Loop to Costas Loop

Chapter 2 Introduction: From Phase-Locked Loop to Costas Loop Chaper 2 Inroducion: From Phase-Locked Loop o Cosas Loop The Cosas loop can be considered an exended version of he phase-locked loop (PLL). The PLL has been invened in 932 by French engineer Henri de Belleszice

More information

Notes on the Fourier Transform

Notes on the Fourier Transform Noes on he Fourier Transform The Fourier ransform is a mahemaical mehod for describing a coninuous funcion as a series of sine and cosine funcions. The Fourier Transform is produced by applying a series

More information

Dynamic Networks for Motion Planning in Multi-Robot Space Systems

Dynamic Networks for Motion Planning in Multi-Robot Space Systems Proceeding of he 7 h Inernaional Symposium on Arificial Inelligence, Roboics and Auomaion in Space: i-sairas 2003, NARA, Japan, May 19-23, 2003 Dynamic Neworks for Moion Planning in Muli-Robo Space Sysems

More information

EECE 301 Signals & Systems Prof. Mark Fowler

EECE 301 Signals & Systems Prof. Mark Fowler EECE 3 Signals & Sysems Prof. Mark Fowler Noe Se #8 C-T Sysems: Frequency-Domain Analysis of Sysems Reading Assignmen: Secion 5.2 of Kamen and Heck /2 Course Flow Diagram The arrows here show concepual

More information

Chapter 2 Summary: Continuous-Wave Modulation. Belkacem Derras

Chapter 2 Summary: Continuous-Wave Modulation. Belkacem Derras ECEN 44 Communicaion Theory Chaper Summary: Coninuous-Wave Modulaion.1 Modulaion Modulaion is a process in which a parameer of a carrier waveform is varied in accordance wih a given message (baseband)

More information

Multiple Load-Source Integration in a Multilevel Modular Capacitor Clamped DC-DC Converter Featuring Fault Tolerant Capability

Multiple Load-Source Integration in a Multilevel Modular Capacitor Clamped DC-DC Converter Featuring Fault Tolerant Capability Muliple Load-Source Inegraion in a Mulilevel Modular Capacior Clamped DC-DC Converer Feauring Faul Toleran Capabiliy Faisal H. Khan, Leon M. Tolber The Universiy of Tennessee Elecrical and Compuer Engineering

More information

ISSCC 2007 / SESSION 29 / ANALOG AND POWER MANAGEMENT TECHNIQUES / 29.8

ISSCC 2007 / SESSION 29 / ANALOG AND POWER MANAGEMENT TECHNIQUES / 29.8 ISSCC 27 / SESSION 29 / ANALOG AND POWER MANAGEMENT TECHNIQUES / 29.8 29.8 A 3GHz Swiching DC-DC Converer Using Clock- Tree Charge-Recycling in 9nm CMOS wih Inegraed Oupu Filer Mehdi Alimadadi, Samad Sheikhaei,

More information

RITEC, Inc. 60 Alhambra Rd., Suite 5 Warwick, RI (401) FAX (401) Powerful Ultrasonic Research Tool. A Modular Approach

RITEC, Inc. 60 Alhambra Rd., Suite 5 Warwick, RI (401) FAX (401) Powerful Ultrasonic Research Tool. A Modular Approach RITEC RAM-5 Versaile Compuer Conrolled Ulrasonic Sysem: Modular Approach allows Cusomizaion o Specific Experimenal Requiremens. High Power RF Burs Oupus as high as 5 kilowas for frequencies o 7 MHz. Three

More information

arxiv: v1 [cs.ro] 19 Nov 2018

arxiv: v1 [cs.ro] 19 Nov 2018 Decenralized Cooperaive Muli-Robo Localizaion wih EKF Ruihua Han, Shengduo Chen, Yasheng Bu, Zhijun Lyu and Qi Hao* arxiv:1811.76v1 [cs.ro] 19 Nov 218 Absrac Muli-robo localizaion has been a criical problem

More information

Design and Implementation an Autonomous Mobile Soccer Robot Based on Omnidirectional Mobility and Modularity

Design and Implementation an Autonomous Mobile Soccer Robot Based on Omnidirectional Mobility and Modularity Design and Implemenaion an Auonomous Mobile Soccer Robo Based on Omnidirecional Mobiliy and Modulariy S. Hamidreza Mohades Kasaei and S.Mohammadreza Mohades Kasaei Absrac The purpose of his paper is o

More information

MODEL: M6SXF1. POWER INPUT DC Power R: 24 V DC

MODEL: M6SXF1. POWER INPUT DC Power R: 24 V DC Tension-Clamp Ulra-Slim Signal Condiioners M6S Series FUNCTION MODULE (PC programmable) Funcions & Feaures Mainenance-free ension clamp connecion Single inpu filer and funcion module 12 ypes of funcions

More information

The University of Melbourne Department of Mathematics and Statistics School Mathematics Competition, 2013 JUNIOR DIVISION Time allowed: Two hours

The University of Melbourne Department of Mathematics and Statistics School Mathematics Competition, 2013 JUNIOR DIVISION Time allowed: Two hours The Universiy of Melbourne Deparmen of Mahemaics and Saisics School Mahemaics Compeiion, 203 JUNIOR DIVISION Time allowed: Two hours These quesions are designed o es your abiliy o analyse a problem and

More information

Improved Gaussian Mixture Model in Video Motion Detection

Improved Gaussian Mixture Model in Video Motion Detection JOURNAL OF MULTIMEDIA, VOL. 8, NO. 5, OCTOBER 23 527 Improved Gaussian Mixure Model in Video Moion Deecion Xie Yong Modern Educaion Technology Cener, Xi'an Inernaional Universiy, 48 Zhangba Norh Road,

More information

4 20mA Interface-IC AM462 for industrial µ-processor applications

4 20mA Interface-IC AM462 for industrial µ-processor applications Because of he grea number of indusrial buses now available he majoriy of indusrial measuremen echnology applicaions sill calls for he sandard analog curren nework. The reason for his lies in he fac ha

More information

PREVENTIVE MAINTENANCE WITH IMPERFECT REPAIRS OF VEHICLES

PREVENTIVE MAINTENANCE WITH IMPERFECT REPAIRS OF VEHICLES Journal of KONES Powerrain and Transpor, Vol.14, No. 3 2007 PEVENTIVE MAINTENANCE WITH IMPEFECT EPAIS OF VEHICLES Józef Okulewicz, Tadeusz Salamonowicz Warsaw Universiy of Technology Faculy of Transpor

More information

A Bidirectional Three-Phase Push-Pull Converter With Dual Asymmetrical PWM Method

A Bidirectional Three-Phase Push-Pull Converter With Dual Asymmetrical PWM Method A Bidirecional Three-Phase Push-Pull Converer Wih Dual Asymmeral PWM Mehod Minho Kwon, Junsung Par, Sewan Choi, IEEE Senior Member Deparmen of Elecral and Informaion Engineering Seoul Naional Universiy

More information

ECMA-373. Near Field Communication Wired Interface (NFC-WI) 2 nd Edition / June Reference number ECMA-123:2009

ECMA-373. Near Field Communication Wired Interface (NFC-WI) 2 nd Edition / June Reference number ECMA-123:2009 ECMA-373 2 nd Ediion / June 2012 Near Field Communicaion Wired Inerface (NFC-WI) Reference number ECMA-123:2009 Ecma Inernaional 2009 COPYRIGHT PROTECTED DOCUMENT Ecma Inernaional 2012 Conens Page 1 Scope...

More information

A Smart Sensor with Hyperspectral/Range Fovea and Panoramic Peripheral View

A Smart Sensor with Hyperspectral/Range Fovea and Panoramic Peripheral View A Smar Sensor wih Hyperspecral/Range Fovea and Panoramic Peripheral View Tao Wang,2, Zhigang Zhu,2 and Harvey Rhody 3 Deparmen of Compuer Science, The Ciy College of New York 38 h Sree and Conven Avenue,

More information

A new image security system based on cellular automata and chaotic systems

A new image security system based on cellular automata and chaotic systems A new image securiy sysem based on cellular auomaa and chaoic sysems Weinan Wang Jan 2013 Absrac A novel image encrypion scheme based on Cellular Auomaa and chaoic sysem is proposed in his paper. The suggesed

More information

USING MATLAB TO CREATE AN IMAGE FROM RADAR

USING MATLAB TO CREATE AN IMAGE FROM RADAR USING MATLAB TO CREATE AN IMAGE FROM RADAR Douglas Hulber Mahemaics Deparmen Norfol Sae Universiy 700 Par Avenue Uni 483 Norfol VA 3504-8060 dhulber@nsu.edu Inroducion. Digial imaging algorihms developed

More information

Double Tangent Sampling Method for Sinusoidal Pulse Width Modulation

Double Tangent Sampling Method for Sinusoidal Pulse Width Modulation Compuaional and Applied Mahemaics Journal 2018; 4(1): 8-14 hp://www.aasci.org/journal/camj ISS: 2381-1218 (Prin); ISS: 2381-1226 (Online) Double Tangen Sampling Mehod for Sinusoidal Pulse Widh Modulaion

More information

Answer Key for Week 3 Homework = 100 = 140 = 138

Answer Key for Week 3 Homework = 100 = 140 = 138 Econ 110D Fall 2009 K.D. Hoover Answer Key for Week 3 Homework Problem 4.1 a) Laspeyres price index in 2006 = 100 (1 20) + (0.75 20) Laspeyres price index in 2007 = 100 (0.75 20) + (0.5 20) 20 + 15 = 100

More information