Marek Blok, Maciej Sac: Variable fractional delay filter design using a symmetric window, Circuits, Systems and Signal Processing, 2014

Size: px
Start display at page:

Download "Marek Blok, Maciej Sac: Variable fractional delay filter design using a symmetric window, Circuits, Systems and Signal Processing, 2014"

Transcription

1 Marek Blok, Maciej Sac: Variable fractional delay filter design using a symmetric window, Circuits, Systems and Signal Processing, 2014 Gdansk University of Technology, Department of Teleinformation Networks 11/12 Narutowicza, Gdansk, Poland Corresponding author: Marek Blok, Marek.Blok@eti.pg.gda.pl Online Resource 1: Comments for the demonstration code accompanying paper 1. Gain correction test Farrow structure coefficients calculation Optimal filter implementation using the proposed structure Coefficients computation for the proposed window method Sample rate conversion (SRC) using the proposed structure... 9 References Gain correction test script: test_gain_correction.m The script compares peak error of the minimax filter given as an example in [3] (N = 16, f a = 0.35 and total delay = 7.8 (net delay equal to 0.3)), which is reported in [3] as 80 db and only 0.1 db worse from optimal solution. For the same parameters we obtain the following results: for optimal filter PE opt = db and for our implementation with directly designed reference window and approximate gain correction factor computed using formula (39) [2] PE wind = db (after gain correction factor optimization the error can be decreased to PE wind,opt = db). Since we do not know the exact implementation used in paper [3] we have decided that we would not present additional comparisons in our paper. 2. Farrow structure coefficients calculation: comparison of Tseng concept [4] based on differentiator bank (red lines) with the approach used in [2] based on piecewise polynomial approximation of overall filter [1] (black lines) script: test_sinc_approx.m The script tests how well Farrow structures of different orders (q parameter) approximate truncated impulse response of the ideal FD filter (sampled sinc function) (here for ). The figure below presents squared error (SE) (for ) computed based on the following complex approximation error ( ) ( ) (1)

2 ( ) ( ) ( ) (2) where ( ) is the frequency response of the FD filter implemented using Farrow structure and ( ) is the frequency response of the ideal FD filter impulse response. As we can see, even a low order structure offers performance similar to that of truncated sinc. Nevertheless, the presented figure does not give a proper assessment of the structure usefulness for implementation of optimal filters based on the window method proposed in [2]. The next figure presents SE (for ) calculated based on the following error where ( ) ( ) ( ) (3) ( ) is the frequency response of truncated impulse response of the ideal FD filter (truncated sinc) of length. This measure illustrates how well a structure of given order approximates truncated sinc. As we will see further, this error is directly related to how well optimal filter will be approximated when the structure is used in the window method [2]. The increase of Farrow structure order by one results in improvement by about 15 db for both structure coefficients calculation methods ([1] and [4]). Comparing to [1], the approach based on differentiators bank [4] performs better around but is significantly worse for around 0.5.

3 3. Optimal filter implementation using the structure proposed in [2] script: test_opt_approx.m q Farrow structure order. The script tests the Farrow structure modification proposed in [2] (Fig. 13b). This approach uses the Farrow structure implementing truncated sinc with reference window and additional gain correction. The next figure presents SE (for LS filter of and ) calculated based on error (2). As already mentioned, this error has properties similar to the error presented in the previous figure Additionally, we can see here that the proposed window method based on direct design of the reference window ( ) allows us to obtain filters better by about 20 db than using direct optimal filter design method.

4 4. Coefficients computation for the proposed window method script: compute_coefs.m function [wind_e, wind_a, h_farrow] = compute_coefs(n_fd, fa, filter_type, window_design_mode, alpha_poly_ord, Farrow_mode, p_farrow, do_save) % Input: % N_FD - impulse response length of designed FD filter % fa - upper frequency of the approximation band % filter_type - FD filter type % 'MF' - filter with maximally flat error at f = 0 % 'LS' - filter with least squared error in [0, fa] % 'minimax' - filter with minimum maximum error in [0, fa] % window_design_mode - % 'design' - directly designed symmetric window % 'extract' - even part of the extracted window % alpha_poly_ord - order of polynomial approximating gain correction factor % Farrow_mode - method for computation of coefficients of Farrow structure % implementing truncated sinc impulse response: % 'diff' - bank of differentiators, 'poly' - polynomial approximation % p_farrow - Farrow structure order % do_save save coefs to files, 0 - do not save % Output: % wind_e - symmetric window for VFD filter implementation % wind_a - coefficients of polynomial approximating gain correction factor % h_farrow - coefficients of the Farrow structure implementing impulse % response % % Output files: wind_e.txt, wind_a.txt, h_farrow.txt % % Without output variables specified figures are generated The script which head lines are listed above computes coefficients of the modified Farrow structure proposed in [2]. User obtains reference window coefficients, coefficients of the polynomial approximating gain correction factor and coefficients of the Farrow structure approximating truncated sinc. All these coefficients can be saved to text files.

5 SE(d) [db] SE(d) [db] script: test_compute_coefs.m Examples of compute_coefs uses. In the next part of the comments several filter designs are presented. Figures on the left show SE versus fractional delay for FD filter with and figures on the right demonstrate magnitude of the complex approximation error (2) versus normalized frequency for several filters with different fractional delays. In each case we can see that the use of gain correction is necessary to obtain high performance VFD filters using the proposed window method. Input parameters: N_FD=251, fa=0.480, minimax, design, alpha_poly_ord=3, Farrow_mode= poly, p_farrow=10 Above: with gain correction results are virtually optimal; additionally, use of the window method gives better SE results for low fractional delays. Input parameters: N_FD=251, fa=0.480, minimax, design, alpha_poly_ord=3, Farrow_mode= diff, p_farrow=10 Above: use of differentiators bank [4] (all other parameters are the same as in the previous example) results in poor performance for filters with.

6 Input parameters: N_FD=25, fa=0.400, LS, design, alpha_poly_ord=4, Farrow_mode= poly, p_farrow=6 SE(d) [db] SE(d) [db] SE(d) [db] Above: another example with virtually optimal results obtained using the proposed method. Input parameters: N_FD=25, fa=0.400, minimax, design, alpha_poly_ord=4, Farrow_mode= diff, p_farrow=8 Above: in this example differentiators bank concept [4] is used; as a result, Farrow structure order has to be increased by 3, comparing to the solution from [1], to obtain virtualy optimal results. Input parameters: N_FD=25, fa=0.400, minimax, design, alpha_poly_ord=2, Farrow_mode= poly, p_farrow=6 Above: in the right figure we can see performance degradation for filters with resulting from low order of polynomial approximating gain correction factor ( ). Nevertheless, since for approximation error decreases significantly selection of seems acceptable (left figure).

