SLIDE 1
Parametric Models x(n) = −
P
- k=1
akx(n − k) + w(n) +
Q
- k=0
bkw(n − k)
- The entire sequence has focused on parametric models
- Defined by linear difference equations
- Three types: AZ(Q), AP(P), PZ(Q,P)
- By convention a0 = b0 = 1
- Completely specified by the parameters
{a1, . . . , aP , b1, . . . , bQ, σ2
w}
- x(n) is a stationary process if
– The parameters are constants – The system is stable (excludes random walks)
- J. McNames
Portland State University ECE 539/639 Practical Modeling
- Ver. 1.00
3
Practical Modeling Overview
- Parametric models
- Preprocessing
- Model selection
- Model estimation
- Model validation
- Inverse whiteness tests
- J. McNames
Portland State University ECE 539/639 Practical Modeling
- Ver. 1.00
1
Signal Modeling x(n) = −
P
- k=1
akx(n − k) + w(n) +
Q
- k=0
bkw(n − k)
- Signal modeling is the process of obtaining a statistical model of
a signal
- If the signal is ARMA, this is reduced to estimating the parameters
(or equivalent) of the model above: {a1, . . . , aP , b1, . . . , bQ, σ2
w}
- Just one observed signal {x(n)}N−1
n=0
- Unlike least squares filtering, in which we are trying to estimate
the relationship between two signals
- Many applications
– Signal mining (exploratory analysis, hypothesis generation) – Compression – Prediction – Spectral estimation
- J. McNames
Portland State University ECE 539/639 Practical Modeling
- Ver. 1.00
4
Introduction
- Like most engineering, statistical signal processing is a
combination of art and practice
- Becoming skilled in the art requires
– Strong theoretical background – Good grasp of the tradeoffs between possible techniques – Many tools for identifying structure in data – Experience
- J. McNames
Portland State University ECE 539/639 Practical Modeling
- Ver. 1.00