Recognition and Tracing Scheme Study of Moving Objects by Video Monitoring System

Size: px
Start display at page:

Download "Recognition and Tracing Scheme Study of Moving Objects by Video Monitoring System"

Transcription

1 85 Recogniion and Tracing Scheme Sudy of Moving Ojecs y Video Monioring Sysem Peilong XU 1 1 The Growing Base for Sae Key Laoraory, Qingdao Universiy, No. 308, Ningxia Road, Qingdao , China. Asrac Ojecive: In his paper a recogniion and racing scheme for moving ojecs y video monioring sysem was sudied. Mehods: During moving ojecs recogniion, Muli frame sampling mehod was used o esalish he iniial ackground. Edges of he moving ojecs were drawn according o he changes of he images, and he influence facors for edges drawing were eliminaed. In he end, racing for moving ojecs could e realized y recogniion of morphological characerisics. Resuls: The experimens indicae ha, for field environmen, he numer of colleced frames eween 120 o 180 could ge eer image ackground. The shadows of he moving ojecs are he main facor which influence deecion of ojec edges, and hey could e eliminaed y Shadow edge deecion operaor. For vehicles racing, adjacen frame maching mehod could e used o reflec he ime-space ransformaion of he vehicles. Conclusion: This scheme could realize he recogniion and racing of moving ojecs y video monioring sysem effecively. Keywords: Image Recogniion, Image Tracing, Video Monioring Sysem. 1. Inroducion Video monioring sysems are widely used in fields like indusry, ranspor, securiy and miliary, and are playing more and more imporan roles. Wih ime progressing, he video monioring sysems have even reached scales of hundreds and housands ways. I is impossile o rely enirely on human o monior so many sysems. In his case, all kinds of inelligen monioring sysem emerge as he imes require. Nowadays, he monioring sysems could realize auo alarming of he invasion ojecs in cerain disances hrough all kinds of sensors and image recogniion sofware[1]. Bu his is far from enough. How o realize recogniion and racing of he moving ojecs y video monioring sysem has ecome an imporan prolem o solve. For recen years, he ojecs recogniion and racing echniques have made grea progress. In many rands of digial cameras, face recogniion funcion has een developed, and he face could e posiioned and e focused auomaically. Bu hese echniques could jus realize recogniion and comparison of some prese specific shapes, and hen rack hem. They echniques sill could no realize recogniion and racing of he muli ype and muli angle ojecs. This sudy developed a inelligen monioring sysem scheme according o sociey video monior needs, which could recognize and real imely race he arges. This scheme realized classificaion saisics and racing of he moving ojecs wih high recogniion rae. 2. Mehod for Realizing he Sysem Tradiional arge segmenaion algorihms are mainly ased on Ieraion hreshold segmenaion algorihm. The general progress is o deec edges and acquire difference images, hen wo value he daa hrough hreshold segmenaion so as o highligh he pars in he images we are ineresed in. Bu his mehod usually needs large amouns of compuaion, and demands highly ime complexiy[2]. So i is no suiale for real ime analysis for images of he moving ojecs. In order o ensure he real ime of he sysem reacion, his sudy used ackground suracion algorihm o realize quick and effecive segmenaion of moving ojecs. The key of he algorihm is ha how o esalish he ackground models. 2.1 Background suracion algorihm Usually, here are wo kinds of ackground developmen scheme for using ackground suracion algorihm. Firs, selec wo frames of adjacen images, and pu he former image as ackground of he laer one. Deec changes of he wo images using differenial operaion. Second, prese an unified ackground, and deec image changes hrough comparing all acquired real ime images wih he prese ackground image y differenial operaion. For he firs scheme, i is no need o prese ackground, so ha i is more suiale for moving monioring faciliies. Bu he arges volume i could monior is relaed o he arges movemen speeds. If he arge sopped moving afer coming ino monioring views, hen i could no e deeced y he monioring sysem. This is called "Hole" phenomenon in video monioring. For his reason, he firs

2 86 scheme is no suiale for video monioring sysems wih fixed camera. The second scheme could cusomer he prolem of "Hole" phenomenon caused y he algorihm in he firs scheme and is eer for racing moving ojecs, u his scheme need monioring sysems o esalish and real ime updae ackgrounds y hemselves. Through analysis of he aove wo schemes, our sudy ry o esalish a ackground suracion algorihm wih an uniformed ackground, and ased on his algorihm o se up a monioring sysem. Since he ackground qualiy has grea influence on he arges recogniion and racing, his sudy used a ackground esimaion mehod y muli frame difference image o se up he iniial ackground. And hrough a ackground changing esimae sraegy, he ackground updaes only on cerain condiions. To ensure he sysem could work normally in differen ligh condiions and monioring scene changes accidenally, his sudy used a filering algorihm ased on differenial wo value image processing, and his increased rousness of he algorihm effecively. 2.2 Mehod for ackground developmen and updae This scheme used improved ackground differenial mehod o separae moving ojecs wih ackground. The scheme includes wo pars which are developmen and updae of ackground Mehod for acquire ackground images The ackground images are developed y a muli-frame suracion images dynamic evaluaion mehod, and he images are colleced in accordance wih cerain ime inervals. I is supposed ha 3 coninues images named a,, c, and {B, }, {O, } are ackground and moving ojec of he frame. The processing procedure should e: 1) Separae he 3 frame coninues images ino 2 groups. The firs group include frame a and, and he second group include frame and c. Gray scale difference suracions eween frames are operaed o each pixel of he wo groups, hen he asolue values were preserved in {N, } and {N, }. See in formula (1): N I I, N I I (1) 1 a 1 c i, j i, j i, j i, j i, j i, j 2) Because {N, } and {N, } are difference values of adjacen wo frames, hey are highly similar and he hisogram shows doule peaks. The hreshold T 0 of {N, } calculaed hrough OTSU mehod could e used as he es separaion hreshold of foreground and ackground in {N, } and {N, }. Compare values in {N, } and {N, } wih T 0 separaely. If for any poin X ( i, j ), he corresponding values in {N, } and {N, } are all igger han T0, hen i could e judged ha his poin are moving in all he 3 frames, so ha he poin could e included ino moving ojecs {O, } in foreground. See in formula (2): if Di, j T0 AND Di, j T0 O i, j 0 else (2) 3) According o moving images {O, }, all pixels valued 255 are eliminaed from inpu frames, and he ress are ackground images seleced from frames{b, }. See in formula (3): Ii, j if Oi, j 0 B i, j 0 else Oi, j 255 (3) 4) Deal all colleced frames wih mehod aove, and supplemen los pars in ackground, and hen a enire iniial ackground image could e acquired Mehod for ackground image updae. Afer he monioring sysem is used for a cerain periods, he ackground would have some changes inevialy, for example influence of weaher, ligh and displacemen ecause of oher facors. If he ackground is no updaed hroughou working, i mus influence accuracy of recogniion and racing for moving ojecs[3]. This sudy could realize ackground updae hrough mehod of esalishing saisical models for each pixels, and calculaing proailiies o judge ackground changes. When a cerain pixel values were changing consanly during a cerain imes, hen he grey value of he previous ackground would e replaced y he value of his poin. Or else, he ackground would no e changed. In acual operaion, he ackground judging model is esalished y calculaing wo parameers of each images he mean value μ and variance σ. For he newly colleced sample value S for a cerain poin (x, y), if formula (4) were saisfied, he poin would e regarded o e he new ackground pixel. 2 1 ( s ) f ( s) Exp( ) T (4) T is he proailiy hreshold value in his formula, and could e se dynamically. 2.3 Recogniion and racing of moving ojecs Afer ackground was esalished, he ackground difference mehod was used o collec shapes of moving ojecs in he ackground. The mehod is o use he grey values of each pixels of he curren image o surac wih hose of he ackground. See in formula (5):

3 87 N I B (5) i, j i, j i, j Because his sysem need o recognize moving ojecs, u hrough experimens we go o know ha he moving ojecs produced shadows are imporan facors o influence sysem o recognize arges accuraely. So ha he firs sep o recognize ojecs is o eliminae influences of he shadows. Through sudies of moving ojecs, wo characers were found: one is ha he difference values of he moving ojec shadows o he ackground are smaller han he hose of ojecs hemselves o he ackground. And he oher is ha he grey values of he shadows are usually smaller han hose of he surrounding areas. Then he shadows could e eliminaed y hreshold seing. Bu only use hreshold o eliminae moving arges would cause los of deails of moving ojecs. So edge deecing ecomes a key prolem for moving ojecs recogniion Edge deecion of he moving ojecs and heir shadows In deecion of he ojecs edges, he Prewi operaor and he Soel gradien operaor are usually used. The Prewi operaor finish he calculaion y couning grey differences of each pixels wih heir adjacen poins, and hen y neighor convoluion of he model and images using he horizonal and verical vecors. This mehod has eer effec on smoohing noises, u also has shorcoming of lower posiioning precision. The Soel gradien operaor also deecs image edges using he horizonal and verical vecors, which is similar wih he Prewi operaor. Bu he Soel gradien operaor did weighed processing on posiion influences of he pixels, so ha i is more accurae in deecion. This sudy used he Soel gradien operaor o deec image edges, and he calculaion mehod is shown in formula (6). E 1 I I 1 I I j1 i1 ' i, j max y i1 i1, x x, j 1 x, j 1 4 y j1 4 xi1 (6) Through he aove calculaion, and afer image inaryzaion, we could ge he enire inary image of he whole moving ojec area. Afer his, he edges of he shadows could e ge hrough mehod elow: A window of 5 5 moves on he inary image, and if he cenral pixel grey value reached 255 in he window, hen coun convoluion of he window sugraph wih 4 sensiive one dimensional Laplasse operaor. The maximum value of he 4 convoluion asolue value is regarded as he asis of judging wheher he cenral pixel is he moving ojec edge pixel. See in formula (7): Through he aove process, shadow areas were suraced from he moion edge depiced inary image, influences of shadows on moving ojecs recogniion could e eliminaed, and he exure feaures of he moving ojecs are enirely conserved. This is he asic of realizing moving ojecs recogniion and racing Recogniion mehod for moving ojecs The sudy esing arges for his sudy is he monioring cameras se on a school gae area. In his circumsance, mos popular moving ojecs are vehicles and pedesrians[5]. Usually, he arge recogniion work hrough recognizing shapes, colors and exures feaures of he arges. Bu in his complicaed circumsance, high misjudging rae will happen if his recogniion mehod were used. So our scheme used arges recogniion mehod ased on morphology. The firs sep is o se up a hree dimensional feaure lirary for vehicles and pedesrians. In feaure depicing for vehicles and pedesrians, heir lengh, widh and shape feaures could e shown y morphological parameers. Because morphological feaures could reflec quaniaive difference of shapes of vehicles and pedesrians, i is effecive for recogniion of he arges. According o sudy needs, our monioring sysem seleced morphological feaures include he following: Size raio: Deal wih he arges as a recangular and ge heir raio of lengh, widh and heigh. Recangle filling degree: Each ojec has is own shape filling degree. We could recognize he shape of he arges according o his. Projecion rae: I is raio of A size o convex polygon area size, and his feaure could depic he irregular of he ojec edges. Eccenriciy: This is a parameer for deecing wheher he arge is concenraed or no, and hrough calculaing he eccenriciy, compac degrees of he arges could e depiced. To solve prolems of highly recogniion ime complexiy caused y vas numer of daa in feaure daaase, fas linear classifier for self adapion feaure selecion is used o realize arges fas recogniion in his sudy. The processing procedure of he fas linear classifier is ha, selec feaures wih ig differences o sar iniial classificaion for he arges, for example, large cars, small cars, pedesrians and oher, and hen self adapion selec feaures fi for furher classificaion and finish arges recogniion ( See in Fig 1 ). In occasion of oo many moving arges causes high presser for he monioring sysem, he sysem could lower is classificaion level o insure sysem recogniion speed. EC max{ BE K : p 1, 2,3,4} (7) i, j i, j p K p is he p h convoluion operaor in he formula.

