struct representing a 1D FIR filter
More...
#include <conv.h>
Data Fields |
float * | Coeff |
| Filter coefficients.
|
int | Delay |
| The filter delay (negative for a non-causal filter)
|
int | Length |
| The filter length, number of taps.
|
Detailed Description
struct representing a 1D FIR filter
Definition at line 23 of file conv.h.
Field Documentation
Filter coefficients.
Definition at line 26 of file conv.h.
The filter delay (negative for a non-causal filter)
Definition at line 28 of file conv.h.
The filter length, number of taps.
Definition at line 30 of file conv.h.
The documentation for this struct was generated from the following file: