170911 - Frequency Domain and Digital Filtering Flashcards
Digital filtering is implemented using mathematical functions.
True
A moving average filter is more robust than a median filter and cannot provide impossible values.
False
An exponentially weighted moving average filter is a low-pass filter.
True
A low pass filter introduces a delay and this delay is larger the higher the frequency is.
True
A high-pass filter stops high-frequency noise.
False
The higher order (e.g. more points in a moving average filter), the more selective it is.
True
The higher order (e.g. more points in a moving average filter), the less sudden changes are timely detected.
True
A Kalman filter is an algorithm for optimal state estimation for linear systems in which controls and measures are affected be Gaussian noise.
True
It is sufficient one single measure (either a control or an output to implement Kalman filtering).
False
Kalman filtering can be used for sensor fusion in active safety systems.
True
Kalman filtering works in two steps, prediction and correction.
True
Kalman filters make the best out of the known information by determining which information we should trust the most (at each loop) to estimate our state.
True
Unscented KF and extended KF provide an alternative to kalman filter when the error is not Gaussian.
False
Particle filters are very general, they do not require for a system to be linear nor for the error to be Gaussian, but they are very computationally demanding.
True