Chapter 10 Flashcards
What are the reasons we need data analysis and preparation? (4)
- Determination of Signal Time Derivatives
- Noise reduction
- State estimation
- Data consistency checks
What is local smoothing in time domain?
- Fitting local polynomial in time to the measured data points
What are digital filters?
- Digital filters are a linear combination of input values, i.e. moving average smoother
- Have the advantage that they are symmetric per construction, i.e. do not introduce any
delay/lag in the smoothed time histories
What is the idea behind forward backward filtering?
Filter a given noisy time series twice with a given transfer function, once forward in time, then filtering the forward filtered time series backwards.
What is interpolation?
- Local interpolation in time domain is similar to locally smoothing in time domain, just that the center point 𝑎0 is now missing
- Interpolation is done by evaluating a local fitted polynomial at the location of
the missing data point, i.e. center point - Interpolation results are good overall, degrade near the endpoints of the signal to be interpolated
- Very sensitive to noise, because no mechanism to distinguish between deterministic signal and noise is given in the interpolation scheme
- Instead, global Fourier smoothing can be used by simply using a target time
vector with a higher sampling rate in the interpolation of the time history via the inverse Fourier transform
What is time delay estimation?
- Problem: Find time lag of two signals that are shifted in time
- Solution:
– Cross-correlation (or convolution) of both signals for different sample lags reveals the time shift of both signals
What are two approaches for numerical differentiation of noisy signals?
- Choose numerical differentiator incorporating a suitable low-pass digital filter that suppresses the noisy high frequencies.
- Filter the raw data first (see filter methods) and differentiate the smoothed data
using one of the differentiator having near ideal response characteristics
What are the three types of estimation problems?
Prediction, Filtering, Smoothing
What is one important linear filter?
Kalman filter
What are the three types of smoothing?
- Fixed interval
- Fixed point
- Fixed lag
What is the RTS smoother?
The Rauch-Tung-Striebel Smoother combines the backward filter pass with the (smoothing) pass into a single backward recursion.