Skip to main content

Questions tagged [finite-impulse-response]

A finite impulse response (FIR) filter is a type of a signal processing filter whose impulse response is of finite duration.

6 votes
1 answer
182 views

I'm reading an IEC standard and they say "Group delay of a finite Impulse Response (FIR) filter based algorithm with symmetric or antisymmetric coefficients is equal to one-half of the window ...
Ben's user avatar
  • 3,879
3 votes
1 answer
135 views

I'm trying to use scipy.signal.remez to design half-band filters. My understanding is that this targets an equi-ripple criteria to design the filter. What I am ...
Evan's user avatar
  • 133
3 votes
0 answers
60 views

I am working on the orthogonal decomposition of a signal to compute the best linear approximation of a system. Given an input signal $x[n]$ and system output $y[n]$, the output can be decomposed into ...
Tony2015's user avatar
0 votes
0 answers
49 views

I'm using the RLS algorithm for online system identification of a 1D FIR filter. When I simulate my system in response to a small step change in the plant FIR coefficients, the adaptive filter does ...
tkw954's user avatar
  • 203
0 votes
2 answers
150 views

I'm working on a project using an ESP32 that involves continuously sampling a signal and applying a real-time FIR low-pass filter, then, the filtered samples will be sent to the DAC to reconstruct the ...
minghierid's user avatar
0 votes
2 answers
320 views

I am working with a set of FIR filter coefficients and need to normalize and quantize them while ensuring that the DC gain remains equal to 1. For example, consider the following halfband FIR ...
Irreducible's user avatar
1 vote
1 answer
96 views

I calculated the transfer function of a system in Frequency Domain by division of Y and X. Since I only deal with exponential sweep sines (ESS) as excitation, I want to reproduce the transfer function ...
warleem's user avatar
  • 13

15 30 50 per page
1
2 3 4 5
53