SlideShare a Scribd company logo
Parametric Method of
Power Spectrum
Estimation PRESENTED BY:-
Duha Hassan
Power Spectrum of signal
 Power spectrum of signal gives the distribution of the
signal power among various frequencies. Power spectrum
is the Fourier transform of the correlation function it
describes the characteristics over time series in frequency
domain .
 So the power spectrum represent variance or power as a
function of frequency in the process and tell us where the
energy is distributed
2
Power Spectrum of signal
Estimate the power spectrum given set of
data.
If the signal is random ,then only an estimate
of the signal can be obtained.
3
 To estimate the spectral characteristics of signal characterized as
random processes.
 To estimation of spectra in frequency domain when signals are
random in nature.
 Power Spectral Estimation method is to obtain an approximate
estimation of the power spectral density of a given real random
process .
WHY WE USE POWER SPECTRUM
ESTIMATION ?
4
Introduction to Estimation
 Estimation theory is concerned with the determination of
the best estimate of an unknown parameter vector from
an observation signal , or the recovery of a clean signal
degraded by noise and distortion.
5
Parametric modeling techniques find the parameters for a
mathematical model describing a signal, system, or
process. These techniques use known information about
the system to determine the model
6Parametric Modeling
7 HANT
Model-Based Power Spectrum
Estimation
 parametric or model-based methods teqniques are based on the use of models for
the data
 Let assume that the data is the output for a linear time invariant system with
frequency response in response to a wait noise input sequins
 The assumption that the input has a flat spectrum implies that the power spectrum
of the model output is shaped entirely by the frequency response of the model
8
 The system function H(z) of the discrete linear time-invariant model of Equation is
given by
9The input–output relation of a generalised discrete linear time-invariant
model is given by
where x(m) is the model output, e(m) is the input, and the ak and bk are the
parameters of the model. is known as an auto-regressivemoving-average (ARMA)
model.
where 1/A(z) and B(z) are the autoregressive and moving-average parts of H(z)
respectively.
The power spectrum of the signal x(m) is given as the product of the power
spectrum of the input signal and the squared magnitude frequency response of
the model:
10
where H(f) is the frequency response of the model and PEE(f) is the input
power spectrum.
model based approach
In the model based approach, the estimation
procedure consists of two steps:-
Step 1:- estimate the parameters {ak} and {bk}
of the model.
Step 2:- from these estimates compute the
power spectrum estimate.
Parametric Method
 First step is to select an appropriate model for the process.
 This selection based upon:
 A-priori knowledge about how the process is generated
 Experimental results indicate that a particular model “works
well”.
 Models used are
 Autoregressive (AR) Model
 Moving Average (MA) Model
 Autoregressive Moving Average (ARMA) Model
12
Parametric Methods
 Once the model is selected, the next step is to estimate the model
parameters from the given data.
 The final step is the estimate the power spectrum by incorporating
the estimated parameters into the parametric form for the spectrum.
 Example: An ARMA(p , q) model with ap(k) and bq(k) estimated ,
the spectrum estimate would be
13
Power spectrum estimation (cont.)
 If the model is correct
• High quality spectrum estimates
• Significantly less data required
 If the model is wrong
• Parametric can given wrong / misleading estimation
14
Maximum–Entropy Spectral Estimation
Maximum entropy spectral estimation is a method of spectral density estimation.
The goal is to improve the spectral quality based on the principle of maximum entropy.
maximum-entropy estimate is based on the principle that the estimate of the
autocorrelation sequence must correspond to the most random signal whose correlation
values in the range | m |≤ P coincide with the measured values. The maximum-entropy
principle is appealing because it assumes no more structure in the correlation sequence
than that indicated by the measured data. In maximum entropy modeling, probability
distributions are created on the basis of that which is known, leading to a type
of statistical inference about the missing information which is called the maximum
entropy estimate.
15
Equation shows that the maximum-entropy power spectrum estimate is the
power spectrum of an autoregressive (AR) model. Equation was obtained by
maximizing the entropy of the power spectrum with respect to the unknown
autocorrelation values. The known values of the autocorrelation function can be
used to obtain the coefficients of the AR model of Equation
the maximum-entropy power spectrum may be expressed as
16power spectrum of a stationary signal is defined as the Fourier transform
of the autocorrelation sequence:
17
What is AR Model
 A model which depends only on the previous
