synthesizeable_vhdl-model-library:patras:fir

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revision Both sides next revision
synthesizeable_vhdl-model-library:patras:fir [2017/03/10 15:53]
SSE Minion created
synthesizeable_vhdl-model-library:patras:fir [2017/03/10 16:23]
SSE Minion [FIR]
Line 9: Line 9:
  
 This component implements an FIR (Finite Impulse Response) Filter. An FIR filter of N_taps coefficients is defined by the following equation: This component implements an FIR (Finite Impulse Response) Filter. An FIR filter of N_taps coefficients is defined by the following equation:
 +
 +{{:synthesizeable_vhdl-model-library:patras:patras_fir_equation.svg?nolink&200|FIR Equation}}
  
 Each filter's sample, x<sub>n-1</sub>, has a word length of Wx-bits, while each filter's coefficient, C<sub>i</sub>, has a word length of Wc-bits. The f(x) FIR's output has a word length of Wx-bits. Each filter's sample, x<sub>n-1</sub>, has a word length of Wx-bits, while each filter's coefficient, C<sub>i</sub>, has a word length of Wc-bits. The f(x) FIR's output has a word length of Wx-bits.