Features 1 Harris and other corners

Size: px
Start display at page:

Download "Features 1 Harris and other corners"

Transcription

1 CS 4495 Compter Vision A. Bobick Featres 1: Harris CS 4495 Compter Vision Featres 1 Harris Aaron Bobick School of nteractie Compting

2 CS 4495 Compter Vision A. Bobick Featres 1: Harris Administriia PS 4: Ot and not changed. De Snda Oct 1 th 11:55pm t is application of the last few lectres. Mostl straight forward Matlab bt if o re linear algebra is rst it can take a while to figre ot. Qestion takes some doing to nderstand. Yo hae been warned t is cool Yo hae been warned Toda: Start on featres. Forsth and Ponce: Szeliski also coers this well Section These net 3 lectres will proide detail for Project 4.

3 CS 4495 Compter Vision A. Bobick Featres 1: Harris The basic image point matching problem Sppose hae two images related b some transformation. Or hae two images of the same object in different positions. How to find the transformation of image 1 that wold align it with image?

4 CS 4495 Compter Vision A. Bobick Featres 1: Harris We want Local1 Featres Goal: Find points in an image that can be: Fond in other images Fond precisel well localized Fond reliabl well matched Wh? Want to compte a fndamental matri to recoer geometr Robotics/Vision: See how a bnch of points moe from one frame to another. Allows comptation of how camera moed -> depth -> moing objects Bild a panorama

5 CS 4495 Compter Vision A. Bobick Featres 1: Harris Sppose o want to bild a panorama M. Brown and D. G. Lowe. Recognising Panoramas. CCV 003

6 CS 4495 Compter Vision A. Bobick How do we bild panorama? Featres 1: Harris We need to match align images

7 CS 4495 Compter Vision A. Bobick Matching with Featres Featres 1: Harris Detect featres featre points in both images

8 CS 4495 Compter Vision A. Bobick Featres 1: Harris Matching with Featres Detect featres featre points in both images Match featres - find corresponding pairs

9 CS 4495 Compter Vision A. Bobick Featres 1: Harris Matching with Featres Detect featres featre points in both images Match featres - find corresponding pairs Use these pairs to align images

10 CS 4495 Compter Vision A. Bobick Featres 1: Harris Matching with Featres Problem 1: Detect the same point independentl in both images no chance to match! We need a repeatable detector

11 CS 4495 Compter Vision A. Bobick Featres 1: Harris Matching with Featres Problem : For each point correctl recognize the corresponding one? We need a reliable and distinctie descriptor

12 CS 4495 Compter Vision A. Bobick Featres 1: Harris More motiation Featre points are sed also for: mage alignment e.g. homograph or fndamental matri 3D reconstrction Motion tracking Object recognition ndeing and database retrieal Robot naigation other

13 CS 4495 Compter Vision A. Bobick Characteristics of good featres Featres 1: Harris Repeatabilit/Precision The same featre can be fond in seeral images despite geometric and photometric transformations Salienc/Matchabilit ach featre has a distinctie description Compactness and efficienc Man fewer featres than image piels Localit A featre occpies a relatiel small area of the image; robst to cltter and occlsion

14

15 CS 4495 Compter Vision A. Bobick Featres 1: Harris Corner Detection: Basic dea We shold easil recognize the point b looking throgh a small window Shifting a window in an direction shold gie a large change in intensit Sorce: A. fros flat region: no change in all directions edge : no change along the edge direction corner : significant change in all directions with small shift

16 CS 4495 Compter Vision A. Bobick Featres 1: Harris Finding Corners Ke propert: in the region arond a corner image gradient has two or more dominant directions Corners are repeatable and distinctie C.Harris and M.Stephens. "A Combined Corner and dge Detector. Proceedings of the 4th Ale Vision Conference: pages

17 CS 4495 Compter Vision A. Bobick Featres 1: Harris Finding Harris Corners Ke propert: in the region arond a corner image gradient has two or more dominant directions Corners are repeatable and distinctie C. Harris and M.Stephens. "A Combined Corner and dge Detector. Proceedings of the 4th Ale Vision Conference: pages

18 CS 4495 Compter Vision A. Bobick Corner Detection: Mathematics Featres 1: Harris Change in appearance for the shift []: [ ] = w Window fnction Shifted intensit ntensit Window fnction w = or 1 in window 0 otside Gassian Sorce: R. Szeliski

19 CS 4495 Compter Vision A. Bobick Corner Detection: Mathematics Featres 1: Harris Change in appearance for the shift []: [ ] = w 00 3

20 CS 4495 Compter Vision A. Bobick Corner Detection: Mathematics Featres 1: Harris Change in appearance for the shift []: [ ] = w We want to find ot how this fnction behaes for small shifts near 00

21 CS 4495 Compter Vision A. Bobick Corner Detection: Mathematics Featres 1: Harris Change in appearance for the shift []: [ ] = w Second-order Talor epansion of abot 00 local qadratic approimation for small : 0 1 1D: F δ F 0 δ δ d 0 d df d F [ ] [ ]

