Brief Review on Estimation Theory

Total Page:16

File Type:pdf, Size:1020Kb

Brief Review on Estimation Theory £ Brief Review on Estimation Theory K. Abed-Meraim ENST PARIS, Signal and Image Processing Dept. [email protected] This presentation is essentially based on the course ‘BASTA’ by E. Moulines ¢ ¡ Brief review on estimation theory. Oct. 2005 2 £ Presentation Outline Basic concepts and preliminaries • Parameter estimation • Asymptotic theory • Estimation methods (ML, moment, ...) • ¢ ¡ K. ABED-MERAIM ENST PARIS £ Basic Concepts and Preliminaries ¢ ¡ Brief review on estimation theory. Oct. 2005 4 £ Definition and applications The statistics represent the set of methods that allow the analysis (and information extration) of a given set of observations (data). Application examples include: The determination of the production quality by a probing study. • The measure of the visibility impact of a web site (i.e. number of • readed pages, visiting strategies, ...). The modelisation of the packets flow at a high-speed network gate. • The descrimination of important e-mails from spam. • The prediction of missing data for the restoration of old recordings. • The estimation and tracking of a mobile position in a cellular system. • etc, etc, ... ¢ • ¡ K. ABED-MERAIM ENST PARIS Brief review on estimation theory. Oct. 2005 5 £ Some history... One can distinguish 3 phases of development: Begining of XIX-th century, apprition of the first data analysis • experiments (Prony, Laplace) and the first canonical method in statistics (Gauss, Bayes). In the first part of the XX-th century (until the 1960s) the basis of the • statistical inference theory have been established by (Pearson, Fisher,, Neyman, Cramer,...). However, due to the lack of powerful calculation machines, the applications and the impact of the statistics were quite limited. With the fast development of computers and data bases, the statistic has • seen a huge expansion and the number of its applications covers a very large number of domains either in the industry or in research labs. ¢ ¡ K. ABED-MERAIM ENST PARIS Brief review on estimation theory. Oct. 2005 6 £ Statistical model In statistics, the observation x =(x , x , , xn) are seen as a • 1 2 ··· realization of a random vector (process) Xn =(X ,X , ,Xn) 1 2 ··· which law P is partially known. The observation model translates the a priori knowledge we have on • the data. The nature and complexity of the model varies considerably from one • application to another... ¢ ¡ K. ABED-MERAIM ENST PARIS Brief review on estimation theory. Oct. 2005 7 £ Parametric model Parametric model: is a set of probability laws (Pθ,θ Θ) indexed by • ∈ scalar or vectorial parameter θ IRd. ∈ Observation: the observation X is a random variable of distribution Pθ, • where the parameter θ is unknown. The probability of a given event is a function of θ and hence we’ll • write: Pθ(A),Eθ(X), ... ¢ ¡ K. ABED-MERAIM ENST PARIS Brief review on estimation theory. Oct. 2005 8 £ Objectives When considering parametric models, the objectives are often: The estimation: which consists to find an approximate value of • parameter θ. The testing: which is to answer the following type of questions... Can • we state, given the observation set, that the proportion of defective objects θ is smaller that ).)1 with a probability higher than 99%? ¢ ¡ K. ABED-MERAIM ENST PARIS Brief review on estimation theory. Oct. 2005 9 £ Example: Gaussian model A random variable X is said standard gaussian if it admits a p.d.f. • 1 x2 Φ(x)= exp( ). √2π − 2 which is referred to as X = (0, 1). N X is a gaussian random variable of mean µ and variance σ2 if • X = µ + σX0 where X0 is a standard gaussian. Gaussian model: the observation (X , ,Xn) are n gaussian iid • 1 ··· random variables of mean µ and variance σ2 (i.e. θ =(µ, σ)). ¢ ¡ K. ABED-MERAIM ENST PARIS Brief review on estimation theory. Oct. 2005 10 £ Statistic’s concept To build statistical estimators or tests, one has to evaluate certain • function of the observation: Tn = T (X , ,Xn). Such a function is 1 ··· called statistic. It is crucial that the defined statistic is not a function of the parameter θ • or the exact p.d.f. of the observations. A statistic is a random variable which distribution can be computed • from that of the observations. Note that a statistic is a random variable but not any random variable is • a statistic. ¢ ¡ K. ABED-MERAIM ENST PARIS Brief review on estimation theory. Oct. 2005 11 £ Examples n Empirical mean: Tn = Xi/n. • i=1 P Median value: Tn =(X)n. • Min + Max: Tn =0.5 (max(X , ,Xn) + min(X , ,Xn)). • 1 ··· 1 ··· n 2 Variance: Tn = X /n. • i=1 i P ¢ ¡ K. ABED-MERAIM ENST PARIS £ Parametric Estimation ¢ ¡ Brief review on estimation theory. Oct. 2005 13 £ Parametric versus non-parametric Non-parametric: The p.d.f. f of X is unknown but belongs to a known • function space , e.g. F = f : IR IR+, twice differentiable andf” M . F { → ≤ } leads to difficult estimation problems !! Semi-parametric: Consider for example a set of observations • (Xi,zi) following the regression model Xi = g(θ,zi)+ ǫi where g { } is a known function and ǫi are iid random variables. This model is said semi-parametric if the p.d.f. of ǫi is completely unknown. Parametric: The previous model is parametric if the p.d.f. of ǫi is • known (up to certain unknown point parameters). ¢ ¡ K. ABED-MERAIM ENST PARIS Brief review on estimation theory. Oct. 2005 14 £ Parametric estimation Let X =(X ,X , ,Xn) be an observation of a statistical model • 1 2 ··· (Pθ,θ Θ). ∈ An estimator is a function of the observation • θˆn(X)= θˆn(X ,X , ,Xn) 1 2 ··· used to infer (approximate) the value of the unknown parameter. ¢ ¡ K. ABED-MERAIM ENST PARIS Brief review on estimation theory. Oct. 2005 15 £ Example: Estimation of the mean value Let (X ,X , ,Xn) be a n-sample iid observation given by • 1 2 ··· Xi = θ + Xi , θ IR and Xi are iid zero-mean random variables. 0 ∈ 0 Mean estimators: • ˆ n 1- Empirical mean: θn = i=1 Xi/n. P 2- Median value: θˆn =(X)n. ˆ max(X1,···,Xn)+min(X1,···,Xn) 3- (Min + Max)/2: θn = 2 . ¢ ¡ K. ABED-MERAIM ENST PARIS Brief review on estimation theory. Oct. 2005 16 £ Estimator A statistic is referred to as ‘estimator’ to indicate that it is used to • ‘estimate’ a given parameter. The estimation theory allows us to characterize ‘good estimators’. • For that one needs ‘performance measures’ of a given estimator. • Different performance measures exist that sometimes might lead to • different conclusions: i.e. an estimator might be ‘good’ for a first criterion and ‘bad’ for another. ¢ ¡ K. ABED-MERAIM ENST PARIS Brief review on estimation theory. Oct. 2005 17 £ Bias An estimator T of parameter θ is said unbiased if θ is the mean-value • of the distribution of T (θ being the exact value of the parameter): i.e. Eθ(T )= θ. Otherwise, the estimator T is said ‘biased’ and the difference • b(T,θ)= Eθ(T ) θ represents the estimation bias. − ¢ ¡ K. ABED-MERAIM ENST PARIS Brief review on estimation theory. Oct. 2005 18 £ Example: variance estimation 1 Let (X , ,Xn) be an iid observation of pdf pθ(x)= p(x µ), • 1 ··· σ − θ =(µ, σ2), and p satisfies x2p(x)dx =1 and xp(x)dx =0. R R 1 n 2 2 Sn = (Xi X) is an unbiased estimator of σ . • n−1 i=1 − P 1 n 2 2 Vn = (Xi X) is a biased estimator of σ which bias is • n i=1 − given byPb = σ2/n. It is however said asymptotically unbiased as the − bias goes to zero when n tends to infinity. ¢ ¡ K. ABED-MERAIM ENST PARIS Brief review on estimation theory. Oct. 2005 19 £ Unbiased estimator Instead of θ, one might be interested by a function of this parameter... • For example in the previous example, the objective can be to estimate 2 σ = √θ2 instead of σ = θ2. When θ is a parameter vector, one might, in particular, be interested in estimating only a sub-vector of θ. T is an unbiased estimator of g(θ) if Eθ(T )= g(θ) for all θ Θ. • ∈ Otherwise, b(T, θ, g)= Eθ(T ) g(θ) would represent the bias of this • − estimator. ¢ ¡ K. ABED-MERAIM ENST PARIS Brief review on estimation theory. Oct. 2005 20 £ Bias and transforms Non-lineat transforms of unbiased estimators are not necessarily • unbiased: i.e. if T is an unbiased estimator of θ, g(T ) is not in general an unbiased estimate of g(θ). For example, if T is an unbiased estimate og θ then T 2 is not an • unbiased estimate of θ2. Indeed, we have 2 2 2 Eθ(T )= varθ(T )+(Eθ(T )) = varθ(T )+ θ . ¢ ¡ K. ABED-MERAIM ENST PARIS Brief review on estimation theory. Oct. 2005 21 £ Mean squares error Another pertinent performance measure is the mean squares error (MSE). The MSE measures the dispersion of the estimator arround the ‘true’ value of the parameter: MSE(T,θ)= R(T,θ)= E(T (X) θ)2. − The MSE can be decomposed into: 2 MSE(T,θ)=(b(T,θ)) + varθ(T ). ¢ ¡ K. ABED-MERAIM ENST PARIS Brief review on estimation theory. Oct. 2005 22 £ Example: MSE of the empirical mean 2 (X , ,Xn) n-sample iid observation of law (µ, σ ). • 1 ··· N −1 n Empirical mean: X = n Xi. • i=1 P Unbiased estimator and • σ2 var(X)= . n ¢ ¡ K. ABED-MERAIM ENST PARIS Brief review on estimation theory. Oct. 2005 23 £ Estimator’s comparison: Risk measure We have considered previously the quadratic risk (loss) function: • l(θ,α)=(θ α)2. − Other risk (loss) functions are possible and sometimes more suitable: • 1- Absoluve-value error: l(θ,α)= θ α, − 2- Truncated quadratic risk function: l(θ,α) = min((θ α)2, d2).
Recommended publications
  • Probability Based Estimation Theory for Respondent Driven Sampling
    Journal of Official Statistics, Vol. 24, No. 1, 2008, pp. 79–97 Probability Based Estimation Theory for Respondent Driven Sampling Erik Volz1 and Douglas D. Heckathorn2 Many populations of interest present special challenges for traditional survey methodology when it is difficult or impossible to obtain a traditional sampling frame. In the case of such “hidden” populations at risk of HIV/AIDS, many researchers have resorted to chain-referral sampling. Recent progress on the theory of chain-referral sampling has led to Respondent Driven Sampling (RDS), a rigorous chain-referral method which allows unbiased estimation of the target population. In this article we present new probability-theoretic methods for making estimates from RDS data. The new estimators offer improved simplicity, analytical tractability, and allow the estimation of continuous variables. An analytical variance estimator is proposed in the case of estimating categorical variables. The properties of the estimator and the associated variance estimator are explored in a simulation study, and compared to alternative RDS estimators using data from a study of New York City jazz musicians. The new estimator gives results consistent with alternative RDS estimators in the study of jazz musicians, and demonstrates greater precision than alternative estimators in the simulation study. Key words: Respondent driven sampling; chain-referral sampling; Hansen–Hurwitz; MCMC. 1. Introduction Chain-referral sampling has emerged as a powerful method for sampling hard-to-reach or hidden populations. Such sampling methods are favored for such populations because they do not require the specification of a sampling frame. The lack of a sampling frame means that the survey data from a chain-referral sample is contingent on a number of factors outside the researcher’s control such as the social network on which recruitment takes place.
    [Show full text]
  • Detection and Estimation Theory Introduction to ECE 531 Mojtaba Soltanalian- UIC the Course
    Detection and Estimation Theory Introduction to ECE 531 Mojtaba Soltanalian- UIC The course Lectures are given Tuesdays and Thursdays, 2:00-3:15pm Office hours: Thursdays 3:45-5:00pm, SEO 1031 Instructor: Prof. Mojtaba Soltanalian office: SEO 1031 email: [email protected] web: http://msol.people.uic.edu/ The course Course webpage: http://msol.people.uic.edu/ECE531 Textbook(s): * Fundamentals of Statistical Signal Processing, Volume 1: Estimation Theory, by Steven M. Kay, Prentice Hall, 1993, and (possibly) * Fundamentals of Statistical Signal Processing, Volume 2: Detection Theory, by Steven M. Kay, Prentice Hall 1998, available in hard copy form at the UIC Bookstore. The course Style: /Graduate Course with Active Participation/ Introduction Let’s start with a radar example! Introduction> Radar Example QUIZ Introduction> Radar Example You can actually explain it in ten seconds! Introduction> Radar Example Applications in Transportation, Defense, Medical Imaging, Life Sciences, Weather Prediction, Tracking & Localization Introduction> Radar Example The strongest signals leaking off our planet are radar transmissions, not television or radio. The most powerful radars, such as the one mounted on the Arecibo telescope (used to study the ionosphere and map asteroids) could be detected with a similarly sized antenna at a distance of nearly 1,000 light-years. - Seth Shostak, SETI Introduction> Estimation Traditionally discussed in STATISTICS. Estimation in Signal Processing: Digital Computers ADC/DAC (Sampling) Signal/Information Processing Introduction> Estimation The primary focus is on obtaining optimal estimation algorithms that may be implemented on a digital computer. We will work on digital signals/datasets which are typically samples of a continuous-time waveform.
    [Show full text]
  • Analog Transmit Signal Optimization for Undersampled Delay-Doppler
    Analog Transmit Signal Optimization for Undersampled Delay-Doppler Estimation Andreas Lenz∗, Manuel S. Stein†, A. Lee Swindlehurst‡ ∗Institute for Communications Engineering, Technische Universit¨at M¨unchen, Germany †Mathematics Department, Vrije Universiteit Brussel, Belgium ‡Henry Samueli School of Engineering, University of California, Irvine, USA E-Mail: [email protected], [email protected], [email protected] Abstract—In this work, the optimization of the analog transmit achievable sampling rate fs at the receiver restricts the band- waveform for joint delay-Doppler estimation under sub-Nyquist width B of the transmitter and therefore the overall system conditions is considered. Based on the Bayesian Cramer-Rao´ performance. Since the sampling rate forms a bottleneck with lower bound (BCRLB), we derive an estimation theoretic design rule for the Fourier coefficients of the analog transmit signal respect to power resources and hardware limitations [2], it when violating the sampling theorem at the receiver through a is necessary to find a trade-off between high performance wide analog pre-filtering bandwidth. For a wireless delay-Doppler and low complexity. Therefore we discuss how to design channel, we obtain a system optimization problem which can be the transmit signal for delay-Doppler estimation without the solved in compact form by using an Eigenvalue decomposition. commonly used restriction from the sampling theorem. The presented approach enables one to explore the Pareto region spanned by the optimized analog waveforms. Furthermore, we Delay-Doppler estimation has been discussed for decades demonstrate how the framework can be used to reduce the in the signal processing community [3]–[5]. In [3] a subspace sampling rate at the receiver while maintaining high estimation based algorithm for the estimation of multi-path delay-Doppler accuracy.
    [Show full text]
  • 10. Linear Models and Maximum Likelihood Estimation ECE 830, Spring 2017
    10. Linear Models and Maximum Likelihood Estimation ECE 830, Spring 2017 Rebecca Willett 1 / 34 Primary Goal General problem statement: We observe iid yi ∼ pθ; θ 2 Θ n and the goal is to determine the θ that produced fyigi=1. Given a collection of observations y1; :::; yn and a probability model p(y1; :::; ynjθ) parameterized by the parameter θ, determine the value of θ that best matches the observations. 2 / 34 Estimation Using the Likelihood Definition: Likelihood function p(yjθ) as a function of θ with y fixed is called the \likelihood function". If the likelihood function carries the information about θ brought by the observations y = fyigi, how do we use it to obtain an estimator? Definition: Maximum Likelihood Estimation θbMLE = arg max p(yjθ) θ2Θ is the value of θ that maximizes the density at y. Intuitively, we are choosing θ to maximize the probability of occurrence for y. 3 / 34 Maximum Likelihood Estimation MLEs are a very important type of estimator for the following reasons: I MLE occurs naturally in composite hypothesis testing and signal detection (i.e., GLRT) I The MLE is often simple and easy to compute I MLEs are invariant under reparameterization I MLEs often have asymptotic optimal properties (e.g. consistency (MSE ! 0 as N ! 1) 4 / 34 Computing the MLE If the likelihood function is differentiable, then θb is found from @ log p(yjθ) = 0 @θ If multiple solutions exist, then the MLE is the solution that maximizes log p(yjθ). That is, take the global maximizer. Note: It is possible to have multiple global maximizers that are all MLEs! 5 / 34 Example: Estimating the mean and variance of a Gaussian iid 2 yi = A + νi; νi ∼ N (0; σ ); i = 1; ··· ; n θ = [A; σ2]> n @ log p(yjθ) 1 X = (y − A) @A σ2 i i=1 n @ log p(yjθ) n 1 X = − + (y − A)2 @σ2 2σ2 2σ4 i i=1 n 1 X ) Ab = yi n i=1 n 2 1 X 2 ) σc = (yi − Ab) n i=1 Note: σc2 is biased! 6 / 34 Example: Stock Market (Dow-Jones Industrial Avg.) Based on this plot we might conjecture that the data is \on average" increasing.
    [Show full text]
  • Lessons in Estimation Theory for Signal Processing, Communications, and Control
    Lessons in Estimation Theory for Signal Processing, Communications, and Control Jerry M. Mendel Department of Electrical Engineering University of Southern California Los Angeles, California PRENTICE HALL PTR Englewood Cliffs, New Jersey 07632 Contents Preface xvii LESSON 1 Introduction, Coverage, Philosophy, and Computation 1 Summary 1 Introduction 2 Coverage 3 Philosophy 6 Computation 7 Summary Questions 8 LESSON 2 The Linear Model Summary 9 Introduction 9 Examples 10 Notational Preliminaries 18 Computation 20 Supplementary Material: Convolutional Model in Reflection Seismology 21 Summary Questions 23 Problems 24 VII LESSON 3 Least-squares Estimation: Batch Processing 27 Summary 27 Introduction 27 Number of Measurements 29 Objective Function and Problem Statement 29 Derivation of Estimator 30 Fixed and Expanding Memory Estimators 36 Scale Changes and Normalization of Data 36 Computation 37 Supplementary Material: Least Squares, Total Least Squares, and Constrained Total Least Squares 38 Summary Questions 39 Problems 40 LESSON 4 Least-squares Estimation: Singular-value Decomposition 44 Summary 44 Introduction 44 Some Facts from Linear Algebra 45 Singular-value Decomposition 45 Using SVD to Calculate dLS(k) 49 Computation 51 Supplementary Material: Pseudoinverse 51 Summary Questions 53 Problems 54 LESSON 5 Least-squares Estimation: Recursive Processing 58 Summary 58 Introduction 58 Recursive Least Squares: Information Form 59 Matrix Inversion Lemma 62 Recursive Least Squares: Covariance Form 63 Which Form to Use 64 Generalization to Vector
    [Show full text]
  • On the Aliasing and Resolving Power of Sea Level Low-Pass Filtered
    APRIL 2008 TAI 617 On the Aliasing and Resolving Power of Sea Level Low-Pass Filtered onto a Regular Grid from Along-Track Altimeter Data of Uncoordinated Satellites: The Smoothing Strategy CHANG-KOU TAI NOAA/NESDIS, Camp Springs, Maryland (Manuscript received 14 July 2006, in final form 20 June 2007) ABSTRACT It is shown that smoothing (low-pass filtering) along-track altimeter data of uncoordinated satellites onto a regular space–time grid helps reduce the overall energy level of the aliasing from the aliasing levels of the individual satellites. The rough rule of thumb is that combining N satellites reduces the energy of the overall aliasing to 1/N of the average aliasing level of the N satellites. Assuming the aliasing levels of these satellites are roughly of the same order of magnitude (i.e., assuming that no special signal spectral content signifi- cantly favors one satellite over others at certain locations), combining data from uncoordinated satellites is clearly the right strategy. Moreover, contrary to the case of coordinated satellites, this reduction of aliasing is not achieved by the enhancement of the overall resolving power. In fact (by the strict definition of the resolving power as the largest bandwidths within which a band-limited signal remains free of aliasing), the resolving power is reduced to its smallest possible extent. If one characterizes the resolving power of each satellite as a spectral space within which all band-limited signals are resolved by the satellite, then the combined resolving power of the N satellite is characterized by the spectral space that is the intersection of all N spectral spaces (i.e., the spectral space that is common to all the resolved spectral spaces of the N satellites, hence the smallest).
    [Show full text]
  • Estimation Theory
    IOSR Journal of Computer Engineering (IOSR-JCE) e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 16, Issue 6, Ver. II (Nov – Dec. 2014), PP 30-35 www.iosrjournals.org Estimation Theory Dr. Mcchester Odoh and Dr. Ihedigbo Chinedum E. Department Of Computer Science Michael Opara University Of Agriculture, Umudike, Abia State I. Introduction In discussing estimation theory in detail, it will be essential to recall the following definitions. Statistics: A statistics is a number that describes characteristics of a sample. In other words, it is a statistical constant associated with the sample. Examples are mean, sample variance and sample standard deviation (chukwu, 2007). Parameter: this is a number that describes characteristics of the population. In other words, it is a statistical constant associated with the population. Examples are population mean, population variance and population standard deviation. A statistic called an unbiased estimator of a population parameter if the mean of the static is equal to the parameter; the corresponding value of the statistic is then called an unbiased estimate of the parameter. (Spiegel, 1987). Estimator: any statistic 0=0 (x1, x2, x3.......xn) used to estimate the value of a parameter 0 of the population is called estimator of 0 whereas, any observed value of the statistic 0=0 (x1, x2, x3.......xn) is known as the estimate of 0 (Chukwu, 2007). II. Estimation Theory Statistical inference can be defined as the process by which conclusions are about some measure or attribute of a population (eg mean or standard deviation) based upon analysis of sample data. Statistical inference can be conveniently divided into two types- estimation and hypothesis testing (Lucey,2002).
    [Show full text]
  • Quantization-Loss Reduction for Signal Parameter Estimation
    QUANTIZATION-LOSS REDUCTION FOR SIGNAL PARAMETER ESTIMATION Manuel Stein, Friederike Wendler, Amine Mezghani, Josef A. Nossek Institute for Circuit Theory and Signal Processing Technische Universitat¨ Munchen,¨ Germany ABSTRACT front-end. Coarse signal quantization introduces nonlinear ef- fects which have to be taken into account in order to obtain Using coarse resolution analog-to-digital conversion (ADC) optimum system performance. Therefore, adapting existent offers the possibility to reduce the complexity of digital methods and developing new estimation algorithms, operat- receive systems but introduces a loss in effective signal-to- ing on quantized data, becomes more and more important. noise ratio (SNR) when comparing to ideal receivers with infinite resolution ADC. Therefore, here the problem of sig- An early work on the subject of estimating unknown pa- nal parameter estimation from a coarsely quantized receive rameters based on quantized signals can be found in [1]. In [2] signal is considered. In order to increase the system perfor- [3] [4] the authors studied channel parameter estimation based mance, we propose to adjust the analog radio front-end to on a single-bit quantizer assuming uncorrelated noise. The the quantization device in order to reduce the quantization- problem of signal processing with low resolution has been loss. By optimizing the bandwidth of the analog filter with considered in another line of work concerned with data trans- respect to a weighted form of the Cramer-Rao´ lower bound mission. It turns out that the well known reduction of low (CRLB), we show that for low SNR and a 1-bit hard-limiting SNR channel capacity by factor 2/π (−1:96 dB) due to 1-bit device it is possible to significantly reduce the quantization- quantization [5] holds also for the general MIMO case with loss of initially -1.96 dB.
    [Show full text]
  • Post-Sampling Aliasing Control for Natural Images
    POST-SAMPLING ALIASING CONTROL FOR NATURAL IMAGES Dinei A. F. Florêncio and Ronald W. Schafer Digital Signal Processing Laboratory School of Electrical and Computer Engineering Georgia Institute of Technology Atlanta, Georgia 30332 f1orenceedsp . gatech . edu rws@eedsp . gatech . edu ABSTRACT Shannon sampling theorem, and can be useful in developing Sampling and recollstruction are usuaiiy analyzed under better pre- and post-filters based on non-linear techniques. the framework of linear signal processing. Powerful tools Critical Morphological Sampling is similar to traditional like the Fourier transform and optimum linear filter design techniques in the sense that it also requires pre-ifitering be- techniques, allow for a very precise analysis of the process. fore subsampling. In some applications, this pre-ifitering In particular, an optimum linear filter of any length can be maybe undesirable, or even impossible, in which case the derived under most situations. Many of these tools are not signal is simply subsampled, without any pre-filtering, or available for non—linear systems, and it is usually difficult to a very simple filter is used. An example of increasing im find an optimum non4inear system under any criteria. In portance is video processing, where the high data rate and this paper we analyze the possibility of using non-linear fil memory restrictions often limit the filtering to very short tering in the interpolation of subsampled images. We show windows. that a very simple (5x5) non-linear reconstruction filter out- In this paper we show how it is possible to reduce performs (for the images analyzed) linear filters of up to the effects of aliasing by using non-linear reconstruction 256x256, including optimum (separable) Wiener filters of techniques.
    [Show full text]
  • Carrier Frequency Recovery for Oversampled Perfect Reconstruction Filter Bank Transceivers
    ICWMC 2013 : The Ninth International Conference on Wireless and Mobile Communications Carrier Frequency Recovery for Oversampled Perfect Reconstruction Filter Bank Transceivers Siavash Rahimi Benoit Champagne Dept. of Electrical and Computer Eng. Dept. of Electrical and Computer Eng. McGill University McGill University Montreal, Canada Montreal, Canada [email protected] [email protected] Abstract—In this paper, we consider the problem of effect, limited number of frequency estimation or syn- data-aided carrier frequency offset (CFO) estimation for chronization algorithms for FBMC systems have been filter bank multicarrier systems, with emphasis on over- considered. In [5], a non data-aided (i.e., blind) CFO sampled perfect reconstruction filter banks. By exploiting estimator for FMT systems is obtained based on the statistical properties of the transmitted pilots in such sys- maximum likelihood (ML) principle. Another blind CFO tems, the maximum likelihood (ML) estimator of the CFO is derived and its performance is investigated numerically estimator based on the best linear unbiased estimation for different channel scenarios. The Cramer Rao bound (BLUE) principle, under the assumption of additive (CRB) on CFO estimator variance for the additive white white Gaussian noise (AWGN) channel, is proposed Gaussian noise (AWGN) channel is also derived as a in [6]. Alternatively, a data-aided joint symbol timing performance benchmark. Simulation results show that the and frequency synchronization scheme for FMT systems proposed ML estimator reaches the provided CRB over is presented in [7], where the synchronization metric AWGN channel, while it also exhibits a robust performance is derived by calculating the time-domain correlation in the case of frequency selective channels.
    [Show full text]
  • Signal Reconstruction from Noisy, Aliased, and Nonideal Samples: What Linear Mmse Approaches Can Achieve
    18th European Signal Processing Conference (EUSIPCO-2010) Aalborg, Denmark, August 23-27, 2010 SIGNAL RECONSTRUCTION FROM NOISY, ALIASED, AND NONIDEAL SAMPLES: WHAT LINEAR MMSE APPROACHES CAN ACHIEVE Alvaro Guevara and Rudolf Mester Visual Sensorics and Information Processing Lab (VSI) Computer Science Dept., Goethe University, Frankfurt, Germany Email: falvaro.guevara, [email protected] ABSTRACT received little attention in the signal and image processing This paper addresses the problem of interpolating a (non- literature during the recent two decades, whereas early exten- bandlimited) signal from a discrete set of noisy measurements sive work using Wiener filtering (e.g. [7], or [8]) seems to obtained from non-d sampling kernels. We present a linear be forgotten or pushed aside, possibly due to the extensive estimation approach, assuming the signal is given by a con- usage of formulations in the Fourier domain, which do not tinuous model for which first and second order moments are really simplify the exposition and practical application in case known. The formula provides a generalization of the well- of discrete signals. However, more recently, statistical recon- known discrete-discrete Wiener style estimator, but does not struction methods seem to regain attention. These methods necessarily involve Fourier domain considerations. Finally, can be classified as discrete or continuous approaches. On the some experiments illustrate the flexibility of the method under discrete side, the work of Leung et al. [9] on image interpola- strong noise and aliasing effects, and shows how the input tion shows a comparison on the performance between several autocorrelation, the sampling kernel and the noise process ACF image models for both ideal and nonideal sampling.
    [Show full text]
  • Improving Range Estimation of a 3D FLASH LADAR Via Blind Deconvolution Jason R
    Air Force Institute of Technology AFIT Scholar Theses and Dissertations Student Graduate Works 9-10-2010 Improving Range Estimation of a 3D FLASH LADAR via Blind Deconvolution Jason R. McMahon Follow this and additional works at: https://scholar.afit.edu/etd Part of the Electrical and Electronics Commons, and the Electromagnetics and Photonics Commons Recommended Citation McMahon, Jason R., "Improving Range Estimation of a 3D FLASH LADAR via Blind Deconvolution" (2010). Theses and Dissertations. 1971. https://scholar.afit.edu/etd/1971 This Dissertation is brought to you for free and open access by the Student Graduate Works at AFIT Scholar. It has been accepted for inclusion in Theses and Dissertations by an authorized administrator of AFIT Scholar. For more information, please contact [email protected]. IMPROVING RANGE ESTIMATION OF A 3-DIMENSIONAL FLASH LADAR VIA BLIND DECONVOLUTION DISSERTATION Jason R. McMahon, Major, USAF AFIT/DEE/ENG/10-13 DEPARTMENT OF THE AIR FORCE AIR UNIVERSITY AIR FORCE INSTITUTE OF TECHNOLOGY Wright-Patterson Air Force Base, Ohio APPROVED FOR PUBLIC RELEASE; DISTRIBUTION UNLIMITED. The views expressed in this dissertation are those of the author and do not reflect the official policy or position of the United States Air Force, Department of Defense, or the United States Government. AFIT/DEE/ENG/10-13 IMPROVING RANGE ESTIMATION OF A 3-DIMENSIONAL FLASH LADAR VIA BLIND DECONVOLUTION DISSERTATION Presented to the Faculty Graduate School of Engineering and Management Air Force Institute of Technology Air University Air Education and Training Command In Partial Fulfillment of the Requirements for the Degree of Doctor of Philosophy Jason R.
    [Show full text]