7 SE(d) [db] SE(d) [db] Input parameters: N_FD=25, fa=0.400, minimax, design, alpha_poly_ord=4, Farrow_mode= poly, p_farrow=5 Above: here Farrow structure order is too low, which leads to increase in approximation error in frequency range ; this degradation increases with frequency. In the next part we present examples for which the window method with direct reference window design performs better (because of lower computational errors) in comparison to direct optimal filter design of LS FD filters. Input parameters: N_FD=89, fa=0.450, LS, design, alpha_poly_ord=4, Farrow_mode= poly, p_farrow=8 Above: although the window method does not lead here to optimal solution, the achieved performance is significantly better in comparison to direct use of optimal filter design

8 Input parameters: N_FD=89, fa=0.450, LS, design, alpha_poly_ord=2, Farrow_mode= poly, p_farrow=8 SE(d) [db] SE(d) [db] SE(d) [db] Above: decrease in gain correction polynomial order from 4 to 2 results in worse performance for but since those filters are not worse than the filter with, selection of seems acceptable Input parameters: N_FD=230, fa=0.480, LS, design, alpha_poly_ord=4, Farrow_mode= poly, p_farrow=11 Above: again, window method does not lead to optimal solution but we can observe significant improvement in performance in comparison to direct use of optimal filter design Input parameters: N_FD=230, fa=0.480, LS, design, alpha_poly_ord=2, Farrow_mode= poly, p_farrow=10 Above: gain correction polynomial order can be decreased from 4 to 2 and Farrow structure order from 11 to 10 with still acceptable performance of VFD filter

9 5. Sample rate conversion (SRC) using the proposed structure In the proposed examples a band limited noise with linearly increasing instantaneous bandwidth is resampled with incommensurate resampling ratio r = 2π/3. The results are compared with ideally resampled signal (both input signal and reference resampled signal are generated using the get_signal.m script). The SRC process is based on VFD (variable fractional delay) filters with coefficients changed based on instantaneous signal bandwidth. Below input signal and its spectrogram are presented. In the following figures resampling errors and all spectrograms are presented in decibels. script: SRC_demo.m SRC implemented with the proposed structure based on the window method. Filter switching is equivalent to window and gain correction polynomial coefficients change. Input parameters: windows_set_no (window set number), p_farrow (Farrow structure order). script: SRC_demo_opt.m SRC based on the standard Farrow structure implementing optimal filters designed using the proposed window method since direct design of the optimal filter in some cases results in higher computational errors. Filter switching is equivalent to change of all structure coefficients. Input parameters are the same as in the case of the SRC_demo script. script: run_src_demo.m examples of using SRC_demo and SRC_demo_opt

10 E(f) [db] Example 1. SRC_demo.m, windows_set_no = 6; p_farrow = 7; constant filter length Magnitude of complex approximation errors [db] versus normalized frequency [1/Sa] for the filters in the used set. f [1/Sa] resampled signal and resampling error for VFD filter no 1

11 resampled signal and resampling error for VFD filter no 2 resampled signal and resampling error for VFD filter no 3

12 resampled signal and resampling error for VFD filter no 4 resampled signal and resampling error for VFD filter no 5

13 E(f) [db] resampled signal and resampling error for resampling different signal segments using different VFD filters filters are selected based on the instantaneous bandwidth of the input signal Example 2a. SRC_demo.m, windows_set_no = 1.1; p_farrow = 8; variable filter length with approximately constant resampling error N_FD = {9, 17, 29, 71, 255} f [1/Sa]

14 signal resampled using VFD filter no 1 signal resampled using VFD filter no 2

15 signal resampled using VFD filter no 3 signal resampled using VFD filter no 4

16 signal resampled using VFD filter no 5 signal resampled using all VFD filters switching windows

17 The difference in filter length ( { 9, 17, 29, 71, 255}) results in the difference in computation time for particular filters (when one filter is used for the whole SRC process without filter switching). Using our computer we measured [s]. It is worth noting that in the performed experiment with filter switching resampling error of the longest filter is at similar level as in the case of filters switching. However, such an approach leads to significant decrease in computation time, which for filter switching was measured as t = [s]. Thus, the implementation with filters switching allows for decrease of computational costs (example 2a) or decrease of resampling error without the need for increase in computational costs (example 1). Example 2b. SRC_demo_opt.m, windows_set_no = 1.1; p_farrow = 8; variable filter length with approximately constant resampling error N_FD = {9, 17, 29, 71, 255} signal resampled using all VFD filters switching all Farrow structure coefficients As we can see, the performance of both structures (from example 2a and 2b) is similar. The main differences are: 1. Only slightly smaller computation time of the standard Farrow structure: on our computer we measured [s] for single filter and [s] for filters switching. 2. For switching filters standard Farrow structure requires much more coefficients, which have to be stored and switched when needed, comparing to the modified structure.

18 References: [1] Blok, M.: Farrow structure implementation of fractional delay filter optimal in Chebyshev sense. In: Proc. SPIE (2005), vol. 6159, 61594K [2] Blok, M., Sac, M.: Variable fractional delay filter design using a symmetric window. Circuits Syst. Signal Process (2014) [3] Hermanowicz, E.: A nearly optimal variable fractional delay filter with extracted Chebyshev window. In: Proc. ICECS 98, Lisboa, Portugal (1998), pp [4] Tseng, Ch.-Ch.: Design of variable fractional delay FIR filter using differentiator bank. In: Proc. ISCAS 2002 (2002), vol. 4, pp

A Review on Fractional Delay FIR Digital Filters Design and Optimization Techniques

A Review on Fractional Delay FIR Digital Filters Design and Optimization Techniques A Review on Fractional Delay FIR Digital Filters Design and Optimization Techniques Amritpal Singh #1, Dr. Naveen Dhillon *2, Sukhpreet Singh Bains @3 1 MTECH ECE, RIET Phagwara, India 2 HOD ECE RIET,

More information

Fatima Michael College of Engineering & Technology

Fatima Michael College of Engineering & Technology DEPARTMENT OF ECE V SEMESTER ECE QUESTION BANK EC6502 PRINCIPLES OF DIGITAL SIGNAL PROCESSING UNIT I DISCRETE FOURIER TRANSFORM PART A 1. Obtain the circular convolution of the following sequences x(n)

More information

Design of Low-Delay FIR Half-Band Filters with Arbitrary Flatness and Its Application to Filter Banks

Design of Low-Delay FIR Half-Band Filters with Arbitrary Flatness and Its Application to Filter Banks Electronics and Communications in Japan, Part 3, Vol 83, No 10, 2000 Translated from Denshi Joho Tsushin Gakkai Ronbunshi, Vol J82-A, No 10, October 1999, pp 1529 1537 Design of Low-Delay FIR Half-Band

More information

PROBABILISTIC MEASURE OF COLOUR IMAGE PROCESSING FIDELITY

PROBABILISTIC MEASURE OF COLOUR IMAGE PROCESSING FIDELITY Journal of ELECTRICAL ENGINEERING, VOL. 59, NO. 1, 8, 9 33 PROBABILISTIC MEASURE OF COLOUR IMAGE PROCESSING FIDELITY Eugeniusz Kornatowski Krzysztof Okarma In the paper a probabilistic approach to quality

More information

Variable Fractional Digital Delay Filter on Reconfigurable Hardware. A Thesis. Submitted to the Faculty. Drexel University. Karthik Ramu Sangaiah

Variable Fractional Digital Delay Filter on Reconfigurable Hardware. A Thesis. Submitted to the Faculty. Drexel University. Karthik Ramu Sangaiah Variable Fractional Digital Delay Filter on Reconfigurable Hardware A Thesis Submitted to the Faculty of Drexel University by Karthik Ramu Sangaiah in partial fulfillment of the requirements for the degree

More information

Implementation of a Low Power Decimation Filter Using 1/3-Band IIR Filter

Implementation of a Low Power Decimation Filter Using 1/3-Band IIR Filter Implementation of a Low Power Decimation Filter Using /3-Band IIR Filter Khalid H. Abed Department of Electrical Engineering Wright State University Dayton Ohio, 45435 Abstract-This paper presents a unique

More information

Key words: B- Spline filters, filter banks, sub band coding, Pre processing, Image Averaging IJSER

Key words: B- Spline filters, filter banks, sub band coding, Pre processing, Image Averaging IJSER International Journal of Scientific & Engineering Research, Volume 7, Issue 9, September-2016 470 Analyzing Low Bit Rate Image Compression Using Filters and Pre Filtering PNV ABHISHEK 1, U VINOD KUMAR

More information

Analytical Approach for Numerical Accuracy Estimation of Fixed-Point Systems Based on Smooth Operations

Analytical Approach for Numerical Accuracy Estimation of Fixed-Point Systems Based on Smooth Operations 2326 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS I: REGULAR PAPERS, VOL 59, NO 10, OCTOBER 2012 Analytical Approach for Numerical Accuracy Estimation of Fixed-Point Systems Based on Smooth Operations Romuald

More information

Optimised corrections for finite-difference modelling in two dimensions

Optimised corrections for finite-difference modelling in two dimensions Optimized corrections for 2D FD modelling Optimised corrections for finite-difference modelling in two dimensions Peter M. Manning and Gary F. Margrave ABSTRACT Finite-difference two-dimensional correction

More information

AN EFFICIENT 18-BAND QUASI-ANSI 1/3-OCTAVE FILTER BANK USING RE-SAMPLING METHOD FOR DIGITAL HEARING AIDS

AN EFFICIENT 18-BAND QUASI-ANSI 1/3-OCTAVE FILTER BANK USING RE-SAMPLING METHOD FOR DIGITAL HEARING AIDS 2014 IEEE International Conference on Acoustic, Speech and Signal Processing (ICASSP) AN EFFICIENT 18-BAND QUASI-ANSI 1/3-OCTAVE FILTER BANK USING RE-SAMPLING METHOD FOR DIGITAL HEARING AIDS Cheng-Yen

More information

EE2S11 Signals and Systems, part 2. Ch.7.3 Analog filter design. Note differences in notation. We often write. transition band passband.

EE2S11 Signals and Systems, part 2. Ch.7.3 Analog filter design. Note differences in notation. We often write. transition band passband. Note differences in notation. We often write EE2S11 Signals and Systems, part 2 Ch.7.3 How can I design an analog filter that meets certain specifications? passband ripple transition band passband stopband

More information

Comparison of EBCOT Technique Using HAAR Wavelet and Hadamard Transform

Comparison of EBCOT Technique Using HAAR Wavelet and Hadamard Transform Comparison of EBCOT Technique Using HAAR Wavelet and Hadamard Transform S. Aruna Deepthi, Vibha D. Kulkarni, Dr.K. Jaya Sankar Department of Electronics and Communication Engineering, Vasavi College of

More information

Flatness Definition Studies

Flatness Definition Studies Computational Mechanics Center Slide 1 Flatness Definition Studies SEMI P-37 and SEMI P-40 M. Nataraju and R. Engelstad Computational Mechanics Center University of Wisconsin Madison C. Van Peski SEMATECH

More information

Floating-point to Fixed-point Conversion. Digital Signal Processing Programs (Short Version for FPGA DSP)

Floating-point to Fixed-point Conversion. Digital Signal Processing Programs (Short Version for FPGA DSP) Floating-point to Fixed-point Conversion for Efficient i Implementation ti of Digital Signal Processing Programs (Short Version for FPGA DSP) Version 2003. 7. 18 School of Electrical Engineering Seoul

More information

Operators to calculate the derivative of digital signals

Operators to calculate the derivative of digital signals 9 th IMEKO TC 4 Symposium and 7 th IWADC Workshop July 8-9, 3, Barcelona, Spain Operators to calculate the derivative of digital signals Lluís Ferrer-Arnau, Juan Mon-Gonzalez, Vicenç Parisi-Baradad Departament

More information

Design of direction oriented filters using McClellan Transform for edge detection

Design of direction oriented filters using McClellan Transform for edge detection International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2016 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Design

More information

SAS-2 Zero-Length Test Load Characterization (07-013r7) Barry Olawsky Hewlett Packard (8/2/2007)

SAS-2 Zero-Length Test Load Characterization (07-013r7) Barry Olawsky Hewlett Packard (8/2/2007) SAS-2 Zero-Length Test Load Characterization (07-013r7) Barry Olawsky Hewlett Packard (8/2/2007) 07-013r7 SAS-2 Zero-Length Test Load Characterization 1 Zero-Length Test Load Provides ideal connection

More information

Neural Networks Based Time-Delay Estimation using DCT Coefficients

