linear models Archives - GaussianWaves https://www.gaussianwaves.com/tag/linear-models/ Signal Processing for Communication Systems Sun, 06 Feb 2022 05:13:46 +0000 en-US hourly 1 https://wordpress.org/?v=6.7.1 https://i0.wp.com/www.gaussianwaves.com/gaussianwaves/wp-content/uploads/2016/02/cropped-gaussianwaves_logo_120_120.png?fit=32%2C32&ssl=1 linear models Archives - GaussianWaves https://www.gaussianwaves.com/tag/linear-models/ 32 32 163393712 Design FIR filter to reject unwanted frequencies https://www.gaussianwaves.com/2020/02/how-to-design-a-simple-fir-filter-to-reject-unwanted-frequencies/ https://www.gaussianwaves.com/2020/02/how-to-design-a-simple-fir-filter-to-reject-unwanted-frequencies/#comments Tue, 25 Feb 2020 07:31:18 +0000 https://www.gaussianwaves.com/?p=22082 Let’s see how to design a simple digital FIR filter to reject unwanted frequencies in an incoming signal. As a per-requisite, I urge you to read through this post: Introduction to digital filter design Background on transfer function The transfer function of a system provides the underlying support for ascertaining vital system response characteristics without ... Read more

The post Design FIR filter to reject unwanted frequencies appeared first on GaussianWaves.

]]>
https://www.gaussianwaves.com/2020/02/how-to-design-a-simple-fir-filter-to-reject-unwanted-frequencies/feed/ 3 22082
Digital filter design – Introduction https://www.gaussianwaves.com/2020/02/introduction-to-digital-filter-design/ https://www.gaussianwaves.com/2020/02/introduction-to-digital-filter-design/#comments Thu, 13 Feb 2020 06:52:32 +0000 https://www.gaussianwaves.com/?p=21983 Key focus: Develop basic understanding of digital filter design. Learn about fundamentals of FIR and IIR filters and the design choices. Analog filters and digital filters are the two major classification of filters, depending on the type of signal signal they process. An analog filter, processes continuous-time signal analog signals. Whereas, digital filters process sampled, ... Read more

The post Digital filter design – Introduction appeared first on GaussianWaves.

]]>
https://www.gaussianwaves.com/2020/02/introduction-to-digital-filter-design/feed/ 3 21983
Linear regression using python – demystified https://www.gaussianwaves.com/2020/02/linear-regression-using-python/ https://www.gaussianwaves.com/2020/02/linear-regression-using-python/#respond Wed, 05 Feb 2020 06:52:00 +0000 https://www.gaussianwaves.com/?p=21765 Key focus: Let’s demonstrate basics of univariate linear regression using Python SciPy functions. Train the model and use it for predictions. Linear regression model Regression is a framework for fitting models to data. At a fundamental level, a linear regression model assumes linear relationship between input variables () and the output variable (). The input ... Read more

The post Linear regression using python – demystified appeared first on GaussianWaves.

]]>
https://www.gaussianwaves.com/2020/02/linear-regression-using-python/feed/ 0 21765
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
Understand AR, MA and ARMA models https://www.gaussianwaves.com/2014/05/lti-system-models-for-random-signals-ar-ma-and-arma-models/ https://www.gaussianwaves.com/2014/05/lti-system-models-for-random-signals-ar-ma-and-arma-models/#respond Thu, 22 May 2014 07:46:14 +0000 http://www.gaussianwaves.com/?p=6160 Key focus: AR, MA & ARMA models express the nature of transfer function of LTI system. Understand the basic idea behind those models & know their frequency responses. Introduction Signal models are used to analyze stationary univariate time series. The goal of signal modeling is to estimate the process from which the desired signal is ... Read more

The post Understand AR, MA and ARMA models appeared first on GaussianWaves.

]]>
https://www.gaussianwaves.com/2014/05/lti-system-models-for-random-signals-ar-ma-and-arma-models/feed/ 0 6160