Struct farrow_state_t¶
Farrow interpolator state (4-tap delay line + order). More...
#include <farrow_core.h>
Public Attributes¶
| Type | Name |
|---|---|
| float complex | d |
| int | order |
Detailed Description¶
Public so a timing loop can embed it by value; treat the delay line as internal (drive it through farrow_push / farrow_eval).
Public Attributes Documentation¶
variable d¶
delay line, d[3] newest.
variable order¶
FARROW_LINEAR / _PARABOLIC / _CUBIC.
The documentation for this class was generated from the following file native/inc/farrow/farrow_core.h