Filter

FIR filter to delay signal [duplicate]

FIR filter to delay signal [duplicate]
  1. What is the delay of a FIR filter?
  2. Which is an advantage of FIR filter?
  3. What are the disadvantages of FIR?
  4. What are the advantages of FIR over IIR?

What is the delay of a FIR filter?

2.1. 4 What is the delay of a linear-phase FIR? The formula is simple: given a FIR filter which has N taps, the delay is: (N – 1) / (2 * Fs), where Fs is the sampling frequency. So, for example, a 21 tap linear-phase FIR filter operating at a 1 kHz rate has delay: (21 – 1) / (2 * 1 kHz)=10 milliseconds.

Which is an advantage of FIR filter?

An FIR filter is a filter with no feedback in its equation. This can be an advantage because it makes an FIR filter inherently stable. Another advantage of FIR filters is the fact that they can produce linear phases. So, if an application requires linear phases, the decision is simple, an FIR filter must be used.

What are the disadvantages of FIR?

The primary disadvantage of FIR filters is that they often require a much higher filter order than IIR filters to achieve a given level of performance. Correspondingly, the delay of these filters is often much greater than for an equal performance IIR filter.

What are the advantages of FIR over IIR?

FIR filters can achieve linear phase response and pass a signal without phase distortion. They are easier to implement than IIR filters.

Correlation and ratio between two signals?
How do you calculate the correlation between two signals?Why do we need a correlation between two signals?What is meant by correlation of signals?Wha...
Question on discrete signals and quantization
Why does quantization distort a signal?What are two types of quantization errors?What is relationship between quantization levels and no of bits?Why ...
Initial Process Covariance in 1-D Kalman Filter
What is covariance in Kalman filter?Why covariance matrix is used in Kalman filter?What is covariance EKF?How do you initialize a Kalman filter? Wha...