outputs of the system is called an autoregressive
model (AR).
 Note that:-
AR model is based on frequency-domain analysis
and should be windowed. (We use the hamming.)
AR model has only poles while the MA model has
only zeros.
19
 linear prediction models are often referred to as autoregressive (AR)
processes.
 signal can be predicted from its past samples depends on the
autocorrelation function, or equivalently the bandwidth and the
power spectrum, of the signal.
20
The model parameters are found by solving a set of linear
equation obtained by minimizing the mean squared error.
The characteristic of this error is that it decreases as the order of
the AR model is increased.
 A linear predictor model forecasts the amplitude of a
signal at time m, x(m), using a linearly weighted
combination of P past samples [x(m−1),x(m−2), ...,
x(m−P)] as
21
m: is the discrete time index
xˆ (m): is the prediction of x(m)
ak : are the predictor coefficients
22implementation of the EquationA block-diagram
 The error e(m), defined as the difference between the actual sample
value x(m) and its predicted value xˆ (m) , is given by
23
u(m): is a zero-mean,
unit-variance random signal,
G: a gain term
is the square root of the variance of e(m):
24
 One of the most important consideration is the choice of the number
of terms in the AR model, this is known as its order p.
 If a model with too low an order,
We obtain a highly smoothed spectrum.
 If a model with too high an order,
There is risk of introducing spurious low-level peaks in the
spectrum.
25
The power spectrum of an autoregressive
process is given by
where e(m) is a random signal of variance σe2
The relation between the autocorrelation values and the AR model
parameters is obtained by multiplying both sides of Equation
by x(m-j) and taking the expectation:
A moving-average model is also known as an all-zero or a finite impulse response
(FIR) filter. A signal x(m), modeled as a moving-average process is described as
where e(m) is a zero-mean random input and Q is the model order.
27
The cross-correlation of the input and output of a moving average process is given by
Moving-Average Power Spectrum Estimation
28the autocorrelation function of a moving average process is
the power spectrum of a moving-average process may be obtained directly from the Fourier
transform of the autocorrelation function as
29
30
Determine the mean and the autocorrelation of the sequence jc (n) generated by the
MA(2) process described by the difference equation
x(n) = w(n) - 2 w(n - 1) + w(n — 2)
where w(n) is a white noise process with variance a*.
31
The ARMA, or pole–zero, The relationship between the ARMA parameters and the
autocorrelation sequence can be obtained by multiplying both sides of Equation by x(m–j)
and taking the expectation
It consists of two parts, an autoregressive (AR) part and a moving average (MA) part.
can be used to obtain the coefficients ak
Autoreg-ressive Moving Average
(ARMA)
An autoregressive moving average (ARMA) process
has a power spectrum of the form:
This process can be generated by filtering unit variance white noise with a
filter having both poles and zeros:
32
the spectral estimate
where σe2 is the variance of
the input of the ARMA
model.
ARMA model
 It is a tool for understanding and predicting the
future values in the series.
 It is usually referred to as the ARMA(p,q) model
where p is the order of the autoregressive part and
q is the order of the moving average part.
ARMA model
It requires fewer model parameters for
the spectrum estimation.
This model is appropriate when the
signal has been corrupted by noise.
Calculation of model parameters
 Consider a data sequence x(n) generated by AR
model.
 Let the output is corrupted by additive white noise.
 The Z-transform of the autocorrelation of the signal
is:-
Relationship between autocorrelation and
model parameters for ARMA(p,q) process
Matrix representation
Matrix representation for m > p+q
It may be represented as:-
On minimizing, the result is:-
From the AR model parameters, A(Z) can be
estimated by:-
This yields the sequence
(cont.)
 In an ARMA model if A(z) = 1 then H(z) = B(z)
and the model reduces to moving average (MA)
process of order q.
 In an ARMA model if B(z) = 1 then H(z) = 1/A(z)
and the model reduces to autoregressive (AR)
process of order p.
41
Spectral Estimation by Autoreg-ressive Moving
Average (ARMA) (Parametric)
Has following advantages:
Suitable for short data length.
Gives better frequency resolution.
Avoids spectral leakage.
42
High-Resolution Spectral Estimation
Based on Subspace Eigen-Analysis
 Eigen-analysis is used for partitioning the eigen vectors
 the eigen values of the autocorrelation matrix of a noisy signal
partition into two subspaces:
(a) the signal subspace composed of the principle eigenvectors
associated with the largest eigenvalues;
(b) the noise subspace represented by the smallest eigenvalues.
 The decomposition of a noisy signal into a signal subspace and
a noise subspace forms the basis of the eigen-analysis methods
43
Applications for parametric modeling include
44
speech and music synthesis,
data compression,
high-resolution spectral estimation,
 communications,
manufacturing, and simulation.
Thank you ^_^
45

More Related Content

PPTX
Quantum Computing.pptx
PPTX
EEG course.pptx
PPTX
Adaptive filter
PDF
Transfer Learning
PPTX
Unit 1(part-2)sensors and transducer
PPTX
ECG ARTIFACTS AND PITFALLS
PPTX
Signal conditioning
PPT
Wiener filters
Quantum Computing.pptx
EEG course.pptx
Adaptive filter
Transfer Learning
Unit 1(part-2)sensors and transducer
ECG ARTIFACTS AND PITFALLS
Signal conditioning
Wiener filters

What's hot (20)

PPTX
non parametric methods for power spectrum estimaton
PPTX
Equalization
PPTX
Butterworth filter design
PPTX
Concept of Diversity & Fading (wireless communication)
PPTX
Digital communication unit II
PPT
Linear prediction
PPTX
Magic tee
PPTX
Path Loss and Shadowing
PPTX
Antenna Parameters Part 2
PPTX
RF System design concepts
DOC
PIC MICROCONTROLLERS -CLASS NOTES
PPTX
Digital communication viva questions
PPTX
Ec 2401 wireless communication unit 2
PDF
NON PARAMETRIC METHOD
PDF
SPEECH CODING
PDF
4.5 equalizers and its types
PPTX
Large scale path loss 1
PPTX
FILTER DESIGN
PDF
IIR filter realization using direct form I & II
non parametric methods for power spectrum estimaton
Equalization
Butterworth filter design
Concept of Diversity & Fading (wireless communication)
Digital communication unit II
Linear prediction
Magic tee
Path Loss and Shadowing
Antenna Parameters Part 2
RF System design concepts
PIC MICROCONTROLLERS -CLASS NOTES
Digital communication viva questions
Ec 2401 wireless communication unit 2
NON PARAMETRIC METHOD
SPEECH CODING
4.5 equalizers and its types
Large scale path loss 1
FILTER DESIGN
IIR filter realization using direct form I & II
Ad

Viewers also liked (20)

PDF
Autoregression
PPTX
Digital resonators
PDF
ndx_odumade
PDF
A New Enhanced Method of Non Parametric power spectrum Estimation.
PDF
Consistent Nonparametric Spectrum Estimation Via Cepstrum Thresholding
PPT
Bartlett's method pp ts
PPT
Syde770a presentation
PPTX
Low frequency mode estimation
PPTX
Linear prediction
PPT
Use Of DFT In Power Spectral Estimation
PDF
Audio Equalization Using LMS Adaptive Filtering
PDF
3.Properties of signals
PDF
Telecommunications basics
PDF
Biomedical signal modeling
PPTX
Signal modelling
PPT
AR model
PPT
4 3-3 frequency-modulation
PDF
Dft calculation by vasp
PPT
Autoregression
Digital resonators
ndx_odumade
A New Enhanced Method of Non Parametric power spectrum Estimation.
Consistent Nonparametric Spectrum Estimation Via Cepstrum Thresholding
Bartlett's method pp ts
Syde770a presentation
Low frequency mode estimation
Linear prediction
Use Of DFT In Power Spectral Estimation
Audio Equalization Using LMS Adaptive Filtering
3.Properties of signals
Telecommunications basics
Biomedical signal modeling
Signal modelling
AR model
4 3-3 frequency-modulation
Dft calculation by vasp
Ad