Neural Networks Based Time-Delay Estimation using DCT Coefficients American Journal of Applied Sciences 6 (4): 73-78, 9 ISSN 1546-939 9 Science Publications Neural Networks Based Time-Delay Estimation using DCT Coefficients Samir J. Shaltaf and Ahmad A. Mohammad Department

More information

Effect of Substrate Index of Refraction on the Design of Antireflection Coatings

Effect of Substrate Index of Refraction on the Design of Antireflection Coatings Effect of Substrate Index of Refraction on the Design of Antireflection Coatings Ronald R. Willey Willey Optical, Consultants, 13039 Cedar Street, Charlevoix, MI 49720 1. INTRODUCTION Formulae to estimate

More information

1.12 Optimal Filters (Wiener Filters)

1.12 Optimal Filters (Wiener Filters) Random Data 75 1.12 Optimal Filters (Wiener Filters) In calculating turbulent spectra we frequently encounter a noise tail just as the spectrum roles down the inertial subrange (-5/3 slope region) toward

More information

20th European Signal Processing Conference (EUSIPCO 2012) Bucharest, Romania, August 27-31, 2012

20th European Signal Processing Conference (EUSIPCO 2012) Bucharest, Romania, August 27-31, 2012 th European Signal Processing Conference (EUSIPCO ) Bucharest, Romania, August 7-3, RECURSIVE FAN-YPE FILER DESIGN FROM D ANALOG RANSFER FUNCIONS Radu Matei Gh.Asachi echnical University of Iasi, Romania

More information

In this article, we present and analyze

In this article, we present and analyze [exploratory DSP] Manuel Richey and Hossein Saiedian Compressed Two s Complement Data s Provide Greater Dynamic Range and Improved Noise Performance In this article, we present and analyze a new family

More information

New Results on the Omega-K Algorithm for Processing Synthetic Aperture Radar Data

New Results on the Omega-K Algorithm for Processing Synthetic Aperture Radar Data New Results on the Omega-K Algorithm for Processing Synthetic Aperture Radar Data Matthew A. Tolman and David G. Long Electrical and Computer Engineering Dept. Brigham Young University, 459 CB, Provo,

More information

Application of Tatian s Method to Slanted-Edge MTF Measurement

Application of Tatian s Method to Slanted-Edge MTF Measurement Application of s Method to Slanted-Edge MTF Measurement Peter D. Burns Eastman Kodak Company, Rochester, NY USA 465-95 ABSTRACT The 33 method for the measurement of the spatial frequency response () of

More information

A Software Tool for Measurement of the Modulation Transfer Function

A Software Tool for Measurement of the Modulation Transfer Function A Software Tool for Measurement of the Modulation Transfer Function Yen-Hong Kao a, Michael Albert a, Ann-Katherine Carton a, Hilde Bosmans b, Andrew D. A. Maidment a a Department of Radiology, University

More information

Errors in Computation

Errors in Computation Theory of Errors Content Errors in computation Absolute Error Relative Error Roundoff Errors Truncation Errors Floating Point Numbers Normalized Floating Point Numbers Roundoff Error in Floating Point

More information

5 GT/s and 8 GT/s PCIe Compared

5 GT/s and 8 GT/s PCIe Compared 5 GT/s and 8 GT/s PCIe Compared Bent Hessen-Schmidt SyntheSys Research, Inc. Copyright 2008, PCI-SIG, All Rights Reserved 1 Disclaimer The material included in this presentation reflects current thinking

More information

Four equations are necessary to evaluate these coefficients. Eqn

Four equations are necessary to evaluate these coefficients. Eqn 1.2 Splines 11 A spline function is a piecewise defined function with certain smoothness conditions [Cheney]. A wide variety of functions is potentially possible; polynomial functions are almost exclusively

More information

4.1 QUANTIZATION NOISE

4.1 QUANTIZATION NOISE DIGITAL SIGNAL PROCESSING UNIT IV FINITE WORD LENGTH EFFECTS Contents : 4.1 Quantization Noise 4.2 Fixed Point and Floating Point Number Representation 4.3 Truncation and Rounding 4.4 Quantization Noise

More information

Available online Journal of Scientific and Engineering Research, 2017, 4(5):1-6. Research Article

Available online   Journal of Scientific and Engineering Research, 2017, 4(5):1-6. Research Article Available online www.jsaer.com, 2017, 4(5):1-6 Research Article ISSN: 2394-2630 CODEN(USA): JSERBR Through the Analysis of the Advantages and Disadvantages of the Several Methods of Design of Infinite

More information

MELSEC iq-r C Controller Module/C Intelligent Function Module Programming Manual (Data Analysis)

MELSEC iq-r C Controller Module/C Intelligent Function Module Programming Manual (Data Analysis) MELSEC iq-r C Controller Module/C Intelligent Function Module Programming Manual (Data Analysis) SAFETY PRECAUTIONS (Read these precautions before using this product.) Before using C Controller module

More information

Bit-Plane Decomposition Steganography Using Wavelet Compressed Video

Bit-Plane Decomposition Steganography Using Wavelet Compressed Video Bit-Plane Decomposition Steganography Using Wavelet Compressed Video Tomonori Furuta, Hideki Noda, Michiharu Niimi, Eiji Kawaguchi Kyushu Institute of Technology, Dept. of Electrical, Electronic and Computer

More information

An Optimal Battery Energy Storage Charge/Discharge Method

An Optimal Battery Energy Storage Charge/Discharge Method An Optimal Battery Energy Storage Charge/Discharge Method Stephen M. Cialdea, MIEEE, John A. Orr, LFIEEE, Alexander E. Emanuel, LFIEEE, Tan Zhang Electrical and Computer Engineering Department Worcester

More information

Distributed Detection in Sensor Networks: Connectivity Graph and Small World Networks

Distributed Detection in Sensor Networks: Connectivity Graph and Small World Networks Distributed Detection in Sensor Networks: Connectivity Graph and Small World Networks SaeedA.AldosariandJoséM.F.Moura Electrical and Computer Engineering Department Carnegie Mellon University 5000 Forbes

More information

Filter Hose. User Guide v 1.1.0

Filter Hose. User Guide v 1.1.0 Filter Hose User Guide v 1.1.0 Contents FEATURE 2 NOTES 2 COMPATIBILITY AND KNOWN ISSUES 4 NAVIGATION 5 UNDERSTAND FILTER HOSE USER INTERFACE 5 THE FIVE-STEP CONTROL PANEL 6 MOUSE NAVIGATION ON EACH GRAPH

More information

Iterative Removing Salt and Pepper Noise based on Neighbourhood Information