4 88 Calculaing of feaure parameers for iniial classificaion value ( MR, MG,MB ), and weigh parameers for relaive changing of arge size S in funcion calculaion. And + + =1. The sysem used feaure relaive variaion o increase adapion of arge maching. Fig 1. Targe recogniion char Tracing for he moving ojecs Mehod for racing moving ojecs relies on calculaing maching degrees of moving arges eween former and laer frames. In his sudy, moving ojecs in adjacen wo frames are mached according o ojec posiion, size, average color grey value ec., o realize consisency laeling for he same arges. And he acion pah for he ojecs are recorded according o he mached posiion. The mehod is shown in formula (8): C DIS AVE AREA a, a, a, a, DIS a, X X Y Y ( ) ( ) R R c, a c, 2 c, a c, 2 M M M M AVEa, M B, a M B, AREA ( S S ) / S R, a R, G, a G, a, a a x Iniial classificaion Self adap selecing feaures ased on iniial classificaion Self adap selecing feaures ased on iniial classificaion Furher desinaion classificaion Classificaion resuls oupu y / 256 (8) In he formula, ( R x, R y ) symols image resoluion,,, show arge posiion (X c, Y c ), average color 3. Resul and analysis In he experimen, IK-HD1 ype 3CCD camera produced y Toshia company is used as image collecion faciliy. This camera owns following feaures: 1) Oupu pixel: ; 2) Oupu por: digial HD-SDI ( SMPTE 292M),DVI oupu; 3) Manual / auomaic mode whie alance seings are availale. Digial collecion faciliy is MV9300HD video capure card from WOSHI company. Is mainly parameers are : Oupu qualiy: 10 i; Compress mode: H.264;8 video collecion channels and 4 voice collecion channels. is Precision T7500 ype graphics worksaion from Dell company is used o e daa collecion plaform. This worksaion has 4 channels memory sysem and NVIDIA Quadro FX3800 display chip, which has relaively high speed for graphics processing. In sofware developmen, Microsof Visual C++(VC++) is used and Mala numerical calculaion sofware is used in programming of formulas in his sudy, hese programs are evenually compiled ino VC++ procedure for call. There are 3 compiling mehods used in his sudy: 1) Use keil compiler MCC of Mala; 2) Use Macom compiler; 3) Use COM Build ool of Mala. Among hese mehods, mehod 1 is he simples, u could no call powerful Mala image oolox. Mehod 2 is high efficien, u imperfec in supporing graphics and image funcions. Mehod 3 is fas in program working, could e used ou from he Mala environmen, and suppors almos all Mala funcions. I is also perfec in supporing graphics funcions, and is a MahWorks company recommended Mala mixed programming mehod. Therefore, The 3rd mehod was used in his sudy o develop image processing program. 3.1 Esalishmen of ackground image The calculaion resuls from he muli-frame suracion mehod indicae ha, under he same frame sampling frequency, ackground qualiy is posiively relaed o frame sampling ime. Le e sampling ime, and n e sampling frames, he ackground collecion effec is shown in Fig 2. When equals o 2 sec, he ackground image C came from image A and B showed large lanks; and when equals o 6 sec, he ackground image F came from D and E could asically fulfill ackground esalishmen requiremens.

5 IJCSI Inernaional Journal of Compuer Science Issues, Vol. 10, Issue 1, No 3, January Fig 2. Iniial ackground esalished under differen and n values (In he figure, C is he ackground esalished from A and B, = 2; F is he ackground esalished from D and E, =6) In general ransporaion and raffic condiion, when sampling rae is 5 per second, he igger value is, he more clear he ackground will e. When equals o12, he ackground is imperfec, and when equals o 36, he ackground is clear, and when equals o 72, he ackground definiion shows almos no difference comparing wih equals o 36. Afer many experimens, he resuls indicaes ha, in general ransporaion and raffic condiion, a ackground clear enough for monioring sysem could e esalished when value reach 36. Bu in condiions of oo many pedesrians or raffic jam, he value needs o ecome igger o esalish a eer ackground for he monioring sysem o recognize and rack arges effecively. 3.2 Targes recogniion and racing In arge edges deecion aspecs, in order o decrease pressers for calculaion sysem, firsly he colleced RGB images are convered ino grayscale images, and hen Soel gradien operaor is used. The arge edges are deeced hrough Mala programming. Then he images are processed wih edge funcion, and he inpu parameer of he funcion is he wo dimensional marix, indicaor sring and some numerical parameers wih resriced mehod afer imread. The edge deecion procedures used Mala are as follows: f=imread('1.jpg'); f=rg2gray(f);% conver o Gray scale map f=im2doule(f);% The funion im2doule, he value is normalized o 0 1 % Use verical Socl operaor, and selec hreshold graes auomaically [VSFAT Threshold]=edge(f, 'soel','verical'); % Edge deecion figure,imshow(f),ile(' iniial image ');% Show he iniial image figure,imshow(vsfat),ile( ' Verical image edge deecion '); % Show he edge deecion image 89 % Using he horizonal and verical Soel operaor o selec hreshold auomaically. SFST=edge(f,'soel',Threshold); figure,imshow(sfst),ile(' Horizonal and verical image edge deecion '); % Show he edge deecion image % Use specified angles of 45 degrees Soel operaor filer o specified he hreshold s45=[-2-1 0;-1 0 1;0 1 2]; SFST45=imfiler(f,s45,'replicae');% Funcion o filer arrays of arirary ypes or mulidimensional image SFST45=SFST45>=Threshold; figure,imshow(sfst45),ile(' angles of 45 degrees edge deecion') ; % Show he edge deecion image The ackground eliminaion effec for moving ojec afer edge deecion is shown in fig 3. Fig 3. The ackground eliminaion effec for moving ojec afer edge deecion During arge recogniion and racing, he sysem frame rae is 15/ second, and image resoluion is pixels. In he acual experimen, videos sored wih local hard disk were used o es he funcion of recogniion, and he experimen resuls were calculaed arificial couning and saisical classificaion resuls comparison. The resuls go from esing 1200 second images recogniion is shown in ale 1. Tale 1: Resuls of recogniion rae experimens Name of moving ojec Recogniion rae % Average recogniion ime ms Pedesrians Small cars Big uses Small uses Trucks Bicycles The experimen shows ha his sysem could finish arges recogniion under frame rae of 15 / second, and recogniion raes are higher han 87%. I also could finish arge racing according o fron and rear frames maching

