This is the sinusoidal form of a finite impulse response filter. It describes a fir filter in the frequency domain. Considering that the impulse response sequence is identical to the sequence of filter coefficients, the frequency response can either be denoted in terms of the filter coeffients, \( \htmlId{tooltip-2const}{b} \)_{\( \htmlId{tooltip-integer}{k} \)}, or in terms of the frequency response, \( \htmlId{tooltip-firFilter}{h} \)[\( \htmlId{tooltip-integer}{k} \)].
\(k\) | This symbol represents any given integer, \( k \in \htmlId{tooltip-setOfIntegers}{\mathbb{Z}}\). |
\(\hat \omega\) | This is the symbol for normalized radian frequency. It is measured in radians (\( \htmlId{tooltip-u-radians}{rad} \)) |
\(b\) | This is a symbol for any secondary generic constant. It can hold any numerical value |
\(e\) | This symbol represents Euler's constant. It is approximately \(2.718\). |
\(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. |
\(H\) | This symbol denotes the sinusoidal response of a finite impulse response filter. |
\(\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}}\). |
\(j\) | This symbol represents the imaginary unit, which is defined as the square root of \(-1\). \( j = \sqrt{-1}\). It is the most fundamental unit in the field of complex numbers, allowing for the expression of numbers that cannot be represented on the real number line. |
Was this page helpful?