Iterative Removing Salt and Pepper Noise based on Neighbourhood Information Iterative Removing Salt and Pepper Noise based on Neighbourhood Information Liu Chun College of Computer Science and Information Technology Daqing Normal University Daqing, China Sun Bishen Twenty-seventh

More information

Overview of Adaptive TDMA in idx 3.2. May 2015

Overview of Adaptive TDMA in idx 3.2. May 2015 Overview of Adaptive TDMA in idx 3.2 May 2015 INTRODUCTION The idirect Adaptive Time Division Multiple Access (TDMA) delivers higher spectral efficiency and greater network versatility by optimally changing

More information

A New Method for Quantifying the Response of Filters at Corners

A New Method for Quantifying the Response of Filters at Corners A New Method for Quantifying the Response of Filters at Corners Mark A. Schulze and John A. Pearce Department of Electrical and Computer Engineering and Biomedical Engineering Program The University of

More information

/$ IEEE

/$ IEEE IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: EXPRESS BRIEFS, VOL. 56, NO. 1, JANUARY 2009 81 Bit-Level Extrinsic Information Exchange Method for Double-Binary Turbo Codes Ji-Hoon Kim, Student Member,

More information

APPM/MATH Problem Set 4 Solutions

APPM/MATH Problem Set 4 Solutions APPM/MATH 465 Problem Set 4 Solutions This assignment is due by 4pm on Wednesday, October 16th. You may either turn it in to me in class on Monday or in the box outside my office door (ECOT 35). Minimal

More information

Research Article Digital Decimation Filter of ADSL: Design and Implementation

Research Article Digital Decimation Filter of ADSL: Design and Implementation Research Journal of Applied Sciences, Engineering and Technology 7(3): 559-564, 214 DOI:1.1926/rjaset.7.29 ISSN: 24-7459; e-issn: 24-7467 214 Maxwell Scientific Publication Corp. Submitted: November 1,

More information

Image Fusion Using Double Density Discrete Wavelet Transform

Image Fusion Using Double Density Discrete Wavelet Transform 6 Image Fusion Using Double Density Discrete Wavelet Transform 1 Jyoti Pujar 2 R R Itkarkar 1,2 Dept. of Electronics& Telecommunication Rajarshi Shahu College of Engineeing, Pune-33 Abstract - Image fusion

More information

Adaptive Quantization for Video Compression in Frequency Domain

Adaptive Quantization for Video Compression in Frequency Domain Adaptive Quantization for Video Compression in Frequency Domain *Aree A. Mohammed and **Alan A. Abdulla * Computer Science Department ** Mathematic Department University of Sulaimani P.O.Box: 334 Sulaimani

More information

IN RECENT years, multimedia application has become more

IN RECENT years, multimedia application has become more 578 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 17, NO. 5, MAY 2007 A Fast Algorithm and Its VLSI Architecture for Fractional Motion Estimation for H.264/MPEG-4 AVC Video Coding

More information

VHDL Implementation of Multiplierless, High Performance DWT Filter Bank

VHDL Implementation of Multiplierless, High Performance DWT Filter Bank VHDL Implementation of Multiplierless, High Performance DWT Filter Bank Mr. M.M. Aswale 1, Prof. Ms. R.B Patil 2,Member ISTE Abstract The JPEG 2000 image coding standard employs the biorthogonal 9/7 wavelet

More information

Research Article Improving 2D-Log-Number-System Representations by Use of an Optimal Base

Research Article Improving 2D-Log-Number-System Representations by Use of an Optimal Base Hindawi Publishing Corporation EURASIP Journal on Advances in Signal Processing Volume 2008, Article ID 710590, 13 pages doi:10.1155/2008/710590 Research Article Improving 2D-Log-Number-System Representations

More information

Anu Kalidas Muralidharan Pillai and Håkan Johansson

Anu Kalidas Muralidharan Pillai and Håkan Johansson 2014 IEEE International Conference on Acoustic, Speech and Signal Processing (ICASSP) A SUB-BAND BASED RECONSTRUCTOR FOR M-CHANNEL TIME-INTERLEAVED ADCS WITH MISSING SAMPLES Anu Kalidas Muralidharan Pillai

More information

BLOCK MATCHING-BASED MOTION COMPENSATION WITH ARBITRARY ACCURACY USING ADAPTIVE INTERPOLATION FILTERS

BLOCK MATCHING-BASED MOTION COMPENSATION WITH ARBITRARY ACCURACY USING ADAPTIVE INTERPOLATION FILTERS 4th European Signal Processing Conference (EUSIPCO ), Florence, Italy, September 4-8,, copyright by EURASIP BLOCK MATCHING-BASED MOTION COMPENSATION WITH ARBITRARY ACCURACY USING ADAPTIVE INTERPOLATION

More information

ME scope Application Note 19

ME scope Application Note 19 ME scope Application Note 19 Using the Stability Diagram to Estimate Modal Frequency & Damping The steps in this Application Note can be duplicated using any Package that includes the VES-4500 Advanced

More information

signal-to-noise ratio (PSNR), 2

signal-to-noise ratio (PSNR), 2 u m " The Integration in Optics, Mechanics, and Electronics of Digital Versatile Disc Systems (1/3) ---(IV) Digital Video and Audio Signal Processing ƒf NSC87-2218-E-009-036 86 8 1 --- 87 7 31 p m o This

More information

Modified SPIHT Image Coder For Wireless Communication

Modified SPIHT Image Coder For Wireless Communication Modified SPIHT Image Coder For Wireless Communication M. B. I. REAZ, M. AKTER, F. MOHD-YASIN Faculty of Engineering Multimedia University 63100 Cyberjaya, Selangor Malaysia Abstract: - The Set Partitioning

More information

Efficient Method for Half-Pixel Block Motion Estimation Using Block Differentials

Efficient Method for Half-Pixel Block Motion Estimation Using Block Differentials Efficient Method for Half-Pixel Block Motion Estimation Using Block Differentials Tuukka Toivonen and Janne Heikkilä Machine Vision Group Infotech Oulu and Department of Electrical and Information Engineering

More information

Image Authentication and Recovery Scheme Based on Watermarking Technique

Image Authentication and Recovery Scheme Based on Watermarking Technique Image Authentication and Recovery Scheme Based on Watermarking Technique KENJI SUMITOMO 1, MARIKO NAKANO 2, HECTOR PEREZ 2 1 Faculty of Information and Computer Engineering The University of Electro-Communications

More information

Adaptive Doppler centroid estimation algorithm of airborne SAR

