Jul 27, 2010

Parameter Estimation in System Identification

1. System Identification = Model structure selection or define + Model parameter estimation
2. Parameter estimation is a mapping: Z----> sigma*
3. Essence of Model is its prediction ability.
4. Two criteria:
Scalar norm or function of errors
Data are not related to Predictive error.


Jul 26, 2010

pem and lsqcurvefit

they are really sensitive to initial condition and parameter values.
this really haunting on me several days.

Jul 21, 2010

Something Help Kalman

Hinfinity Filter is a minmax filter, which minimise worsts estimation. Meanwhile, Kalman minimise average estimation error.

Kalman Smoother is useful, when you want to estimate the state trajectory after obtaining the whole signal serials.

Steady State Kalman filter have constant K and P.

Jul 13, 2010

State Space Realization of IIR

cited from [https://ccrma.stanford.edu/~jos/fp/State_Space_Realization.html]

IIR filters have an extensively used matrix representation called state space form (or ``state space realizations''). They are especially convenient for representing filters with multiple inputs andmultiple outputs (MIMO filters). An order $ N$ digital filter with $ p$ inputs and $ q$ outputs can be written in state-space form as follows:

$\displaystyle {\underline{x}}(n+1)$$\displaystyle =$$\displaystyle A {\underline{x}}(n) + B \underline{u}(n)$
$\displaystyle \underline{y}(n)$$\displaystyle =$$\displaystyle C {\underline{x}}(n) + D\underline{u}(n) \protect$(F.4)

where $ {\underline{x}}(n)$ is the length $ N$ state vector at discrete time $ n$, $ \underline{u}(n)$ is a $ p\times 1$ vector of inputs, and $ \underline{y}(n)$ the $ q\times 1$ output vector. $ A$ is the $ N\times N$ state transition matrix, and it determines thedynamics of the system (its poles, or resonant modes).