Estimation Theory Archives - GaussianWaves https://www.gaussianwaves.com/category/estimation-theory/ Signal Processing for Communication Systems Thu, 16 Mar 2023 11:40:50 +0000 en-US hourly 1 https://wordpress.org/?v=6.4.4 https://i0.wp.com/www.gaussianwaves.com/gaussianwaves/wp-content/uploads/2016/02/cropped-gaussianwaves_logo_120_120.png?fit=32%2C32&ssl=1 Estimation Theory Archives - GaussianWaves https://www.gaussianwaves.com/category/estimation-theory/ 32 32 163393712 Hidden Markov Models (HMM) – Simplified !!! https://www.gaussianwaves.com/2020/03/hidden-markov-models-hmm-simplified/ https://www.gaussianwaves.com/2020/03/hidden-markov-models-hmm-simplified/#comments Tue, 17 Mar 2020 05:08:35 +0000 https://www.gaussianwaves.com/?p=22270 Markov chains are useful in computing the probability of events that are observable. However, in many real world applications, the events that we are interested in are usually hidden, that is we don’t observe them directly. These hidden events need to be inferred. For example, given a sentence in a natural language we only observe the ... Read more

The post Hidden Markov Models (HMM) – Simplified !!! appeared first on GaussianWaves.

]]>
https://www.gaussianwaves.com/2020/03/hidden-markov-models-hmm-simplified/feed/ 3 22270
Markov Chains – Simplified !! https://www.gaussianwaves.com/2020/03/markov-chains-simplified/ https://www.gaussianwaves.com/2020/03/markov-chains-simplified/#respond Fri, 06 Mar 2020 07:11:37 +0000 https://www.gaussianwaves.com/?p=22215 Key focus: Markov chains are a probabilistic models that describe a sequence of observations whose occurrence are statistically dependent only on the previous ones. ● Time-series data like speech, stock price movements.● Words in a sentence.● Base pairs on the rung of a DNA ladder. States and transitions Assume that we want to model the ... Read more

The post Markov Chains – Simplified !! appeared first on GaussianWaves.

]]>
https://www.gaussianwaves.com/2020/03/markov-chains-simplified/feed/ 0 22215
Generate color noise using Auto-Regressive (AR) model https://www.gaussianwaves.com/2019/12/color-noise-generation-using-auto-regressive-ar-model-power-law-noises/ https://www.gaussianwaves.com/2019/12/color-noise-generation-using-auto-regressive-ar-model-power-law-noises/#comments Wed, 04 Dec 2019 07:16:19 +0000 https://www.gaussianwaves.com/?p=21183 Key focus: Learn how to generate color noise using auto regressive (AR) model. Apply Yule Walker equations for generating power law noises: pink noise, Brownian noise. Auto-Regressive (AR) model An uncorrelated Gaussian random sequence can be transformed into a correlated Gaussian random sequence using an AR time-series model. If a time series random sequence is ... Read more

The post Generate color noise using Auto-Regressive (AR) model appeared first on GaussianWaves.

]]>
https://www.gaussianwaves.com/2019/12/color-noise-generation-using-auto-regressive-ar-model-power-law-noises/feed/ 2 21183
Generating colored noise with Jakes PSD: Spectral factorization https://www.gaussianwaves.com/2019/10/generating-colored-noise-with-jakes-psd-spectral-factorization-method/ https://www.gaussianwaves.com/2019/10/generating-colored-noise-with-jakes-psd-spectral-factorization-method/#respond Thu, 17 Oct 2019 06:16:55 +0000 https://www.gaussianwaves.com/?p=20730 The aim of this article is to demonstrate the application of spectral factorization method in generating colored noise having Jakes power spectral density. Before continuing, I urge the reader to go through this post: Introduction to generating correlated Gaussian sequences. In spectral factorization method, a filter is designed using the desired frequency domain characteristics (like ... Read more

The post Generating colored noise with Jakes PSD: Spectral factorization appeared first on GaussianWaves.

]]>
https://www.gaussianwaves.com/2019/10/generating-colored-noise-with-jakes-psd-spectral-factorization-method/feed/ 0 20730
Generate correlated Gaussian sequence (colored noise) https://www.gaussianwaves.com/2019/10/generating-correlated-gaussian-sequences/ https://www.gaussianwaves.com/2019/10/generating-correlated-gaussian-sequences/#respond Tue, 15 Oct 2019 06:43:03 +0000 https://www.gaussianwaves.com/?p=20700 Key focus: Colored noise sequence (a.k.a correlated Gaussian sequence), is a non-white random sequence, with non-constant power spectral density across frequencies. Introduction Speaking of Gaussian random sequences such as Gaussian noise, we generally think that the power spectral density (PSD) of such Gaussian sequences is flat.We should understand that the PSD of a Gausssian sequence ... Read more