Adaptive Doppler centroid estimation algorithm of airborne SAR Adaptive Doppler centroid estimation algorithm of airborne SAR Jian Yang 1,2a), Chang Liu 1, and Yanfei Wang 1 1 Institute of Electronics, Chinese Academy of Sciences 19 North Sihuan Road, Haidian, Beijing

More information

ACM for OTN Advantages and Enabling Technologies ECOC, Chandra Raj ViaSat Inc

ACM for OTN Advantages and Enabling Technologies ECOC, Chandra Raj ViaSat Inc ACM for OTN Advantages and Enabling Technologies ECOC, 2013 Chandra Raj ViaSat Inc Agenda Introduction to ACM ACM Advantages Enabling Technologies Copyright 2013 ViaSat, Inc. 2 Introduction Modes of Setting

More information

Equation to LaTeX. Abhinav Rastogi, Sevy Harris. I. Introduction. Segmentation.

Equation to LaTeX. Abhinav Rastogi, Sevy Harris. I. Introduction. Segmentation. Equation to LaTeX Abhinav Rastogi, Sevy Harris {arastogi,sharris5}@stanford.edu I. Introduction Copying equations from a pdf file to a LaTeX document can be time consuming because there is no easy way

More information

RADIO SCIENCE, VOL. 39, RS1005, doi: /2003rs002872, 2004

RADIO SCIENCE, VOL. 39, RS1005, doi: /2003rs002872, 2004 RADIO SCIENCE, VOL. 39,, doi:10.1029/2003rs00272, 2004 Bessel planar arrays Karim Y. Kabalan, Ali El-Hajj, and Mohammed Al-Husseini Electrical and Computer Engineering Department, American University of

More information

SIMULATING ARBITRARY-GEOMETRY ULTRASOUND TRANSDUCERS USING TRIANGLES

SIMULATING ARBITRARY-GEOMETRY ULTRASOUND TRANSDUCERS USING TRIANGLES Jørgen Arendt Jensen 1 Paper presented at the IEEE International Ultrasonics Symposium, San Antonio, Texas, 1996: SIMULATING ARBITRARY-GEOMETRY ULTRASOUND TRANSDUCERS USING TRIANGLES Jørgen Arendt Jensen,

More information

CHAPTER 4 REVERSIBLE IMAGE WATERMARKING USING BIT PLANE CODING AND LIFTING WAVELET TRANSFORM

CHAPTER 4 REVERSIBLE IMAGE WATERMARKING USING BIT PLANE CODING AND LIFTING WAVELET TRANSFORM 74 CHAPTER 4 REVERSIBLE IMAGE WATERMARKING USING BIT PLANE CODING AND LIFTING WAVELET TRANSFORM Many data embedding methods use procedures that in which the original image is distorted by quite a small

More information

VLSI Implementation of Low Power Area Efficient FIR Digital Filter Structures Shaila Khan 1 Uma Sharma 2

VLSI Implementation of Low Power Area Efficient FIR Digital Filter Structures Shaila Khan 1 Uma Sharma 2 IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 05, 2015 ISSN (online): 2321-0613 VLSI Implementation of Low Power Area Efficient FIR Digital Filter Structures Shaila

More information

On the Solution of Min-Max Problems in Robust Optimization

On the Solution of Min-Max Problems in Robust Optimization On the Solution of Min-Max Problems in Robust Optimization Massimiliano Vasile Department of Mechanical & Aerospace Engineering, University of Strathclyde. 75 Montrose Street, G1 1XJ Glasgow, UK Abstract.

More information

Comparative Analysis of Image Compression Using Wavelet and Ridgelet Transform

Comparative Analysis of Image Compression Using Wavelet and Ridgelet Transform Comparative Analysis of Image Compression Using Wavelet and Ridgelet Transform Thaarini.P 1, Thiyagarajan.J 2 PG Student, Department of EEE, K.S.R College of Engineering, Thiruchengode, Tamil Nadu, India

More information

Packed Integer Wavelet Transform Constructed by Lifting Scheme

Packed Integer Wavelet Transform Constructed by Lifting Scheme 1496 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 10, NO. 8, DECEMBER 2000 Packed Integer Wavelet Transform Constructed by Lting Scheme Chengjiang Lin, Bo Zhang, and Yuan F. Zheng

More information

A SIMULINK-TO-FPGA MULTI-RATE HIERARCHICAL FIR FILTER DESIGN

A SIMULINK-TO-FPGA MULTI-RATE HIERARCHICAL FIR FILTER DESIGN A SIMULINK-TO-FPGA MULTI-RATE HIERARCHICAL FIR FILTER DESIGN Xiaoying Li 1 Fuming Sun 2 Enhua Wu 1, 3 1 University of Macau, Macao, China 2 University of Science and Technology Beijing, Beijing, China

More information

ME scopeves. VES-4600 Advanced Modal Analysis. (February 8, 2019)

ME scopeves. VES-4600 Advanced Modal Analysis. (February 8, 2019) ME scopeves VES-4600 Advanced Modal Analysis (February 8, 2019) Notice Information in this document is subject to change without notice and does not represent a commitment on the part of Vibrant Technology.

More information

19. FIR filtering The theory of FIR filtering. X buffer. Y buffer

19. FIR filtering The theory of FIR filtering. X buffer. Y buffer 1 19. FIR filtering Digital filtering of analog signals in real time is easy to implement when one has an ADC, a processor, and a DAC, Fig. 19.1. An example of FIR (Finite impulse Response) filtering will

More information

Advanced Design System 1.5. Digital Filter Designer

Advanced Design System 1.5. Digital Filter Designer Advanced Design System 1.5 Digital Filter Designer December 2000 Notice The information contained in this document is subject to change without notice. Agilent Technologies makes no warranty of any kind

More information

Payload Length and Rate Adaptation for Throughput Optimization in Wireless LANs

Payload Length and Rate Adaptation for Throughput Optimization in Wireless LANs Payload Length and Rate Adaptation for Throughput Optimization in Wireless LANs Sayantan Choudhury and Jerry D. Gibson Department of Electrical and Computer Engineering University of Califonia, Santa Barbara

More information

Image Quality Assessment Method Based On Statistics of Pixel Value Difference And Local Variance Similarity

Image Quality Assessment Method Based On Statistics of Pixel Value Difference And Local Variance Similarity 212 International Conference on Computer Technology and Science (ICCTS 212) IPCSIT vol. 47 (212) (212) IACSIT Press, Singapore DOI: 1.7763/IPCSIT.212.V47.28 Image Quality Assessment Method Based On Statistics

More information

Digital Filter Synthesis Considering Multiple Adder Graphs for a Coefficient

