Image Denoising using Fast Bilateral Filter

Size: px
Start display at page:

Download "Image Denoising using Fast Bilateral Filter"

Transcription

1 Iteratioal Joural of Curret Egieerig ad Techology E-ISS , P-ISS IPRESSCO, All Rights Reserved Available at Research Article Riku A Joseph * ad Maju James Departmet of Electroics ad Commuicatio Egieerig, M.G Uiversity, Kottayam, Idia Accepted 0 ov 015, Available olie 6 ov 015, Vol.5, o.6 (Dec 015) Abstract Image de-oisig is the process of mappig a oisy image to a oise free image. The major problem of image deoisig algorithms is that edges are vaished after the de-oisig process. The bilateral filter is a o liear filter that does spatial averagig without smoothig edges. It cosists of a spatial kerel as well as a rage kerel to limit averagig to the eighbourhood pixels havig similar itesity. The rage kerel operates by actig o the pixel itesities. This makes the averagig process o liear ad computatioally itesive, maily whe the spatial filter is large. Those algorithms whose executio time is idepedet of size ad shape of filter are commoly kow as costat time or O(1)algorithm. Here we will see how averagig algorithms ca be leveraged for realizig the bilateral filter i costat time, by usig trigoometric rage kerels. Keywords: Bilateral Filter, Image Deoisig, Costat time filter, Spatial domai filters 1. Itroductio 1 Digital images play a very sigificat part, both i applicatios such as magetic resoace imagig, computer tomography as well as i the field of sciece ad techology such as geographical iformatio system ad astroomy. The data collected by image sesors ad other devices are geerally cotamiated by oise. oise ca also be itroduced due to trasmissio errors ad compressio. Hece deoisig is ofte a ecessary ad first step to be performed before image data is aalysed ad processed. A efficiet de-oisig techique must be applied to compesate for such data corruptio. Image de-oisig remais as a sigificat challege for researchers because de-oisig process removes oise but itroduces artefacts ad also causes blurrig.. Bilateral Filter A bilateral filter is a o-liear, edge-preservig ad oise-reducig smoothig filter for images. The itesity value at each pixel i a image is replaced by a weighted average of itesity values from earby pixels. This weight ca be based o a Gaussia distributio. Crucially, the weights deped ot oly o Euclidea distace of pixels, but also o radiometric differeces (e.g. rage differeces, such as color itesity, depth distace, etc.). This preserves sharp edges by systematically loopig through each pixel ad adjustig weights to the adjacet pixels accordigly. Its *Correspodig author: Riku A Joseph ability to decompose a image ito differet scales without causig haloes after alteratio has made it global i computatioal photography applicatios such as toe mappig, style trasfer, relightig, ad deoisig. Bilateral filterig algorithm is a o-liear ad oiterative image de-oisig method i spatial domai which makes use of the spatial iformatio ad the itesity iformatio betwee a poit ad its eighbours to smooth the oisy images while preservig edges well. The bilateral filter is preferred for oe uique reaso: It reduces oise while preservig details. The bilateral filter embodies the idea of a groupig of domai ad rage filterig. The domai filter averages the earby pixel values ad thus acts as a low-pass filter. The rage filter stads for the o liear compoet ad plays a sigificat part i edge preservig. This compoet allows averagig of similar pixel values oly, despite their positio i the filter widow. If the value of a pixel i the filter widow diverges from the value of the pixel beig filtered by a certai amout, the pixel is skipped. The bilateral filterig of a image f(x) is give by, ~ 1 x,, f ( ) f ( where w ( x,, f ( ) 3654 Iteratioal Joural of Curret Egieerig ad Techology, Vol.5, o.6 (Dec 015) (1) () Here x deotes the pixel of iterest ad y deotes the eighborig pixel. The term w(x, deotes the

2 geometric proximity betwee x ad y. The fuctio ϕ(f(x), f() measures itesity values of the pixels x ad its eighbor y. Here η idicates the ormalizig factor used to preserve local mea. We have w(x,=w(x- sice it is traslatio ivariat. The rage filter depeds o itesity differece ϕ(f(x), f()=ϕ(f(x) - f() Thus the filter is give by ~ 1 f ( x f ( x Where w ( f ( x ) Here w(x) represets the spatial kerel ad ϕ(s) deotes the rage kerel. The local support of spatial kerel that cosists of the eighborhood over which the averagig takes place is idicated usig the symbol Ω. The spatial ad rage kerel are usually gaussia. For the bilateral filter i (1), the differece f(x-- f(x) is close to zero i homogeous regios, ad hece ϕ(f(x--f(x)) 1. I this case, (1) simply results i the averagig of pixels i the eighborhood of the pixel of iterest. O the other had, if the pixel of iterest is i the surroudig area of a edge, ϕ(f(x--f(x)) is large whe x-y belogs to the same side of the edge as x ad is small whe x-y is o the other side of the edge. As a result, the averagig is limited to eighborhood pixels that are o the same side of the edge as the pixel of iterest. This is the basic idea that allows oe to carry out smoothig while preservig edges at the same time. Sice its begiig, the bilateral filter has foud extesive use i several image processig, computer graphics, ad computer visio applicatios. This icludes deoisig, video abstractio, demosaicig, optical-flow estimatio, ad stereo matchig, to ame a few. It is the presece of term ϕ(f(x--f(x) i (1) that makes the filter oliear. I the absece of this term, that is, whe ϕ(s) is costat, the filter is simply give by averagig f ( x (3) Our preset idea is to leverage these fast averagig algorithms by expressig (1) i terms of (3), where the averagig is performed o the image ad its simple poit wise trasforms. Our observatio is that we ca do so if the rage kerel is of the form By pluggig (4) ito (1), we ca write the itegral as cos( ) cos( f ( x ) f ( x si( ) si( f ( x ) f ( x This is clearly show to be the liear combiatio of two spatial averages, performed o images cos(ϒf(x))f(x)) ad si(ϒf(x))f(x)). Similarly, we ca write the itegral i () as cos( ) cos( f ( x ) si( ) si( f ( x ) I this case, the averagig is o images cos(ϒf(x)) ad si(ϒf(x)). This is the trick that allows us to express (1) i terms of liear covolutio filters applied to poit wise trasforms of the image. 3. Proposed Work Algorithm Iput: Image f (x) - Variace of spatial kerel - Variace of Rage kerel The rage kerel is defied as, S ( s) cos( s) cos T Dyamic Rage [-T, T] Set / ad Calculate the maximum Dyamic Rage T ( r) =.405 T r For 0,set up images h exp( j ( ) ) / g h ad coefficiets d j ( ) ( C )exp Filter ad with a gaussia of variace to get (x) ad (x) ~ d 0 d 0 g h r ( s) cos( s),t s T (4) Retur: Filtered Image (x) 3655 Iteratioal Joural of Curret Egieerig ad Techology, Vol.5, o.6 (Dec 015)

3 4. Methodology ad Desig Here our aim is to brig the bilateral filter i oliear form to the liear form. This is achievable if the rage kerel is of the form S s) cos( s) cos T, -T s T 4.1 Geeral Trigoometric kerels costat whe is eve, ad we have oe less auxiliary image to process i this case. 4.3 Gaussia Kerel Approximatio Figure below shows raised cosies of order =1 to =5. As icreases ϕ(s) becomes more gaussia like, over the half period [-Π, Π]. The idea metioed above is exteded to more geeral trigoometric fuctios havig the form s) a a cos( s)... a cos( ) ( 0 1 s Rewritig i terms of complex expoetials, we have s) c exp( js) The coefficiets must be real ad symmetric. 4. Raised Cosies I order to qualify as a valid rage kerel, the rage kerel should be oegative ad mootoic, aside from beig symmetric. Fig. Raised cosie approximatio of gaussia kerel s s lim [cos( )] exp( ) (5) It is clear that raised cosie offers better approximatio tha its polyomial couterpart. 4.4 Cotrol of width of rage kerel Fig. 1 Family of raised cosies, over the amic rage -T S T,as goes from 1 to 5 (outer to ier curves) The properties of symmetry, oegativity, ad mootoicity are cocurretly ejoyed by the family of raised cosies of the form s) cos( s),t s T We have cos ( e jx e jx ) / Ad applyig the biomial theorem we see that The approximatio i (5) also suggests a meas of cotrollig the variace of the raised cosie, amely, by cotrollig the variace of the target Gaussia. The target Gaussia (with ormalizatio) has a fixed variace of. This ca be icreased by simply rescalig the argumet of the cosie i (5) by some ρ>1. I particular, for sufficietly large s [(cos )] s exp( 5. Experimetal Results The Lea image of size 56 x 56 i pg format was chose as the test image, iitially. Additive white gaussia oise with sigma=0 was added i to the origial image. The oisy image was filtered usig the proposed algorithm ad the output obtaied was plotted. ) s) 0 C exp( j( ) s) Sice ϕ(s)has a total of (+1) terms, this gives a total of (+1) auxiliary images. The cetral term =/ is 3656 Iteratioal Joural of Curret Egieerig ad Techology, Vol.5, o.6 (Dec 015)

4 (a) (c) (d) (b) Table 1 shows the maximum amic rage obtaied for six stadard test images, lea, barbara, boats, checker ad house. The maximum value of amic rage of a grayscale image is 55. From the table, it is clear that the maximum amic rage obtaied is much lower tha the worst case estimate (T=55). The de-oisig results obtaied usig the proposed algorithm for various stadard test images were compared both visually ad i terms of psr values. Table Compariso of psr values Sl.o Test oisy Proposed SBF FBF Image Image Method 1 Checker Lea Barbara Boats House Peppers Table shows the compariso of the peak sigal to oise ratio (psr), obtaied for six stadard images. Colums 3, 4 ad 5 represets the psr obtaied for stadard bilateral filter (SBF), Fast bilateral filter (FBF) ad the proposed method respectively for the six stadard images. The psr value obtaied for checker image usig stadard bilateral filterig is 6.70 db ad with fast bilateral filterig is 8.85 db. The proposed method resulted i the rise of psr value to db, a rise of about 6 db. Thus from the above table, it is clear that the quality of de-oised image ca be improved by usig this algorithm. Coclusio (e) Fig. 3 Compariso of outputs of SBF, FBF ad proposed method usig lea image Figure (a) represets the clea Lea image. The image obtaied after addig additive white gaussia oise with σ= 0 is show i figure (b), with a psr value of.14 db. Figure (c) shows the output of stadard bilateral filter (SBF), havig a psr value of value of 6.77 db. Figure (d) shows the output of fast bilateral filterig (8.85 db) ad the output of proposed method is show i figure (e), with a psr value of db. Figure (f) shows the residual image obtaied by subtractig the filtered image from the origial. (f) The ehacemet of oisy image is a essetial task i image processig. The objective of ay de-oisig algorithm is to de-oise the image i miimum time, preservig the edge iformatio as well as the image details. Thus edge preservig bilateral filter was realized with the raised cosie approximatio of rage kerel of the bilateral filter. It is clear that raised cosies of large order provide close approximatios of the Gaussia kerel. The de-oisig results obtaied usig this algorithm was compared both visually ad i terms of psr values. Alog with the ehacemet i quality, the reductio i computatioal complexity is aother advatage of this method. This algorithm ca also be exteded for removig oise from color images. Refereces Table 1 Maximum Dyamic Rage Sl,o Image Maximum Dyamic Rage (T) 1 Lea 44 Barbara 6 3 Boats Checker 44 5 House 09 Kual araya Chaudhury, Daiel Sage, ad Michael User(011), Fast O(1) Bilateral filterig usig Trigoometric Rage kerels, IEEE trasactios o image processig, Vol.0, o. 1 C.Tomasi, R.Maduchi (1998), Bilateral fillterig for gray ad color images, IEEE iteratioal Coferece o Computer visio, Bombay, Idia Fredo Durad,Julie Dorsey (011),Addedum to Fast O(1) bilateral filterig usig trigoometric rage kerels, IEEE trasactios o image processig, Vol. 0, o Iteratioal Joural of Curret Egieerig ad Techology, Vol.5, o.6 (Dec 015)

5 K.. Chaudhary (01), Acceleratio of the shiftable O(1) algorithm for bilateral filterig ad o-local meas, IEEE Trasactios,Image Processig Sweety Deswal, Shaileder Gupta ad Bharat Bhusha (015),A Survey of Various Bilateral Filterig Techiques, iteratioal Joural of Sigal Processig, Image Processig ad Patter Recogitio Vol.8, o.3, pp Michael M.Brostei (014), oises ad Image De-oisig Techiques : A Brief Survey, Iteratioal Joural of Emergig Techology ad Advaced Egieerig, ISS , ISO 9001:008 Certified Joural, Volume 4, Issue 3, Kollipara Rithwik ad Kual. Chaudhury (015) :A Simple Yet Effective Improvemet to the Bilateral Filter for Image De-oisig, IEEE Trasactios, image processig D.Vishu Vardha, K. Jayachadra Red (013):Acceleratio of Shiftable O (1) Algorithm for Bilateral Filterig ad olocal meas, Iteratioal Joural of Sciece ad Research (IJSR), ISS (Olie): Iteratioal Joural of Curret Egieerig ad Techology, Vol.5, o.6 (Dec 015)

An Adaptive Image Denoising Method based on Thresholding

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

More information

CHAPTER 5 A NEAR-LOSSLESS RUN-LENGTH CODER

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

More information

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

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

More information

Fingerprint Classification Based on Directional Image Constructed Using Wavelet Transform Domains

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

More information

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

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

More information

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

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

More information

Analysis of SDR GNSS Using MATLAB

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

More information

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

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

More information

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

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

More information

Problem of calculating time delay between pulse arrivals

Problem of calculating time delay between pulse arrivals America Joural of Egieerig Research (AJER) 5 America Joural of Egieerig Research (AJER) e-issn: 3-847 p-issn : 3-936 Volume-4, Issue-4, pp-3-4 www.ajer.org Research Paper Problem of calculatig time delay

More information

Adaptive Fuzzy Color Interpolation

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

More information

APPLICATION NOTE UNDERSTANDING EFFECTIVE BITS

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

More information

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

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

More information

AC : USING ELLIPTIC INTEGRALS AND FUNCTIONS TO STUDY LARGE-AMPLITUDE OSCILLATIONS OF A PENDULUM

AC : USING ELLIPTIC INTEGRALS AND FUNCTIONS TO STUDY LARGE-AMPLITUDE OSCILLATIONS OF A PENDULUM AC 007-7: USING ELLIPTIC INTEGRALS AND FUNCTIONS TO STUDY LARGE-AMPLITUDE OSCILLATIONS OF A PENDULUM Josue Njock-Libii, Idiaa Uiversity-Purdue Uiversity-Fort Waye Josué Njock Libii is Associate Professor

More information

A Novel Small Signal Power Line Quality Measurement System

A Novel Small Signal Power Line Quality Measurement System IMTC 3 - Istrumetatio ad Measuremet Techology Coferece Vail, CO, USA, - May 3 A ovel Small Sigal Power Lie Quality Measuremet System Paul B. Crilly, Erik Leadro Boaldi, Levy Ely de Lacarda de Oliveira,

More information

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

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

More information

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

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

More information

High Speed Area Efficient Modulo 2 1

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

More information

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

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

More information

4. INTERSYMBOL INTERFERENCE

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

More information

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

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

More information

H2 Mathematics Pure Mathematics Section A Comprehensive Checklist of Concepts and Skills by Mr Wee Wen Shih. Visit: wenshih.wordpress.

H2 Mathematics Pure Mathematics Section A Comprehensive Checklist of Concepts and Skills by Mr Wee Wen Shih. Visit: wenshih.wordpress. H2 Mathematics Pure Mathematics Sectio A Comprehesive Checklist of Cocepts ad Skills by Mr Wee We Shih Visit: weshih.wordpress.com Updated: Ja 2010 Syllabus topic 1: Fuctios ad graphs 1.1 Checklist o Fuctios

More information

COMPRESSION OF TRANSMULTIPLEXED ACOUSTIC SIGNALS

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

More information

A New Design of Log-Periodic Dipole Array (LPDA) Antenna

A New Design of Log-Periodic Dipole Array (LPDA) Antenna Joural of Commuicatio Egieerig, Vol., No., Ja.-Jue 0 67 A New Desig of Log-Periodic Dipole Array (LPDA) Atea Javad Ghalibafa, Seyed Mohammad Hashemi, ad Seyed Hassa Sedighy Departmet of Electrical Egieerig,

More information

Studying for the Enhancement Captured Images at Different Lightness Directions and Levels Distribution Based on Using Histogram Equalization Method

Studying for the Enhancement Captured Images at Different Lightness Directions and Levels Distribution Based on Using Histogram Equalization Method Al-Saleh et.al. Iraqi Joural of Sciece, December, Vol. 53, No. 4, Pp. -7 Studyig for the Ehacemet Captured Images at Differet Lightess Directios ad Levels Distributio Based o Usig Histogram Equalizatio

More information

Introduction to CPM-OFDM: An Energy Efficient Multiple Access Transmission Scheme

Introduction to CPM-OFDM: An Energy Efficient Multiple Access Transmission Scheme Joural of Commuicatio ad Computer 1 (015) 37-43 doi: 10.1765/1548-7709/015.01.007 D DAVID PUBLISHING Itroductio to CPM-OFDM: A Eergy Efficiet Multiple Access Trasmissio Scheme Mohammad Irfa, Sag Hoo Lee

More information

Using Color Histograms to Recognize People in Real Time Visual Surveillance

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

More information

The Fast Haar Wavelet Transform for Signal & Image Processing

The Fast Haar Wavelet Transform for Signal & Image Processing Vol. 7, No., The Fast Haar Wavelet Trasform for Sigal & Image Processig V.Ashok T.Balakumara C.Gowrishakar epartmet of BE, epartmet of ECE epartmet of EEE Velalar College of Egg.&Tech. Velalar College

More information

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

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

More information

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

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

More information

PERFORMANCE EVALUATION OF SPATIAL FILTERS USING FULL-REFERENCE IMAGE QUALITY METRICS

PERFORMANCE EVALUATION OF SPATIAL FILTERS USING FULL-REFERENCE IMAGE QUALITY METRICS VOL. 13, O. 3, FEBRUARY 018 ISS 1819-6608 006-018 Asia Research Publishig etwork (ARP). All rights reserved. PERFORACE EVALUATIO OF SPATIAL FILTERS USIG FULL-REFERECE IAGE QUALITY ETRICS Palwider Sigh

More information

Indoor Localization by Pattern Matching Method Based On Extended Database

Indoor Localization by Pattern Matching Method Based On Extended Database Vol:8, No:, Idoor Localizatio by atter Matchig Method Based O Exteded Database Gyumi Hwag, Jihog Lee Iteratioal Sciece Idex, Mechaical ad Mechatroics Egieerig Vol:8, No:, waset.org/ublicatio/9997 Abstract

More information

3. Error Correcting Codes

3. Error Correcting Codes 3. Error Correctig Codes Refereces V. Bhargava, Forward Error Correctio Schemes for Digital Commuicatios, IEEE Commuicatios Magazie, Vol 21 No1 11 19, Jauary 1983 Mischa Schwartz, Iformatio Trasmissio

More information

X-Bar and S-Squared Charts

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

More information

High-Order CCII-Based Mixed-Mode Universal Filter

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

More information

Power Ratio Reduction with OFDM Signals for Broadband Wireless Mobile Communication

Power Ratio Reduction with OFDM Signals for Broadband Wireless Mobile Communication Volume-4, Issue-, February-4, ISSN No.: 5-758 Iteratioal Joural of Egieerig ad Maagemet Research Available at: www.ijemr.et Page Number: 66-7 Power Ratio Reductio with OFDM Sigals for Broadbad Wireless

More information

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

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

More information

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

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

More information

CFAR DETECTION IN MIMO RADARS USING FUZZY FUSION RULES IN HOMOGENEOUS BACKGROUND

CFAR DETECTION IN MIMO RADARS USING FUZZY FUSION RULES IN HOMOGENEOUS BACKGROUND CFAR DETECTION IN MIMO RADARS USING FUZZY FUSION RULES IN HOMOGENEOUS BACKGROUND Faycal Khaldi 1 ad Faouzi Soltai 2 1,2 Départemet d électroique, Uiversité des Frères Metouri Costatie Costatie 25, Algeria

More information

Encode Decode Sample Quantize [ ] [ ]

Encode Decode Sample Quantize [ ] [ ] Referece Audio Sigal Processig I Shyh-Kag Jeg Departmet of Electrical Egieerig/ Graduate Istitute of Commuicatio Egieerig M. Bosi ad R. E. Goldberg, Itroductio to Digital Audio Codig ad Stadards, Kluwer

More information

x y z HD(x, y) + HD(y, z) HD(x, z)

x y z HD(x, y) + HD(y, z) HD(x, z) Massachusetts Istitute of Techology Departmet of Electrical Egieerig ad Computer Sciece 6.02 Solutios to Chapter 5 Updated: February 16, 2012 Please sed iformatio about errors or omissios to hari; questios

More information

Ch 9 Sequences, Series, and Probability

Ch 9 Sequences, Series, and Probability Ch 9 Sequeces, Series, ad Probability Have you ever bee to a casio ad played blackjack? It is the oly game i the casio that you ca wi based o the Law of large umbers. I the early 1990s a group of math

More information

History and Advancement of the Family of Log Periodic Toothed Planer Microstrip Antenna

History and Advancement of the Family of Log Periodic Toothed Planer Microstrip Antenna Joural of Electromagetic Aalysis ad Applicatios, 2011, 3, 242-247 doi:10.4236/jemaa.2011.36039 Published Olie Jue 2011 (http://www.scirp.org/joural/jemaa) History ad Advacemet of the Family of Log Periodic

More information

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

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

More information

Measurement of Equivalent Input Distortion AN 20

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

More information

Image Contrast Enhancement Using Histogram Modification Technique

Image Contrast Enhancement Using Histogram Modification Technique Image Cotrast Ehacemet Usig Histogram Modificatio Techique Shekhar R. Suralkar 1, Atul H. Karode 2, Maali S. Rathi 3 1 Asso. Prof. (E&TC Dept.), SSBT s COET, Jalgao, Idia 2 Asst. Prof. (E&TC Dept.), SSBT

More information

A Series Compensation Technique for Enhancement of Power Quality Isolated Power System Venkateshwara Rao R K.Satish Babu

A Series Compensation Technique for Enhancement of Power Quality Isolated Power System Venkateshwara Rao R K.Satish Babu A Series Compesatio Techique for Ehacemet of Power Quality Isolated Power System ekateshwara Rao R K.Satish Babu PG Studet [P.E], Dept of EEE, DR & DR. H S MIC College of Tech, A.P, Idia Assistat Professor,

More information

A Miniaturized Non-ResonantLoaded Monopole Antenna for HF-VHF Band. Mehdi KarimiMehr, Ali Agharasouli

A Miniaturized Non-ResonantLoaded Monopole Antenna for HF-VHF Band. Mehdi KarimiMehr, Ali Agharasouli Iteratioal Joural of Scietific & Egieerig Research, Volume 8, Issue 4, April-017 109 ISSN 9-5518 A Miiaturized No-ResoatLoaded Moopole Atea for HF-VHF Bad Mehdi KarimiMehr, Ali Agharasouli Abstract I this

More information

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

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

More information

Automatic Method for Contrast Enhancement of Natural Color Images

Automatic Method for Contrast Enhancement of Natural Color Images J Electr Eg Techol.2015; 10(?): 30-40 http://dx.doi.org/10.5370/jeet.2015.10.2.030 ISSN(Prit) 1975-0102 ISSN(Olie) 2093-7423 Automatic Method for Cotrast Ehacemet of Natural Color Images Shyam Lal**, A.

More information

Recovering low frequencies for impedance inversion by frequency domain deconvolution

Recovering low frequencies for impedance inversion by frequency domain deconvolution Recoverig low frequecies for impedace iversio by frequecy domai decovolutio Sia. Esmaeili*, CREWES, Uiversity of Calgary, sesmaeil@ucalgary.ca Gary. Frak. Margrave, CREWES, Uiversity of Calgary, margrave@ucalgary.ca

More information

MEASUREMENT AND CONTORL OF TOTAL HARMONIC DISTORTION IN FREQUENCY RANGE 0,02-10KHZ.

MEASUREMENT AND CONTORL OF TOTAL HARMONIC DISTORTION IN FREQUENCY RANGE 0,02-10KHZ. ELECTRONICS 00 September, Sozopol, BLGARIA MEASREMENT AND CONTORL OF TOTAL HARMONIC DISTORTION IN FREQENCY RANGE 0,0-0KHZ. Plame Agelov Agelov Faculty for Computer Sciece, Egieerig ad Natural Studies,

More information

The Institute of Chartered Accountants of Sri Lanka

The Institute of Chartered Accountants of Sri Lanka The Istitute of Chartered Accoutats of Sri Laka Postgraduate Diploma i Busiess ad Fiace Quatitative Techiques for Busiess Hadout 02:Presetatio ad Aalysis of data Presetatio of Data The Stem ad Leaf Display

More information

Pulse-echo Ultrasonic NDE of Adhesive Bonds in Automotive Assembly

Pulse-echo Ultrasonic NDE of Adhesive Bonds in Automotive Assembly ECNDT 6 - Poster 7 Pulse-echo Ultrasoic NDE of Adhesive Bods i Automotive Assembly Roma Gr. MAEV, Sergey TITOV, Uiversity of Widsor, Widsor, Caada Abstract. Recetly, adhesive bodig techology has begu to

More information

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

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

More information

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

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

More information

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

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

More information

Logarithms APPENDIX IV. 265 Appendix

Logarithms APPENDIX IV. 265 Appendix APPENDIX IV Logarithms Sometimes, a umerical expressio may ivolve multiplicatio, divisio or ratioal powers of large umbers. For such calculatios, logarithms are very useful. They help us i makig difficult

More information

Nonlinear System Identification Based on Reduced Complexity Volterra Models Guodong Jin1,a* and Libin Lu1,b

Nonlinear System Identification Based on Reduced Complexity Volterra Models Guodong Jin1,a* and Libin Lu1,b 6th Iteratioal Coferece o Electroics, Mechaics, Culture ad Medicie (EMCM 205) Noliear System Idetificatio Based o Reduced Complexity Volterra Models Guodog Ji,a* ad Libi Lu,b Xi a research istitute of

More information

WSN Node Localization Regularization Algorithm Based on Quasi Optimal Criterion Parameter Selection

WSN Node Localization Regularization Algorithm Based on Quasi Optimal Criterion Parameter Selection Sesors & rasducers Vol. 23 Special Issue July 203 pp. 94-98 Sesors & rasducers 203 by IFSA http://www.sesorsportal.com WSN Node Localizatio Regularizatio Algorithm Based o Quasi Optimal Criterio Parameter

More information

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

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

More information

Localized Image Segmentation and Enhancement for Meteorite Images

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

More information

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

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

More information

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

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

More information

Summary of Random Variable Concepts April 19, 2000

Summary of Random Variable Concepts April 19, 2000 Summary of Radom Variable Cocepts April 9, 2000 his is a list of importat cocepts we have covered, rather tha a review that derives or explais them. he first ad primary viewpoit: A radom process is a idexed

More information

The Eye. Objectives: Introduction. PHY 192 The Eye 1

The Eye. Objectives: Introduction. PHY 192 The Eye 1 PHY 92 The Eye The Eye Objectives: Describe the basic process of image formatio by the huma eye ad how it ca be simulated i the laboratory. Kow what measuremets are ecessary to quatitatively diagose ear-sightedess

More information

Implementation of OFDM wireless communication model for achieving the improved BER using DWT-OFDM

Implementation of OFDM wireless communication model for achieving the improved BER using DWT-OFDM www.ijecs.i Iteratioal Joural Of Egieerig Ad Computer Sciece ISSN: 2319-7242 Volume 6 Issue 1 Ja. 2017, Page No. 19951-19959 Idex Copericus Value (2015): 58.10, DOI: 10.18535/ijecs/v6i1.17 Implemetatio

More information

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

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

More information

Delta- Sigma Modulator with Signal Dependant Feedback Gain

Delta- Sigma Modulator with Signal Dependant Feedback Gain Delta- Sigma Modulator with Sigal Depedat Feedback Gai K.Diwakar #1 ad V.Vioth Kumar *2 # Departmet of Electroics ad Commuicatio Egieerig * Departmet of Electroics ad Istrumetatio Egieerig Vel Tech Uiversity,Cheai,

More information

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

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

More information

A New Basic Unit for Cascaded Multilevel Inverters with the Capability of Reducing the Number of Switches

A New Basic Unit for Cascaded Multilevel Inverters with the Capability of Reducing the Number of Switches Joural of Power Electroics, ol, o, pp 67-677, July 67 JPE --6 http://dxdoiorg/6/jpe67 I(Prit: 98-9 / I(Olie: 9-78 A ew Basic Uit for Cascaded Multi Iverters with the Capability of Reducig the umber of

More information

信號與系統 Signals and Systems

信號與系統 Signals and Systems Sprig 2 信號與系統 Sigals ad Systems Chapter SS- Sigals ad Systems Feg-Li Lia NTU-EE Feb Ju Figures ad images used i these lecture otes are adopted from Sigals & Systems by Ala V. Oppeheim ad Ala S. Willsky,

More information

Measurements of weld geometry using image processing technology

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

More information

Investigation and Assessment of Disorder of Ultrasound B-mode Images

Investigation and Assessment of Disorder of Ultrasound B-mode Images Vol. 7, No., February 00 Ivestigatio ad Assessmet of Disorder of Ultrasoud B-mode Images Vidhi Rawat *,Alok jai**,vibhakar shrimali***, *Departmet of Biomedical Egieerig **Departmet of electroics Egieerig

More information

CHAPTER 8 JOINT PAPR REDUCTION AND ICI CANCELLATION IN OFDM SYSTEMS

CHAPTER 8 JOINT PAPR REDUCTION AND ICI CANCELLATION IN OFDM SYSTEMS CHAPTER 8 JOIT PAPR REDUCTIO AD ICI CACELLATIO I OFDM SYSTEMS Itercarrier Iterferece (ICI) is aother major issue i implemetig a OFDM system. As discussed i chapter 3, the OFDM subcarriers are arrowbad

More information

Objectives. Some Basic Terms. Analog and Digital Signals. Analog-to-digital conversion. Parameters of ADC process: Related terms

Objectives. Some Basic Terms. Analog and Digital Signals. Analog-to-digital conversion. Parameters of ADC process: Related terms Objectives. A brief review of some basic, related terms 2. Aalog to digital coversio 3. Amplitude resolutio 4. Temporal resolutio 5. Measuremet error Some Basic Terms Error differece betwee a computed

More information

Design of FPGA Based SPWM Single Phase Inverter

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

More information

Novel pseudo random number generation using variant logic framework

Novel pseudo random number generation using variant logic framework Edith Cowa Uiversity Research Olie Iteratioal Cyber Resiliece coferece Cofereces, Symposia ad Campus Evets 011 Novel pseudo radom umber geeratio usig variat logic framework Jeffrey Zheg Yua Uiversity,

More information

A NEW DISCRETE HARTLEY TRANSFORM PRECODING BASED INTERLEAVED-OFDMA UPLINK SYSTEM WITH REDUCED PAPR FOR 4G CELLULAR NETWORKS

A NEW DISCRETE HARTLEY TRANSFORM PRECODING BASED INTERLEAVED-OFDMA UPLINK SYSTEM WITH REDUCED PAPR FOR 4G CELLULAR NETWORKS Joural of Egieerig Sciece ad Techology Vol. 6, No. 6 (211) 685-694 School of Egieerig, Taylor s Uiversity A NEW DISCRETE HARTLEY TRANSFORM PRECODING BASED INTERLEAVED-OFDMA UPLINK SYSTEM WITH REDUCED PAPR

More information

Computational Algorithm for Higher Order Legendre Polynomial and Gaussian Quadrature Method

Computational Algorithm for Higher Order Legendre Polynomial and Gaussian Quadrature Method Computatioal Algorithm for Higher Order Legre olyomial ad Gaussia Quadrature Method Asif M. Mughal, Xiu Ye ad Kamra Iqbal Dept. of Applied Sciece, Dept. of Mathematics ad Statistics, Dept. of Systems Egieerig

More information

Statistical Index Development from Time Domain for Rolling Element Bearings

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

More information

CDS 270-2: Lecture 6-3 Optimum Receiver Design for Estimation over Wireless Links

CDS 270-2: Lecture 6-3 Optimum Receiver Design for Estimation over Wireless Links CDS 70-: Lecture 6-3 Otimum Receiver Desig for stimatio over Wireless Lis Goals: Yasami Mostofi May 5, 006 To uderstad imact of wireless commuicatio imairmets o estimatio over wireless To lear o-traditioal

More information

R. W. Erickson. Department of Electrical, Computer, and Energy Engineering University of Colorado, Boulder

R. W. Erickson. Department of Electrical, Computer, and Energy Engineering University of Colorado, Boulder R. W. Erickso Departmet of Electrical, Computer, ad Eergy Egieerig Uiversity of Colorado, Boulder 4.2.2. The Power MOSFET Gate Source Gate legths approachig oe micro p - p Cosists of may small ehacemetmode

More information

AN ESTIMATION OF MULTILEVEL INVERTER FED INDUCTION MOTOR DRIVE

AN ESTIMATION OF MULTILEVEL INVERTER FED INDUCTION MOTOR DRIVE 9 IJRIC. All rights reserved. IJRIC www.ijric.org E-ISSN: 76-3336 AN ESTIMATION OF MULTILEVEL INVERTER FED INDUCTION MOTOR DRIVE K.RAMANI AND DR.A. KRISHNAN SMIEEE Seior Lecturer i the Departmet of EEE

More information

Total Harmonics Distortion Reduction Using Adaptive, Weiner, and Kalman Filters

Total Harmonics Distortion Reduction Using Adaptive, Weiner, and Kalman Filters Wester Michiga Uiversity ScholarWorks at WMU Master's Theses Graduate College 6-2016 Total Harmoics Distortio Reductio Usig Adaptive, Weier, ad Kalma Filters Liqaa Alhafadhi Wester Michiga Uiversity, liquaa.alhafadhi@yahoo.com

More information

信號與系統 Signals and Systems

信號與系統 Signals and Systems Sprig 24 信號與系統 Sigals ad Systems Chapter SS- Sigals ad Systems Feg-Li Lia NTU-EE Feb4 Ju4 Figures ad images used i these lecture otes are adopted from Sigals & Systems by Ala V. Oppeheim ad Ala S. Willsky,

More information

ULTRASONIC TRANSDUCER ATTENUATION BEHAVIOR OF FIBER GLASS COMPOSITE LAMINATES (FGCL) THROUGH SIGNAL FILTERING APPROACH

ULTRASONIC TRANSDUCER ATTENUATION BEHAVIOR OF FIBER GLASS COMPOSITE LAMINATES (FGCL) THROUGH SIGNAL FILTERING APPROACH ULTRASONIC TRANSDUCER ATTENUATION BEHAVIOR OF FIBER GLASS COMPOSITE LAMINATES (FGCL) THROUGH SIGNAL FILTERING APPROACH M. F. Mahmod 1,2, Elmi Abu Bakar 3 ad M. Z. Mohamed Pauzi 1 1 Departmetal School of

More information

WAVE-BASED TRANSIENT ANALYSIS USING BLOCK NEWTON-JACOBI

WAVE-BASED TRANSIENT ANALYSIS USING BLOCK NEWTON-JACOBI WAVE-BASED TRANSIENT ANALYSIS USING BLOCK NEWTON-JACOBI Muhammad Kabir McGill Uiversity Departmet of Electrical ad Computer Egieerig Motreal, QC H3A 2A7 Email: muhammad.kabir@mail.mcgill.ca Carlos Christofferse

More information

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

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

More information

Joint Power Allocation and Beamforming for Cooperative Networks

Joint Power Allocation and Beamforming for Cooperative Networks It. J. Commuicatios, etwork ad System Scieces,, 4, 447-45 doi:.436/ijcs..4753 Published Olie July (http://www.scirp.org/joural/ijcs) Joit Power Allocatio ad Beamformig for Cooperative etworks Sodes Maadi,,

More information

The Firing Dispersion of Bullet Test Sample Analysis

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

More information

x 1 + x x n n = x 1 x 2 + x x n n = x 2 x 3 + x x n n = x 3 x 5 + x x n = x n

x 1 + x x n n = x 1 x 2 + x x n n = x 2 x 3 + x x n n = x 3 x 5 + x x n = x n Sectio 6 7A Samplig Distributio of the Sample Meas To Create a Samplig Distributio of the Sample Meas take every possible sample of size from the distributio of x values ad the fid the mea of each sample

More information

Combined Scheme for Fast PN Code Acquisition

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

More information

LETTER A Novel Adaptive Channel Estimation Scheme for DS-CDMA

LETTER A Novel Adaptive Channel Estimation Scheme for DS-CDMA 1274 LETTER A Novel Adaptive Chael Estimatio Scheme for DS-CDMA Che HE a), Member ad Xiao-xiag LI, Nomember SUMMARY This paper proposes a adaptive chael estimatio scheme, which uses differet movig average

More information

Intermediate Information Structures

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

More information

Assessment of Soil Parameter Estimation Errors for Fusion of Multichannel Radar Measurements

Assessment of Soil Parameter Estimation Errors for Fusion of Multichannel Radar Measurements Assessmet of Soil Parameter Estimatio Errors for Fusio of Multichael Radar Measuremets A. urei, D. Marshall, D. Radford,. Lever Cardiff Uiversity 5 The Parade, Roath, CF4 0YF, Cardiff, U A.urei@cs.cf.ac.u

More information

Survey of Low Power Techniques for ROMs

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

More information

Outline. Motivation. Analog Functional Testing in Mixed-Signal Systems. Motivation and Background. Built-In Self-Test Architecture

Outline. Motivation. Analog Functional Testing in Mixed-Signal Systems. Motivation and Background. Built-In Self-Test Architecture Aalog Fuctioal Testig i Mixed-Sigal s Jie Qi Dept. of Electrical & Computer Egieerig Aubur Uiversity Co-Advisors: Charles Stroud ad Foster Dai Outlie Motivatio ad Backgroud Built-I Self-Test Architecture

More information

Financial Time Series Forecasting Using Hybrid Wavelet-Neural Model

Financial Time Series Forecasting Using Hybrid Wavelet-Neural Model 50 The Iteratioal Arab Joural of Iformatio Techology, Vol. 5, No., Jauary 208 Fiacial Time Series Forecastig Usig Hybrid Wavelet-Neural Model Jovaa Božić ad Djordje Babić School of Computig, Uiversity

More information

CCD Image Processing: Issues & Solutions

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

More information