Skip to content

Struct cic_state_t

ClassList > cic_state_t

CIC filter state. More...

  • #include <cic_core.h>

Public Attributes

Type Name
uint32_t R
uint64_t comb_im
uint64_t comb_re
uint64_t integ_im
uint64_t integ_re
uint32_t phase
uint32_t shift

Detailed Description

Allocate with cic_create(); free with cic_destroy(). All comb state fits in-struct — no heap members.

Public Attributes Documentation

variable R

uint32_t cic_state_t::R;

variable comb_im

uint64_t cic_state_t::comb_im[CIC_N];

variable comb_re

uint64_t cic_state_t::comb_re[CIC_N];

variable integ_im

uint64_t cic_state_t::integ_im[CIC_N];

variable integ_re

uint64_t cic_state_t::integ_re[CIC_N];

variable phase

uint32_t cic_state_t::phase;

variable shift

uint32_t cic_state_t::shift;


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