6 90 degree, u he recogniion of small cars are relaively lower, ecause ha he recangular degree of he cars are usually difficul o conrol, and he sysem ofen misake hem wih small uses. In fuure sudies, his sysem could e furher developed y improving he arge morphological daaase. 4. Conclusion This sudy designed a se of moving ojecs recogniion and racing mehods according o unique requess of monioring sysem. And researchers also developed an effecive scheme in ackground esalishmen and moving ojecs shadows eliminaion regarding o he acual condiions. This sudy proved hrough experimens ha his scheme could fulfill video monioring sysem needs for moving ojecs recogniion and racing. And he recogniion rae and racing speed oh reached he design sandards. Peilong XU, orn in The auhor has achieved Maser degree from Tongji Universiy of Shanghai in He is currenly an engineer of compuer science in he Sae Key Laoraory, Qingdao Universiy. The auhor's research ineress include sofware engineering, image processing, and specral analysis. Recenly, he have pulished paper named Design and Implemenaion of Landscape Sysem for Eas and Wes Huashi Sree in Beijing Based on Virual Realiy Technology on journal Applied Mechanics and Maerials( Trans Tech Pulicaions Inc, Swizerland)ec. References [1] Weihua Liu. An image resoraion algorihm ased on image fusion, Inernaional Review on Compuers and Sofware, 2012,Vol.7, n.3,pp [2] Ao-Eleneen Z.A., Adel-Azim Gamil. An improved image segmenaion algorihm ased on MET mehod, Inernaional Journal of Compuer Science Issues, Vol.9 n.5-3, 2012, pp [3] Jun Sun, Yan Wang, Xiaohong Wu.A New Image Segmenaion Algorihm and Is Applicaion in Leuce Ojec Segmenaion, TELKOMNIKA, Vol.10, n.3,2012,pp [4] Kondapalli Varaprasad S., Chiranjeevi Manike, Mishra Kundan Kumar, Tanuja Kds. Image processing and analysis for DTMRI, Inernaional Journal of Compuer Science Issues, Vol.9 No. 1-1,2012, pp [5] Ren Mingwu, Yang Jingyu, Sun Han. Tracing oundary conours in a inary image, Image and Vision Compuing, Vol.20 No.2,2002,pp: [6] Kang Lie, Zhong Sheng, Wang Fang. A new conour racing mehod in a inary image, 2011 Inernaional Conference on Mulimedia Technology, ICMT2011,July 26, July 28, 2011,Hangzhou,China,2011,pp

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

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

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

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

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

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

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

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

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

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

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

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

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

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

MEASUREMENTS OF VARYING VOLTAGES

MEASUREMENTS OF VARYING VOLTAGES MEASUREMENTS OF ARYING OLTAGES Measuremens of varying volages are commonly done wih an oscilloscope. The oscilloscope displays a plo (graph) of volage versus imes. This is done by deflecing a sream of

More information

Phase-Shifting Control of Double Pulse in Harmonic Elimination Wei Peng1, a*, Junhong Zhang1, Jianxin gao1, b, Guangyi Li1, c

