- #1
Master1022
- 611
- 117
- Homework Statement
- An FIR filter can also be implemented using a recursive structure. Can you find such an example?
- Relevant Equations
- FIR Filter
Recursive Structure
Hi,
I have a question related to filter structures. Question: An FIR filter can also be implemented using a recursive structure. Can you find such an example?
I don't really know how to proceed here.
Method:
FIR filter is a 'finite impulse response', which means that the response doesn't last forever and is usually non-recursive. A recursive structure, however, has dependence on the output as follows:
$$ y[k] = \sum_{j=0}^{N} a_j x[k - j] + \sum_{j = 1}^{M} b_j y[k - j] $$
For this to be a representation of an FIR filter, do we just want [itex] b_j < 1 [/itex] for all [itex] b_j [/itex]? Is that correct? This makes sense intuitively to me as this will cause the output signal to decay over time.
Thanks in advance.
I have a question related to filter structures. Question: An FIR filter can also be implemented using a recursive structure. Can you find such an example?
I don't really know how to proceed here.
Method:
FIR filter is a 'finite impulse response', which means that the response doesn't last forever and is usually non-recursive. A recursive structure, however, has dependence on the output as follows:
$$ y[k] = \sum_{j=0}^{N} a_j x[k - j] + \sum_{j = 1}^{M} b_j y[k - j] $$
For this to be a representation of an FIR filter, do we just want [itex] b_j < 1 [/itex] for all [itex] b_j [/itex]? Is that correct? This makes sense intuitively to me as this will cause the output signal to decay over time.
Thanks in advance.