Skip to content

Struct farrow_state_t

ClassList > 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

float complex farrow_state_t::d[4];

delay line, d[3] newest.


variable order

int farrow_state_t::order;

FARROW_LINEAR / _PARABOLIC / _CUBIC.



The documentation for this class was generated from the following file native/inc/farrow/farrow_core.h