Phase-Shifting Control of Double Pulse in Harmonic Elimination Wei Peng1, a*, Junhong Zhang1, Jianxin gao1, b, Guangyi Li1, c Inernaional Symposium on Mechanical Engineering and Maerial Science (ISMEMS 016 Phase-Shifing Conrol of Double Pulse in Harmonic Eliminaion Wei Peng1, a*, Junhong Zhang1, Jianxin gao1, b, Guangyi i1, c

More information

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

Dimensions. Model Number. Electrical connection emitter. Features. Electrical connection receiver. Product information. Indicators/operating means

Dimensions. Model Number. Electrical connection emitter. Features. Electrical connection receiver. Product information. Indicators/operating means OBE-R-SE Dimensions.8.8 ø..75 7.5 6. 5 6.7 4.9 4. 5.9 ø.6 Model Number OBE-R-SE Elecrical connecion emier Thru-beam sensor wih m fixed cable Feaures 45 cable oule for maximum mouning freedom under exremely

More information

Variation Aware Cross-Talk Aggressor Alignment by Mixed Integer Linear Programming

Variation Aware Cross-Talk Aggressor Alignment by Mixed Integer Linear Programming ariaion Aware Cross-alk Aggressor Alignmen by Mixed Ineger Linear Programming ladimir Zoloov IBM. J. Wason Research Cener, Yorkown Heighs, NY zoloov@us.ibm.com Peer Feldmann D. E. Shaw Research, New York,

More information

THE OSCILLOSCOPE AND NOISE. Objectives:

THE OSCILLOSCOPE AND NOISE. Objectives: -26- Preparaory Quesions. Go o he Web page hp://www.ek.com/measuremen/app_noes/xyzs/ and read a leas he firs four subsecions of he secion on Trigger Conrols (which iself is a subsecion of he secion The

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

Signal Characteristics

Signal Characteristics Signal Characerisics Analog Signals Analog signals are always coninuous (here are no ime gaps). The signal is of infinie resoluion. Discree Time Signals SignalCharacerisics.docx 8/28/08 10:41 AM Page 1

More information

EECE 301 Signals & Systems Prof. Mark Fowler

EECE 301 Signals & Systems Prof. Mark Fowler EECE 301 s & Sysems Prof. Mark Fowler Noe Se #1 Wha is s & Sysems all abou??? 1/9 Do All EE s & CoE s Design Circuis? No!!!! Someone has o figure ou wha funcion hose circuis need o do Someone also needs

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

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

Fault Diagnosis System Identification Based on Impedance Matching Balance Transformer

Fault Diagnosis System Identification Based on Impedance Matching Balance Transformer Inernaional Conference on Advanced Maerial Science and Environmenal Engineering (AMSEE 06) Faul Diagnosis Sysem Idenificaion Based on Impedance Maching Balance ransformer Yanjun Ren* and Xinli Deng Chongqing

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

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

Principles of Communications

Principles of Communications Sae Key Lab. on ISN, Xidian Universiy Principles of Communicaions Chaper VI: Elemenary Digial Modulaion Sysem Email: ychwang@mail.xidian.edu.cn Xidian Universiy Sae Key Lab. on ISN December 13, 2013 Sae

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

EE368/CS232 Digital Image Processing Winter Homework #1 Released: Monday, January 8 Due: Wednesday, January 17, 1:30pm

EE368/CS232 Digital Image Processing Winter Homework #1 Released: Monday, January 8 Due: Wednesday, January 17, 1:30pm EE368/CS232 Digial Image Processing Winer 207-208 Lecure Review and Quizzes (Due: Wednesday, January 7, :30pm) Please review wha you have learned in class and hen complee he online quiz quesions for he

More information

A New and Robust Segmentation Technique Based on Pixel Gradient and Nearest Neighbors for Efficient Classification of MRI Images

A New and Robust Segmentation Technique Based on Pixel Gradient and Nearest Neighbors for Efficient Classification of MRI Images A New and Robus Segmenaion Technique Based on Pixel Gradien and Neares Neighbors for Efficien Classificaion of MRI Images Sanchi Kumar, Sahil Dalal Absrac This paper proposes a new fully auomaed mehod

More information

Passband Data Transmission I References Phase-shift keying Chapter , S. Haykin, Communication Systems, Wiley. G.1

Passband Data Transmission I References Phase-shift keying Chapter , S. Haykin, Communication Systems, Wiley. G.1 Passand Daa ransmission I References Phase-shif keying Chaper 4.-4.3, S. Haykin, Communicaion Sysems, Wiley. G. Inroducion Inroducion In aseand pulse ransmission, a daa sream represened in he form of a

More information

Modeling and Prediction of the Wireless Vector Channel Encountered by Smart Antenna Systems

Modeling and Prediction of the Wireless Vector Channel Encountered by Smart Antenna Systems Modeling and Predicion of he Wireless Vecor Channel Encounered by Smar Anenna Sysems Kapil R. Dandekar, Albero Arredondo, Hao Ling and Guanghan Xu A Kalman-filer based, vecor auoregressive (VAR) model

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

NEURAL NETWORK APPROACH TO BAYESIAN BACKGROUND MODELING FOR VIDEO OBJECT SEGMENTATION

NEURAL NETWORK APPROACH TO BAYESIAN BACKGROUND MODELING FOR VIDEO OBJECT SEGMENTATION NEURAL NETWORK APPROACH TO BAYESIAN BACKGROUND MODELING FOR VIDEO OBJECT SEGMENTATION Dubravko Ćulibrk, Oge Marques, Daniel Socek, Hari Kalva and Borko Furh Deparmen of Compuer Science and Engineering

More information

Dimensions. Transmitter Receiver ø2.6. Electrical connection. Transmitter +UB 0 V. Emitter selection. = Light on = Dark on

Dimensions. Transmitter Receiver ø2.6. Electrical connection. Transmitter +UB 0 V. Emitter selection. = Light on = Dark on OBE-R-SE Dimensions Transmier.. 7.5 9..5.8 4.9 4 5 M 8.9 7.5 9..5.8 4 5 M 8.9 ø.6 ø.6 Model Number OBE-R-SE Thru-beam sensor wih m fixed cable Elecrical connecion Transmier Feaures BN +UB WH IN Ulra-small

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

Dimensions. Transmitter Receiver ø2.6. Electrical connection. Transmitter +UB 0 V. Emitter selection. = Light on = Dark on

Dimensions. Transmitter Receiver ø2.6. Electrical connection. Transmitter +UB 0 V. Emitter selection. = Light on = Dark on OBE-R-SE Dimensions Transmier.. 7.5 9..5.8 4.9 4 5 M 8.9 7.5 9..5.8 4 5 M 8.9 ø.6 ø.6 Model Number OBE-R-SE Thru-beam sensor wih m fixed cable Elecrical connecion Transmier Feaures BN +UB WH IN Ulra-small

More information

Universal microprocessor-based ON/OFF and P programmable controller MS8122A MS8122B

Universal microprocessor-based ON/OFF and P programmable controller MS8122A MS8122B COMPETENCE IN MEASUREMENT Universal microprocessor-based ON/OFF and P programmable conroller MS8122A MS8122B TECHNICAL DESCRIPTION AND INSTRUCTION FOR USE PLOVDIV 2003 1 I. TECHNICAL DATA Analog inpus

More information

An Automated Fish Counting Algorithm in Aquaculture Based on Image Processing

An Automated Fish Counting Algorithm in Aquaculture Based on Image Processing Inernaional Forum on Mechanical, Conrol and Auomaion (IFMCA 06) An Auomaed Fish Couning Algorihm in Aquaculure Based on Image Processing Jiuyi Le,a, Lihong Xu,b College of Elecronics and Informaion Engineering,

More information

49.8. Control Relays and Timers. Contents. Product Selection Guide. Timing Relays

49.8. Control Relays and Timers. Contents. Product Selection Guide. Timing Relays Conrol Relays and Timers.8 Produc Selecion Guide Noes Applies o TRN model only. Applies o TRF model only. The E5-248 is baery powered and has hree programmable rigger funcions. This produc may perform

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

Estimation of Automotive Target Trajectories by Kalman Filtering

Estimation of Automotive Target Trajectories by Kalman Filtering Buleinul Şiinţific al Universiăţii "Poliehnica" din imişoara Seria ELECRONICĂ şi ELECOMUNICAŢII RANSACIONS on ELECRONICS and COMMUNICAIONS om 58(72), Fascicola 1, 2013 Esimaion of Auomoive arge rajecories

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

Ship Target Detection Algorithm for Maritime Surveillance Video Based on Gaussian Mixture Model

Ship Target Detection Algorithm for Maritime Surveillance Video Based on Gaussian Mixture Model Journal of Physics: Conference Series PAPER OPEN ACCESS Ship Targe Deecion Algorihm for Mariime Surveillance Video Based on Gaussian Mixure Model To cie his aricle: Zuohuan Chen e al 08 J. Phys.: Conf.

More information

IR Receiver Module for Light Barrier Systems

IR Receiver Module for Light Barrier Systems IR Receiver Module for Ligh Barrier Sysems DESIGN SUPPORT TOOLS 19026 click logo o ge sared FEATURES Up o 2 m for presence sensing Uses modulaed burss a 38 khz 940 nm peak wavelengh PIN diode and sensor

More information

Automatic people density maps generation with use of movement detection analysis

Automatic people density maps generation with use of movement detection analysis Auomaic people densiy maps generaion wih use of movemen deecion analysis M. Parzych 1, A. Chmielewska 1, T. Marciniak 1, A. Dąbrowski 1, A. Chrosowska 2, M. Klincewicz 2 1 Poznan Universiy of Technology,

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

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

Transformer of tgδ on MSP430F1331 single chip microcomputer WANG Han 1 CAI Xinjing 1,XiaoJieping 2,Liu weiqing 2

Transformer of tgδ on MSP430F1331 single chip microcomputer WANG Han 1 CAI Xinjing 1,XiaoJieping 2,Liu weiqing 2 2nd Inernaional Workshop on Maerials Engineering and ompuer Sciences (IWMES 205 Transformer of gδ on MSP430F33 single chip microcompuer WANG Han AI Xinjing,XiaoJieping 2,Liu weiqing 2 School of elecrical

More information

The regsubseq Package

The regsubseq Package The regsubseq Package Sepember 30, 2007 Type Package Tile Deec and Tes Regular Sequences and Subsequences Version 0.10 Dae 2007-09-27 Auhor Mainainer For a sequence of even occurence

More information

IR Receiver Module for Light Barrier Systems

IR Receiver Module for Light Barrier Systems IR Receiver Module for Ligh Barrier Sysems TSSP4..SSXB Vishay Semiconducors DESIGN SUPPORT TOOLS Models Available 3 MECHANICAL DATA Pinning: = OUT, = GND, 3 = V S 7 click logo o ge sared DESCRIPTION The

More information

OPERATION MANUAL. Indoor unit for air to water heat pump system and options EKHBRD011ADV1 EKHBRD014ADV1 EKHBRD016ADV1

OPERATION MANUAL. Indoor unit for air to water heat pump system and options EKHBRD011ADV1 EKHBRD014ADV1 EKHBRD016ADV1 OPERAION MANUAL Indoor uni for air o waer hea pump sysem and opions EKHBRD011ADV1 EKHBRD014ADV1 EKHBRD016ADV1 EKHBRD011ADY1 EKHBRD014ADY1 EKHBRD016ADY1 EKHBRD011ADV1+Y1 EKHBRD014ADV1+Y1 EKHBRD016ADV1+Y1

More information

Installation and Operating Instructions for ROBA -brake-checker Typ

Installation and Operating Instructions for ROBA -brake-checker Typ (B.018102.EN) Guidelines on he Declaraion of Conformiy A conformiy evaluaion has been carried ou for he produc in erms of he EC Low Volage Direcive 2006/95/ EC and EMC Direcive 2004/108/EC. The Declaraion

More information

Robot Control using Genetic Algorithms

Robot Control using Genetic Algorithms Robo Conrol using Geneic Algorihms Summary Inroducion Robo Conrol Khepera Simulaor Geneic Model for Pah Planning Chromosome Represenaion Evaluaion Funcion Case Sudies Conclusions The Robo Conroller Problem

More information

R. Stolkin a *, A. Greig b, J. Gilby c

R. Stolkin a *, A. Greig b, J. Gilby c MESURING COMPLETE GROUND-TRUTH DT ND ERROR ESTIMTES FOR REL VIDEO SEQUENCES, FOR PERFORMNCE EVLUTION OF TRCKING, CMER POSE ND MOTION ESTIMTION LGORITHMS R Solkin a *, Greig b, J Gilby c a Cener for Mariime

More information

OPERATION MANUAL. Indoor unit for air to water heat pump system and options EKHBRD011AAV1 EKHBRD014AAV1 EKHBRD016AAV1

OPERATION MANUAL. Indoor unit for air to water heat pump system and options EKHBRD011AAV1 EKHBRD014AAV1 EKHBRD016AAV1 OPERAION MANUAL Indoor uni for air o waer hea pump sysem and opions EKHBRD011AAV1 EKHBRD014AAV1 EKHBRD016AAV1 EKHBRD011AAY1 EKHBRD014AAY1 EKHBRD016AAY1 EKHBRD011AAV1 EKHBRD014AAV1 EKHBRD016AAV1 EKHBRD011AAY1

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

Dead Zone Compensation Method of H-Bridge Inverter Series Structure

Dead Zone Compensation Method of H-Bridge Inverter Series Structure nd Inernaional Conference on Elecrical, Auomaion and Mechanical Engineering (EAME 7) Dead Zone Compensaion Mehod of H-Bridge Inverer Series Srucure Wei Li Insiue of Elecrical Engineering and Informaion

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

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

International Journal of Electrical & Computer Sciences IJECS-IJENS Vol:15 No:03 7

International Journal of Electrical & Computer Sciences IJECS-IJENS Vol:15 No:03 7 Inernaional Journal of Elecrical & Compuer Sciences IJECS-IJENS Vol:15 No:03 7 Applying Muliple Paricle Swarm Opimizaion Algorihm o he Opimal Seing of Time Coordinaion Curve of in Disribuion Feeder Auomaed

More information

SECTION 5 TOLERANCES

SECTION 5 TOLERANCES Secion 5 SECTION 5 TOLERANCES 5-1 INTRODUCTION Secion 5 Srongwell uilizes ASTM D3917, Dimensional Tolerance of Thermoseing Glass-Reinforced Plasic Pulruded Shapes, for a definiion of he dimensions o e

More information

B-MAC Tunable MAC protocol for wireless networks

B-MAC Tunable MAC protocol for wireless networks B-MAC Tunable MAC proocol for wireless neworks Summary of paper Versaile Low Power Media Access for Wireless Sensor Neworks Presened by Kyle Heah Ouline Inroducion o B-MAC Design of B-MAC B-MAC componens

More information

IMPROVEMENT OF THE TEXT DEPENDENT SPEAKER IDENTIFICATION SYSTEM USING DISCRETE MMM WITH CEPSTRAL BASED FEATURES

IMPROVEMENT OF THE TEXT DEPENDENT SPEAKER IDENTIFICATION SYSTEM USING DISCRETE MMM WITH CEPSTRAL BASED FEATURES 4 DAFFODIL INTERNATIONAL UNIVERSITY JOURNAL OF SCIENCE AND TECHNOLOGY, VOLUME 6, ISSUE 2, JULY 20 IMPROVEMENT OF THE TEXT DEPENDENT SPEAKER IDENTIFICATION SYSTEM USING DISCRETE MMM WITH CEPSTRAL BASED

More information

A Slit Scanning Depth of Route Panorama from Stationary Blur

A Slit Scanning Depth of Route Panorama from Stationary Blur A Sli Scanning Deph of Roue Panorama from Saionary Blur Min Shi Jiang Yu Zheng Deparmen of Compuer Science Indiana Universiy Purdue Universiy Indianapolis E-mail: mshi,jzheng@cs.iupui.edu Absrac This work

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

EE 40 Final Project Basic Circuit

EE 40 Final Project Basic Circuit EE 0 Spring 2006 Final Projec EE 0 Final Projec Basic Circui Par I: General insrucion 1. The final projec will coun 0% of he lab grading, since i s going o ake lab sessions. All oher individual labs will

More information

Increasing Measurement Accuracy via Corrective Filtering in Digital Signal Processing

Increasing Measurement Accuracy via Corrective Filtering in Digital Signal Processing ISSN(Online): 39-8753 ISSN (Prin): 347-67 Engineering and echnology (An ISO 397: 7 Cerified Organizaion) Vol. 6, Issue 5, ay 7 Increasing easuremen Accuracy via Correcive Filering in Digial Signal Processing

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

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

Communications II Lecture 7: Performance of digital modulation

Communications II Lecture 7: Performance of digital modulation Communicaions II Lecure 7: Performance of digial modulaion Professor Kin K. Leung EEE and Compuing Deparmens Imperial College London Copyrigh reserved Ouline Digial modulaion and demodulaion Error probabiliy

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: M6NXF1. POWER INPUT DC Power R: 24 V DC

MODEL: M6NXF1. POWER INPUT DC Power R: 24 V DC Screw Terminal Ulra-Slim Signal Condiioners M6N Series FUNCTION MODULE (PC programmable) Funcions & Feaures Single inpu filer and funcion module 12 ypes of funcions are PC programmable 7.5-mm wide ulra-slim

More information

Automated oestrus detection method for group housed sows using acceleration measurements

Automated oestrus detection method for group housed sows using acceleration measurements Auomaed oesrus deecion mehod for group housed sows using acceleraion measuremens C. Cornou and T. Heiskanen Deparmen of Large Animal Sciences, Faculy of Life Sciences, Universiy of Copenhagen, Groennegaardsvej,

More information

Programmable DC Electronic Load 8600 Series

Programmable DC Electronic Load 8600 Series Daa Shee Programmable DC Elecronic Load The programmable DC elecronic loads provide he performance of modular sysem DC elecronic loads in a compac benchop form facor. Wih fas ransien operaion speeds and

More information

The design of an improved matched filter in DSSS-GMSK system

The design of an improved matched filter in DSSS-GMSK system Journal of Physics: Conference Series PAPER OPEN ACCESS The design of an improved mached filer in DSSS-GMSK sysem To cie his aricle: Mao Wei-ong e al 16 J. Phys.: Conf. Ser. 679 1 View he aricle online

More information

Study on the Wide Gap Dielectric Barrier Discharge Device Gaofeng Wang

Study on the Wide Gap Dielectric Barrier Discharge Device Gaofeng Wang Sudy on he Wide Gap Dielecric Barrier Discharge Device Gaofeng Wang School of Informaion Engineering, Zhengzhou Universiy, Zhengzhou 450001, China 932167312@qq.com Keywords: DBD; Wide air gap; Plasma body;

More information

Q-learning Based Adaptive Zone Partition for Load Balancing in Multi-Sink Wireless Sensor Networks

Q-learning Based Adaptive Zone Partition for Load Balancing in Multi-Sink Wireless Sensor Networks Q-learning Based Adapive Zone Pariion for Load Balancing in Muli-Sink Wireless Sensor Neworks Sheng-Tzong Cheng and Tun-Yu Chang Deparmen of Compuer Science and Informaion Engineering, Naional Cheng Kung

More information

Programmable DC Electronic Loads 8600 Series

Programmable DC Electronic Loads 8600 Series Daa Shee Programmable DC Elecronic Loads The programmable DC elecronic loads provide he performance of modular sysem DC elecronic loads in a compac benchop form facor. Wih fas ransien operaion speeds and

More information

TU Delft. Digital color imaging & Digital color image processing. TU Delft. TU Delft. TU Delft. The human eye. Spectrum and Color I

TU Delft. Digital color imaging & Digital color image processing. TU Delft. TU Delft. TU Delft. The human eye. Spectrum and Color I Digial color imaging & Digial color image processing The human eye Lucas J. van Vlie www.ph.n.udelf.nl/~lucas TNW: Faculy of Applied Sciences IST: Imaging Science & Technology PH: Digial Color Imaging

More information

MATLAB/SIMULINK TECHNOLOGY OF THE SYGNAL MODULATION

MATLAB/SIMULINK TECHNOLOGY OF THE SYGNAL MODULATION J Modern Technology & Engineering Vol2, No1, 217, pp76-81 MATLAB/SIMULINK TECHNOLOGY OF THE SYGNAL MODULATION GA Rusamov 1*, RJ Gasimov 1, VG Farhadov 1 1 Azerbaijan Technical Universiy, Baku, Azerbaijan

More information

A Multi-model Kalman Filter Clock Synchronization Algorithm based on Hypothesis Testing in Wireless Sensor Networks

A Multi-model Kalman Filter Clock Synchronization Algorithm based on Hypothesis Testing in Wireless Sensor Networks nd Inernaional Conference on Elecronic & Mechanical Engineering and Informaion Technology (EMEIT-) A Muli-model Kalman Filer Clock Synchronizaion Algorihm based on Hypohesis Tesing in Wireless Sensor Neworks

More information

An Integrated Architecture for Adaptive Image Stabilization in Zooming Operation

An Integrated Architecture for Adaptive Image Stabilization in Zooming Operation An Inegraed Archiecure for Adapive Image Sabilizaion in Zooming Operaion Angelos Amanaiadis, Suden Member IEEE, and Ioannis Andreadis Absrac This paper presens a novel archiecure for inegraing digial sabilizer

More information

IR Sensor Module for Reflective Sensor, Light Barrier, and Fast Proximity Applications

IR Sensor Module for Reflective Sensor, Light Barrier, and Fast Proximity Applications IR Sensor Module for Reflecive Sensor, Ligh Barrier, and Fas Proximiy Applicaions 2 3 DESIGN SUPPORT TOOLS 6672 click logo o ge sared FEATURES Up o 2 m for presence and proximiy sensing Uses modulaed burss

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

Noise Reduction/Mode Isolation with Adaptive Down Conversion (ADC)

Noise Reduction/Mode Isolation with Adaptive Down Conversion (ADC) Page 1 Noise Reducion/Mode Isolaion wih Adapive Down Conversion (ADC) Abel B. Diaz, Thomas W. Tunnell NSTec Los Alamos Operaions Presened o PDV Workshop 8-16-2007 Page 2 Summary Adapive down conversion

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

IR Sensor Module for Reflective Sensor, Light Barrier, and Fast Proximity Applications

IR Sensor Module for Reflective Sensor, Light Barrier, and Fast Proximity Applications IR Sensor Module for Reflecive Sensor, Ligh Barrier, and Fas Proximiy Applicaions 2 3 DESIGN SUPPORT TOOLS Models Available MECHANICAL DATA Pinning: = OUT, 2 = GND, 3 = V S click logo o ge sared 6672 APPLICATIONS

More information

A Fuzzy Model-based Virtual Theme Park Simulator and Evaluation of Agent Action Models

A Fuzzy Model-based Virtual Theme Park Simulator and Evaluation of Agent Action Models 6 IJSNS Inernaional Journal of ompuer Science and Newor Securiy, VOL.0 No.2, February 200 A Fuzzy Model-based Virual Theme Par Simulaor and Evaluaion of Agen Acion Models hi-hyon Oh, Kasuhiro Honda and

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

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

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

(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

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

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

EE201 Circuit Theory I Fall

EE201 Circuit Theory I Fall EE1 Circui Theory I 17 Fall 1. Basic Conceps Chaper 1 of Nilsson - 3 Hrs. Inroducion, Curren and Volage, Power and Energy. Basic Laws Chaper &3 of Nilsson - 6 Hrs. Volage and Curren Sources, Ohm s Law,

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

Passband Data Transmission II References Frequency-shift keying Chapter 6.5, S. Haykin, Communication Systems, Wiley. H.1

Passband Data Transmission II References Frequency-shift keying Chapter 6.5, S. Haykin, Communication Systems, Wiley. H.1 Passand Daa ransmission II Reerences Frequency-shi keying Chaper 6.5, S. Haykin, Communicaion Sysems, Wiley. H. Inroducion Inroducion PSK and QAM are linear modulaion FSK is a nonlinear modulaion Similar

More information