Skip to content

Struct hbdecim_state_t

ClassList > hbdecim_state_t

  • #include <hbdecim_core.h>

Public Attributes

Type Name
size_t centre
float _Complex * even_buf
size_t even_cap
size_t even_head
size_t even_mask
int fir_on_even
float * h
int has_pending
size_t num_taps
float _Complex * odd_buf
size_t odd_head
float _Complex pending

Public Attributes Documentation

variable centre

size_t hbdecim_state_t::centre;

variable even_buf

float _Complex* hbdecim_state_t::even_buf;

variable even_cap

size_t hbdecim_state_t::even_cap;

variable even_head

size_t hbdecim_state_t::even_head;

variable even_mask

size_t hbdecim_state_t::even_mask;

variable fir_on_even

int hbdecim_state_t::fir_on_even;

variable h

float* hbdecim_state_t::h;

variable has_pending

int hbdecim_state_t::has_pending;

variable num_taps

size_t hbdecim_state_t::num_taps;

variable odd_buf

float _Complex* hbdecim_state_t::odd_buf;

variable odd_head

size_t hbdecim_state_t::odd_head;

variable pending

float _Complex hbdecim_state_t::pending;


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