Struct SYN_FilterFIR¶
FIR filter state (Q16 fixed-point).
#include <syn_filter.h>
Public Attributes¶
| Type | Name |
|---|---|
| uint16_t | head |
| q16_t * | history |
| uint16_t | num_taps |
| const q16_t * | taps |
Public Attributes Documentation¶
variable head¶
Circular history write index
variable history¶
Sample history buffer (length num_taps)
variable num_taps¶
Number of taps / filter length
variable taps¶
Filter coefficient array (length num_taps)
The documentation for this class was generated from the following file src/syntropic/dsp/syn_filter.h