Digital Filter Synthesis Considering Multiple Adder Graphs for a Coefficient Digital Filter Synthesis Considering Multiple Graphs for a Coefficient Jeong-Ho Han, and In-Cheol Park School of EECS, Korea Advanced Institute of Science and Technology, Daejeon, Korea jhhan.kr@gmail.com,

More information

International Journal of Scientific & Engineering Research Volume 9, Issue 4, April ISSN

International Journal of Scientific & Engineering Research Volume 9, Issue 4, April ISSN International Journal of Scientific & Engineering Research Volume 9, Issue 4, April-2018 48 CAD Using New Algorithms for nth Order Butterworth Digital High-Pass Filter Haider Fakher Radhi Al-Saidy Computer

More information

Graph Wavelets and Filter Banks Designs in Graph Spectral Domain

Graph Wavelets and Filter Banks Designs in Graph Spectral Domain at CMU Graph Wavelets and Filter Banks Designs in Graph Spectral Domain Yuichi Tanaka Tokyo University of Agriculture and Technology PRESTO, Japan Science and Technology Agency ytnk@cc.tuat.ac.jp This

More information

An Effective Denoising Method for Images Contaminated with Mixed Noise Based on Adaptive Median Filtering and Wavelet Threshold Denoising

An Effective Denoising Method for Images Contaminated with Mixed Noise Based on Adaptive Median Filtering and Wavelet Threshold Denoising J Inf Process Syst, Vol.14, No.2, pp.539~551, April 2018 https://doi.org/10.3745/jips.02.0083 ISSN 1976-913X (Print) ISSN 2092-805X (Electronic) An Effective Denoising Method for Images Contaminated with

More information

Optimizing Pixel Predictors for Steganalysis

Optimizing Pixel Predictors for Steganalysis Optimizing Pixel Predictors for Steganalysis Vojtěch Holub and Jessica Fridrich Dept. of Electrical and Computer Engineering SUNY Binghamton, New York IS&T / SPIE 2012, San Francisco, CA Steganography

More information

SIGNAL COMPRESSION. 9. Lossy image compression: SPIHT and S+P

SIGNAL COMPRESSION. 9. Lossy image compression: SPIHT and S+P SIGNAL COMPRESSION 9. Lossy image compression: SPIHT and S+P 9.1 SPIHT embedded coder 9.2 The reversible multiresolution transform S+P 9.3 Error resilience in embedded coding 178 9.1 Embedded Tree-Based

More information

International Journal for Research in Applied Science & Engineering Technology (IJRASET) Denoising Of Speech Signals Using Wavelets

International Journal for Research in Applied Science & Engineering Technology (IJRASET) Denoising Of Speech Signals Using Wavelets Denoising Of Speech Signals Using Wavelets Prashant Arora 1, Kulwinder Singh 2 1,2 Bhai Maha Singh College of Engineering, Sri Muktsar Sahib Abstract: In this paper, we introduced two wavelet i.e. daubechies

More information

Comparison of Interior Point Filter Line Search Strategies for Constrained Optimization by Performance Profiles

Comparison of Interior Point Filter Line Search Strategies for Constrained Optimization by Performance Profiles INTERNATIONAL JOURNAL OF MATHEMATICS MODELS AND METHODS IN APPLIED SCIENCES Comparison of Interior Point Filter Line Search Strategies for Constrained Optimization by Performance Profiles M. Fernanda P.

More information

Quality versus Intelligibility: Evaluating the Coding Trade-offs for American Sign Language Video

Quality versus Intelligibility: Evaluating the Coding Trade-offs for American Sign Language Video Quality versus Intelligibility: Evaluating the Coding Trade-offs for American Sign Language Video Frank Ciaramello, Jung Ko, Sheila Hemami School of Electrical and Computer Engineering Cornell University,

More information

ALGORITHM OF PRELIMINARY SESSILE DROP PROCESSING FOR NOISE SUPPRESSION X

ALGORITHM OF PRELIMINARY SESSILE DROP PROCESSING FOR NOISE SUPPRESSION X ALGORITHM OF PRELIMINARY SESSILE DROP PROCESSING FOR NOISE SUPPRESSION X Y.P. KULYNYCH, L.I. MURAVSKY, R.S. BATCHEVSKY, O.G. KUTS Physic-Mechanical Institute of the National Academy of Sciences of Ukraine,

More information

An Efficient Mode Selection Algorithm for H.264

An Efficient Mode Selection Algorithm for H.264 An Efficient Mode Selection Algorithm for H.64 Lu Lu 1, Wenhan Wu, and Zhou Wei 3 1 South China University of Technology, Institute of Computer Science, Guangzhou 510640, China lul@scut.edu.cn South China

More information

An Enhanced Dynamic Framed Slotted ALOHA Algorithm for RFID Tag Identification

An Enhanced Dynamic Framed Slotted ALOHA Algorithm for RFID Tag Identification An Enhanced Dynamic Framed Slotted ALOHA Algorithm for RFID Tag Identification Su-Ryun Lee Ajou University Department of Electrical and Computer Engineering Suwon, Korea srlee@ajouackr Sung-Don Joo LG

More information

MAT128A: Numerical Analysis Lecture One: Course Logistics and What is Numerical Analysis?

MAT128A: Numerical Analysis Lecture One: Course Logistics and What is Numerical Analysis? MAT128A: Numerical Analysis Lecture One: Course Logistics and What is Numerical Analysis? September 26, 2018 Lecture 1 September 26, 2018 1 / 19 Course Logistics My contact information: James Bremer Email:

More information

Section M6: Filter blocks

Section M6: Filter blocks Section M: Filter blocks These blocks appear at the top of the simulation area Table of blocks Block notation PZ-Placement PZ-Plot FIR Design IIR Design Kaiser Parks-McClellan LMS Freq Samp. Description

More information

Optimization of optical systems for LED spot lights concerning the color uniformity

Optimization of optical systems for LED spot lights concerning the color uniformity Optimization of optical systems for LED spot lights concerning the color uniformity Anne Teupner* a, Krister Bergenek b, Ralph Wirth b, Juan C. Miñano a, Pablo Benítez a a Technical University of Madrid,

More information

An Efficient Constant Multiplier Architecture Based On Vertical- Horizontal Binary Common Sub-Expression Elimination Algorithm

An Efficient Constant Multiplier Architecture Based On Vertical- Horizontal Binary Common Sub-Expression Elimination Algorithm Volume-6, Issue-6, November-December 2016 International Journal of Engineering and Management Research Page Number: 229-234 An Efficient Constant Multiplier Architecture Based On Vertical- Horizontal Binary