The post Generate correlated Gaussian sequence (colored noise) appeared first on GaussianWaves.

]]>
https://www.gaussianwaves.com/2019/10/generating-correlated-gaussian-sequences/feed/ 0 20700
BLUE estimator https://www.gaussianwaves.com/2014/07/best-linear-unbiased-estimator-blue-introduction/ https://www.gaussianwaves.com/2014/07/best-linear-unbiased-estimator-blue-introduction/#respond Fri, 04 Jul 2014 09:48:48 +0000 http://www.gaussianwaves.com/?p=6649 Why BLUE : We have discussed Minimum Variance Unbiased Estimator (MVUE)   in one of the previous articles. Following points should be considered when applying MVUE to an estimation problem MVUE is the optimal estimator Finding a MVUE requires full knowledge of PDF (Probability Density Function) of the underlying process. Even if the PDF is known, ... Read more

The post BLUE estimator appeared first on GaussianWaves.

]]>
https://www.gaussianwaves.com/2014/07/best-linear-unbiased-estimator-blue-introduction/feed/ 0 6649
Linear Models – Least Squares Estimator (LSE) https://www.gaussianwaves.com/2014/06/linear-models-least-squares-estimator-lse/ https://www.gaussianwaves.com/2014/06/linear-models-least-squares-estimator-lse/#comments Tue, 17 Jun 2014 09:07:09 +0000 http://www.gaussianwaves.com/?p=6496 Key focus: Understand step by step, the least squares estimator for parameter estimation. Hands-on example to fit a curve using least squares estimation Background: The various estimation concepts/techniques like Maximum Likelihood Estimation (MLE), Minimum Variance Unbiased Estimation (MVUE), Best Linear Unbiased Estimator (BLUE) – all falling under the umbrella of classical estimation – require assumptions/knowledge ... Read more

The post Linear Models – Least Squares Estimator (LSE) appeared first on GaussianWaves.

]]>
https://www.gaussianwaves.com/2014/06/linear-models-least-squares-estimator-lse/feed/ 4 6496
AutoCorrelation (Correlogram) and persistence – Time series analysis https://www.gaussianwaves.com/2014/06/autocorrelation-correlogram-and-persistence-time-series-analysis/ https://www.gaussianwaves.com/2014/06/autocorrelation-correlogram-and-persistence-time-series-analysis/#respond Mon, 02 Jun 2014 11:02:05 +0000 http://www.gaussianwaves.com/?p=6411 The agenda for the subsequent series of articles is to introduce the idea of autocorrelation, AutoCorrelation Function (ACF), Partial AutoCorrelation Function (PACF) , using ACF and PACF in system identification. Introduction Given time series data (stock market data, sunspot numbers over a period of years, signal samples received over a communication channel etc.,), successive values ... Read more

The post AutoCorrelation (Correlogram) and persistence – Time series analysis appeared first on GaussianWaves.

]]>
https://www.gaussianwaves.com/2014/06/autocorrelation-correlogram-and-persistence-time-series-analysis/feed/ 0 6411
Yule Walker Estimation and simulation in Matlab https://www.gaussianwaves.com/2014/05/yule-walker-estimation/ https://www.gaussianwaves.com/2014/05/yule-walker-estimation/#comments Tue, 27 May 2014 10:11:22 +0000 http://www.gaussianwaves.com/?p=6232 If a time series data is assumed to be following an Auto-Regressive (AR(N)) model of given form, the natural tendency is to estimate the model parameters a1,a2,…,aN. Least squares method can be applied here to estimate the model parameters but the computations become cumbersome as the order N increases. Fortunately, the AR model co-efficients can ... Read more

The post Yule Walker Estimation and simulation in Matlab appeared first on GaussianWaves.

]]>
https://www.gaussianwaves.com/2014/05/yule-walker-estimation/feed/ 7 6232
Solving ARMA model – minimization of squared error https://www.gaussianwaves.com/2014/05/comparing-ar-and-arma-model-minimization-of-squared-error/ https://www.gaussianwaves.com/2014/05/comparing-ar-and-arma-model-minimization-of-squared-error/#respond Fri, 23 May 2014 03:01:44 +0000 http://www.gaussianwaves.com/?p=6195 Key focus: Can a unique solution exists when solving ARMA (Auto Regressive Moving Average) model ? Apply minimization of squared error to find out. As discussed in the previous post, the ARMA model is a generalized model that is a mix of both AR and MA model. Given a signal x[n], AR model is easiest ... Read more

The post Solving ARMA model – minimization of squared error appeared first on GaussianWaves.

]]>
https://www.gaussianwaves.com/2014/05/comparing-ar-and-arma-model-minimization-of-squared-error/feed/ 0 6195