This is an old revision of the document!
Click here to return to the Filters page
The FIR Filter Pool module is an enhanced version of the standard FIR filter allowing users to select an input and a FIR coefficient set and route the selected input through the coefficient set to a particular output. It also enables the user to invert the output and reverse the coefficient set. The module also enables the user to define custom filter and input labels using the filter pool form. |
Name | Format [int/dec/float] - [control/audio] | Function Description |
---|---|---|
Pin 0: Input | decimal(ADAU145x)- audio float(214xx) - audio | Input signal to be filtered |
Name | Format [int/dec/float] - [control/audio] | Function Description |
---|---|---|
Pin 0: Output | decimal(ADAU145x)- audio float(214xx) - audio | The filtered output |
The module supports growth functionality. Add is not supported.
GUI Control Name | Default Value | Range | Function Description |
---|---|---|---|
Tap Size | 10 | 10-10000 | This pre/post scalar determines the number of taps of the FIR filter |
Input Selection Combo box | 0 | 0-31 | This pre/post scalar determines the selected input for a particular output |
Filter Selection Combo box | 0 | 0-15 | This pre/post scalar determines the selected FIR filter coefficient set for a particular output |
Reverse Selection | 0 | 0/1 | This pre/post scalar determines the if the selected FIR filter coefficient set for a particular output is to be reversed, the set is accessed in reverse order when the tiny circle is enabled(1) |
Invert Selection | 0 | 0/1 | This pre/post scalar determines the if the particular output is to be inverted, the output is inverted(-output) when the tiny circle is enabled(1) |
GUI Control Name | Compiler Name | Function Description |
---|---|---|
NumFilt | FirFiltPoolS300Alg1Numfilt(ADAU145x) FirFiltPoolBlkAlg1Numfilt(214xx) | The Number of filter coefficient sets |
TapSize | FirFiltPoolS300Alg1TapSize(ADAU145x) FirFiltPoolBlkAlg1TapSize(214xx) | The Number of filter taps in each coefficient set |
InIndx | FirFiltPoolS300Alg1InIndx(ADAU145x) FirFiltPoolBlkAlg1InIndx(214xx) | The selected input index |
FiltIndx | FirFiltPoolS300Alg1FIltIndx(ADAU145x) FirFiltPoolBlkAlg1FiltIndx(214xx) | The Selected filter coefficient set index |
RevIndx | FirFiltPoolS300Alg1RevIndx(ADAU145x) FirFiltPoolBlkAlg1RevIndx(214xx) | The Selected Reverse Index, if set(value=1), the coefficient access order for filtering is reversed |
InvIndx | FirFiltPoolS300Alg1InvIndx(ADAU145x) FirFiltPoolBlkAlg1InvIndx(214xx) | The Selected Invert Index, if set(value=1), the output value is negated |
The Algorithm implements a FIR filter of order N, having N+1 filter taps. Multiple coefficient sets can be added to the module, enabling the routing of multiple inputs through multiple independent FIR filters to a given output selection line.
The FIR Filter Pool form has multiple tabs each having a particular routing selection and parameters between the inputs and outputs. The algorithm implements invert functionality which inverts the output samples and Reverse which access the loaded filter coefficient set in reverse for a particular selection.
The example shows The module configured to two inputs and three output channels with three independent FIR Filter coefficient sets. The three coefficients are Low pass FIR filters with cutoffs 2.4KHz,4.8kHz and 7.2KHz.
The output plots for the configuration are shown below.
1. ADAU145x
2. 214XX
3. 213xx
4. SC58x