More information

DESIGN IMPLEMENTATION AND HARDWARE STRUCTURE FOR IMAGE ENHANCEMENT AND SURFACE ROUGHNESS WITH FEATURE EXTRACTION USING DISCRETE WAVELET TRANSFORM

DESIGN IMPLEMENTATION AND HARDWARE STRUCTURE FOR IMAGE ENHANCEMENT AND SURFACE ROUGHNESS WITH FEATURE EXTRACTION USING DISCRETE WAVELET TRANSFORM Journal of Computer Science 10 (2): 347-352, 2014 ISSN: 1549-3636 2014 doi:10.3844/jcssp.2014.347.352 Published Online 10 (2) 2014 (http://www.thescipub.com/jcs.toc) DESIGN IMPLEMENTATION AND HARDWARE

More information

Image Quality Assessment Techniques: An Overview

Image Quality Assessment Techniques: An Overview Image Quality Assessment Techniques: An Overview Shruti Sonawane A. M. Deshpande Department of E&TC Department of E&TC TSSM s BSCOER, Pune, TSSM s BSCOER, Pune, Pune University, Maharashtra, India Pune

More information

arxiv: v2 [cs.ni] 23 May 2016

arxiv: v2 [cs.ni] 23 May 2016 Simulation Results of User Behavior-Aware Scheduling Based on Time-Frequency Resource Conversion Hangguan Shan, Yani Zhang, Weihua Zhuang 2, Aiping Huang, and Zhaoyang Zhang College of Information Science

More information

Computer and Machine Vision

Computer and Machine Vision Computer and Machine Vision Lecture Week 5 Part-2 February 13, 2014 Sam Siewert Outline of Week 5 Background on 2D and 3D Geometric Transformations Chapter 2 of CV Fundamentals of 2D Image Transformations

More information

Ultrasonic Multi-Skip Tomography for Pipe Inspection

Ultrasonic Multi-Skip Tomography for Pipe Inspection 18 th World Conference on Non destructive Testing, 16-2 April 212, Durban, South Africa Ultrasonic Multi-Skip Tomography for Pipe Inspection Arno VOLKER 1, Rik VOS 1 Alan HUNTER 1 1 TNO, Stieltjesweg 1,

More information

Efficient Image Compression of Medical Images Using the Wavelet Transform and Fuzzy c-means Clustering on Regions of Interest.

Efficient Image Compression of Medical Images Using the Wavelet Transform and Fuzzy c-means Clustering on Regions of Interest. Efficient Image Compression of Medical Images Using the Wavelet Transform and Fuzzy c-means Clustering on Regions of Interest. D.A. Karras, S.A. Karkanis and D. E. Maroulis University of Piraeus, Dept.

More information

ISSN (Online), Volume 1, Special Issue 2(ICITET 15), March 2015 International Journal of Innovative Trends and Emerging Technologies

ISSN (Online), Volume 1, Special Issue 2(ICITET 15), March 2015 International Journal of Innovative Trends and Emerging Technologies VLSI IMPLEMENTATION OF HIGH PERFORMANCE DISTRIBUTED ARITHMETIC (DA) BASED ADAPTIVE FILTER WITH FAST CONVERGENCE FACTOR G. PARTHIBAN 1, P.SATHIYA 2 PG Student, VLSI Design, Department of ECE, Surya Group

More information

The Piecewise Regression Model as a Response Modeling Tool

The Piecewise Regression Model as a Response Modeling Tool NESUG 7 The Piecewise Regression Model as a Response Modeling Tool Eugene Brusilovskiy University of Pennsylvania Philadelphia, PA Abstract The general problem in response modeling is to identify a response

More information

Quality Estimation of Video Transmitted over an Additive WGN Channel based on Digital Watermarking and Wavelet Transform

Quality Estimation of Video Transmitted over an Additive WGN Channel based on Digital Watermarking and Wavelet Transform Quality Estimation of Video Transmitted over an Additive WGN Channel based on Digital Watermarking and Wavelet Transform Mohamed S. El-Mahallawy, Attalah Hashad, Hazem Hassan Ali, and Heba Sami Zaky Abstract

More information

EMBEDDING WATERMARK IN VIDEO RECORDS

EMBEDDING WATERMARK IN VIDEO RECORDS EMBEDDING WATERMARK IN VIDEO RECORDS D.Abirami UG (CSE), Sri Krishna College of Technology, Anna University abidhanabal17@gmail.com R.Gowsika UG (CSE), Sri Krishna College of Technology, Anna University

More information

MULTIMEDIA COMMUNICATION

MULTIMEDIA COMMUNICATION MULTIMEDIA COMMUNICATION Laboratory Session: JPEG Standard Fernando Pereira The objective of this lab session about the JPEG (Joint Photographic Experts Group) standard is to get the students familiar

More information

CENTRALISED AND DISTRIBUTED POWER ALLOCATION ALGORITHMS IN COOPERATIVE NETWORKS. Jaime Adeane, Miguel R.D. Rodrigues, and Ian J.

CENTRALISED AND DISTRIBUTED POWER ALLOCATION ALGORITHMS IN COOPERATIVE NETWORKS. Jaime Adeane, Miguel R.D. Rodrigues, and Ian J. CENTRALISED AND DISTRIBUTED POWER ALLOCATION ALGORITHMS IN COOPERATIVE NETWORKS Jaime Adeane, Miguel R.D. Rodrigues, and Ian J. Wassell Laboratory for Communication Engineering Department of Engineering,

More information

A Random Variable Shape Parameter Strategy for Radial Basis Function Approximation Methods

A Random Variable Shape Parameter Strategy for Radial Basis Function Approximation Methods A Random Variable Shape Parameter Strategy for Radial Basis Function Approximation Methods Scott A. Sarra, Derek Sturgill Marshall University, Department of Mathematics, One John Marshall Drive, Huntington

More information

Resampling using a FIR filter

Resampling using a FIR filter Resampling using a FIR filter by Jens Hee http://jenshee.dk October 2016 Change log 29. september 2016 1. Document started. 23. october 2016 1. Document extended i Resampling The resampling method described

More information

Testing of the Methods of Real-Time MTIE Calculation

Testing of the Methods of Real-Time MTIE Calculation Testing of the Methods of Real-Time MTIE Calculation Andrzej Dobrogowski, Michal Kasznia Institute of Electronics and Telecommunications Poznan University of Technology Poznan, Poland dobrog@et.put.poznan.pl,

More information