This is the general form of a finite impulse response filter. It can describe a single Finite Impulse Response (FIR) or any linear combination of a finite number of FIRs.
\(k\) | This symbol represents any given integer, \( k \in \htmlId{tooltip-setOfIntegers}{\mathbb{Z}}\). |
\(b\) | This is a symbol for any secondary generic constant. It can hold any numerical value |
\(M\) | This is the symbol for the order of a difference equation. It refers to the maximum number of points back in a filter (or lags) that are used. In the case of a digital filter, it usually refers to the number of elements in the filter. |
\(h\) | This is the symbol for a Finite Impulse Response (FIR), the unit Impulse Response (\( \htmlId{tooltip-impulseResponse}{h} \)) of a FIR filter. Because the result of this happens to be equal to the coefficients of the FIR filter, it is commonly also used to represent the FIR filter. |
\(x\) | This symbol describes a discrete function. Discrete meaning that it only has a valid output for inputs from the set of integers \( \htmlId{tooltip-setOfIntegers}{\mathbb{Z}} \). |
\(\sum\) | This is the summation symbol in mathematics, it represents the sum of a sequence of numbers. |
\(n\) | This symbol represents any given whole number, \( n \in \htmlId{tooltip-setOfWholeNumbers}{\mathbb{W}}\). |
The symbol \(h\) symbolizes a Finite Impulse Response (FIR), the unit Impulse Response (\( \htmlId{tooltip-impulseResponse}{h} \)) of a FIR filter. Because the result of this happens to be equal to the coefficients of the FIR filter, it is commonly also used to represent the FIR filter.. FIR Filters have no feedback, meaning that its value at any point only depends on current and previous input values, not output values. This makes them inherently stable, meaning that if the input is bounded (will not grow indefinitely), then so is the output. It acts on the input signal by convolution as can be seen on the associated definition equation page:
The symbol \(x\) describes a discrete function. Discrete meaning that it only has a valid output for inputs from the set of integers \( \htmlId{tooltip-setOfIntegers}{\mathbb{Z}} \). It is often used in the signal processing of discrete signals.
Was this page helpful?