Similar to parametric method of power spectrum Estimation (20)

PDF
E1082935
PDF
International Journal of Engineering Research and Development
PPTX
Optimal Control Theory
PPTX
Distributed_Array_Algos.pptx
PPTX
Adaptive analog beamforming
PDF
22726998 precise-synchronization-of-phasor-measurements-in-electric-ps
PDF
22726998 precise-synchronization-of-phasor-measurements-in-electric-ps
PDF
Performance Analysis of PAPR Reduction in MIMO-OFDM
PPTX
Communication engineering notes uniit ii
PDF
Be35317323
PDF
Technical details
PPT
Presentacion limac-unc
PDF
Masters Report 1
PDF
Filtering Electrocardiographic Signals using filtered- X LMS algorithm
PDF
Nc2421532161
PDF
circuit_modes_v5
PDF
A Fault Detection and Classification Method for SC Transmission Line Using Ph...
PDF
PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK
PDF
Economia01
PDF
Economia01
E1082935
International Journal of Engineering Research and Development
Optimal Control Theory
Distributed_Array_Algos.pptx
Adaptive analog beamforming
22726998 precise-synchronization-of-phasor-measurements-in-electric-ps
22726998 precise-synchronization-of-phasor-measurements-in-electric-ps
Performance Analysis of PAPR Reduction in MIMO-OFDM
Communication engineering notes uniit ii
Be35317323
Technical details
Presentacion limac-unc
Masters Report 1
Filtering Electrocardiographic Signals using filtered- X LMS algorithm
Nc2421532161
circuit_modes_v5
A Fault Detection and Classification Method for SC Transmission Line Using Ph...
PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK
Economia01
Economia01

Recently uploaded (20)

PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PPTX
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
PPTX
Internet of Things (IOT) - A guide to understanding
PDF
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
DOCX
573137875-Attendance-Management-System-original
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
PDF
PPT on Performance Review to get promotions
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PPTX
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PPTX
OOP with Java - Java Introduction (Basics)
PDF
Operating System & Kernel Study Guide-1 - converted.pdf
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PPTX
UNIT 4 Total Quality Management .pptx
PPTX
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
Internet of Things (IOT) - A guide to understanding
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
573137875-Attendance-Management-System-original
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
PPT on Performance Review to get promotions
Model Code of Practice - Construction Work - 21102022 .pdf
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
OOP with Java - Java Introduction (Basics)
Operating System & Kernel Study Guide-1 - converted.pdf
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
Foundation to blockchain - A guide to Blockchain Tech
UNIT 4 Total Quality Management .pptx
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx

parametric method of power spectrum Estimation

  • 1. Parametric Method of Power Spectrum Estimation PRESENTED BY:- Duha Hassan
  • 2. Power Spectrum of signal  Power spectrum of signal gives the distribution of the signal power among various frequencies. Power spectrum is the Fourier transform of the correlation function it describes the characteristics over time series in frequency domain .  So the power spectrum represent variance or power as a function of frequency in the process and tell us where the energy is distributed 2
  • 3. Power Spectrum of signal Estimate the power spectrum given set of data. If the signal is random ,then only an estimate of the signal can be obtained. 3
  • 4.  To estimate the spectral characteristics of signal characterized as random processes.  To estimation of spectra in frequency domain when signals are random in nature.  Power Spectral Estimation method is to obtain an approximate estimation of the power spectral density of a given real random process . WHY WE USE POWER SPECTRUM ESTIMATION ? 4
  • 5. Introduction to Estimation  Estimation theory is concerned with the determination of the best estimate of an unknown parameter vector from an observation signal , or the recovery of a clean signal degraded by noise and distortion. 5
  • 6. Parametric modeling techniques find the parameters for a mathematical model describing a signal, system, or process. These techniques use known information about the system to determine the model 6Parametric Modeling
  • 8. Model-Based Power Spectrum Estimation  parametric or model-based methods teqniques are based on the use of models for the data  Let assume that the data is the output for a linear time invariant system with frequency response in response to a wait noise input sequins  The assumption that the input has a flat spectrum implies that the power spectrum of the model output is shaped entirely by the frequency response of the model 8
  • 9.  The system function H(z) of the discrete linear time-invariant model of Equation is given by 9The input–output relation of a generalised discrete linear time-invariant model is given by where x(m) is the model output, e(m) is the input, and the ak and bk are the parameters of the model. is known as an auto-regressivemoving-average (ARMA) model. where 1/A(z) and B(z) are the autoregressive and moving-average parts of H(z) respectively.
  • 10. The power spectrum of the signal x(m) is given as the product of the power spectrum of the input signal and the squared magnitude frequency response of the model: 10 where H(f) is the frequency response of the model and PEE(f) is the input power spectrum.
  • 11. model based approach In the model based approach, the estimation procedure consists of two steps:- Step 1:- estimate the parameters {ak} and {bk} of the model. Step 2:- from these estimates compute the power spectrum estimate.
  • 12. Parametric Method  First step is to select an appropriate model for the process.  This selection based upon:  A-priori knowledge about how the process is generated  Experimental results indicate that a particular model “works well”.  Models used are  Autoregressive (AR) Model  Moving Average (MA) Model  Autoregressive Moving Average (ARMA) Model 12
  • 13. Parametric Methods  Once the model is selected, the next step is to estimate the model parameters from the given data.  The final step is the estimate the power spectrum by incorporating the estimated parameters into the parametric form for the spectrum.  Example: An ARMA(p , q) model with ap(k) and bq(k) estimated , the spectrum estimate would be 13
  • 14. Power spectrum estimation (cont.)  If the model is correct • High quality spectrum estimates • Significantly less data required  If the model is wrong • Parametric can given wrong / misleading estimation 14
  • 15. Maximum–Entropy Spectral Estimation Maximum entropy spectral estimation is a method of spectral density estimation. The goal is to improve the spectral quality based on the principle of maximum entropy. maximum-entropy estimate is based on the principle that the estimate of the autocorrelation sequence must correspond to the most random signal whose correlation values in the range | m |≤ P coincide with the measured values. The maximum-entropy principle is appealing because it assumes no more structure in the correlation sequence than that indicated by the measured data. In maximum entropy modeling, probability distributions are created on the basis of that which is known, leading to a type of statistical inference about the missing information which is called the maximum entropy estimate. 15
  • 16. Equation shows that the maximum-entropy power spectrum estimate is the power spectrum of an autoregressive (AR) model. Equation was obtained by maximizing the entropy of the power spectrum with respect to the unknown autocorrelation values. The known values of the autocorrelation function can be used to obtain the coefficients of the AR model of Equation the maximum-entropy power spectrum may be expressed as 16power spectrum of a stationary signal is defined as the Fourier transform of the autocorrelation sequence:
  • 17. 17
  • 18. What is AR Model  A model which depends only on the previous outputs of the system is called an autoregressive model (AR).  Note that:- AR model is based on frequency-domain analysis and should be windowed. (We use the hamming.) AR model has only poles while the MA model has only zeros.
  • 19. 19
  • 20.  linear prediction models are often referred to as autoregressive (AR) processes.  signal can be predicted from its past samples depends on the autocorrelation function, or equivalently the bandwidth and the power spectrum, of the signal. 20 The model parameters are found by solving a set of linear equation obtained by minimizing the mean squared error. The characteristic of this error is that it decreases as the order of the AR model is increased.
  • 21.  A linear predictor model forecasts the amplitude of a signal at time m, x(m), using a linearly weighted combination of P past samples [x(m−1),x(m−2), ..., x(m−P)] as 21 m: is the discrete time index xˆ (m): is the prediction of x(m) ak : are the predictor coefficients
  • 22. 22implementation of the EquationA block-diagram
  • 23.  The error e(m), defined as the difference between the actual sample value x(m) and its predicted value xˆ (m) , is given by 23 u(m): is a zero-mean, unit-variance random signal, G: a gain term is the square root of the variance of e(m):
  • 24. 24
  • 25.  One of the most important consideration is the choice of the number of terms in the AR model, this is known as its order p.  If a model with too low an order, We obtain a highly smoothed spectrum.  If a model with too high an order, There is risk of introducing spurious low-level peaks in the spectrum. 25
  • 26. The power spectrum of an autoregressive process is given by where e(m) is a random signal of variance σe2 The relation between the autocorrelation values and the AR model parameters is obtained by multiplying both sides of Equation by x(m-j) and taking the expectation:
  • 27. A moving-average model is also known as an all-zero or a finite impulse response (FIR) filter. A signal x(m), modeled as a moving-average process is described as where e(m) is a zero-mean random input and Q is the model order. 27 The cross-correlation of the input and output of a moving average process is given by Moving-Average Power Spectrum Estimation
  • 28. 28the autocorrelation function of a moving average process is the power spectrum of a moving-average process may be obtained directly from the Fourier transform of the autocorrelation function as
  • 29. 29
  • 30. 30 Determine the mean and the autocorrelation of the sequence jc (n) generated by the MA(2) process described by the difference equation x(n) = w(n) - 2 w(n - 1) + w(n — 2) where w(n) is a white noise process with variance a*.
  • 31. 31 The ARMA, or pole–zero, The relationship between the ARMA parameters and the autocorrelation sequence can be obtained by multiplying both sides of Equation by x(m–j) and taking the expectation It consists of two parts, an autoregressive (AR) part and a moving average (MA) part. can be used to obtain the coefficients ak Autoreg-ressive Moving Average (ARMA)
  • 32. An autoregressive moving average (ARMA) process has a power spectrum of the form: This process can be generated by filtering unit variance white noise with a filter having both poles and zeros: 32 the spectral estimate where σe2 is the variance of the input of the ARMA model.
  • 33. ARMA model  It is a tool for understanding and predicting the future values in the series.  It is usually referred to as the ARMA(p,q) model where p is the order of the autoregressive part and q is the order of the moving average part.
  • 34. ARMA model It requires fewer model parameters for the spectrum estimation. This model is appropriate when the signal has been corrupted by noise.
  • 35. Calculation of model parameters  Consider a data sequence x(n) generated by AR model.  Let the output is corrupted by additive white noise.  The Z-transform of the autocorrelation of the signal is:-
  • 36. Relationship between autocorrelation and model parameters for ARMA(p,q) process
  • 39. It may be represented as:- On minimizing, the result is:-
  • 40. From the AR model parameters, A(Z) can be estimated by:- This yields the sequence
  • 41. (cont.)  In an ARMA model if A(z) = 1 then H(z) = B(z) and the model reduces to moving average (MA) process of order q.  In an ARMA model if B(z) = 1 then H(z) = 1/A(z) and the model reduces to autoregressive (AR) process of order p. 41
  • 42. Spectral Estimation by Autoreg-ressive Moving Average (ARMA) (Parametric) Has following advantages: Suitable for short data length. Gives better frequency resolution. Avoids spectral leakage. 42
  • 43. High-Resolution Spectral Estimation Based on Subspace Eigen-Analysis  Eigen-analysis is used for partitioning the eigen vectors  the eigen values of the autocorrelation matrix of a noisy signal partition into two subspaces: (a) the signal subspace composed of the principle eigenvectors associated with the largest eigenvalues; (b) the noise subspace represented by the smallest eigenvalues.  The decomposition of a noisy signal into a signal subspace and a noise subspace forms the basis of the eigen-analysis methods 43
  • 44. Applications for parametric modeling include 44 speech and music synthesis, data compression, high-resolution spectral estimation,  communications, manufacturing, and simulation.