Combining Feature-based and Model-based Approaches For Robust Ellipse Detection

Size: px
Start display at page:

Download "Combining Feature-based and Model-based Approaches For Robust Ellipse Detection"

Transcription

1 Cobining Feature-based and Model-based Approahes For Robust Ellipse Halil Ibrahi Cakir Departent of Coputer Engineering Dulupinar University, Kutahya, Turkey Eail: Burak Benligiray, Cihan Topal Departent of Eletrial and Eletronis Engineering Anadolu University, Eskisehir, Turkey Eail: {burakbenligiray, Abstrat Fast and robust ellipse detetion is a vital step in any iage proessing and oputer vision appliations. Two ain approahes exist for ellipse detetion, i.e., odel-based and feature-based. Model-based ethods require uh ore oputation, but they an perfor better in olusions. Feature-based approahes are fast but ay perfor insuffiient in luttered ases. In this study, we propose an hybrid ethod whih obines both approahes to aelerate the proess without oproising auray. We extrat elliptial ars to narrow down searh spae by obtaining seeds for prospetive ellipses. For eah seed ar, we opute a liited searh region onsisting of hypothetial ellipses that eah an be fored with that seed. Later, we vote the on the edge iage to deterine best hypothesis aong the all, if exists. We tested the proposed algorith on a publi dataset and proising results are obtained opare to state of the art ethods in the literature. I. INTRODUCTION Apparent geoetri features of ertain objets are oonly used for their detetion in oputer vision appliations [1], [2], [3]. Edges and orners are the ost priitive geoetri features. More oplex geoetri features, suh as lines, irles and ellipses an be fored using these priitive features. There are two ain approahes for this augentation, whih are odel-based ethods and feature-based ethods. Model-based ethods have been long studied in the literature and an be suarized as exhaustively fitting odels to lower level features. The seond approah taken by feature-based ethods fors the desired geoetri features as obinations of lower level features. Charateristially, feature-based ethods have a lower proessing tie and are ore robust against noise. Aong the geoetri shapes, ellipses are one of the ost oon geoetri shapes in the nature. Sine a irle s projetion onto a aera iage plane is also an ellipse, enountering ellipses an be quite frequent in real life appliations. Hene they are used as geoetri features in appliations fro a wide array of fields suh as intelligent vehiles [4], ediine [5] and bioetris [6], [7]. An ellipse has 5 degrees of freedo (DoF), whih stands for the enter oordinates x & y, sei-ajor and sei-inor axes a & b, and rotation angle θ. It is onsiderably higher than oon geoetri features. This work is supported by The Sientifi and Tehnologial Researh Counil of Turkey (TUBITAK) and Anadolu University Coission of Sientifi Researh Projets (BAP) under the grant nubers 115E928 and 1505F319, respetively. Therefore, it is one of the hardest one to properly detet in any senarios. Due to its 5 DoF, various shapes suh as retangles an be represented by an ellipse with a reasonable aount of error. This situation both inreases the oputation tie for the searh in high diensional spae and belouds distinguishing of ellipses fro other shapes. Furtherore, for ost appliations, ellipses should be able to be aurately deteted under olusion and in a reasonable proessing tie. Due to these reasons, ellipse detetion is a diffiult proble that requires further iproved solutions. In this study, we propose an hybrid ethod for ellipse detetion. In our ethod, the lower level features that fors the ellipses are ars, whih theselves are fored by edge segents. Eah ar is used as a seed for an ellipse, siilar to a feature-based approah. Then, additional ars fro the sae ellipse are searhed in the iage by altering the seed ellipse s paraeters, whih is siilar to a odel-based approah. Therefore, we redue the searh spae in one diension and perfor voting in a liited area of iage. In this way, we avoid perforing oputationally expensive odel-based voting operation in 5-diensional paraeter spae of the ellipse for the entire iage. Eventually, the obination of odelbased and feature-based approahes yields the advantage of forer, whih is olusion resistane, and the advantages of latter, whih are lower running tie and robustness against noise. II. RELATED WORK The ost oon ethod of odel-based ellipse detetion is to apply Hough Transfor (HT) [8]. However, this is not as viable of an approah as deteting lines with HT, as ellipses have 5 degrees of freedo, while lines have only 2. A large degree of freedo results in a far larger paraeter spae to be searhed, hene proportional proessing ties. Iproveents to HT ainly ai to shrink the searh spae. Lei and Wong onstraint the searh to fewer paraeters at start, then ove on to deterine other paraeters of the ellipse [9]. Randoized Hough Transfor is another ethod designed to redue the oplexity of HT [10], whih is used to detet ellipses [11]. Zhang and Liu take edges onvexity inforation into aount while applying HT, whih iproves running tie by reduing the required oputation [6] /16/$ IEEE 2430

2 input iage Ar Searh Region Coputation by Voting list of ellipses Fig. 1: The blok diagra of the proposed algorith. Feature-based odels obine lower level features to for ellipses. The lowest level features to be used are edges. Sine oputing exhaustive obinations of edge pixels is not feasible, RANSAC has been used to find edge pixels that are on the sae ellipses [12]. Higher level features suh as line segents and ars are lower in nuber, hene using the as building bloks of ellipses is preferred by soe studies. Libuda et al. propose a hierarhial ethod, deteting edges, line segents, ars, extended ars and ellipses in this partiular order [13]. In another work, urves are deteted diretly fro the edges, whih are then obined to for ellipses [14]. In ethods that use high level features suh as ars, ellipses tend to be fit to the edges that onstitute these features [15]. In general, ethods that use higher level features report a uh lower proessing tie opared to other ethods. In addition, Geneti Algorith (GA) and its variants are rarely used for ellipse detetion. Yin applies operations whih are speifi to GA and alulate a fitness value [16]. After soe iproveents on andidates, grouping and hoosing higher values result to ellipses on a loal searh phase. Multi-population Geneti Algorith (MPGA) is also used for deteting partial and full ellipses [17]. It works by lustering subpopulations around an ellipse hypothesis. It is opared to Randoized Hough Transfor and another variant Sharing Geneti Algorith. There are also ethods that derive fro feature-based ethods, yet are essentially odel-based. Prasad et al. hoose edge pixels fro the sae ellipse based on their loal urvature, followed by a lower diensional HT searh [18]. Fornaiari et al. propose a seletion strategy for deteted ars [19]. HT is applied to the seleted ars to detet the ellipses. III. PROPOSED METHOD The proposed hybrid ellipse detetion algorith basially ais to restrit the five-diensional searh spae by the inforation aquired fro priitive ar features and follows the steps shown in Fig. 1. In the first step elliptial ar features are extrated fro the iage and eah of the represented by a paraetri ellipse equation. Then, separate searh regions are fored for eah ar by anipulating their paraeters. Searh region of an ar is atually oprised of a nuber of hypotheti ellipses that eah of the an be a valid ellipse for the seed ar with a reasonable aount of error. Afterwards, a voting shee is perfored for eah ar in their own searh regions on the edge iage and nuber of edge pixels are auulated for eah ellipse hypothesis. Finally, the best ellipse hypothesis is found aording to the voting results and a threshold value. In the following subsetions, we explain steps of the proposed algorith in fine detail. A. Ar In the first step of the algorith we extrat elliptial ar segents fro the input iage in a three stage ethod shown in Fig.2. First, we detet edge segents fro the iage eah of the as a onneted hain of pixels [20]. A test iage and deteted edge segents are shown in Fig. 3.a and Fig. 3.b, respetively. One we obtain the edge segents, we find the orners along eah segent with a urvature-based orner detetion algorith (see Fig. 3.) [21]. Then we fit an ellipse to pixel hains lying between two onseutive orners along the edge segents and opute fitting error to deide whether the pixel hain is an elliptial ar or not [22]. If resulted error is saller than a reasonable threshold (i.e. < 2 px), we deterine that the pixel hain is a valid ar. In Fig. 3.d extrated elliptial ars and the their orresponding ellipse results are shown. With the fitting operation we obtain an ellipse equation in oni for (see Eq. 1) to represent the ar and be utilized for oputation of ar speifi searh region. Ax 2 + Bxy + Cy 2 + Dx + Ey + F = 0 (1) B. Searh Region Coputation At the beginning, all elliptial ars and their oni equations are extrated fro the input iage. In the seond step, we opute a searh region for eah seed ar to deterine whether that ar an be part of a valid ellipse. A searh region is atually a list of ellipse hypotheses eah of whih an represent the ar with a reasonable aount of fitting error. In this way, instead of perforing oputationally expensive five-diensional voting operation on entire iage, we perfor voting in only one-diension and on a very liited area in the iage. To opute the searh region, we first derive the paraetri equation for eah seed ar fro the oni equation (Eq. 1) obtained fro ellipse fitting in the previous step: (x x ) 2 a 2 + (y y ) 2 b 2 = 1 (2) where (x, y ) is enter oordinates; a and b are sei-ajor and sei-inor axes of the ellipse, respetively [23]. The sae proedure also yields a θ value as the rotation angle of the ellipse around x axis. As shown in Fig. 4, we tune the enter loation, sei-ajor and sei-inor axes so as to derive ellipse hypotheses whih are siilar to the ellipse of seed ar. input iage Edge Segent Corner Ellipse Fitting list of ars error hek Fig. 2: Blok diagra of ar detetion ethod. 2431

3 (a) Input iage. (b) Edge segents in different olors. Fig. 5: Different variations of searh regions with regard to different ar loations. () Deteted orners on edge segents. (d) Ars with orresponding ellipses. Fig. 3: Steps of ar segent detetion proedure seen in Fig. 2 applied on a test iage. To find the ellipse hypotheses, we need to selet one of the axes or both and opute a diretion for the searh region to span through. For this purpose, we deterine the losest axis to seed ar by oputing distanes between ar s end points e i = (x ei, y ei ) and eah verties of axes on ellipse v i = (x vi, y vi ). Eah vertie is siply a point whih is an intersetion of sei-ajor and sei-inor axes and ellipse ontour. For eah end point of ar we get a losest vertie and this vertie appearently shows us whih axis value is to hange in searh region. It is also possible to hange both axis values and it an be seen as an exaple in Fig. 5. After we find out the axis (i.e. sei-ajor or sei-inor or both) where the searh region take plae, we need to deterine the diretion that it spans through. Diretion of searh region is the diretion of vetor where = (x, y ) is the sei-ajor axis sei-inor axis seed ar ellipse enter θ starting ellipse of searh region ending ellipse of searh region original ellipse of ar Fig. 4: Searh region oputed for a single ar. ar s iddle point and = (x, y ) is the enter of ellipse (See Eq. 3). One we deterine the axis and diretion for the searh region, we derive ellipse hypotheses by tuning hosen sei-ajor (a) and sei-inor (b) axes lengths with a ertain ratio (±10%, i.e. between 90% and 110%) of axes with a 1 pixel step ratio. For eah a and b values, we onurrently update the ellipse enter through searh region diretion in order to ake sure that the new ellipse still overlaps seed ar. α i = aros y y x x (3) As a result of tuning axis length, enter oordinates of ellipse hypotheses ust be shifted depending on aount of variation (k). Initial enter point starting fro first ellipse hypothesis is oputed by Eq. 4 and for eah hypothesis k value is inreased by 1 iteratively. x 0 = x + k os α, y 0 = y + k sin α (4) Finally, we obtain the ellipse hypotheses whih onstitutes searh region for voting. C. By Voting After we obtain all seed ars and searh regions, i.e. ellipse hypotheses, we opute a ratio for eah ellipse hypothesis by voting to edge pixels. We opute ellipse ontour points for eah ellipse hypothesis and utilize those point loation to vote on edge iage. For eah hypothesis, we deterine the nuber of overlapping edge pixels and then opute the overlapping ratio by dividing the value by perieter of the hypothesis. To test if an ellipse hypothesis is valid, we set an adaptive threshold whih varies with respet to the hypothesis perieter. In this anner, larger ellipses are to have higher voting ratios to be eleted as valid ellipses. In the experients, we eploy threshold values for voting ratio linearly varying between 0.4 and 0.9 for ellipses that are 100 and 1000 pixels in perieter, respetively. 2432

4 TABLE I: Average tiing results of eah algorith. Algorith Basa Prasad Libuda Proposed Tiing (s) (a) Deteted ar segents. (b) Separate searh regions for ars. threshold values are 0.83 for Prasad, 0.01 for Libuda and 0.93 for Basa. perforanes as f-easure is shown in Fig. 7. It is obvious that our algorith outperfos others quantitatively. Soe visual results fro the dataset are illustrated in 8. Tiing results for eah algorith an be seen in Table. I. Algoriths exhibit various tiing results fro long running to real-tie. As it is seen that our algorith and Libuda are in a opetition by perforing very lose tiing in illiseonds. Note that all experients are perfored on a laptop oputer with an Intel i GHz proessor and 8 GB of RAM. () Voting result for one ar. (d) Deteted ellipses after voting. Fig. 6: Ellipse detetion proess for the input iage. In () a voting result is seen with the olor legend for voting ratios. IV. EXPERIMENTAL RESULTS In our experients, we used an annotated real dataset and opared our ethod with three popular odel-based and feature-based ethods [18], [13], [24] naed Prasad, Libuda and Basa respetively. The dataset is naed Sartphone whih reently proposed in [19]. It has 629 fraes in 640x480 resolution and alost eah frae is hallenging for detetion of real elliptial objets. All of the are used for oparison and the oparison etri to quantify the detetion perforane is the overlap ratio alulation entioned in [18]. Eah algorith was tested under fixed ellipse validation threshold value that yields the best perforane for this dataset. These F-Measure Basa Prasad Libuda Proposed Fig. 7: Quantitative detetion perforane oparison for eah algorith. Eah bar represents average F-Measure value per iage. V. CONCLUSION In this study, we propose an ellipse detetion algorith whih ais to obine advantages of feature-based and odel-based approahes. The algorith starts in feature-based anner by extrating edge segents, orners and elliptial ars fro the input iage, respetively. After the ars are obtained, they are used as seeds for detetion of ellipses and the algorith oputes ar-speifi searh region based on the inforation inferred fro eah ar. A searh region is atually a group of ellipse hypotheses eah of whih an represent the seed ar with a reasonable aount of proxiity. Searh regions are then utilized to perfor voting on the edge iage for the ar that the region is derived fro. During the voting, edge pixels are auulated for eah ellipse hypothesis to perfor oparison. Finally, at ost one ellipse is seleted aong the hypotheses if it an auulate enough nuber of pixels. The proposed ethod an utilize very priitive features that annot be for an ar but still belong to an ellipse by using nearby ars as seeds. In this way the algorith both saves exessive oputation tie, and handles luttered situations where ellipses have lutters. We perfor extensive experients with a publily available dataset and obtain better auray results opare to existing ethods in the literature. The proposed ethod gives also proising results in ters of oputation tie. REFERENCES [1] A. Laurentini, The visual hull onept for silhouette-based iage understanding, Pattern Analysis and Mahine Intelligene, IEEE Transations on, vol. 16, no. 2, pp , [2] A.C. Berg, T.L. Berg, and J. Malik, Shape athing and objet reognition using low distortion orrespondenes, in Coputer Vision and Pattern Reognition, CVPR IEEE Coputer Soiety Conferene on, 2005, vol. 1, pp vol. 1. [3] F. Jianping, D.K.Y. Yau, A.K. Elagarid, and W.G. Aref, Autoati iage segentation by integrating olor-edge extration and seeded region growing, Iage Proessing, IEEE Transations on, vol. 10, no. 10, pp , [4] A. Soetedjo and K. Yaada, Fast and robust traffi sign detetion, in Systes, Man and Cybernetis, 2005 IEEE International Conferene on, 2005, vol. 2, pp [5] W. Lu and J. Tan, of inoplete ellipse in iages with strong noise by iterative randoized hough transfor (irht), Pattern Reognition, vol. 41, no. 4, pp ,

5 Original Ground Truth Basa Prasad Libuda Proposed Fig. 8: Qualitative results of eah algorith for various iages fro the eployed dataset. [6] S. C. Zhang and Z. Q. Liu, A robust, real-tie ellipse detetor, Pattern Reognition, vol. 38, no. 2, pp , [7] E.M. Arvaheh and H.R. Tizhoosh, Iris segentation: Deteting pupil, libus and eyelids, in Iage Proessing, 2006 IEEE International Conferene on, 2006, pp [8] P. V. C. Hough, Mahine analysis of bubble haber pitures, in Proeedings, 2nd International Conferene on High-Energy Aelerators and Instruentation, HEACC 1959, 1959, vol. C590914, pp [9] Y. Lei and K. C. Wong, Ellipse detetion based on syetry, Pattern Reognition Letters, vol. 20, no. 1, pp , [10] L. Xu, E. Oja, and P. Kultanen, A new urve detetion ethod: Randoized hough transfor (RHT), Pattern Reognition Letters, vol. 11, no. 5, pp , [11] R. A. MLaughlin, Randoized hough transfor: Iproved ellipse detetion with oparison, Pattern Reognition Letters, vol. 19, no. 34, pp , [12] G. Song and H. Wang, A fast and robust ellipse detetion algorith based on pseudo-rando saple onsensus, in Coputer Analysis of Iages and Patterns: 12th International Conferene, CAIP Proeedings, 2007, pp [13] L. Libuda, I. Grothues, and K. F. Kraiss, Ellipse detetion in digital iage data using geoetri features, in Advanes in Coputer Graphis and Coputer Vision: International Conferenes VISAPP and GRAPP 2006, 2007, pp [14] K. Hahn, S. Jung, Y. Han, and H. Hahn, A new algorith for ellipse detetion by urve segents, Pattern Reognition Letters, vol. 29, no. 13, pp , [15] T. M. Nguyen, S. Ahuja, and Q.M.J. Wu, A real-tie ellipse detetion based on edge grouping, in Systes, Man and Cybernetis, SMC IEEE International Conferene on, 2009, pp [16] P. Y. Yin, A new irle/ellipse detetor using geneti algoriths, Pattern Reognition Letters, vol. 20, no. 7, pp , [17] J. Yao, N. Khara, and P. Grogono, Fast robust ga-based ellipse [18] [19] [20] [21] [22] [23] [24] 2434 detetion, in Pattern Reognition, ICPR Proeedings of the 17th International Conferene on, 2004, vol. 2, pp Vol.2. D. K. Prasad, M. K. H. Leung, and S. Y. Cho, Edge urvature and onvexity based ellipse detetion ethod, Pattern Reognition, vol. 45, no. 9, pp , M. Fornaiari, A. Prati, and R. Cuhiara, A fast and effetive ellipse detetor for ebedded vision appliations, Pattern Reognition, vol. 47, no. 11, pp , C. Topal and C. Akinlar, Edge drawing: A obined real-tie edge and segent detetor, Journal of Visual Couniation and Iage Representation, vol. 23, no. 6, pp , C. Topal, K. O zkan, B. Benligiray, and C. Akinlar, A robust CSS orner detetor based on the turning angle urvature of iage gradients, in IEEE Int l Conf. Aoustis, Speeh and Signal Proessing, ICASSP 2013, Vanouver, BC, Canada, 2013, pp G. Taubin, Estiation of Planar Curves, Surfaes, and Nonplanar Spae Curves Defined by Ipliit Equations with Appliations to Edge and Range Iage Segentation, IEEE Trans. Pattern Anal. Mah. Intell., vol. 13, no. 11, pp , R. A. Adas, Calulus: A oplete ourse, Pearson Addison Wesley, pp , C.A. Basa, M. Talos, and R. Brad, Randoized hough transfor for ellipse detetion with result lustering, in Coputer as a Tool, EUROCON 2005.The International Conferene on, 2005, vol. 2, pp

DETERMINATION OF TWO LAYER EARTH STRUCTURE PARAMETERS

DETERMINATION OF TWO LAYER EARTH STRUCTURE PARAMETERS DETERMINATION OF TWO LAYER EARTH STRUCTURE PARAMETERS Ioannis F. GONOS, Vassiliki T. KONTARGYRI, Ioannis A. STATHOPULOS, National Tehnial University of Athens, Shool of Eletrial and Coputer Engineering,

More information

Modeling of vibration systems

Modeling of vibration systems Modeling of vibration systes Atual syste Mae design deision Choose physial paraeters, hange or augent syste if neessary Physial odeling Mae siple approiations based on engineering judgeent Physial odel

More information

Estimating Mutual Information Using Gaussian Mixture Model for Feature Ranking and Selection

Estimating Mutual Information Using Gaussian Mixture Model for Feature Ranking and Selection Estiating utual Inforation Using Gaussian ixture odel for Feature Ranking and Seletion Tian Lan, Deniz Erdogus, Uut Ozerte, Yonghong Huang Abstrat Feature seletion is a ritial step for pattern reognition

More information

Design of Output Feedback Compensator

Design of Output Feedback Compensator Design of Output Feedbak Copensator Vanita Jain, B.K.Lande Professor, Bharati Vidyapeeth s College of Engineering, Pashi Vihar, New Delhi-0063 Prinipal, Shah and Anhor Kuthhi Engineering College, Chebur,

More information

Fractional Order Controller for PMSM Speed Servo System Based on Bode s Ideal Transfer Function

Fractional Order Controller for PMSM Speed Servo System Based on Bode s Ideal Transfer Function Sensors & Transduers, Vol. 73, Issue 6, June 24, pp. -7 Sensors & Transduers 24 by IFSA Publishing, S. L. http://www.sensorsportal.o Frational Order Controller for PMSM Speed Servo Syste Based on Bode

More information

Derivation of Non-Einsteinian Relativistic Equations from Momentum Conservation Law

Derivation of Non-Einsteinian Relativistic Equations from Momentum Conservation Law Asian Journal of Applied Siene and Engineering, Volue, No 1/13 ISSN 35-915X(p); 37-9584(e) Derivation of Non-Einsteinian Relativisti Equations fro Moentu Conservation Law M.O.G. Talukder Varendra University,

More information

Using Statistical Moment Invariants and Entropy in Image Retrieval

Using Statistical Moment Invariants and Entropy in Image Retrieval Using Statistial Moent Invariants and Entropy in Iage Retrieval Isail I. Ar, Mohaed Ain, Passent El-Kafrawy, and Ar M. Sauber College of Coputers and Inforatis Misr International University, Cairo, Egypt

More information

FEATURE SELECTION BASED ON SURVIVAL CAUCHY-SCHWARTZ MUTUAL INFORMATION

FEATURE SELECTION BASED ON SURVIVAL CAUCHY-SCHWARTZ MUTUAL INFORMATION 04 IEEE International Conferene on Aousti, peeh and ignal Proessing (ICAP FEATURE ELECTIO BAED O URVIVAL CAUCHY-CHWARTZ MUTUAL IFORMATIO Badong Chen, iaohan Yang, Hua Qu, Jihong Zhao, anning Zheng, Jose

More information

Green s Function for Potential Field Extrapolation

Green s Function for Potential Field Extrapolation Green s Funtion for Potential Field Extrapolation. Soe Preliinaries on the Potential Magneti Field By definition, a potential agneti field is one for whih the eletri urrent density vanishes. That is, J

More information

A Spatiotemporal Approach to Passive Sound Source Localization

A Spatiotemporal Approach to Passive Sound Source Localization A Spatiotemporal Approah Passive Sound Soure Loalization Pasi Pertilä, Mikko Parviainen, Teemu Korhonen and Ari Visa Institute of Signal Proessing Tampere University of Tehnology, P.O.Box 553, FIN-330,

More information

Feature Extraction Techniques

Feature Extraction Techniques Feature Extraction Techniques Unsupervised Learning II Feature Extraction Unsupervised ethods can also be used to find features which can be useful for categorization. There are unsupervised ethods that

More information

An Integrated Statistical Model for Multimedia Evidence Combination

An Integrated Statistical Model for Multimedia Evidence Combination An Integrated Statistial Model for Multiedia Evidene Cobination Sheng Gao, Joo-Hwee Li and Qibin Sun Institute for Infoo Researh, 21 Heng Mui Keng Terrae, Singapore, 119613 {gaosheng, joohwee, qibin}@i2r.a-star.edu.sg

More information

Kinematics of Elastic Neutron Scattering

Kinematics of Elastic Neutron Scattering .05 Reator Physis - Part Fourteen Kineatis of Elasti Neutron Sattering. Multi-Group Theory: The next ethod that we will study for reator analysis and design is ulti-group theory. This approah entails dividing

More information

Relationship between the number of labeled samples and classification accuracy based on sparse representation

Relationship between the number of labeled samples and classification accuracy based on sparse representation Relationship between the nuber of labeled saples and lassifiation auray based on sparse representation 1 Shool of Coputer Siene and Engineering, Beifang University for Nationalities,Yinhuan, 75001,China

More information

Optimizing Single Sweep Range and Doppler Processing for FMCW Radar using Inverse Filtering

Optimizing Single Sweep Range and Doppler Processing for FMCW Radar using Inverse Filtering Optiizing Single Sweep and Doppler Proessing for FMCW Radar using Inverse Filtering AJ de Jong and Ph van Dorp Oude Waalsdorperweg 63 2597 AK, Den Haag The Netherlands ajdejong@feltnonl ABSTRACT We disuss

More information

Generation of Anti-Fractals in SP-Orbit

Generation of Anti-Fractals in SP-Orbit International Journal of Coputer Trends and Tehnology (IJCTT) Volue 43 Nuber 2 January 2017 Generation of Anti-Fratals in SP-Orbit Mandeep Kuari 1, Sudesh Kuari 2, Renu Chugh 3 1,2,3 Departent of Matheatis,

More information

Autonomous Controller Design for an Orbital Debris Chaser Craft

Autonomous Controller Design for an Orbital Debris Chaser Craft Autonoous Controller Design for an Orbital Debris Chaser Craft J. Labrado, P. Benavidez and Mo Jashidi, Ph.D., Luther Brown Endowed Chair Departent of Eletrial and Coputer Engineering The University of

More information

A Decision Theoretic Framework for Analyzing Binary Hash-based Content Identification Systems

A Decision Theoretic Framework for Analyzing Binary Hash-based Content Identification Systems A Deision Theoreti Fraework for Analyzing Binary Hash-based Content Identifiation Systes Avinash L Varna Departent of Eletrial and Coputer Engineering University of Maryland College Park, MD, USA varna@udedu

More information

The Seesaw Mechanism

The Seesaw Mechanism The Seesaw ehanis By obert. Klauber www.quantufieldtheory.info 1 Bakground It ay see unusual to have suh low values for asses of neutrinos, when all other partiles like eletrons, quarks, et are uh heavier,

More information

TWO-DIMENSIONAL IMAGING ALGORITHM BASED ON LINEAR PROGNOSIS FOR SPACE TARGET IN BISTATIC ISAR SYSTEM

TWO-DIMENSIONAL IMAGING ALGORITHM BASED ON LINEAR PROGNOSIS FOR SPACE TARGET IN BISTATIC ISAR SYSTEM U.P.B. Si. Bull., Series C, Vol. 76, Iss. 3, 2014 ISSN 2286 3540 TWO-DIMENSIONAL IMAGING ALGORITHM BASED ON LINEAR PROGNOSIS FOR SPACE TARGET IN BISTATIC ISAR SYSTEM HAN NING 1, LV YAN-MEI 2, WANG GE-FANG

More information

Direction Tracking of Multiple Moving Targets Using Quantum Particle Swarm Optimization

Direction Tracking of Multiple Moving Targets Using Quantum Particle Swarm Optimization MATEC Web of Conferenes 59 DOI: 10.1051/ ateonf/016590700 Diretion Traking of Multiple Moing Targets Using Quantu Partile Swar Optiization ongyuan Gao Jia Li and Yanan Du College of Inforation and Couniation

More information

Optimal sliding mode control of the pendubot

Optimal sliding mode control of the pendubot International Researh Journal of Coputer Siene and Inforation Systes (IRJCSIS Vol. ( pp. 45-5, April, Available online http://www.interesjournals.org/irjcsis Copyright International Researh Journals Full

More information

Non-Parametric Non-Line-of-Sight Identification 1

Non-Parametric Non-Line-of-Sight Identification 1 Non-Paraetric Non-Line-of-Sight Identification Sinan Gezici, Hisashi Kobayashi and H. Vincent Poor Departent of Electrical Engineering School of Engineering and Applied Science Princeton University, Princeton,

More information

Applying Probability Model to The Genetic Algorithm Based Cloud Rendering Task Scheduling

Applying Probability Model to The Genetic Algorithm Based Cloud Rendering Task Scheduling Applying robability Model to The Geneti Algorith Based Cloud Rendering Task Sheduling Guobin Zhang 3 Huahu Xu 3. Shool of Coputer Engineering and Siene Shanghai University 00444 Shanghai.R. China 3. Shanghai

More information

Scholarship Calculus (93202) 2013 page 1 of 8. ( 6) ± 20 = 3± 5, so x = ln( 3± 5) 2. 1(a) Expression for dy = 0 [1st mark], [2nd mark], width is

Scholarship Calculus (93202) 2013 page 1 of 8. ( 6) ± 20 = 3± 5, so x = ln( 3± 5) 2. 1(a) Expression for dy = 0 [1st mark], [2nd mark], width is Sholarship Calulus 93) 3 page of 8 Assessent Shedule 3 Sholarship Calulus 93) Evidene Stateent Question One a) e x e x Solving dy dx ln x x x ln ϕ e x e x e x e x ϕ, we find e x x e y The drop is widest

More information

1. Which two values of temperature are equivalent to the nearest degree when measured on the Kelvin and on the

1. Which two values of temperature are equivalent to the nearest degree when measured on the Kelvin and on the . Whih two values of teperature are equivalent to the nearest degree when easured on the Kelvin and on the Celsius sales of teperature? Kelvin sale Celsius sale A. 40 33 B. 273 00 C. 33 40 D. 373 0 2.

More information

International Journal of Thermodynamics, Vol. 18, No. 1, P (2015). Sergey G.

International Journal of Thermodynamics, Vol. 18, No. 1, P (2015).   Sergey G. International Journal of Therodynais Vol. 8 No. P. 3-4 (5). http://dx.doi.org/.554/ijot.5343 Four-diensional equation of otion for visous opressible and harged fluid with regard to the aeleration field

More information

Comparison of Deadtime Correction Factors for Passive Neutron Multiplicity Counting of Correlated and Non-Correlated Neutron Sources

Comparison of Deadtime Correction Factors for Passive Neutron Multiplicity Counting of Correlated and Non-Correlated Neutron Sources Coparison of Deadtie Corretion Fators for Passive Neutron Multipliity Counting of Correlated and Non-Correlated Neutron oures - 9298 L.G. Evans 1,. Croft 2, N. Menaa 2, P.I. Noran 1 1. hool of Physis and

More information

Optimization of the CBSMAP Queueing Model

Optimization of the CBSMAP Queueing Model July 3-5 23 London UK Optiization of the CBSMAP Queueing Model Kondrashova EV Kashtanov VA Abstrat The present paper is devoted to the researh of ontrolled queueing odels at ontrol of CBSMAP-flow Controlled

More information

Combined Tilt and Thickness Measurements on Nematic Liquid Crystal Samples

Combined Tilt and Thickness Measurements on Nematic Liquid Crystal Samples This artile was downloaded by: [Mihigan State University] On: 10 February 2015, At: 11:16 Publisher: Taylor & Franis Infora Ltd Registered in England and Wales Registered Nuber: 1072954 Registered offie:

More information

Mathematical modeling of gelatine production processes

Mathematical modeling of gelatine production processes Matheatial odeling of gelatine prodution proesses KAREL KOLOMAZNIK, DAGMAR JANACOA, JAROSLA SOLC and LADIMIR ASEK Departent of Autoati and Control Engineering Toas Bata Universit in Zlín, Fault of Applied

More information

The Ultimate Strategy to Search on m Rays??

The Ultimate Strategy to Search on m Rays?? The Ultiate Strategy to Searh on Rays?? Alejandro López-Ortiz 1 and Sven Shuierer 2 1 Faulty of Coputer Siene, University of New Brunswik, Canada, eail alopez-o@unb.a 2 Institut für Inforatik, Universität

More information

MAIN TOPICS iensional i l Analysis Bukingha Pi Theore eterination of Pi Ters Coents about iensional Analysis Coon iensionless Groups in Fluid Mehanis

MAIN TOPICS iensional i l Analysis Bukingha Pi Theore eterination of Pi Ters Coents about iensional Analysis Coon iensionless Groups in Fluid Mehanis FUNAMENTALS OF FLUI MECHANICS Chapter 7 iensional Analysis Modeling, and Siilitude MAIN TOPICS iensional i l Analysis Bukingha Pi Theore eterination of Pi Ters Coents about iensional Analysis Coon iensionless

More information

Fast Montgomery-like Square Root Computation over GF(2 m ) for All Trinomials

Fast Montgomery-like Square Root Computation over GF(2 m ) for All Trinomials Fast Montgoery-like Square Root Coputation over GF( ) for All Trinoials Yin Li a, Yu Zhang a, a Departent of Coputer Science and Technology, Xinyang Noral University, Henan, P.R.China Abstract This letter

More information

Lecture 17. Phys. 207: Waves and Light Physics Department Yarmouk University Irbid Jordan

Lecture 17. Phys. 207: Waves and Light Physics Department Yarmouk University Irbid Jordan Leture 17 Phys. 7: Waves and Light Physis Departent Yarouk University 1163 Irbid Jordan Dr. Nidal Ershaidat http://taps.yu.edu.jo/physis/courses/phys7/le5-1 Maxwell s Equations In 187, Jaes Clerk Maxwell's

More information

Millennium Relativity Acceleration Composition. The Relativistic Relationship between Acceleration and Uniform Motion

Millennium Relativity Acceleration Composition. The Relativistic Relationship between Acceleration and Uniform Motion Millennium Relativity Aeleration Composition he Relativisti Relationship between Aeleration and niform Motion Copyright 003 Joseph A. Rybzyk Abstrat he relativisti priniples developed throughout the six

More information

Chapter 3. Problem Solutions

Chapter 3. Problem Solutions Capter. Proble Solutions. A poton and a partile ave te sae wavelengt. Can anyting be said about ow teir linear oenta opare? About ow te poton's energy opares wit te partile's total energy? About ow te

More information

Velocity Addition in Space/Time David Barwacz 4/23/

Velocity Addition in Space/Time David Barwacz 4/23/ Veloity Addition in Spae/Time 003 David arwaz 4/3/003 daveb@triton.net http://members.triton.net/daveb Abstrat Using the spae/time geometry developed in the previous paper ( Non-orthogonal Spae- Time geometry,

More information

Uniaxial Concrete Material Behavior

Uniaxial Concrete Material Behavior COMPUTERS AND STRUCTURES, INC., JULY 215 TECHNICAL NOTE MODIFIED DARWIN-PECKNOLD 2-D REINFORCED CONCRETE MATERIAL MODEL Overview This tehnial note desribes the Modified Darwin-Peknold reinfored onrete

More information

Abstract code: Meta Heuristics to Minimize Line Stoppage Time in Mixed-Model Sequencing Problem

Abstract code: Meta Heuristics to Minimize Line Stoppage Time in Mixed-Model Sequencing Problem Abstrat ode: 015-0215 Meta Heuristis to Miniize Line Stoppage Tie in Mixed-Model Sequening Proble Takayoshi Taura *1, Tej S. Dhakar *2, Katsuhisa Ohno *3, Taiji Okuura *1 *1 Nagoya Institute of Tehnology,

More information

(Newton s 2 nd Law for linear motion)

(Newton s 2 nd Law for linear motion) PHYSICS 3 Final Exaination ( Deeber Tie liit 3 hours Answer all 6 questions You and an assistant are holding the (opposite ends of a long plank when oops! the butterfingered assistant drops his end If

More information

Array Design for Superresolution Direction-Finding Algorithms

Array Design for Superresolution Direction-Finding Algorithms Array Design for Superresolution Diretion-Finding Algorithms Naushad Hussein Dowlut BEng, ACGI, AMIEE Athanassios Manikas PhD, DIC, AMIEE, MIEEE Department of Eletrial Eletroni Engineering Imperial College

More information

Multi-Load Optimization in Electrical Engineering Design Part I: Simulation

Multi-Load Optimization in Electrical Engineering Design Part I: Simulation EngOpt 008 - International Conferene on Engineering Optiization Rio de Janeiro, Brazil, 0-05 June 008. Multi-Load Optiization in Eletrial Engineering Design Part I: Siulation Z. Andjeli, D. Push T. Shoeneann

More information

Structural Design for Vibration Reduction in Brushless DC Stator

Structural Design for Vibration Reduction in Brushless DC Stator J Eletr Eng Tehnol.017; 1(5): 184-1850 http://doi.org/10.5370/jeet.017.1.5.184 ISSN(Print) 1975-010 ISSN(Online) 093-743 Strutural Design for Vibration Redution in Brushless DC Stator Mehrdad Jafarboland

More information

THREE-DIMENSIONAL NON-LINEAR EARTHQUAKE RESPONSE ANALYSIS OF REINFORCED CONCRETE STRUCTURES

THREE-DIMENSIONAL NON-LINEAR EARTHQUAKE RESPONSE ANALYSIS OF REINFORCED CONCRETE STRUCTURES HREE-DIMESIOAL O-LIEAR EARHQUAKE RESPOSE AALYSIS OF REIFORCED COCREE SRUCURES K. ishiura 1), K. akiguhi 2), and H. H. guen 3) 1) Assistant Professor, Dept. of Arhiteture and Building Engineering, oko Institute

More information

Numerical Studies of Counterflow Turbulence

Numerical Studies of Counterflow Turbulence Nonae anusript No. will be inserted by the editor Nuerial Studies of Counterflow Turbulene Veloity Distribution of Vorties Hiroyuki Adahi Makoto Tsubota Reeived: date Aepted: date Abstrat We perfored the

More information

Lecture 24: Spinodal Decomposition: Part 3: kinetics of the

Lecture 24: Spinodal Decomposition: Part 3: kinetics of the Leture 4: Spinodal Deoposition: Part 3: kinetis of the oposition flutuation Today s topis Diffusion kinetis of spinodal deoposition in ters of the onentration (oposition) flutuation as a funtion of tie:

More information

Fuzzy Based Approach for Monitoring the Mean and Range of the Products Quality

Fuzzy Based Approach for Monitoring the Mean and Range of the Products Quality J. Appl. Environ. Biol. Si., 4(9)1-7, 2014 2014, TextRoad Publiation ISSN: 2090-4274 Journal of Applied Environental and Biologial Sienes www.textroad.o Fuzzy Based Approah for Monitoring the Mean and

More information

Worked Solutions to Problems

Worked Solutions to Problems rd International Cheistry Olypiad Preparatory Probles Wored Solutions to Probles. Water A. Phase diagra a. he three phases of water oeist in equilibriu at a unique teperature and pressure (alled the triple

More information

Minimum value of C Number of Vehicles in Platoon

Minimum value of C Number of Vehicles in Platoon Preprints of the 8th IFAC/IFIP/IFORS Syposiu on Transportation Systes, Chania, Greee, June 1997, pp. 69{74. STRING STABILITY PROPERTIES OF AHS LONGITUDINAL VEHICLE CONTROLLERS Jennifer Eyre Diana Yanaiev

More information

Experimental Design For Model Discrimination And Precise Parameter Estimation In WDS Analysis

Experimental Design For Model Discrimination And Precise Parameter Estimation In WDS Analysis City University of New York (CUNY) CUNY Acadeic Works International Conference on Hydroinforatics 8-1-2014 Experiental Design For Model Discriination And Precise Paraeter Estiation In WDS Analysis Giovanna

More information

E0 370 Statistical Learning Theory Lecture 6 (Aug 30, 2011) Margin Analysis

E0 370 Statistical Learning Theory Lecture 6 (Aug 30, 2011) Margin Analysis E0 370 tatistical Learning Theory Lecture 6 (Aug 30, 20) Margin Analysis Lecturer: hivani Agarwal cribe: Narasihan R Introduction In the last few lectures we have seen how to obtain high confidence bounds

More information

APPLICATION OF VIM, HPM AND CM TO THE SYSTEM OF STRONGLY NONLINEAR FIN PROBLEM. Islamic Azad University, Sari, Iran

APPLICATION OF VIM, HPM AND CM TO THE SYSTEM OF STRONGLY NONLINEAR FIN PROBLEM. Islamic Azad University, Sari, Iran Journal of Engineering and Tehnology APPLICATION OF VIM, HPM AND CM TO THE SYSTEM OF STRONGLY NONLINEAR FIN PROBLEM M. R. Shirkhani,H.A. Hoshyar *, D.D. Ganji Departent of Mehanial Engineering, Sari Branh,

More information

Pattern Recognition and Machine Learning. Learning and Evaluation for Pattern Recognition

Pattern Recognition and Machine Learning. Learning and Evaluation for Pattern Recognition Pattern Recognition and Machine Learning Jaes L. Crowley ENSIMAG 3 - MMIS Fall Seester 2017 Lesson 1 4 October 2017 Outline Learning and Evaluation for Pattern Recognition Notation...2 1. The Pattern Recognition

More information

Sensitivity analysis for linear optimization problem with fuzzy data in the objective function

Sensitivity analysis for linear optimization problem with fuzzy data in the objective function Sensitivity analysis for linear optimization problem with fuzzy data in the objetive funtion Stephan Dempe, Tatiana Starostina May 5, 2004 Abstrat Linear programming problems with fuzzy oeffiients in the

More information

COS 424: Interacting with Data. Written Exercises

COS 424: Interacting with Data. Written Exercises COS 424: Interacting with Data Hoework #4 Spring 2007 Regression Due: Wednesday, April 18 Written Exercises See the course website for iportant inforation about collaboration and late policies, as well

More information

An Adaptive Optimization Approach to Active Cancellation of Repeated Transient Vibration Disturbances

An Adaptive Optimization Approach to Active Cancellation of Repeated Transient Vibration Disturbances An aptive Optimization Approah to Ative Canellation of Repeated Transient Vibration Disturbanes David L. Bowen RH Lyon Corp / Aenteh, 33 Moulton St., Cambridge, MA 138, U.S.A., owen@lyonorp.om J. Gregory

More information

Intelligent Systems: Reasoning and Recognition. Perceptrons and Support Vector Machines

Intelligent Systems: Reasoning and Recognition. Perceptrons and Support Vector Machines Intelligent Systes: Reasoning and Recognition Jaes L. Crowley osig 1 Winter Seester 2018 Lesson 6 27 February 2018 Outline Perceptrons and Support Vector achines Notation...2 Linear odels...3 Lines, Planes

More information

Kernel based Object Tracking using Color Histogram Technique

Kernel based Object Tracking using Color Histogram Technique Kernel based Object Tracking using Color Histogra Technique 1 Prajna Pariita Dash, 2 Dipti patra, 3 Sudhansu Kuar Mishra, 4 Jagannath Sethi, 1,2 Dept of Electrical engineering, NIT, Rourkela, India 3 Departent

More information

Assessing the Performance of a BCI: A Task-Oriented Approach

Assessing the Performance of a BCI: A Task-Oriented Approach Assessing the Performane of a BCI: A Task-Oriented Approah B. Dal Seno, L. Mainardi 2, M. Matteui Department of Eletronis and Information, IIT-Unit, Politenio di Milano, Italy 2 Department of Bioengineering,

More information

The Gravitational Potential for a Moving Observer, Mercury s Perihelion, Photon Deflection and Time Delay of a Solar Grazing Photon

The Gravitational Potential for a Moving Observer, Mercury s Perihelion, Photon Deflection and Time Delay of a Solar Grazing Photon Albuquerque, NM 0 POCEEDINGS of the NPA 457 The Gravitational Potential for a Moving Observer, Merury s Perihelion, Photon Defletion and Time Delay of a Solar Grazing Photon Curtis E. enshaw Tele-Consultants,

More information

7 Max-Flow Problems. Business Computing and Operations Research 608

7 Max-Flow Problems. Business Computing and Operations Research 608 7 Max-Flow Problems Business Computing and Operations Researh 68 7. Max-Flow Problems In what follows, we onsider a somewhat modified problem onstellation Instead of osts of transmission, vetor now indiates

More information

F = F x x + F y. y + F z

F = F x x + F y. y + F z ECTION 6: etor Calulus MATH20411 You met vetors in the first year. etor alulus is essentially alulus on vetors. We will need to differentiate vetors and perform integrals involving vetors. In partiular,

More information

Grasp Planning: How to Choose a Suitable Task Wrench Space

Grasp Planning: How to Choose a Suitable Task Wrench Space Grasp Planning: How to Choose a Suitable Task Wrenh Spae Ch. Borst, M. Fisher and G. Hirzinger German Aerospae Center - DLR Institute for Robotis and Mehatronis 8223 Wessling, Germany Email: [Christoph.Borst,

More information

CSC2515 Winter 2015 Introduc3on to Machine Learning. Lecture 5: Clustering, mixture models, and EM

CSC2515 Winter 2015 Introduc3on to Machine Learning. Lecture 5: Clustering, mixture models, and EM CSC2515 Winter 2015 Introdu3on to Mahine Learning Leture 5: Clustering, mixture models, and EM All leture slides will be available as.pdf on the ourse website: http://www.s.toronto.edu/~urtasun/ourses/csc2515/

More information

Hankel Optimal Model Order Reduction 1

Hankel Optimal Model Order Reduction 1 Massahusetts Institute of Tehnology Department of Eletrial Engineering and Computer Siene 6.245: MULTIVARIABLE CONTROL SYSTEMS by A. Megretski Hankel Optimal Model Order Redution 1 This leture overs both

More information

Research Letter Distributed Source Localization Based on TOA Measurements in Wireless Sensor Networks

Research Letter Distributed Source Localization Based on TOA Measurements in Wireless Sensor Networks Researh Letters in Eletronis Volume 2009, Artile ID 573129, 4 pages doi:10.1155/2009/573129 Researh Letter Distributed Soure Loalization Based on TOA Measurements in Wireless Sensor Networks Wanzhi Qiu

More information

LADAR-Based Vehicle Tracking and Trajectory Estimation for Urban Driving

LADAR-Based Vehicle Tracking and Trajectory Estimation for Urban Driving LADAR-Based Vehile Traking and Trajetory Estimation for Urban Driving Daniel Morris, Paul Haley, William Zahar, Steve MLean General Dynamis Roboti Systems, Tel: 410-876-9200, Fax: 410-876-9470 www.gdrs.om

More information

A Simple Regression Problem

A Simple Regression Problem A Siple Regression Proble R. M. Castro March 23, 2 In this brief note a siple regression proble will be introduced, illustrating clearly the bias-variance tradeoff. Let Y i f(x i ) + W i, i,..., n, where

More information

A NETWORK SIMPLEX ALGORITHM FOR THE MINIMUM COST-BENEFIT NETWORK FLOW PROBLEM

A NETWORK SIMPLEX ALGORITHM FOR THE MINIMUM COST-BENEFIT NETWORK FLOW PROBLEM NETWORK SIMPLEX LGORITHM FOR THE MINIMUM COST-BENEFIT NETWORK FLOW PROBLEM Cen Çalışan, Utah Valley University, 800 W. University Parway, Orem, UT 84058, 801-863-6487, en.alisan@uvu.edu BSTRCT The minimum

More information

Pattern Recognition and Machine Learning. Artificial Neural networks

Pattern Recognition and Machine Learning. Artificial Neural networks Pattern Recognition and Machine Learning Jaes L. Crowley ENSIMAG 3 - MMIS Fall Seester 2016/2017 Lessons 9 11 Jan 2017 Outline Artificial Neural networks Notation...2 Convolutional Neural Networks...3

More information

Determining the optimum length of a bridge opening with a specified reliability level of water runoff

Determining the optimum length of a bridge opening with a specified reliability level of water runoff MATE Web o onerenes 7, 0004 (07) DOI: 0.05/ ateon/0770004 XXVI R-S-P Seinar 07, Theoretial Foundation o ivil Engineering Deterining the optiu length o a bridge opening with a speiied reliability level

More information

Analysis of a Fork/Join Synchronization Station with Coxian Inputs from Finite Populations

Analysis of a Fork/Join Synchronization Station with Coxian Inputs from Finite Populations Analysis of a Fork/Join Synhronization Station with Coxian Inputs fro Finite Populations Ananth Krishnaurthy and Raan Suri Center for uik Response Manufaturing, Uniersity of Wisonsin-Madison, 53 Uniersity

More information

Units of length metres and centimetres

Units of length metres and centimetres Units of length etres and entietres We use etres, en etres and illietres regularly in everyday life. There are 00 en etres in etre. Another way to think about this rela onship is that en etre is one hundredth

More information

Jacobi Spectral Collocation Methods for Abel-Volterra Integral Equations of Second Kind

Jacobi Spectral Collocation Methods for Abel-Volterra Integral Equations of Second Kind Global Journal of Pure and Applied Matheatis. ISS 0973-768 Volue 3 uber 9 (07) pp. 469-4638 Researh India Publiations http://.ripubliation.o Jaobi Spetral Colloation Methods for Abel-Volterra Integral

More information

Practical Convergence-Divergence Checks for Stresses from FEA

Practical Convergence-Divergence Checks for Stresses from FEA Pratial Convergene-Divergene Cheks for Stresses fro FEA G.B. Sinlair Departent of Mehanial Engineering, Louisiana State University, Baton Rouge, LA 70803 J.R. Beishei Developent Departent, ANSYS In., Canonsburg,

More information

1. Simplify this circuit to find the total power absorbed by all resistors. R1 R3 47

1. Simplify this circuit to find the total power absorbed by all resistors. R1 R3 47 Hoework 1. iplify this iruit to find the total power asored y all resistors. R1 R 6 R4 0 47 R 47 Ans: Use series and parallel oinations to siplify iruit. R1R= 47 47 =94Ω and this resistane is in parallel

More information

Joint genome-wide prediction in several populations accounting for randomness of genotypes:

Joint genome-wide prediction in several populations accounting for randomness of genotypes: 1 3 4 5 6 7 8 9 10 11 1 13 Joint genoe-wide predition in several populations aounting for randoness of genotypes: A hierarhial Bayes approah. II: Multivariate spike and slab priors for arker effets and

More information

Warning System of Dangerous Chemical Gas in Factory Based on Wireless Sensor Network

Warning System of Dangerous Chemical Gas in Factory Based on Wireless Sensor Network 565 A publication of CHEMICAL ENGINEERING TRANSACTIONS VOL. 59, 07 Guest Editors: Zhuo Yang, Junie Ba, Jing Pan Copyright 07, AIDIC Servizi S.r.l. ISBN 978-88-95608-49-5; ISSN 83-96 The Italian Association

More information

Energy Dissipation in Spacecraft Structures Incorporating Bolted Joints with Viscoelastic Layers

Energy Dissipation in Spacecraft Structures Incorporating Bolted Joints with Viscoelastic Layers Energy Dissipation in Spaeraft Strutures Inorporating Bolted Joints with Visoelasti Layers R. Wang and A. D. Croobe University of Surrey, Guildford, Surrey, GU 7XH, UK G. Rihardson Surrey Spae Tehnology

More information

THE NONLINEAR NATURE OF PREFERENCES, ITS IMPACT ON THE SENSITIVITY AND EFFECTIVENESS OF MULTIPLE CRITERIA ALTERNATIVES

THE NONLINEAR NATURE OF PREFERENCES, ITS IMPACT ON THE SENSITIVITY AND EFFECTIVENESS OF MULTIPLE CRITERIA ALTERNATIVES IJAHP Artile: Mu, Saaty/A Style Guide for Paper Proposals o Be Subitted to the International Syposiu of the Analyti Hierarhy Proess 2014, Washington D.C., U.S.A. HE NONLINEAR NAURE OF PREFERENCES, IS IMPAC

More information

Reconstruction-based multivariate contribution analysis for fault isolation: A branch and bound approach

Reconstruction-based multivariate contribution analysis for fault isolation: A branch and bound approach Reonstrution-based ultivariate ontribution analysis for fault isolation: A branh and bound approah Bo He a, Xianhui Yang a, Tao Chen b,*, Jie Zhang a Departent of Autoation, Tsinghua University, Beijing

More information

Sensitivity Analysis in Markov Networks

Sensitivity Analysis in Markov Networks Sensitivity Analysis in Markov Networks Hei Chan and Adnan Darwihe Computer Siene Department University of California, Los Angeles Los Angeles, CA 90095 {hei,darwihe}@s.ula.edu Abstrat This paper explores

More information

Variation Based Online Travel Time Prediction Using Clustered Neural Networks

Variation Based Online Travel Time Prediction Using Clustered Neural Networks Variation Based Online Travel Time Predition Using lustered Neural Networks Jie Yu, Gang-Len hang, H.W. Ho and Yue Liu Abstrat-This paper proposes a variation-based online travel time predition approah

More information

Qualitative Modelling of Time Series Using Self-Organizing Maps: Application to Animal Science

Qualitative Modelling of Time Series Using Self-Organizing Maps: Application to Animal Science Proceedings of the 6th WSEAS International Conference on Applied Coputer Science, Tenerife, Canary Islands, Spain, Deceber 16-18, 2006 183 Qualitative Modelling of Tie Series Using Self-Organizing Maps:

More information

LONG-TERM PREDICTIVE VALUE INTERVAL WITH THE FUZZY TIME SERIES

LONG-TERM PREDICTIVE VALUE INTERVAL WITH THE FUZZY TIME SERIES Journal of Marine Science and Technology, Vol 19, No 5, pp 509-513 (2011) 509 LONG-TERM PREDICTIVE VALUE INTERVAL WITH THE FUZZY TIME SERIES Ming-Tao Chou* Key words: fuzzy tie series, fuzzy forecasting,

More information

CS Lecture 13. More Maximum Likelihood

CS Lecture 13. More Maximum Likelihood CS 6347 Lecture 13 More Maxiu Likelihood Recap Last tie: Introduction to axiu likelihood estiation MLE for Bayesian networks Optial CPTs correspond to epirical counts Today: MLE for CRFs 2 Maxiu Likelihood

More information

MECHANICS OF MATERIALS

MECHANICS OF MATERIALS 00 The Graw-Hill Copanies, n. All rights reserved. Third E CHAPTER Pure ECHANCS OF ATERALS Ferdinand P. Beer E. Russell Johnston, Jr. John T. DeWolf Bending Leture Notes: J. Walt Oler Teas Teh Universit

More information

Chaotic Coupled Map Lattices

Chaotic Coupled Map Lattices Chaotic Coupled Map Lattices Author: Dustin Keys Advisors: Dr. Robert Indik, Dr. Kevin Lin 1 Introduction When a syste of chaotic aps is coupled in a way that allows the to share inforation about each

More information

Using a De-Convolution Window for Operating Modal Analysis

Using a De-Convolution Window for Operating Modal Analysis Using a De-Convolution Window for Operating Modal Analysis Brian Schwarz Vibrant Technology, Inc. Scotts Valley, CA Mark Richardson Vibrant Technology, Inc. Scotts Valley, CA Abstract Operating Modal Analysis

More information

Determination of Neutron Beam Diameter in 3 rd Horizontal Channel of Dalat Nuclear Reactor Nguyen AS 1*, Dang L 1 and Ho HT 2 1

Determination of Neutron Beam Diameter in 3 rd Horizontal Channel of Dalat Nuclear Reactor Nguyen AS 1*, Dang L 1 and Ho HT 2 1 Deterination of Neutron Bea Diaeter in 3 rd Horizontal Channel of Dalat Nulear Reator Nguyen S 1*, Dang L 1 and Ho HT 1 Dalat University, 01 Phu Dong Thien Vuong, Dalat, Vietna Nulear Researh Institute,

More information

Shear Force and Bending Moment

Shear Force and Bending Moment Shear Fore and Bending oent Shear Fore: is the algebrai su of the vertial fores ating to the left or right of a ut setion along the span of the bea Bending oent: is the algebrai su of the oent of the fores

More information

Quantum algorithms (CO 781, Winter 2008) Prof. Andrew Childs, University of Waterloo LECTURE 15: Unstructured search and spatial search

Quantum algorithms (CO 781, Winter 2008) Prof. Andrew Childs, University of Waterloo LECTURE 15: Unstructured search and spatial search Quantu algoriths (CO 781, Winter 2008) Prof Andrew Childs, University of Waterloo LECTURE 15: Unstructured search and spatial search ow we begin to discuss applications of quantu walks to search algoriths

More information

Inspection; structural health monitoring; reliability; Bayesian analysis; updating; decision analysis; value of information

Inspection; structural health monitoring; reliability; Bayesian analysis; updating; decision analysis; value of information Cite as: Straub D. (2014). Value of inforation analysis with structural reliability ethods. Structural Safety, 49: 75-86. Value of Inforation Analysis with Structural Reliability Methods Daniel Straub

More information

Analytical Analysis and Numerical Prediction of Seven DOF Human Vibratory Model for the Various Cars Driving Posture Swami Mahesh, Kosbe Pradnya

Analytical Analysis and Numerical Prediction of Seven DOF Human Vibratory Model for the Various Cars Driving Posture Swami Mahesh, Kosbe Pradnya ISSN: - ISO 9:8 Certified International Journal of Engineering and Innovative Tehnology (IJEIT) Volue, Issue, May Analytial Analysis and Nuerial Predition of Seven DOF Huan Vibratory Model for the Various

More information

Resolving RIPS Measurement Ambiguity in Maximum Likelihood Estimation

Resolving RIPS Measurement Ambiguity in Maximum Likelihood Estimation 14th International Conferene on Information Fusion Chiago, Illinois, USA, July 5-8, 011 Resolving RIPS Measurement Ambiguity in Maximum Likelihood Estimation Wenhao Li, Xuezhi Wang, and Bill Moran Shool

More information

[2006] IEEE. Reprinted, with permission, from [Youguang Guo1, Jianguo Zhu, Jiaxin Chen1 and Jianxun Jin, Performance Analysis of a PM Claw Pole SMC

[2006] IEEE. Reprinted, with permission, from [Youguang Guo1, Jianguo Zhu, Jiaxin Chen1 and Jianxun Jin, Performance Analysis of a PM Claw Pole SMC [26] IEEE. Reprinted, with perission, fro [Youguang Guo1, Jianguo Zhu, Jiaxin Chen1 and Jianxun Jin, Perforane Analysis of a P Claw Pole SC otor with Brushless DC Control Shee, Power Eletronis and otion

More information

Exploring the feasibility of on-site earthquake early warning using close-in records of the 2007 Noto Hanto earthquake

Exploring the feasibility of on-site earthquake early warning using close-in records of the 2007 Noto Hanto earthquake Exploring the feasibility of on-site earthquake early warning using lose-in reords of the 2007 Noto Hanto earthquake Yih-Min Wu 1 and Hiroo Kanamori 2 1. Department of Geosienes, National Taiwan University,

More information

arxiv:hep-ph/ v1 6 Sep 2001

arxiv:hep-ph/ v1 6 Sep 2001 Alberta Thy 07-01 SLAC-PUB-8986 hep-ph/0109054 Charoniu deays: J/ψ e + e and η γγ Andrzej Czarneki Departent of Physis, University of Alberta Edonton, AB T6G 2J1, Canada E-ail: zar@phys.ualberta.a arxiv:hep-ph/0109054

More information

Computer Science 786S - Statistical Methods in Natural Language Processing and Data Analysis Page 1

Computer Science 786S - Statistical Methods in Natural Language Processing and Data Analysis Page 1 Computer Siene 786S - Statistial Methods in Natural Language Proessing and Data Analysis Page 1 Hypothesis Testing A statistial hypothesis is a statement about the nature of the distribution of a random

More information