22 Featres 1: Harris CS 4495 Compter Vision A. Bobick Corner Detection: Mathematics ] [ ] [ 00 [ ] w = Second-order Talor epansion of abot 00: [ ] [ ] [ ] w w w w w = = =

23 Featres 1: Harris CS 4495 Compter Vision A. Bobick Corner Detection: Mathematics ] [ ] [ 00 [ ] w = Second-order Talor epansion of abot 00: [ ] [ ] [ ] w w w w w = = =

24 Featres 1: Harris CS 4495 Compter Vision A. Bobick Corner Detection: Mathematics ] [ ] [ 00 [ ] w = Second-order Talor epansion of abot 00: [ ] [ ] [ ] w w w w w = = =

25 Featres 1: Harris CS 4495 Compter Vision A. Bobick Corner Detection: Mathematics ] [ ] [ 00 Second-order Talor epansion of abot 00: [ ] [ ] [ ] w w w w w = = = [ ] w =

26 Featres 1: Harris CS 4495 Compter Vision A. Bobick Corner Detection: Mathematics ] [ ] [ 00 alate at = 00: [ ] [ ] [ ] w w w w w = = = = 0 = 0 = 0 [ ] w =

27 CS 4495 Compter Vision A. Bobick Corner Detection: Mathematics Featres 1: Harris [ ] = w Second-order Talor epansion of abot 00: 00 [ ] [ ] = 0 00 = 0 00 = 0 00 = w 00 = w 00 = w

28 Featres 1: Harris CS 4495 Compter Vision A. Bobick Corner Detection: Mathematics [ ] w = Second-order Talor epansion of abot 00: w w w w ] [ = = = w w w = = =

29 CS 4495 Compter Vision A. Bobick Corner Detection: Mathematics The qadratic approimation simplifies to Featres 1: Harris [ ] M where M is a second moment matri compted from image deriaties: Withot weight M M = w ach prodct is a rank 1

30 Featres 1: Harris CS 4495 Compter Vision A. Bobick The srface is locall approimated b a qadratic form. nterpreting the second moment matri M ] [ = w M

31 CS 4495 Compter Vision A. Bobick nterpreting the second moment matri Consider a constant slice of : = k This is the eqation of an ellipse. [ ] M = Featres 1: Harris const

32 Featres 1: Harris CS 4495 Compter Vision A. Bobick = = λ λ w M First consider the ais-aligned case where gradients are either horizontal or ertical f either λ is close to 0 then this is not a corner so look for locations where both are large. nterpreting the second moment matri

33 Featres 1: Harris CS 4495 Compter Vision A. Bobick = = λ λ w M First consider the ais-aligned case where gradients are either horizontal or ertical f either λ is close to 0 then this is not a corner so look for locations where both are large. nterpreting the second moment matri

34 CS 4495 Compter Vision A. Bobick nterpreting the second moment matri direction of the fastest change direction of the slowest change Featres 1: Harris Consider a horizontal slice of : [ ] M = const This is the eqation of an ellipse. Diagonalization of M: M λ = R R 0 λ The ais lengths of the ellipse are determined b the eigenales and the orientation is determined b R λ ma -1/ λ min -1/

35 CS 4495 Compter Vision A. Bobick nterpreting the eigenales λ Corner λ 1 and λ are large λ 1 ~ λ ; increases in all directions Featres 1: Harris Classification of image points sing eigenales of M: dge λ >> λ 1 λ 1 and λ are small; is almost constant in all directions Flat region dge λ 1 >> λ λ 1

36 CS 4495 Compter Vision A. Bobick Harris corner response fnction R = det M trace M α: constant 0.04 to 0.06 R depends onl on eigenales of M bt don t compte them no sqrt so reall fast! R is large for a corner R is negatie with large magnitde for an edge R is small for a flat region α = 1 1 dge R < 0 Flat region λ λ R small α λ Corner R > 0 Featres 1: Harris λ dge R < 0

37 CS 4495 Compter Vision A. Bobick Low tetre region Featres 1: Harris gradients hae small magnitde small λ 1 small λ

38 CS 4495 Compter Vision A. Bobick dge Featres 1: Harris large gradients all the same large λ 1 small λ

39 CS 4495 Compter Vision A. Bobick High tetred region Featres 1: Harris gradients are different large magnitdes large λ 1 large λ

40 CS 4495 Compter Vision A. Bobick Featres 1: Harris Harris detector: Algorithm 1. Compte Gassian deriaties at each piel. Compte second moment matri M in a Gassian window arond each piel 3. Compte corner response fnction R 4. Threshold R 5. Find local maima of response fnction nonmaimm sppression C.Harris and M.Stephens. "A Combined Corner and dge Detector. Proceedings of the 4th Ale Vision Conference: pages

41 CS 4495 Compter Vision A. Bobick Harris Detector: Workflow Featres 1: Harris

42 CS 4495 Compter Vision A. Bobick Harris Detector: Workflow Compte corner response R Featres 1: Harris

43 CS 4495 Compter Vision A. Bobick Harris Detector: Workflow Find points with large corner response: R>threshold Featres 1: Harris

44 CS 4495 Compter Vision A. Bobick Harris Detector: Workflow Take onl the points of local maima of R Featres 1: Harris

45 CS 4495 Compter Vision A. Bobick Harris Detector: Workflow Featres 1: Harris

46 CS 4495 Compter Vision A. Bobick Other corners: Featres 1: Harris Shi-Tomasi 94: Cornerness = min λ 1 λ Find local maimms cgoodfeatrestotrack... Reportedl better for region ndergoing affine deformations Brown M. Szeliski R. and Winder S. 005: there are others det M tr M = λλ 0 1 λ λ 0 1

47 CS 4495 Compter Vision A. Bobick Harris Detector: Some Properties Featres 1: Harris

48 CS 4495 Compter Vision A. Bobick Harris Detector: Some Properties Featres 1: Harris Rotation inariance?

49 CS 4495 Compter Vision A. Bobick Harris Detector: Some Properties Featres 1: Harris Rotation inariance llipse rotates bt its shape i.e. eigenales remains the same Corner response R is inariant to image rotation

50 CS 4495 Compter Vision A. Bobick Featres 1: Harris Rotation nariant Detection Harris Corner Detector Repeatabilit rate: # correspondences # possible correspondences C.Schmid et.al. alation of nterest Point Detectors. JCV 000

51 CS 4495 Compter Vision A. Bobick Harris Detector: Some Properties Featres 1: Harris nariance to image intensit change?

52 CS 4495 Compter Vision A. Bobick Harris Detector: Some Properties Featres 1: Harris Partial inariance to additie and mltiplicatie intensit changes threshold isse for mltiplicatie Onl deriaties are sed => inariance to intensit shift b ntensit scale: a R threshold R image coordinate image coordinate

53 CS 4495 Compter Vision A. Bobick Harris Detector: Some Properties Featres 1: Harris nariant to image scale?

54 CS 4495 Compter Vision A. Bobick Harris Detector: Some Properties Featres 1: Harris Not inariant to image scale! All points will be classified as edges Corner!

55 CS 4495 Compter Vision A. Bobick Harris Detector: Some Properties Featres 1: Harris Qalit of Harris detector for different scale changes

56 CS 4495 Compter Vision A. Bobick *F* we want scale inariance Featres 1: Harris

57 CS 4495 Compter Vision A. Bobick Featres 1: Harris Scale nariant Detection Consider regions e.g. circles of different sizes arond a point Regions of corresponding sizes will look the same in both images

58 CS 4495 Compter Vision A. Bobick Scale nariant Detection Featres 1: Harris The problem: how do we choose corresponding circles independentl in each image?

59 CS 4495 Compter Vision A. Bobick Featres 1: Harris Scale nariant Detection Soltion: Design a fnction on the region circle which is scale inariant the same for corresponding regions een if the are at different scales ample: aerage intensit. For corresponding regions een of different sizes it will be the same. For some gien point in one image we can consider it as a fnction of region size circle radis f mage 1 f mage scale = 1/ region size region size

60 CS 4495 Compter Vision A. Bobick Scale nariant Detection Featres 1: Harris Common approach: Take a local maimm of this fnction Obseration: region size for which the maimm is achieed shold be inariant to image scale. mportant: this scale inariant region size is fond in each image independentl! f mage 1 f mage scale = 1/ s 1 region size s region size

61 CS 4495 Compter Vision A. Bobick Featres 1: Harris Scale nariant Detection A good fnction for scale detection: has one stable sharp peak f bad f bad f Good! region size region size region size For sal images: a good fnction wold be a one which responds to contrast sharp local intensit change

62 CS 4495 Compter Vision A. Bobick Scale sensitie response Featres 1: Harris

63 CS 4495 Compter Vision A. Bobick Scale nariant Detection Featres 1: Harris Fnction is jst application of a kernel: Laplacian of Gassian - LoG f = Kernel mage L= G G σ σ σ Laplacian of Gassian

64 CS 4495 Compter Vision A. Bobick Scale nariant Detection Fnctions for determining scale Kernels: L= G G σ σ σ Laplacian DoG= G kσ G σ Difference of Gassians where Gassian f = Featres 1: Harris Kernel mage 1 πσ σ G σ = e Note: both kernels are inariant to scale and rotation

65 Resample Blr Sbtract CS 4495 Compter Vision A. Bobick Ke point localization Featres 1: Harris General idea: find robst etremm maimm or minimm both in space and in scale.

66 Resample Blr Sbtract CS 4495 Compter Vision A. Bobick Ke point localization Featres 1: Harris SFT: Scale nariant Featre Transform Specific sggestion: se DoG pramid to find maimm ales remember edge detection? then eliminate edges and pick onl corners.

67 Resample Blr Sbtract CS 4495 Compter Vision A. Bobick Ke point localization Featres 1: Harris ach point is compared to its 8 neighbors in the crrent image and 9 neighbors each in the scales aboe and below.

68 CS 4495 Compter Vision A. Bobick Featres 1: Harris Scale space processed one octae at a time

69 CS 4495 Compter Vision A. Bobick trema at different scales Featres 1: Harris

70 CS 4495 Compter Vision A. Bobick Remoe low contrast edge bond Featres 1: Harris trema points Contrast > C Not on edge

71 CS 4495 Compter Vision A. Bobick Featres 1: Harris Scale nariant Detectors SFT Lowe 1 Find local maimm of: Difference of Gassians in space and scale scale DoG DoG Harris-Laplacian Find local maimm of: Harris corner detector in space image coordinates Laplacian in scale scale Harris Laplacian 1 D.Lowe. Distinctie mage Featres from Scale-nariant Kepoints. JCV 004 K.Mikolajczk C.Schmid. ndeing Based on Scale nariant nterest Points. CCV 001

72 CS 4495 Compter Vision A. Bobick Scale nariant Detectors Featres 1: Harris perimental ealation of detectors w.r.t. scale change Repeatabilit rate: # correspondences # possible correspondences K.Mikolajczk C.Schmid. ndeing Based on Scale nariant nterest Points. CCV 001

73 CS 4495 Compter Vision A. Bobick Featres 1: Harris Scale nariant Detection: Smmar Gien: two images of the same scene with a large scale difference between them Goal: find the same interest points independentl in each image Soltion: search for maima of sitable fnctions in scale and in space oer the image Methods: 1. SFT [Lowe]: maimize Difference of Gassians oer scale and space. Harris-Laplacian [Mikolajczk Schmid]: maimize Laplacian oer scale Harris measre of corner response oer the image

74 CS 4495 Compter Vision A. Bobick Featres 1: Harris Point Descriptors We know how to detect points Net qestion: How to match them?? Point descriptor shold be: 1. nariant. Distinctie

75 CS 4495 Compter Vision A. Bobick Net time Featres 1: Harris SFT SURF SFOP oh m

Features 1 Harris and other corners

Features 1 Harris and other corners CS 4495 Compter Vision A. Bobick Featres 1: Harris CS 4495 Compter Vision Featres 1 Harris Aaron Bobick School of nteractie Compting Corners in A Corners in B CS 4495 Compter Vision A. Bobick Featres 1:

More information

Motion Blur Reduction for High Frame Rate LCD-TVs

Motion Blur Reduction for High Frame Rate LCD-TVs Motion Blur Reduction for High Frame Rate LCD-TVs F. H. an Heesch and G. de Haan Philips Research Laboratories High Tech Campus 36, Eindhoen, The Netherlands Abstract Today s LCD-TVs reduce their hold

More information

Speech Recognition Combining MFCCs and Image Features

Speech Recognition Combining MFCCs and Image Features Speech Recognition Combining MFCCs and Image Featres S. Karlos from Department of Mathematics N. Fazakis from Department of Electrical and Compter Engineering K. Karanikola from Department of Mathematics

More information

Analog Signal Input. ! Note: B.1 Analog Connections. Programming for Analog Channels

Analog Signal Input. ! Note: B.1 Analog Connections. Programming for Analog Channels B Analog Signal Inpt B.1 Analog Connections Refer to the diagram (page B-10) showing the VAN analog boards for connection of analog inpts. Be sre yo follow the indicated positive and negative polarity

More information

Review: What is it? What does it do? slti $4, $5, 6

Review: What is it? What does it do? slti $4, $5, 6 Review: What is it? What does it do? Reg Src Instrction Instrction [3-] I [25-2] I [2-6] I [5 - ] 2 Src Op Reslt em em emtoreg I [5 - ] etend slti $, $5, 6 Reg Src Instrction Instrction [3-] I [25-2] I

More information

Pipelining. Improve performance by increasing instruction throughput Program execution order. Data access. Instruction. fetch. Data access.

Pipelining. Improve performance by increasing instruction throughput Program execution order. Data access. Instruction. fetch. Data access. Chapter 6 Pipelining Improve performance by increasing instrction throghpt Program eection order Time (in instrctions) lw $, ($) Instrction fetch 2 4 6 8 2 4 6 8 ALU Data access lw $2, 2($) 8 ns Instrction

More information

Chapter 4 (Part I) The Processor. Baback Izadi Division of Engineering Programs

Chapter 4 (Part I) The Processor. Baback Izadi Division of Engineering Programs EGC442 Introdction to Compter Architectre Chapter 4 (Part I) The Processor Baback Izadi Division of Engineering Programs bai@engr.newpaltz.ed Introdction CPU performance factors Instrction cont Determined

More information

BRAND GUIDELINES 2017

BRAND GUIDELINES 2017 BRAND GUIDELINES 2017 01 CONTENTS Introdction 02 Or Brand 04 Brand Positioning Statement 06 Reasons to Believe 07 Tone of Voice 09 Visal Gidelines 10 Typography: Print & Web 11 Color Palette 13 Using the

More information

MINIMED 640G SYSTEM^ Getting Started. WITH THE MiniMed 640G INSULIN PUMP

MINIMED 640G SYSTEM^ Getting Started. WITH THE MiniMed 640G INSULIN PUMP MINIMED 640G SYSTEM^ Getting Started WITH THE MiniMed 640G INSULIN PUMP let s get started! Table of Contents Section 1: Getting Started... 3 Getting Started with the MiniMed 640G Inslin Pmp...3 1.1 Pmp

More information

Music Theory Level 2. Name. Period

Music Theory Level 2. Name. Period Msic Theory evel 2 Name Period Table of Contents edger ines Grand Staff Page 3 Page 4 edger ine and Grand Staff Review Page 5 Grand Staff Piano Visal Page 6 Time Signatres Page 79 Theory Review Page Dotted

More information

A Buyers Guide to Laser Projection

A Buyers Guide to Laser Projection The Eropean Digital Cinema Form A Byers Gide to Laser Projection AUTUMN 2018 Table of Contents Slides 2-5 Introdctory notes Slides 6-22 1: Technical Considerations Slides 23-31 2. Financial and lifetime

More information

Cast Away on the Letter A

Cast Away on the Letter A Cast Away on the Letter A TEACHER S GUIDE ELA COMMON CORE STANDARDS 4TH GRADE: For 4th Grade: Key Ideas and Details CCSS.ELA-LITERACY.RL.4.2 Determine a theme of a story, drama, or poem from details in

More information

A Real-time Framework for Video Time and Pitch Scale Modification

A Real-time Framework for Video Time and Pitch Scale Modification Dblin Institte of Technology ARROW@DIT Conference papers Adio Research Grop 2008-06-01 A Real-time Framework for Video Time and Pitch Scale Modification Ivan Damnjanovic Qeen Mary University London Dan

More information

by Johann Christian Bach

by Johann Christian Bach 19 An andante b Johann Christian Bach Ops 12, no. 6, mt. 2, Andante, Paris, 1773 74 giing father l adice abot the art of composition, Leopold Mozart wrote to his son Wolfgang: The small is great, when

More information

General Specifications

General Specifications General Specifications Model PR300 Power and Energy Meter GS 77C01E01-01E Oeriew This panel-monted power and energy meter with a large, three-row ED display integrates all the measring fnctions reqired

More information

Research on Cylinder Data Matrix Barcode Recognition

Research on Cylinder Data Matrix Barcode Recognition Available online at www.sciencedirect.com AASRI Procedia 3 ( ) 39 37 AASRI Conference on Modeling, Identification and Control Research on Clinder Data Matri Barcode Recognition Wei-ping He a, *, Qing-song

More information

SPECTRA RESEARCH Institute

SPECTRA RESEARCH Institute SPECTRA RESEARCH Institte Final Report Neroelectric Activity and Analysis in Spport of Direct Brainwave to Compter Interface Development Richard H. Dickhat prepared for the Office of Naval Research nder

More information

Improving Performance in Neural Networks Using a Boosting Algorithm

Improving Performance in Neural Networks Using a Boosting Algorithm - Improving Performance in Neural Networks Using a Boosting Algorithm Harris Drucker AT&T Bell Laboratories Holmdel, NJ 07733 Robert Schapire AT&T Bell Laboratories Murray Hill, NJ 07974 Patrice Simard

More information

Easy Estimation of Spectral Purity of Test Signals for ADC Testing. David Slepička

Easy Estimation of Spectral Purity of Test Signals for ADC Testing. David Slepička Sep. -4, 008, lorence, Italy Easy Estimation of Spectral Prity of Test Signals for ADC Testing David Slepička Czech Technical University in Prage, aclty of Electrical Engineering, Dept. of Measrement Technická,

More information

770pp. THEORIA 64 (2009)

770pp. THEORIA 64 (2009) DOV M. GABBAY AND JOHN WOODS: The Rise of Modern Logic: From Leibniz to Frege. [Handbook of the History of Logic, vol. 3]. Elsevier North Holland, Amsterdam, 2004, 770pp. This volme contains essays on

More information

With Ease. BETTY WAGNER Associate Trinity College London, Associate Music Australia READING LEDGER LINE NOTES

With Ease. BETTY WAGNER Associate Trinity College London, Associate Music Australia READING LEDGER LINE NOTES READING LEDGER LINE NOTES With Ease f G f o o BETTY WAGNER Associate Trinity College London, Associate Msic Astralia READING LEDGER LINE NOTES A Nova WITH EASE Book Company Page Pblication http://www.msic-with-ease.com

More information

E-Vision Laser 4K Series High Brightness Digital Video Projector

E-Vision Laser 4K Series High Brightness Digital Video Projector E-Vision Laser 4K Series High Brightness Digital Video Projector 4INSTALLATION AND QUICK-START GUIDE 4CONNECTION GUIDE 4OPERATING GUIDE 4REFERENCE GUIDE 118-157A Abot This Docment Follow the instrctions

More information

ON RESAMPLING DETECTION IN RE-COMPRESSED IMAGES. Matthias Kirchner, Thomas Gloe

ON RESAMPLING DETECTION IN RE-COMPRESSED IMAGES. Matthias Kirchner, Thomas Gloe ON RESAMPLING DETECTION IN RE-COMPRESSED IMAGES Matthias Kirchner, Thomas Gloe Technische Universität Dresden, Faculty of Computer Science, Institute of Systems Architecture 162 Dresden, Germany ABSTRACT

More information

MetroLED. Linear LED Lighting System for Display Illumination

MetroLED. Linear LED Lighting System for Display Illumination MetroLED Linear LED Lighting System for Display Illmination The MetroLED lighting system. Click, twist, play. LED lighting systems have traditionally been the poor relation to fibre optics when it comes

More information

Product Overview 2009

Product Overview 2009 Prodct Overview 2009 Living high tech 1 Contents Editorial...3 The new ECoS 4 The new ECoS - Jst Play...5 Fnctions detailed...7 Expandibility...9 ECoS 10 ECoS...10 Expandibility...11 Navigator 12 Eqipment

More information

Novel Blind Recognition Algorithm of Frame Synchronization Words Based on Soft- Decision in Digital Communication Systems

Novel Blind Recognition Algorithm of Frame Synchronization Words Based on Soft- Decision in Digital Communication Systems RESEARCH ARTICLE Novel Blind Recognition Algorithm of Frame Synchronization Words Based on Soft- Decision in Digital Commnication Systems Jiangyi Qin*, Zhiping Hang, Chnw Li, Shaojing S, Jing Zho College

More information

Montgomery Modular Exponentiation on Reconfigurable Hardware æ

Montgomery Modular Exponentiation on Reconfigurable Hardware æ Montgomery Modlar Exponentiation on Reconfigrable Hardware æ Thomas Blm Worcester Polytechnic Institte ECE Department Worcester, MA 0609-2280, USA tblm@ece.wpi.ed Christof Paar christof@ece.wpi.ed Abstract

More information

HIGHlite 4K Series High Brightness Digital Video Projector

HIGHlite 4K Series High Brightness Digital Video Projector HIGHlite 4K Series High Brightness Digital Video Projector 4INSTALLATION AND QUICK-START GUIDE 4CONNECTION GUIDE 4OPERATING GUIDE 4REFERENCE GUIDE Rev A Febrary 2018 118-083A Abot This Docment Follow the

More information

The nature of the social experience at popular music festivals: Bestival a case study. Millie Devereux Caroline Jackson Bournemouth University

The nature of the social experience at popular music festivals: Bestival a case study. Millie Devereux Caroline Jackson Bournemouth University The natre of the social experience at poplar msic festivals: Bestival a case stdy Millie Deverex Caroline Jackson Bornemoth University Content Rationale, aim and objectives Literatre review Methodology

More information

A Model for Scale-Degree Reinterpretation: Melodic Structure, Modulation, and Cadence Choice in the Chorale Harmonizations of J. S.

A Model for Scale-Degree Reinterpretation: Melodic Structure, Modulation, and Cadence Choice in the Chorale Harmonizations of J. S. Empirical Msicology Review Vol. 10, No. 3, 2015 A Model for Scale-Degree Reinterpretation: Melodic Strctre, Modlation, and Cadence Choice in the Chorale Harmonizations of J. S. Bach TREVOR de CLERCQ[1]

More information

1. Basic safety information 4 2. Proper use 4

1. Basic safety information 4 2. Proper use 4 307304 EN Astro Time Switch SELEKTA 170 top3 1700130 SELEKTA 174 top3 1740130 1. Basic safety information 4 2. Proper se 4 Disposal 4 3. Installation and connection 5 Time switch installation 5 Connecting

More information

Field Communication FXA 675 Rackbus RS-485 Interface monorack II RS-485

Field Communication FXA 675 Rackbus RS-485 Interface monorack II RS-485 Technical Information TI 221F/00/en Field Commnication RS-485 Interface monorack II RS-485 For distribted control of Commtec transmitters and field transmitters with RS-485 interface 19" Racksyst plg-in

More information

1. Basic safety information 4 2. Proper use 4

1. Basic safety information 4 2. Proper use 4 307041 01 EN Digital twilight switch LUNA 120 top2 1200100/ 1200200 1. Basic safety information 4 2. Proper se 4 Disposal 4 3. Installation and connection 5 Monting the time switch 5 Connecting the cable

More information

CS 1674: Intro to Computer Vision. Face Detection. Prof. Adriana Kovashka University of Pittsburgh November 7, 2016

CS 1674: Intro to Computer Vision. Face Detection. Prof. Adriana Kovashka University of Pittsburgh November 7, 2016 CS 1674: Intro to Computer Vision Face Detection Prof. Adriana Kovashka University of Pittsburgh November 7, 2016 Today Window-based generic object detection basic pipeline boosting classifiers face detection

More information

Brain-actuated Control of Wheelchair Using Fuzzy Neural Networks

Brain-actuated Control of Wheelchair Using Fuzzy Neural Networks Int'l Conf. Artificial Intelligence ICAI'6 67 Brain-actated Control of Wheelchair Using Fzzy Neral Networks Rahib H.Abiyev, Nrllah Akkaya, Ersin Aytac, Irfan Günsel, Ahmet Ça man, Sanan Abizade Near East

More information

DESIGN O'F A HIGH SPEED DDA

DESIGN O'F A HIGH SPEED DDA DESIGN O'F A HIGH SPEED DDA Mark W. Goldman Gidance and Control Department Martin Company Baltimore, Maryland INTRODUCTION The objective of the company-fnded task which spported this work was to develop

More information

LB3-PCx50 Premium Cabinet Loudspeakers

LB3-PCx50 Premium Cabinet Loudspeakers Conications Systems LB3-PCx Premim Cabinet Lodspeakers LB3-PCx Premim Cabinet Lodspeakers www.boschsecrity.com High-qality speech and msic reprodction Weatherized, sited for sheltered otside se Prepared

More information

8-1. Advanced Features About TV Watching TV... TV Antenna TV Windows Initial Setup Channel Settings...

8-1. Advanced Features About TV Watching TV... TV Antenna TV Windows Initial Setup Channel Settings... Abot... -2 Antenna... -3 Winows... -4 Initial Setp... -5 Watching... -6 Time Shift Playback While Watching... From Qick Lancher... Data Broacasts (Japanese)... Program Gie... -7-7 - -9 Recoring/Playing

More information

Dynamic Scan Clock Control in BIST Circuits

Dynamic Scan Clock Control in BIST Circuits Dynamic Scan Clock Control in BIST Circuits Priyadharshini Shanmugasundaram and Vishwani D. Agrawal Auburn Uniersity Auburn, Alabama 36849 pzs0012@auburn.edu, agrawal@eng.auburn.edu Abstract We dynamically

More information

Wipe Scene Change Detection in Video Sequences

Wipe Scene Change Detection in Video Sequences Wipe Scene Change Detection in Video Sequences W.A.C. Fernando, C.N. Canagarajah, D. R. Bull Image Communications Group, Centre for Communications Research, University of Bristol, Merchant Ventures Building,

More information

Vadim V. Romanuke * (Professor, Polish Naval Academy, Gdynia, Poland)

Vadim V. Romanuke * (Professor, Polish Naval Academy, Gdynia, Poland) Electrical, Control and Commnication Engineering ISSN 2255-959 (online) ISSN 2255-940 (print) 20, vol. 4, no., pp. 5 57 doi: 0.247/ecce-20-0006 https://www.degryter.com/view/j/ecce An Attempt of Finding

More information

1. Basic safety information. 2. Proper use. 3. Installation and connection. Time switch installation. Disposal. click. Time switch.

1. Basic safety information. 2. Proper use. 3. Installation and connection. Time switch installation. Disposal. click. Time switch. 307029 Time switch installation EN Time switch SELEKTA 175 top2 1750100 1. Basic safety information!! WARNING Danger of death from electric shock or fire! ¾Installation shold only be carried ot by a qalified

More information

Indexing local features and instance recognition

Indexing local features and instance recognition Indexing local features and instance recognition May 14 th, 2015 Yong Jae Lee UC Davis Announcements PS2 due Saturday 11:59 am 2 Approximating the Laplacian We can approximate the Laplacian with a difference

More information

c:: Frequency response characteristics for sinusoidal movement in the fovea and periphery* ==> 0.' SOO O.S 2.0

c:: Frequency response characteristics for sinusoidal movement in the fovea and periphery* ==> 0.' SOO O.S 2.0 Freqency response characteristics for sinsoidal movement in the fovea and periphery* C. WILLIAM TYLER and JEAN TORRES Northeastern University, Boston, Massachsetts 211 Threshold sensitivity was measred

More information

Automatic Defect Recognition in Industrial Applications

Automatic Defect Recognition in Industrial Applications Automatic Defect Recognition in Industrial Applications Klaus Bavendiek, Frank Herold, Uwe Heike YXLON International, Hamburg, Germany INDE 2007 YXLON. The reason why 1 Different Fields for Usage of ADR

More information

¾Strip cable to 8 mm (max. 9) ¾Insert cable in the open DuoFix plug-in terminal at 45. LL2 cables per terminal position possible

¾Strip cable to 8 mm (max. 9) ¾Insert cable in the open DuoFix plug-in terminal at 45. LL2 cables per terminal position possible 307253 45 cable E Time switch TR 610 top3 6100130 TR 612 top3 6120130 DoFix plg-in terminal Test tap Plg-in screwless terminal C contact 1. Basic safety information WARIG Danger of death throgh electric

More information

Influence of Available Bandwidth on the Statistical Characterization of Compressed Video

Influence of Available Bandwidth on the Statistical Characterization of Compressed Video Influence of Available Bandwidth on the Statistical Characterization of Compressed Video Paramvir Bahl February 996 Technical Report TR-96-CSE-7 Department of Electrical and Computer Engineering University

More information

Story Tracking in Video News Broadcasts. Ph.D. Dissertation Jedrzej Miadowicz June 4, 2004

Story Tracking in Video News Broadcasts. Ph.D. Dissertation Jedrzej Miadowicz June 4, 2004 Story Tracking in Video News Broadcasts Ph.D. Dissertation Jedrzej Miadowicz June 4, 2004 Acknowledgements Motivation Modern world is awash in information Coming from multiple sources Around the clock

More information

In 2007, Pew Research conducted a survey to assess Americans knowledge of

In 2007, Pew Research conducted a survey to assess Americans knowledge of CHAPTER 12 Sample Srveys In 2007, Pew Research condcted a srvey to assess Americans knowledge of crrent events. They asked a random sample of 1,502 U.S. adlts 23 factal qestions abot topics crrently in

More information

HELMUT T. ZWAHLEN AND UMA DEVI VEL

HELMUT T. ZWAHLEN AND UMA DEVI VEL TRANSPORTATION RESEARCH RECORD 1456 125 Conspicity in Terms of Peripheral Visal Detection and Recognition of Florescent Color Targets Verss N onflorescent Color Targets Against Different Backgronds in

More information

Musical Hit Detection

Musical Hit Detection Musical Hit Detection CS 229 Project Milestone Report Eleanor Crane Sarah Houts Kiran Murthy December 12, 2008 1 Problem Statement Musical visualizers are programs that process audio input in order to

More information

Sauter Components

Sauter Components 51.362/1 AVM 105S, 115S: Actuator with SAUTER Uniersal Technology (SUT) How energy efficiency is improed Automatic adaptation to ale, precision control and high energy efficiency with minimal operating

More information

Automatic LP Digitalization Spring Group 6: Michael Sibley, Alexander Su, Daphne Tsatsoulis {msibley, ahs1,

Automatic LP Digitalization Spring Group 6: Michael Sibley, Alexander Su, Daphne Tsatsoulis {msibley, ahs1, Automatic LP Digitalization 18-551 Spring 2011 Group 6: Michael Sibley, Alexander Su, Daphne Tsatsoulis {msibley, ahs1, ptsatsou}@andrew.cmu.edu Introduction This project was originated from our interest

More information

EXHIBITOR S PROSPECTUS

EXHIBITOR S PROSPECTUS EXHIBITOR S PROSPECTUS Annal Conference & Trade Show TORCH Annal Conference & Trade Show April 18-20, 2017 Hyatt Regency Dallas DEADLINE FOR APPLICATION March 27, 2017 President s Message It is my pleasre

More information

THE EVENT ARGUMENT and ARGUMENT INTRODUCERS: little v, and the Applicative Head. λe <s,t> v Appl

THE EVENT ARGUMENT and ARGUMENT INTRODUCERS: little v, and the Applicative Head. λe <s,t> v Appl THE EVENT ARGUMENT and ARGUMENT INTRODUCERS: little v, and the Applicative Head λe v Appl OUR ROADMAP v Review of how little v came to be and its morphosyntactic fnction v The event argment v The

More information

ZONE PLATE SIGNALS 525 Lines Standard M/NTSC

ZONE PLATE SIGNALS 525 Lines Standard M/NTSC Application Note ZONE PLATE SIGNALS 525 Lines Standard M/NTSC Products: CCVS+COMPONENT GENERATOR CCVS GENERATOR SAF SFF 7BM23_0E ZONE PLATE SIGNALS 525 lines M/NTSC Back in the early days of television

More information

Deep Neural Networks Scanning for patterns (aka convolutional networks) Bhiksha Raj

Deep Neural Networks Scanning for patterns (aka convolutional networks) Bhiksha Raj Deep Neural Networks Scanning for patterns (aka convolutional networks) Bhiksha Raj 1 Story so far MLPs are universal function approximators Boolean functions, classifiers, and regressions MLPs can be

More information

Distortion Analysis Of Tamil Language Characters Recognition

Distortion Analysis Of Tamil Language Characters Recognition www.ijcsi.org 390 Distortion Analysis Of Tamil Language Characters Recognition Gowri.N 1, R. Bhaskaran 2, 1. T.B.A.K. College for Women, Kilakarai, 2. School Of Mathematics, Madurai Kamaraj University,

More information

Lab 6: Edge Detection in Image and Video

Lab 6: Edge Detection in Image and Video http://www.comm.utoronto.ca/~dkundur/course/real-time-digital-signal-processing/ Page 1 of 1 Lab 6: Edge Detection in Image and Video Professor Deepa Kundur Objectives of this Lab This lab introduces students

More information

DMT PAR-reduction by weighted cancellation waveforms

DMT PAR-reduction by weighted cancellation waveforms This paper has been published in Proceedings of Radiovetenskap och kommunikation 99 (RVK 99), pages 33 37, Karlskrona, Sweden, June 1999. 33 DMT PAR-reduction by weighted cancellation waveforms Per Ola

More information

Using Device-Specific Data Acquisition for Automated Laboratory Testing

Using Device-Specific Data Acquisition for Automated Laboratory Testing TRANSPOR'IATION RESEARCH RECORD 1432 9 Using Device-Specific Data Acqisition for Atomated Laboratory Testing THOMAS C. SHEAHAN, DON J. DEGROOT, AND JOHN T. GERMAINE Compter-based data acqisition systems

More information

Introduction. Edge Enhancement (SEE( Advantages of Scalable SEE) Lijun Yin. Scalable Enhancement and Optimization. Case Study:

Introduction. Edge Enhancement (SEE( Advantages of Scalable SEE) Lijun Yin. Scalable Enhancement and Optimization. Case Study: Case Study: Scalable Edge Enhancement Introduction Edge enhancement is a post processing for displaying radiologic images on the monitor to achieve as good visual quality as the film printing does. Edges

More information

P D C G Middle C u B

P D C G Middle C u B READIN MUSIC NOTES With Ease E For the Earliest BeginnerA P D C Middle C B f F BETTY WANER Associate Trinity College London, Associate Msic Astralia READIN MUSIC NOTES WITH EASE Page 1 http://www.msic-with-ease.com

More information

Symbol Classification Approach for OMR of Square Notation Manuscripts

Symbol Classification Approach for OMR of Square Notation Manuscripts Symbol Classification Approach for OMR of Square Notation Manuscripts Carolina Ramirez Waseda University ramirez@akane.waseda.jp Jun Ohya Waseda University ohya@waseda.jp ABSTRACT Researchers in the field

More information

GLOBAL DISPARITY COMPENSATION FOR MULTI-VIEW VIDEO CODING. Kwan-Jung Oh and Yo-Sung Ho

GLOBAL DISPARITY COMPENSATION FOR MULTI-VIEW VIDEO CODING. Kwan-Jung Oh and Yo-Sung Ho GLOBAL DISPARITY COMPENSATION FOR MULTI-VIEW VIDEO CODING Kwan-Jung Oh and Yo-Sung Ho Department of Information and Communications Gwangju Institute of Science and Technolog (GIST) 1 Orong-dong Buk-gu,

More information

Tape transport control based on sensor fusion

Tape transport control based on sensor fusion Preprints o the 19th World Congress The International Federation o Atoatic Control Cape Town, Soth Arica. Agst 4-9, 14 Tape transport control based on sensor sion Angeliki Pantazi*, Gioanni Cherbini*,

More information

Fourier Transforms 1D

Fourier Transforms 1D Fourier Transforms 1D 3D Image Processing Torsten Möller Overview Recap Function representations shift-invariant spaces linear, time-invariant (LTI) systems complex numbers Fourier Transforms Transform

More information

Automatic Labelling of tabla signals

Automatic Labelling of tabla signals ISMIR 2003 Oct. 27th 30th 2003 Baltimore (USA) Automatic Labelling of tabla signals Olivier K. GILLET, Gaël RICHARD Introduction Exponential growth of available digital information need for Indexing and

More information

Optimization of Multi-Channel BCH Error Decoding for Common Cases. Russell Dill Master's Thesis Defense April 20, 2015

Optimization of Multi-Channel BCH Error Decoding for Common Cases. Russell Dill Master's Thesis Defense April 20, 2015 Optimization of Multi-Channel BCH Error Decoding for Common Cases Russell Dill Master's Thesis Defense April 20, 2015 Bose-Chaudhuri-Hocquenghem (BCH) BCH is an Error Correcting Code (ECC) and is used

More information

PS User Guide Series Seismic-Data Display

PS User Guide Series Seismic-Data Display PS User Guide Series 2015 Seismic-Data Display Prepared By Choon B. Park, Ph.D. January 2015 Table of Contents Page 1. File 2 2. Data 2 2.1 Resample 3 3. Edit 4 3.1 Export Data 4 3.2 Cut/Append Records

More information

Escher s Tessellations: The Symmetry of Wallpaper Patterns. 27 January 2014

Escher s Tessellations: The Symmetry of Wallpaper Patterns. 27 January 2014 Escher s Tessellations: The Symmetry of Wallpaper Patterns 27 January 2014 Symmetry I 27 January 2014 1/30 This week we will discuss certain types of art, called wallpaper patterns, and how mathematicians

More information

Escher s Tessellations: The Symmetry of Wallpaper Patterns

Escher s Tessellations: The Symmetry of Wallpaper Patterns Escher s Tessellations: The Symmetry of Wallpaper Patterns Symmetry I 1/29 This week we will discuss certain types of art, called wallpaper patterns, and how mathematicians classify them through an analysis

More information

Study of Timing and Efficiency Properties of Multi-Anode Photomultipliers

Study of Timing and Efficiency Properties of Multi-Anode Photomultipliers Study of Timing and Efficiency Properties of Multi-Anode Photomultipliers T. Hadig, C.R. Field, D.W.G.S. Leith, G. Mazaheri, B.N. Ratcliff, J. Schwiening, J. Uher, J. Va vra Stanford Linear Accelerator

More information

Performing a Measurement/ Reading the Data

Performing a Measurement/ Reading the Data CHAPTER 5 Performing a Measurement/ Reading the Data With the basic parameters set and the instrument calibrated (as discussed in Chapters 3 and 4), you are ready to take a measurement and examine the

More information

MIC Series 440 Explosion-Protected Camera

MIC Series 440 Explosion-Protected Camera Video MIC Series 440 Explosion-Protected Camera MIC Series 440 Explosion-Protected Camera www.boschsecrity.com Explosion-protected nit certified to ATEX Directive 94/9/EC Exd IIC T6 CSA and Inmetro certified

More information

MIC Series 440 Explosion-Protected Camera

MIC Series 440 Explosion-Protected Camera Video MIC Series 440 Explosion-Protected Camera MIC Series 440 Explosion-Protected Camera www.boschsecrity.com Explosion-protected nit certified to ATEX Directive 94/9/EC Exd IIC T6 CSA and Inmetro certified

More information

MIC Series 440 Explosion-Protected Camera

MIC Series 440 Explosion-Protected Camera Video MIC Series 440 Explosion-Protected Camera MIC Series 440 Explosion-Protected Camera www.boschsecrity.com Explosion-protected nit certified to ATEX Directive 94/9/EC Exd IIC T6 CSA and Inmetro certified

More information

INTER GENRE SIMILARITY MODELLING FOR AUTOMATIC MUSIC GENRE CLASSIFICATION

INTER GENRE SIMILARITY MODELLING FOR AUTOMATIC MUSIC GENRE CLASSIFICATION INTER GENRE SIMILARITY MODELLING FOR AUTOMATIC MUSIC GENRE CLASSIFICATION ULAŞ BAĞCI AND ENGIN ERZIN arxiv:0907.3220v1 [cs.sd] 18 Jul 2009 ABSTRACT. Music genre classification is an essential tool for

More information

Music Understanding and the Future of Music

Music Understanding and the Future of Music Music Understanding and the Future of Music Roger B. Dannenberg Professor of Computer Science, Art, and Music Carnegie Mellon University Why Computers and Music? Music in every human society! Computers

More information

GNURadio Support for Real-time Video Streaming over a DSA Network

GNURadio Support for Real-time Video Streaming over a DSA Network GNURadio Support for Real-time Video Streaming over a DSA Network Debashri Roy Authors: Dr. Mainak Chatterjee, Dr. Tathagata Mukherjee, Dr. Eduardo Pasiliao Affiliation: University of Central Florida,

More information

Audio-Based Video Editing with Two-Channel Microphone

Audio-Based Video Editing with Two-Channel Microphone Audio-Based Video Editing with Two-Channel Microphone Tetsuya Takiguchi Organization of Advanced Science and Technology Kobe University, Japan takigu@kobe-u.ac.jp Yasuo Ariki Organization of Advanced Science

More information

Detecting Musical Key with Supervised Learning

Detecting Musical Key with Supervised Learning Detecting Musical Key with Supervised Learning Robert Mahieu Department of Electrical Engineering Stanford University rmahieu@stanford.edu Abstract This paper proposes and tests performance of two different

More information

Restoration of Hyperspectral Push-Broom Scanner Data

Restoration of Hyperspectral Push-Broom Scanner Data Restoration of Hyperspectral Push-Broom Scanner Data Rasmus Larsen, Allan Aasbjerg Nielsen & Knut Conradsen Department of Mathematical Modelling, Technical University of Denmark ABSTRACT: Several effects

More information

DCI Requirements Image - Dynamics

DCI Requirements Image - Dynamics DCI Requirements Image - Dynamics Matt Cowan Entertainment Technology Consultants www.etconsult.com Gamma 2.6 12 bit Luminance Coding Black level coding Post Production Implications Measurement Processes

More information

Drum Sound Identification for Polyphonic Music Using Template Adaptation and Matching Methods

Drum Sound Identification for Polyphonic Music Using Template Adaptation and Matching Methods Drum Sound Identification for Polyphonic Music Using Template Adaptation and Matching Methods Kazuyoshi Yoshii, Masataka Goto and Hiroshi G. Okuno Department of Intelligence Science and Technology National

More information

Comparison Parameters and Speaker Similarity Coincidence Criteria:

Comparison Parameters and Speaker Similarity Coincidence Criteria: Comparison Parameters and Speaker Similarity Coincidence Criteria: The Easy Voice system uses two interrelating parameters of comparison (first and second error types). False Rejection, FR is a probability

More information

THE EVENT ARGUMENT and ARGUMENT INTRODUCERS: little v, and the Applicative Head. λe <s,t> v Appl

THE EVENT ARGUMENT and ARGUMENT INTRODUCERS: little v, and the Applicative Head. λe <s,t> v Appl THE EVENT ARGUMENT and ARGUMENT INTRODUCERS: little v, and the Applicative Head λe v Appl OUR ROADMAP Review of morphosyntactic fnction of v Adding events to or notation How little v came to be The

More information

Indexing local features. Wed March 30 Prof. Kristen Grauman UT-Austin

Indexing local features. Wed March 30 Prof. Kristen Grauman UT-Austin Indexing local features Wed March 30 Prof. Kristen Grauman UT-Austin Matching local features Kristen Grauman Matching local features? Image 1 Image 2 To generate candidate matches, find patches that have

More information

Experimental Study on Two-Phase Flow Instability in System Including Downcomers

Experimental Study on Two-Phase Flow Instability in System Including Downcomers Jornal of Nclear Science and Technology SSN: 0022-3131 (Print) 1881-1248 (Online) Jornal homepage: https://www.tandfonline.com/loi/tnst Experimental Stdy on Two-Phase Flow nstability in System nclding

More information

A Parallel Multilevel-Huffman Decompression Scheme for IP Cores with Multiple Scan Chains

A Parallel Multilevel-Huffman Decompression Scheme for IP Cores with Multiple Scan Chains A Parallel Mltilevel-Hffman Decompression Scheme for IP Cores with Mltiple Scan Chains X Kavosianos, E Kalligeros 2 and D Nikolos 2 Compter Science Dept, University of Ioannina, 45 Ioannina, Greece 2 Compter

More information

Analysis of vibration signals using cyclostationary indicators

Analysis of vibration signals using cyclostationary indicators Analysis of vibration signals using cyclostationary indicators Georges ISHAK 1, Amani RAAD 1 and Jérome ANTONI 2 1 Ecole doctorale de sciences et de technologie, Université Libanaise, Liban, 2 INSA de

More information

More on Flip-Flops Digital Design and Computer Architecture: ARM Edition 2015 Chapter 3 <98> 98

More on Flip-Flops Digital Design and Computer Architecture: ARM Edition 2015 Chapter 3 <98> 98 More on Flip-Flops Digital Design and Computer Architecture: ARM Edition 2015 Chapter 3 98 Review: Bit Storage SR latch S (set) Q R (reset) Level-sensitive SR latch S S1 C R R1 Q D C S R D latch Q

More information

Selection Criteria for X-ray Inspection Systems for BGA and CSP Solder Joint Analysis

Selection Criteria for X-ray Inspection Systems for BGA and CSP Solder Joint Analysis Presented at Nepcon Shanghai 2003 Abstract Selection Criteria for X-ray Inspection Systems for BGA and CSP Solder Joint Analysis Dr. David Bernard, Dage Precision Industries, 158-29 Hua Shan Road, Feng

More information

A Fast Approach for Static Timing Analysis Covering All PVT Corners Sari Onaissi

A Fast Approach for Static Timing Analysis Covering All PVT Corners Sari Onaissi A Fast Approach for Static Timing Analysis Covering All PVT Corners Sari Onaissi University of Toronto Toronto, ON, Canada sari@eecg.utoronto.ca ABSTRACT Feroze Taraporevala Synopsys Inc. Mountain View,

More information

Music Emotion Recognition. Jaesung Lee. Chung-Ang University

Music Emotion Recognition. Jaesung Lee. Chung-Ang University Music Emotion Recognition Jaesung Lee Chung-Ang University Introduction Searching Music in Music Information Retrieval Some information about target music is available Query by Text: Title, Artist, or

More information

Design and Analysis of New Methods on Passive Image Forensics. Advisor: Fernando Pérez-González. Signal Theory and Communications Department

Design and Analysis of New Methods on Passive Image Forensics. Advisor: Fernando Pérez-González. Signal Theory and Communications Department Design and Analysis of New Methods on Passive Image Forensics Advisor: Fernando Pérez-González GPSC Signal Processing and Communications Group Vigo. November 8, 3. Why do we need Image Forensics? Because...

More information

Instrument Recognition in Polyphonic Mixtures Using Spectral Envelopes

Instrument Recognition in Polyphonic Mixtures Using Spectral Envelopes Instrument Recognition in Polyphonic Mixtures Using Spectral Envelopes hello Jay Biernat Third author University of Rochester University of Rochester Affiliation3 words jbiernat@ur.rochester.edu author3@ismir.edu

More information

OWNER S MANUAL OUTPUT 1 THRESHOLD HIP. METER MIN +3dB MAX OUTPUT RECOVERY GR ATTACK. -3dB INPUT LEVEL HP SC

OWNER S MANUAL OUTPUT 1 THRESHOLD HIP. METER MIN +3dB MAX OUTPUT RECOVERY GR ATTACK. -3dB INPUT LEVEL HP SC OUTPUT THRESHOLD HIP METER OUTPUT MIN +3dB 0 db -3dB INPUT LEVEL MAX RECOVERY GR HP SC VU ATTACK TM n S T E R EO L I M I T E R C O M P R E S S O R VACUUM TUBE STEREO LIMITER / COMPRESSOR CHANNEL 2 CHANNEL

More information

Simple LCD Transmitter Camera Receiver Data Link

Simple LCD Transmitter Camera Receiver Data Link Simple LCD Transmitter Camera Receiver Data Link Grace Woo, Ankit Mohan, Ramesh Raskar, Dina Katabi LCD Display to demonstrate visible light data transfer systems using classic temporal techniques. QR

More information

There is suggested dialogue included in this lesson in parentheses. Use these words or you own words, whichever are most comfortable and effective.

There is suggested dialogue included in this lesson in parentheses. Use these words or you own words, whichever are most comfortable and effective. LESSON 2 Deliery and Story (Grades 4-6) A TIMPANOGOS STORYTELLING POPS ARTS EDUCATION PROGRAM Information for the teacher: Before attempting this lesson, Teacher has ideally already taught Lesson 1. Wheneer

More information