Estimation of Power Spectral Density Using Wavelet Thresholding

Total Page:16

File Type:pdf, Size:1020Kb

Estimation of Power Spectral Density Using Wavelet Thresholding Proceedings of the 7th WSEAS International Conference on CIRCUITS, SYSTEMS, ELECTRONICS, CONTROL and SIGNAL PROCESSING (CSECS'08) Estimation of Power Spectral Density using Wavelet Thresholding PETR SYSEL JIRI MISUREC Brno University of Technology Brno University of Technology Department of Telecommunications Department of Telecommunications Purkynova 464/118, 612 00 Brno Purkynova 464/118, 612 00 Brno CZECH REPUBLIC CZECH REPUBLIC Abstract: The basic problem of the single-channel speech enhancement methods lies in a rapid and precise method for estimating noise, on which the quality of enhancement method depends. The paper describes a new method of power spectral density estimation using wavelet transform in spectral domain. To reduce periodogram variance the proposed method use the procedure of thresholding the wavelet coefficients of a periodogram. Then the smoothed estimate of power spectral density of noise is obtained using the inverse discrete wavelet transform. Key–Words: Speech Enhancement, Power Spectral Density, Periodogram, Wavelet Transform Thresholding 1 Introduction the theoretical power spectral density Gxx [k] and the mean value of power spectral density estimation Most of the speech enhancement methods use estima- Gˆ [k] [8] tion of noise and interference characteristics. Thus the xx notion of power spectral density is introduced, which Gˆ k G k Gˆ k . (3) defines the density of total noise energy of a random B xx [ ] = xx [ ] − E xx [ ] signal in dependence on frequency. n o n o Estimation is unbiased when the mean value of esti- By the Wiener-Khinchin relation [3, 8] it can be mation is equal to the theoretical power spectral den- derived that the power spectral density G [k] of a xx sity stationary random process can be obtained by the ˆ discrete Fourier transform of the autocorrelation se- E Gxx [k] = Gxx [k] . (4) quence Estimation is asymptoticallyn o unbiased when this equa- ∞ tion holds for a sufficiently large count of realizations. −j2πkm G [k] = γxx [m] e , (1) ˆ xx Estimation variance D Gxx [k] is defined as the m=−∞ X mean square value of the differencen o between the esti- where γxx [m] is the autocorrelation sequence of sta- mate and the mean value of estimate [8] tionary random process, for which it holds ˆ ˆ ˆ 2 ∞ D Gxx [k] = E Gxx [k] − E Gxx [k] . γxx [m] = x[n + m]x[n]. (2) n o n o (5) n=−∞ X Thus the estimation error can be defined by nor- The stationary random process denotes a random pro- malized mean square error [8] cess whose mean value and variance are independent ǫ2 = ǫ2 + ǫ2, (6) of time n while the autocorrelation sequence γxx [m] c b r depends only on lags m. 2 where ǫb is the normalized mean square error due to The autocorrelation sequence in formula (1) is 2 bias, and ǫr is the normalized mean square error due theoretically infinite and in practice it must be re- to variance. Both errors are defined as placed by an estimate from one or a few process realizations of finite length. On the other hand, this 2 B Gˆxx [k] causes distortion and the power spectral density ob- ǫ2 = , (7) b nG [k] o tained is only an estimate Gˆxx [k] of theoretical power xx spectral density Gxx [k]. ˆ The estimation bias (systematic error) D Gxx [k] ǫ2 = . (8) r n 2 o B Gˆxx [k] is defined as the difference between Gxx [k] n o ISSN: 1790-5117 207 ISBN: 978-960-474-035-2 Proceedings of the 7th WSEAS International Conference on CIRCUITS, SYSTEMS, ELECTRONICS, CONTROL and SIGNAL PROCESSING (CSECS'08) 2 Power spectral density estimation achieves the value 1, i.e. 100 %. For this reason esti- methods mation using the periodogram is improper. One of the methods of smoothing the power spec- 2.1 Non-parametric methods tral density estimation is the mean value of a few periodograms, which are obtained from a few suffi- Non-parametric methods of power spectral density es- ciently long random process realizations. [3, 8] If timation use the discrete Fourier transform. The auto- we have at our disposal only one random process correlation sequence can be estimated by the relation realization, then we subdivide an N-point signal into [3] K segments. The effect of subdividing is reduced fre- quency resolution by a factor K. For each segment, 1 N−m−1 r [m] = x [n + m] x [n], 0 ≤ m < N, the periodogram is computed xx N n=0 X 2 N−1 M−1 1 (i) 1 −j2πkn rxx [m] = x [n + m] x [n], −N <m< 0, (9) Pxx [k] = xi[n]e , N M n=|m| n=0 X X where N is the signal length. The estimation used is where M = N is the length of the each segment. biased but it asymptotically approximates the theoret- K Then the powerj spectralk density estimation is equal to ical autocorrelation sequence the mean value of partial periodograms lim rxx [m] = γxx [m] . (10) N→∞ 1 K−1 P B [k] = P (i) [k] . (16) Moreover, estimation variance converges to zero as xx K xx i=1 N → ∞, therefore rxx [m] is a consistent estimate X [3]. This method is called the Bartlett method [3]. The If we substitute (9) into (1), an estimate of power power spectral density estimation by the Bartlett spectral density of an ergodic random process, so method is again an asymptotically unbiased estima- called periodogram, can be obtained tion. However, the estimation variance is reduced by N−1 a factor K [3] −j2πkm 1 2 P [k] = rxx [m] e = |X[k]| . xx N k 2 m=−(N−1) 1 sin 2π N X P B k G2 k 2N−1 . (11) D xx [ ] = xx [ ] 1 + k K N sin 2π ! However, the periodogram is also a biased estimate n o 2N−1 (17) but asymptotically it is an unbiased estimate After substituting into (8) the normalized mean square lim E {Pxx [k]} = Gxx [k] . (12) error due to variance is shown to be reduced by a fac- N→∞ tor K too. When the random process is a Gaussian random Another modification of averaging periodograms process, the estimation variance is shown to be [3] is proposed by Welch. The fundamentals are the same as in the Bartlett method but Welch proposed segment k 2 2 sin 2π 2N−1 N overlapping and weighting segments by a chosen win- D {Pxx [k]} = Gxx [k] 1 + k . N sin 2π ! dow. The Welch method can reduce the estimation 2N−1 variance while preserving sufficient frequency resolu- (13) tion. [3] Hence the estimation variance is approaching the square of power spectral density 2 2.2 Parametric methods lim D {Pxx [k]} = Gxx [k] (14) N→∞ Unlike non-parametric methods the parametric as N → ∞. Therefore estimation using the pe- methods emulate a model for the generation of sig- riodogram is an inconsistent estimation. Moreover, nals that is constructed from a number of parameters estimation variance achieves the value of the square estimated from a short realization of the random of power spectral density and the normalized mean process observed. The modelling aproach makes square error due to variance it possible to extrapolate the value of the random process outside the realization and also to extrapolate ˆ D Gxx [k] G2 [k] the value of the autocorrelation sequence for lags ǫ2 = lim = xx = 1 (15) r n 2 o 2 |m| ≥ N. An advantage is that these methods N→∞ Gxx [k] Gxx [k] ISSN: 1790-5117 208 ISBN: 978-960-474-035-2 Proceedings of the 7th WSEAS International Conference on CIRCUITS, SYSTEMS, ELECTRONICS, CONTROL and SIGNAL PROCESSING (CSECS'08) provide a better frequency resolution than non- where Pxx [k] are samples of the periodogram of the parametric methods and their frequency resolution is implementation of a random process of length 2N = almost independent of the length of random process 2M+1 obtained by the discrete Fourier transform, and realization. [3] the base functions ψj,m [k] are derived by a time shift The discrete stationary random process x [n] with j = 0, 1,..., 2m − 1 and dilatation with the scale unknown power spectral density Gxx [k] can be trans- m = 0, 1,..., log2 N of a single mother function formed into white noise w[n] when sequence x [n] is ψ [k] according to the relation filtered by a linear digital filter with a transfer function 1/H(z) that is inverse to the transfer function (20). 1 k ψ [k] = √ ψ − j . (23) This filter is then called whitening filter. If it is possi- j,m m 2m 2 ble to find out the transfer function of whitening filter then the power spectral density is shown to be The transformation is linear and therefore the coeffi- cients will represent the sum of the coefficients repre- j2πf 2 j2πf j2πf Gxx e = σwH(e )eH( ), (18) senting the sought power spectral density gj,m[k] and the coefficients representing the noise ej,m[k] where 2 υ[0] σw = e (19) Cj,m[k] = gj,m[k] + ej,m[k]. (24) is the variance of white noise, As the random processes ς[k] are independent and the ∞ −m transformation is orthogonal, the coefficients ej,m[k] H(z) = exp υ [m] z = (20) will be non-correlated. At the same time, however, m=1 ! r X they are not independent since their probability distri- −i biz bution is independent of the shift j but is dependent i=0 , z > r , r < , on the scale m. But according to the central limiting = Ps | | 1 1 1 −j theorem their probability distribution converges to the 1 + ajz j=0 Gaussian normal distribution with m → ∞ [2].
Recommended publications
  • Lecture 19: Wavelet Compression of Time Series and Images
    Lecture 19: Wavelet compression of time series and images c Christopher S. Bretherton Winter 2014 Ref: Matlab Wavelet Toolbox help. 19.1 Wavelet compression of a time series The last section of wavelet leleccum notoolbox.m demonstrates the use of wavelet compression on a time series. The idea is to keep the wavelet coefficients of largest amplitude and zero out the small ones. 19.2 Wavelet analysis/compression of an image Wavelet analysis is easily extended to two-dimensional images or datasets (data matrices), by first doing a wavelet transform of each column of the matrix, then transforming each row of the result (see wavelet image). The wavelet coeffi- cient matrix has the highest level (largest-scale) averages in the first rows/columns, then successively smaller detail scales further down the rows/columns. The ex- ample also shows fine results with 50-fold data compression. 19.3 Continuous Wavelet Transform (CWT) Given a continuous signal u(t) and an analyzing wavelet (x), the CWT has the form Z 1 s − t W (λ, t) = λ−1=2 ( )u(s)ds (19.3.1) −∞ λ Here λ, the scale, is a continuous variable. We insist that have mean zero and that its square integrates to 1. The continuous Haar wavelet is defined: 8 < 1 0 < t < 1=2 (t) = −1 1=2 < t < 1 (19.3.2) : 0 otherwise W (λ, t) is proportional to the difference of running means of u over successive intervals of length λ/2. 1 Amath 482/582 Lecture 19 Bretherton - Winter 2014 2 In practice, for a discrete time series, the integral is evaluated as a Riemann sum using the Matlab wavelet toolbox function cwt.
    [Show full text]
  • Adaptive Wavelet Clustering for Highly Noisy Data
    Adaptive Wavelet Clustering for Highly Noisy Data Zengjian Chen Jiayi Liu Yihe Deng Department of Computer Science Department of Computer Science Department of Mathematics Huazhong University of University of Massachusetts Amherst University of California, Los Angeles Science and Technology Massachusetts, USA California, USA Wuhan, China [email protected] [email protected] [email protected] Kun He* John E. Hopcroft Department of Computer Science Department of Computer Science Huazhong University of Science and Technology Cornell University Wuhan, China Ithaca, NY, USA [email protected] [email protected] Abstract—In this paper we make progress on the unsupervised Based on the pioneering work of Sheikholeslami that applies task of mining arbitrarily shaped clusters in highly noisy datasets, wavelet transform, originally used for signal processing, on which is a task present in many real-world applications. Based spatial data clustering [12], we propose a new wavelet based on the fundamental work that first applies a wavelet transform to data clustering, we propose an adaptive clustering algorithm, algorithm called AdaWave that can adaptively and effectively denoted as AdaWave, which exhibits favorable characteristics for uncover clusters in highly noisy data. To tackle general appli- clustering. By a self-adaptive thresholding technique, AdaWave cations, we assume that the clusters in a dataset do not follow is parameter free and can handle data in various situations. any specific distribution and can be arbitrarily shaped. It is deterministic, fast in linear time, order-insensitive, shape- To show the hardness of the clustering task, we first design insensitive, robust to highly noisy data, and requires no pre- knowledge on data models.
    [Show full text]
  • Measurement Techniques of Ultra-Wideband Transmissions
    Rec. ITU-R SM.1754-0 1 RECOMMENDATION ITU-R SM.1754-0* Measurement techniques of ultra-wideband transmissions (2006) Scope Taking into account that there are two general measurement approaches (time domain and frequency domain) this Recommendation gives the appropriate techniques to be applied when measuring UWB transmissions. Keywords Ultra-wideband( UWB), international transmissions, short-duration pulse The ITU Radiocommunication Assembly, considering a) that intentional transmissions from devices using ultra-wideband (UWB) technology may extend over a very large frequency range; b) that devices using UWB technology are being developed with transmissions that span numerous radiocommunication service allocations; c) that UWB technology may be integrated into many wireless applications such as short- range indoor and outdoor communications, radar imaging, medical imaging, asset tracking, surveillance, vehicular radar and intelligent transportation; d) that a UWB transmission may be a sequence of short-duration pulses; e) that UWB transmissions may appear as noise-like, which may add to the difficulty of their measurement; f) that the measurements of UWB transmissions are different from those of conventional radiocommunication systems; g) that proper measurements and assessments of power spectral density are key issues to be addressed for any radiation, noting a) that terms and definitions for UWB technology and devices are given in Recommendation ITU-R SM.1755; b) that there are two general measurement approaches, time domain and frequency domain, with each having a particular set of advantages and disadvantages, recommends 1 that techniques described in Annex 1 to this Recommendation should be considered when measuring UWB transmissions. * Radiocommunication Study Group 1 made editorial amendments to this Recommendation in the years 2018 and 2019 in accordance with Resolution ITU-R 1.
    [Show full text]
  • A Fourier-Wavelet Monte Carlo Method for Fractal Random Fields
    JOURNAL OF COMPUTATIONAL PHYSICS 132, 384±408 (1997) ARTICLE NO. CP965647 A Fourier±Wavelet Monte Carlo Method for Fractal Random Fields Frank W. Elliott Jr., David J. Horntrop, and Andrew J. Majda Courant Institute of Mathematical Sciences, 251 Mercer Street, New York, New York 10012 Received August 2, 1996; revised December 23, 1996 2 2H k[v(x) 2 v(y)] l 5 CHux 2 yu , (1.1) A new hierarchical method for the Monte Carlo simulation of random ®elds called the Fourier±wavelet method is developed and where 0 , H , 1 is the Hurst exponent and k?l denotes applied to isotropic Gaussian random ®elds with power law spectral the expected value. density functions. This technique is based upon the orthogonal Here we develop a new Monte Carlo method based upon decomposition of the Fourier stochastic integral representation of the ®eld using wavelets. The Meyer wavelet is used here because a wavelet expansion of the Fourier space representation of its rapid decay properties allow for a very compact representation the fractal random ®elds in (1.1). This method is capable of the ®eld. The Fourier±wavelet method is shown to be straightfor- of generating a velocity ®eld with the Kolmogoroff spec- ward to implement, given the nature of the necessary precomputa- trum (H 5 Ad in (1.1)) over many (10 to 15) decades of tions and the run-time calculations, and yields comparable results scaling behavior comparable to the physical space multi- with scaling behavior over as many decades as the physical space multiwavelet methods developed recently by two of the authors.
    [Show full text]
  • A Practical Guide to Wavelet Analysis
    A Practical Guide to Wavelet Analysis Christopher Torrence and Gilbert P. Compo Program in Atmospheric and Oceanic Sciences, University of Colorado, Boulder, Colorado ABSTRACT A practical step-by-step guide to wavelet analysis is given, with examples taken from time series of the El Niño– Southern Oscillation (ENSO). The guide includes a comparison to the windowed Fourier transform, the choice of an appropriate wavelet basis function, edge effects due to finite-length time series, and the relationship between wavelet scale and Fourier frequency. New statistical significance tests for wavelet power spectra are developed by deriving theo- retical wavelet spectra for white and red noise processes and using these to establish significance levels and confidence intervals. It is shown that smoothing in time or scale can be used to increase the confidence of the wavelet spectrum. Empirical formulas are given for the effect of smoothing on significance levels and confidence intervals. Extensions to wavelet analysis such as filtering, the power Hovmöller, cross-wavelet spectra, and coherence are described. The statistical significance tests are used to give a quantitative measure of changes in ENSO variance on interdecadal timescales. Using new datasets that extend back to 1871, the Niño3 sea surface temperature and the Southern Oscilla- tion index show significantly higher power during 1880–1920 and 1960–90, and lower power during 1920–60, as well as a possible 15-yr modulation of variance. The power Hovmöller of sea level pressure shows significant variations in 2–8-yr wavelet power in both longitude and time. 1. Introduction complete description of geophysical applications can be found in Foufoula-Georgiou and Kumar (1995), Wavelet analysis is becoming a common tool for while a theoretical treatment of wavelet analysis is analyzing localized variations of power within a time given in Daubechies (1992).
    [Show full text]
  • An Overview of Wavelet Transform Concepts and Applications
    An overview of wavelet transform concepts and applications Christopher Liner, University of Houston February 26, 2010 Abstract The continuous wavelet transform utilizing a complex Morlet analyzing wavelet has a close connection to the Fourier transform and is a powerful analysis tool for decomposing broadband wavefield data. A wide range of seismic wavelet applications have been reported over the last three decades, and the free Seismic Unix processing system now contains a code (succwt) based on the work reported here. Introduction The continuous wavelet transform (CWT) is one method of investigating the time-frequency details of data whose spectral content varies with time (non-stationary time series). Moti- vation for the CWT can be found in Goupillaud et al. [12], along with a discussion of its relationship to the Fourier and Gabor transforms. As a brief overview, we note that French geophysicist J. Morlet worked with non- stationary time series in the late 1970's to find an alternative to the short-time Fourier transform (STFT). The STFT was known to have poor localization in both time and fre- quency, although it was a first step beyond the standard Fourier transform in the analysis of such data. Morlet's original wavelet transform idea was developed in collaboration with the- oretical physicist A. Grossmann, whose contributions included an exact inversion formula. A series of fundamental papers flowed from this collaboration [16, 12, 13], and connections were soon recognized between Morlet's wavelet transform and earlier methods, including harmonic analysis, scale-space representations, and conjugated quadrature filters. For fur- ther details, the interested reader is referred to Daubechies' [7] account of the early history of the wavelet transform.
    [Show full text]
  • Fourier, Wavelet and Monte Carlo Methods in Computational Finance
    Fourier, Wavelet and Monte Carlo Methods in Computational Finance Kees Oosterlee1;2 1CWI, Amsterdam 2Delft University of Technology, the Netherlands AANMPDE-9-16, 7/7/2016 Kees Oosterlee (CWI, TU Delft) Comp. Finance AANMPDE-9-16 1 / 51 Joint work with Fang Fang, Marjon Ruijter, Luis Ortiz, Shashi Jain, Alvaro Leitao, Fei Cong, Qian Feng Agenda Derivatives pricing, Feynman-Kac Theorem Fourier methods Basics of COS method; Basics of SWIFT method; Options with early-exercise features COS method for Bermudan options Monte Carlo method BSDEs, BCOS method (very briefly) Kees Oosterlee (CWI, TU Delft) Comp. Finance AANMPDE-9-16 1 / 51 Agenda Derivatives pricing, Feynman-Kac Theorem Fourier methods Basics of COS method; Basics of SWIFT method; Options with early-exercise features COS method for Bermudan options Monte Carlo method BSDEs, BCOS method (very briefly) Joint work with Fang Fang, Marjon Ruijter, Luis Ortiz, Shashi Jain, Alvaro Leitao, Fei Cong, Qian Feng Kees Oosterlee (CWI, TU Delft) Comp. Finance AANMPDE-9-16 1 / 51 Feynman-Kac theorem: Z T v(t; x) = E g(s; Xs )ds + h(XT ) ; t where Xs is the solution to the FSDE dXs = µ(Xs )ds + σ(Xs )d!s ; Xt = x: Feynman-Kac Theorem The linear partial differential equation: @v(t; x) + Lv(t; x) + g(t; x) = 0; v(T ; x) = h(x); @t with operator 1 Lv(t; x) = µ(x)Dv(t; x) + σ2(x)D2v(t; x): 2 Kees Oosterlee (CWI, TU Delft) Comp. Finance AANMPDE-9-16 2 / 51 Feynman-Kac Theorem The linear partial differential equation: @v(t; x) + Lv(t; x) + g(t; x) = 0; v(T ; x) = h(x); @t with operator 1 Lv(t; x) = µ(x)Dv(t; x) + σ2(x)D2v(t; x): 2 Feynman-Kac theorem: Z T v(t; x) = E g(s; Xs )ds + h(XT ) ; t where Xs is the solution to the FSDE dXs = µ(Xs )ds + σ(Xs )d!s ; Xt = x: Kees Oosterlee (CWI, TU Delft) Comp.
    [Show full text]
  • Wavelet Clustering in Time Series Analysis
    Wavelet clustering in time series analysis Carlo Cattani and Armando Ciancio Abstract In this paper we shortly summarize the many advantages of the discrete wavelet transform in the analysis of time series. The data are transformed into clusters of wavelet coefficients and rate of change of the wavelet coefficients, both belonging to a suitable finite dimensional domain. It is shown that the wavelet coefficients are strictly related to the scheme of finite differences, thus giving information on the first and second order properties of the data. In particular, this method is tested on financial data, such as stock pricings, by characterizing the trends and the abrupt changes. The wavelet coefficients projected into the phase space give rise to characteristic cluster which are connected with the volativility of the time series. By their localization they represent a sufficiently good and new estimate of the risk. Mathematics Subject Classification: 35A35, 42C40, 41A15, 47A58; 65T60, 65D07. Key words: Wavelet, Haar function, time series, stock pricing. 1 Introduction In the analysis of time series such as financial data, one of the main task is to con- struct a model able to capture the main features of the data, such as fluctuations, trends, jumps, etc. If the model is both well fitting with the already available data and is expressed by some mathematical relations then it can be temptatively used to forecast the evolution of the time series according to the given model. However, in general any reasonable model depends on an extremely large amount of parameters both deterministic and/or probabilistic [10, 18, 23, 2, 1, 29, 24, 25, 3] implying a com- plex set of complicated mathematical relations.
    [Show full text]
  • Statistical Hypothesis Testing in Wavelet Analysis: Theoretical Developments and Applications to India Rainfall Justin A
    Nonlin. Processes Geophys. Discuss., https://doi.org/10.5194/npg-2018-55 Manuscript under review for journal Nonlin. Processes Geophys. Discussion started: 13 December 2018 c Author(s) 2018. CC BY 4.0 License. Statistical Hypothesis Testing in Wavelet Analysis: Theoretical Developments and Applications to India Rainfall Justin A. Schulte1 1Science Systems and Applications, Inc,, Lanham, 20782, United States 5 Correspondence to: Justin A. Schulte ([email protected]) Abstract Statistical hypothesis tests in wavelet analysis are reviewed and developed. The output of a recently developed cumulative area-wise is shown to be the ensemble mean of individual estimates of statistical significance calculated from a geometric test assessing statistical significance based on the area of contiguous regions (i.e. patches) 10 of point-wise significance. This new interpretation is then used to construct a simplified version of the cumulative area-wise test to improve computational efficiency. Ideal examples are used to show that the geometric and cumulative area-wise tests are unable to differentiate features arising from singularity-like structures from those associated with periodicities. A cumulative arc-wise test is therefore developed to test for periodicities in a strict sense. A previously proposed topological significance test is formalized using persistent homology profiles (PHPs) measuring the number 15 of patches and holes corresponding to the set of all point-wise significance values. Ideal examples show that the PHPs can be used to distinguish time series containing signal components from those that are purely noise. To demonstrate the practical uses of the existing and newly developed statistical methodologies, a first comprehensive wavelet analysis of India rainfall is also provided.
    [Show full text]
  • Quantum Noise and Quantum Measurement
    Quantum noise and quantum measurement Aashish A. Clerk Department of Physics, McGill University, Montreal, Quebec, Canada H3A 2T8 1 Contents 1 Introduction 1 2 Quantum noise spectral densities: some essential features 2 2.1 Classical noise basics 2 2.2 Quantum noise spectral densities 3 2.3 Brief example: current noise of a quantum point contact 9 2.4 Heisenberg inequality on detector quantum noise 10 3 Quantum limit on QND qubit detection 16 3.1 Measurement rate and dephasing rate 16 3.2 Efficiency ratio 18 3.3 Example: QPC detector 20 3.4 Significance of the quantum limit on QND qubit detection 23 3.5 QND quantum limit beyond linear response 23 4 Quantum limit on linear amplification: the op-amp mode 24 4.1 Weak continuous position detection 24 4.2 A possible correlation-based loophole? 26 4.3 Power gain 27 4.4 Simplifications for a detector with ideal quantum noise and large power gain 30 4.5 Derivation of the quantum limit 30 4.6 Noise temperature 33 4.7 Quantum limit on an \op-amp" style voltage amplifier 33 5 Quantum limit on a linear-amplifier: scattering mode 38 5.1 Caves-Haus formulation of the scattering-mode quantum limit 38 5.2 Bosonic Scattering Description of a Two-Port Amplifier 41 References 50 1 Introduction The fact that quantum mechanics can place restrictions on our ability to make measurements is something we all encounter in our first quantum mechanics class. One is typically presented with the example of the Heisenberg microscope (Heisenberg, 1930), where the position of a particle is measured by scattering light off it.
    [Show full text]
  • Wavelet Cross-Correlation Analysis of Wind Speed Series Generated by ANN Based Models Grégory Turbelin, Pierre Ngae, Michel Grignon
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Archive Ouverte en Sciences de l'Information et de la Communication Wavelet cross-correlation analysis of wind speed series generated by ANN based models Grégory Turbelin, Pierre Ngae, Michel Grignon To cite this version: Grégory Turbelin, Pierre Ngae, Michel Grignon. Wavelet cross-correlation analysis of wind speed series generated by ANN based models. Renewable Energy, Elsevier, 2009, 34, 4, pp.1024–1032. 10.1016/j.renene.2008.08.016. hal-01178999 HAL Id: hal-01178999 https://hal.archives-ouvertes.fr/hal-01178999 Submitted on 18 Nov 2019 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Wavelet cross correlation analysis of wind speed series generated by ANN based models Grégory Turbelin*, Pierre Ngae, Michel Grignon Laboratoire de Mécanique et d’Energétique d’Evry (LMEE),Université d’Evry Val d’Essonne 40 rue du Pelvoux, 91020 Evry Cedex, France Abstract To obtain, over medium term periods, wind speed time series on a site, located in the southern part of the Paris region (France), where long recording are not available, but where nearby meteorological stations provide large series of data, use was made of ANN based models.
    [Show full text]
  • Wavelets, Their Autocorrelation Functions, and Multiresolution Representation of Signals
    Wavelets, their autocorrelation functions, and multiresolution representation of signals Gregory Beylkin University of Colorado at Boulder, Program in Applied Mathematics Boulder, CO 80309-0526 Naoki Saito 1 Schlumberger–Doll Research Old Quarry Road, Ridgefield, CT 06877-4108 ABSTRACT We summarize the properties of the auto-correlation functions of compactly supported wavelets, their connection to iterative interpolation schemes, and the use of these functions for multiresolution analysis of signals. We briefly describe properties of representations using dilations and translations of these auto- correlation functions (the auto-correlation shell) which permit multiresolution analysis of signals. 1. WAVELETS AND THEIR AUTOCORRELATION FUNCTIONS The auto-correlation functions of compactly supported scaling functions were first studied in the context of the Lagrange iterative interpolation scheme in [6], [5]. Let Φ(x) be the auto-correlation function, +∞ Φ(x)= ϕ(y)ϕ(y x)dy, (1.1) Z−∞ − where ϕ(x) is the scaling function which appears in the construction of compactly supported wavelets in [3]. The function Φ(x) is exactly the “fundamental function” of the symmetric iterative interpolation scheme introduced in [6], [5]. Thus, there is a simple one-to-one correspondence between iterative interpolation schemes and compactly supported wavelets [12], [11]. In particular, the scaling function corresponding to Daubechies’s wavelet with two vanishing moments yields the scheme in [6]. In general, the scaling functions corresponding to Daubechies’s wavelets with M vanishing moments lead to the iterative interpolation schemes which use the Lagrange polynomials of degree 2M [5]. Additional variants of iterative interpolation schemes may be obtained using compactly supported wavelets described in [4].
    [Show full text]